summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/newt.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-423/+0
* cleanup (translate late, and move methods to upper class)Pascal Rigaux2005-08-301-8/+0
* rename setlocale() as init_setlocale() since it's more meaninfull regarding i...Thierry Vignaud2005-06-301-1/+1
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
* fix canceling managment in text modeThierry Vignaud2005-05-221-2/+2
* handle 'wizcancel'Thierry Vignaud2005-05-181-1/+6
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* - we need unicode_start, which need kbd_mode and a real "echo" commandPascal Rigaux2004-09-031-1/+10
* (ask_fromW_real) make previous button be labeled "cancel" when neededThierry Vignaud2004-06-141-1/+1
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
* don't have a scroll inside a scroll which causes display pbs.Pascal Rigaux2004-02-171-11/+19
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-2/+2
* let interactive uses stock items on x11 and old drak translated items inThierry Vignaud2003-07-141-2/+10
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-2/+2
* - methods with no argument are not functions with no argument!Pascal Rigaux2003-05-261-5/+5
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-6/+6
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* perl_checker fixPascal Rigaux2003-02-271-1/+1
* handle multi-line labels for Checkbox'es (eg: Options in diskdrake)Pascal Rigaux2003-02-261-11/+33
* handle the "Advanced" button in newtPascal Rigaux2003-02-261-12/+30
* simplifyPascal Rigaux2003-02-181-3/+2
* fix tree in newt (now handles default selected entry, and disallow using non-...Pascal Rigaux2003-02-181-13/+30
* fix sizing in the scrolled window in 80x25Pascal Rigaux2003-02-061-7/+12
* fix typo (for treelist)Pascal Rigaux2003-02-031-1/+1
* perl_checker small fixesPascal Rigaux2003-01-301-2/+2
* basic treelist handling (it leaks memory, but who cares, compared to gtk :)Pascal Rigaux2003-01-301-1/+47
* cleanup use of flagsPascal Rigaux2003-01-281-3/+3
* simplify API (always -1,-1 for left,top when creating widget, it means auto-p...Pascal Rigaux2003-01-281-6/+6
* don't blindly truncate strings to size 40 in simplify_stringPascal Rigaux2003-01-271-8/+10
* fix special case "for license agreement": only use it for long messages, and ...Pascal Rigaux2003-01-231-2/+2
* add a button to "summary"-like dialog boxesPascal Rigaux2003-01-231-1/+2
* - handle {ok_disabled}Pascal Rigaux2003-01-231-21/+36
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* remove code handling setstepPascal Rigaux2002-12-091-8/+2
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-6/+6
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-2/+2
* - fix dialog boxes using a scrollbarPascal Rigaux2002-11-051-4/+3
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-2/+2
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-13/+13
* special case to handle many buttons in newt: replacing with something alike a...Pascal Rigaux2002-09-051-0/+21
* fix dialog box with empty buttons (thanks to Hamster <hamster@hamsternet.org>)Pascal Rigaux2002-08-161-1/+4
* - handle setting 'ok' && 'cancel'Pascal Rigaux2002-08-131-2/+7
* typo fixThierry Vignaud2002-07-251-1/+1
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-0/+254