summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
Commit message (Expand)AuthorAgeFilesLines
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-8/+7
* normalizePascal Rigaux2002-11-081-2/+2
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-11/+11
* fix dams suckiness breaking install2 --testGuillaume Cottenceau2002-10-161-1/+1
* mdk icon_path are added heredamien2002-10-011-0/+1
* fix die wizcancel in non wizard modeGuillaume Cottenceau2002-09-161-1/+1
* workaround ERROR: Can't call method "child" on an undefined value atGuillaume Cottenceau2002-09-141-1/+1
* gfx specs is to have the text justified on the leftGuillaume Cottenceau2002-09-091-1/+1
* - fix wizard title and pixmap overlapDaouda Lo2002-09-061-1/+1
* add gtkset_visibilityGuillaume Cottenceau2002-09-061-1/+1
* ask_browse_tree_info_given_widgets: add ability of partialGuillaume Cottenceau2002-09-051-2/+3
* try to get rid of BEGIN but still be able to start up the install :-)Guillaume Cottenceau2002-09-031-1/+0
* remove the use of Ok/Cancel/Exit icons (per ergonomy team request)Pascal Rigaux2002-09-031-11/+6
* better icon associationdamien2002-09-031-5/+4
* added create_pixbuttondamien2002-09-031-7/+13
* fixed damien (aka pitchounette) sucking, this is not this way pitchounette youFrancois Pons2002-09-031-1/+1
* - better size of wizard for printerdrakeDaouda Lo2002-09-031-1/+1
* added add_icon_path for control-centerdamien2002-09-031-0/+1
* ask_browse: display_info needs to be available for rpmdrakeGuillaume Cottenceau2002-08-291-2/+2
* - add ",*-r-*" in wizard fontsetPascal Rigaux2002-08-271-1/+1
* hackery for [+] intruded some situations where we really don'tGuillaume Cottenceau2002-08-221-3/+4
* change a bit hackery of parents with no children, so now we haveGuillaume Cottenceau2002-08-221-1/+5
* - the ugly trick on destroy doesn't work for wait_message'sPascal Rigaux2002-08-211-7/+0
* - in destroy, detect if program is going to leave, in that casePascal Rigaux2002-08-201-0/+10
* in my_gtk object, set {isEmbedded} if embedded and {isWizard} if displayed wi...Pascal Rigaux2002-08-191-0/+2
* (create_okcancel): do not display "Cancel" when {cancel} is empty stringPascal Rigaux2002-08-161-4/+3
* do not hard code icon pathPascal Rigaux2002-08-081-1/+1
* - remove buttons to change themePascal Rigaux2002-08-081-0/+3
* make perl_checker happyPascal Rigaux2002-08-061-2/+2
* the state can be XXX also in flat mode, for disablingGuillaume Cottenceau2002-08-051-0/+1
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-2/+2
* move interactive::gtk::exit to my_gtk::exit so that my_gtkGuillaume Cottenceau2002-08-021-0/+6
* commit according to 1.1.9-1mdk of drakxtools, and especially:Guillaume Cottenceau2002-08-011-36/+66
* move back Gtk->init to "new" and "gtkroot"Pascal Rigaux2002-08-011-0/+3
* make perl_checker happyPascal Rigaux2002-08-011-1/+4
* my_gtk:Thierry Vignaud2002-08-011-798/+9
* (create_box_with_title): create an empty box when there is no messagePascal Rigaux2002-07-311-6/+8
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
* make new perl_checker happyPascal Rigaux2002-07-311-10/+10
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-29/+27
* disallow big_help (when pressing F1) when testing mousePascal Rigaux2002-07-291-2/+2
* use a function icon_paths instead of @icon_pathsPascal Rigaux2002-07-251-4/+7
* do not use 8-bit characters (they were not useful anyway :)Pascal Rigaux2002-07-141-5/+5
* - move diskdrake.rc from /etc/gtk to /usr/share/libDrakXPascal Rigaux2002-07-061-3/+0
* - fill a combo by default :Daouda Lo2002-07-021-1/+7
* - add gtkset_text, gtkprepend_text, gtkappend_text for entry widgetsDaouda Lo2002-06-181-1/+19
* split ask_browse_tree_info from interactive_gtkGuillaume Cottenceau2002-06-071-0/+206
* cleaned gtkpowerpackdamien2002-03-221-31/+25