summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
* (ask_fromW) remove dead codeThierry Vignaud2005-03-161-1/+0
* (ask_fromW) remove unecessary sync (which was needed to workaroundThierry Vignaud2005-03-161-1/+1
* - fix displaying "Advanced" instead of "Basic" in advanced_state by defaultPascal Rigaux2005-02-231-5/+4
* create ->ask_filename and ->ask_directory to replace ->ask_filePascal Rigaux2005-02-151-5/+11
* change packing for the widgets givenPascal Rigaux2005-01-151-6/+3
* - move set_main_window_size() from ugtk2 to mygtk2Pascal Rigaux2005-01-151-1/+1
* allow passing gtk widgets to ->wait_messagePascal Rigaux2005-01-151-2/+3
* - fix displaying wait_messagePascal Rigaux2005-01-141-3/+9
* have separate SizeGroup's for advanced and non advanced entriesPascal Rigaux2005-01-121-4/+4
* rewrite wait_messageW using mygtk2Pascal Rigaux2005-01-121-22/+23
* create "MagicWindow" in mygtk2 out of ugtk2::new()Pascal Rigaux2005-01-111-1/+1
* change set_main_window_size() prototypePascal Rigaux2005-01-111-1/+1
* simplify using {pop_it}Pascal Rigaux2005-01-101-3/+1
* $w->{isEmbedded} is unusedPascal Rigaux2005-01-071-1/+1
* $w->{isWizard} is unusedPascal Rigaux2005-01-071-1/+1
* on a label, we must use ->get_text, not ->getPascal Rigaux2005-01-061-1/+1
* better layout:Pascal Rigaux2004-12-311-9/+3
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-133-6/+6
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-183-3/+3
* - disable the new gtk smart search which display an entry boxPascal Rigaux2004-09-291-2/+4
* for ask_warn with big text, create a bigger windowPascal Rigaux2004-09-101-1/+2
* introduce {more_buttons} to allow the "Release Notes" button. ugly, but it wo...Pascal Rigaux2004-09-101-6/+9
* - we need unicode_start, which need kbd_mode and a real "echo" commandPascal Rigaux2004-09-031-1/+10
* perl_checker compliancePascal Rigaux2004-08-111-1/+1
* use $F instead of *FPascal Rigaux2004-08-091-3/+2
* prototype perl_checker compliancePascal Rigaux2004-08-091-2/+2
* (ask_fromW) actually honor default valueThierry Vignaud2004-08-041-1/+1
* (ask_fromW_real) make previous button be labeled "cancel" when neededThierry Vignaud2004-06-141-1/+1
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-2/+3
* perl_checker compliancePascal Rigaux2004-05-111-1/+1
* small fix when clicking on an empty tree (when allow_empty_list)Pascal Rigaux2004-03-021-1/+1
* don't force buttons a size related to $::windowwidth since this is no more us...Guillaume Cottenceau2004-02-201-1/+1
* use $ugtk2::current_window in place of @interactive::objects (which was unuse...Pascal Rigaux2004-02-191-2/+2
* don't have a big scrolled window that can be around a local scrolled window.Pascal Rigaux2004-02-191-7/+32
* don't have a scroll inside a scroll which causes display pbs.Pascal Rigaux2004-02-171-11/+19
* have modal windowsPascal Rigaux2004-02-101-1/+1
* workaround gtk limitation #133489Pascal Rigaux2004-02-061-35/+27
* since we use WrappedLabel, it's better not to warp_text()Pascal Rigaux2004-02-051-2/+1
* do not pass extra empty invisible label (really cosmetic)Thierry Vignaud2004-02-021-1/+1
* use wrapped labels in various placesThierry Vignaud2004-02-021-3/+3
* create add_modify_remove_sensitive() and use it so that "Modify" and "Remove"Pascal Rigaux2004-01-281-1/+9
* - pack add_modify_remove widget growablePascal Rigaux2004-01-261-2/+1
* new function add_modify_remove_action()Pascal Rigaux2004-01-261-24/+35
* remove debug messageThierry Vignaud2004-01-231-1/+0
* (ask_fromW) enable TreeView to take all availlable spaceThierry Vignaud2004-01-231-2/+4
* (ask_fromW) gc prefers ->isa()Thierry Vignaud2004-01-221-1/+1
* (ask_fromW) enable properly setted checkbuttons (aka those whoThierry Vignaud2004-01-221-1/+12
* $def_n is unusedPascal Rigaux2004-01-221-2/+1
* remove unused variablePascal Rigaux2004-01-221-5/+0
* - fix sizing main windowPascal Rigaux2004-01-211-2/+2