| Commit message (Expand) | Author | Age | Files | Lines |
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
* | fix canceling managment in text mode | Thierry Vignaud | 2005-05-22 | 1 | -2/+2 |
* | handle 'wizcancel' | Thierry Vignaud | 2005-05-18 | 1 | -1/+6 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | - we need unicode_start, which need kbd_mode and a real "echo" command | Pascal Rigaux | 2004-09-03 | 1 | -1/+10 |
* | (ask_fromW_real) make previous button be labeled "cancel" when needed | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -1/+1 |
* | don't have a scroll inside a scroll which causes display pbs. | Pascal Rigaux | 2004-02-17 | 1 | -11/+19 |
* | remove arrows from previous/next buttons according to interface team | Thierry Vignaud | 2004-01-16 | 1 | -2/+2 |
* | let interactive uses stock items on x11 and old drak translated items in | Thierry Vignaud | 2003-07-14 | 1 | -2/+10 |
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -2/+2 |
* | - methods with no argument are not functions with no argument! | Pascal Rigaux | 2003-05-26 | 1 | -5/+5 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -6/+6 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
* | perl_checker fix | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
* | handle multi-line labels for Checkbox'es (eg: Options in diskdrake) | Pascal Rigaux | 2003-02-26 | 1 | -11/+33 |
* | handle the "Advanced" button in newt | Pascal Rigaux | 2003-02-26 | 1 | -12/+30 |
* | simplify | Pascal Rigaux | 2003-02-18 | 1 | -3/+2 |
* | fix tree in newt (now handles default selected entry, and disallow using non-... | Pascal Rigaux | 2003-02-18 | 1 | -13/+30 |
* | 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 auto-p... | Pascal Rigaux | 2003-01-28 | 1 | -6/+6 |
* | 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 |
* | 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 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
* | - fix dialog boxes using a scrollbar | Pascal Rigaux | 2002-11-05 | 1 | -4/+3 |
* | 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 a... | Pascal Rigaux | 2002-09-05 | 1 | -0/+21 |
* | 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 |
* | typo fix | Thierry Vignaud | 2002-07-25 | 1 | -1/+1 |
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+254 |