Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix sizing in the scrolled window in 80x25 | Pascal Rigaux | 2003-02-06 | 1 | -7/+12 |
| | |||||
* | fix typo (for treelist) | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | perl_checker small fixes | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
| | |||||
* | basic treelist handling (it leaks memory, but who cares, compared to gtk :) | Pascal Rigaux | 2003-01-30 | 1 | -1/+47 |
| | |||||
* | cleanup use of flags | Pascal Rigaux | 2003-01-28 | 1 | -3/+3 |
| | |||||
* | simplify API (always -1,-1 for left,top when creating widget, it means ↵ | Pascal Rigaux | 2003-01-28 | 1 | -6/+6 |
| | | | | auto-placement) | ||||
* | don't blindly truncate strings to size 40 in simplify_string | Pascal Rigaux | 2003-01-27 | 1 | -8/+10 |
| | |||||
* | fix special case "for license agreement": only use it for long messages, and ↵ | Pascal Rigaux | 2003-01-23 | 1 | -2/+2 |
| | | | | fix {format} use | ||||
* | add a button to "summary"-like dialog boxes | Pascal Rigaux | 2003-01-23 | 1 | -1/+2 |
| | |||||
* | - handle {ok_disabled} | Pascal Rigaux | 2003-01-23 | 1 | -21/+36 |
| | | | | | | | | - correctly wrap messages - fix Textbox size - fix Listbox size - special code to handle the license dialog | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | remove code handling setstep | Pascal Rigaux | 2002-12-09 | 1 | -8/+2 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -6/+6 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | - fix dialog boxes using a scrollbar | Pascal Rigaux | 2002-11-05 | 1 | -4/+3 |
| | | | | | - cleanup | ||||
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 1 | -2/+2 |
| | |||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 1 | -13/+13 |
| | |||||
* | special case to handle many buttons in newt: replacing with something alike ↵ | Pascal Rigaux | 2002-09-05 | 1 | -0/+21 |
| | | | | ask_from_list (useful for XFdrake) | ||||
* | fix dialog box with empty buttons (thanks to Hamster <hamster@hamsternet.org>) | Pascal Rigaux | 2002-08-16 | 1 | -1/+4 |
| | |||||
* | - handle setting 'ok' && 'cancel' | Pascal Rigaux | 2002-08-13 | 1 | -2/+7 |
| | | | | | - handle isWizard in newt (basic handling) | ||||
* | typo fix | Thierry Vignaud | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+254 |