summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/gtk.pm
Commit message (Expand)AuthorAgeFilesLines
* fixes unresponsive keyboardGuillaume Cottenceau2003-01-281-3/+3
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-281-0/+1
* since return values of callbacks are now non-ignored, we need toGuillaume Cottenceau2003-01-271-1/+1
* diskdrake: when non embedded, ensure sub window are modalThierry Vignaud2003-01-271-2/+2
* remove unused variableGuillaume Cottenceau2003-01-241-1/+1
* fix Return key on a radio button grabbing focus on next functional group of w...Guillaume Cottenceau2003-01-241-2/+1
* focus first widget when there is no okPascal Rigaux2003-01-231-1/+1
* workaround bug introduced by new pixel focus managmentThierry Vignaud2003-01-231-1/+1
* add {callbacks}{ok_disabled}Pascal Rigaux2003-01-221-0/+1
* perl-GTK2 0.0.cvs.2003.01.21.1 should fix set_active(undef) misbehaviourGuillaume Cottenceau2003-01-211-1/+1
* remove unused variablePascal Rigaux2003-01-211-1/+1
* (ask_fromW): very smart code to know which widget to focus (dilemna is: "Next...Pascal Rigaux2003-01-211-28/+27
* set_active on Gtk2::CheckButton is pretty dumb, it thinks undef is true ;pPascal Rigaux2003-01-141-1/+1
* - remove help (which was at the bottom)Pascal Rigaux2003-01-071-3/+3
* add ask_from__add_modify_removeW gtk handlingPascal Rigaux2003-01-051-24/+74
* (create_treeview_list): fix setterPascal Rigaux2003-01-031-3/+4
* - factorize the creation of the {formatted_list} from {list} forPascal Rigaux2003-01-031-7/+8
* be more efficient in precomputing, previous situation could lead to several t...Guillaume Cottenceau2002-12-231-19/+10
* expand_row no longer bugs, great :)Guillaume Cottenceau2002-12-131-2/+1
* 2.1.3 doesn't have trouble with expand_to_pathGuillaume Cottenceau2002-12-061-2/+0
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-10/+9
* gtk2Guillaume Cottenceau2002-12-031-144/+174
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-2/+2
* - do not handle "format"ing in interactive for combosPascal Rigaux2002-11-051-4/+17
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-1/+1
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
* add {callbacks}{advanced}, called when "Advance" button is pressedPascal Rigaux2002-08-281-1/+2
* use my_gtk {isWizard} and {isEmbedded} which are more accurate thanPascal Rigaux2002-08-191-6/+4
* handle the setting of 'ok' and 'cancel'Pascal Rigaux2002-08-131-1/+1
* move interactive::gtk::exit to my_gtk::exit so that my_gtkGuillaume Cottenceau2002-08-021-6/+1
* fix the many warnings when {icon} is not givenPascal Rigaux2002-08-011-1/+1
* allow "icon" to use the icon pathPascal Rigaux2002-07-311-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-3/+3
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-0/+636