summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | => this ensure that $ENV{SHARE_PATH} value (used in @icon_paths) is set independently of the loading order of the modules
* 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
| | | | | - remove unused wizard.rc
* - fill a combo by default :Daouda Lo2002-07-021-1/+7
| | | | | gtkcombo_setpopdown_strings($combo_widget,@strings)
* - 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
| | | | | | | to my_gtk between widgets creation and real stuff so that we can now call it with widgets places differently
* cleaned gtkpowerpackdamien2002-03-221-31/+25
|
* corrected create_xpm APIdamien2002-03-181-2/+3
|
* corrected get_text_coord : widget instead of style, and handling of ugly ↵damien2002-03-151-8/+28
| | | | language (/ja|zh/)
* corrected font stuffdamien2002-03-061-4/+4
|
* greater intersticedamien2002-03-051-1/+1
|
* (gtkicons_labels_widget): since style is not set either, use the widget and ↵Pascal Rigaux2002-03-031-2/+2
| | | | ask it the style->font. This *works*
* (gtkicons_labels_widget): pass the style instead of directly passing the fontPascal Rigaux2002-03-031-2/+2
|
* style & font correctiondamien2002-03-011-8/+8
|
* (@icon_paths): ease testingPascal Rigaux2002-02-261-1/+1
|
* fix @icon_paths to include /usr/share/libDrakX/pixmaps (thanks to garrick)Pascal Rigaux2002-02-231-1/+1
|
* corrected icon pathsdamien2002-02-221-1/+1
|
* corrected icon listdamien2002-02-211-1/+1
|
* added mcc kill if wait messagedamien2002-02-201-7/+8
|
* new icon handlerdamien2002-02-191-3/+9
|
* highlight in gtk icon widgetdamien2002-02-151-1/+4
|
* (ctree_set_icon): new functionPascal Rigaux2002-02-141-0/+7
|
* make perl_checker happyPascal Rigaux2002-02-071-1/+3
|
* fixed shadow when testing Xdamien2002-02-071-1/+1
|
* ensure no more than one child is in the PlugPascal Rigaux2002-02-071-2/+2
|
* wizard fixesdamien2002-02-071-0/+1
|
* removed ugly pink and ugly left bar for wizard modedamien2002-02-061-5/+5
|
* bug correctiondamien2002-02-041-7/+9
|
* please perl_checkerPascal Rigaux2002-02-011-1/+3
|
* icons placements are betterdamien2002-01-291-13/+13
|
* strange protection against ensure_focus generating a "focus" event causing aPascal Rigaux2002-01-271-1/+6
| | | | | dead-loop (reminder: ensure_focus helps ensuring a widget is focused)
* removed font loadingdamien2002-01-231-1/+1
|
* improved widget_iconsdamien2002-01-221-9/+6
|
* hopefully better dialog box sizingPascal Rigaux2002-01-211-7/+8
|
* removed debug printdamien2002-01-211-8/+0
|
* icons widget improvment : icon placment, highlightingdamien2002-01-211-43/+64
|
* added timeout for redrawing icon widgetdamien2002-01-171-4/+8
|
* automatic icon placement in icon_labels_widgetdamien2002-01-151-14/+55
|
* new icons placementdamien2002-01-111-10/+32
|
* added bold option in text creation. Some correctionsdamien2002-01-091-3/+5
|
* removed printdamien2002-01-071-1/+0
|
* new pack_start functions, powerpack sub added (code from adrien)damien2002-01-071-60/+37
|
* incorporated adrien's code to generalize pack functionsdamien2002-01-071-1/+44
| | | | | minor bug fixes
* corrected minor bugs in network (among others bug "modifying read only values")damien2002-01-041-13/+9
| | | | | recode upNetwork and downNetwork (it might work, at least if you are lucky);
* corrected font display : no useless font->height, but ascent + descentdamien2002-01-041-16/+15
|
* updateddamien2002-01-041-36/+39
|
* export gtkcolor (used in install_steps_gtk)Pascal Rigaux2001-12-221-1/+1
|
* make perl_checker happyPascal Rigaux2001-12-221-2/+2
|