Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not hard code icon path | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | - remove buttons to change theme | Pascal Rigaux | 2002-08-08 | 1 | -0/+3 |
| | | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code | ||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-06 | 1 | -2/+2 |
| | |||||
* | the state can be XXX also in flat mode, for disabling | Guillaume Cottenceau | 2002-08-05 | 1 | -0/+1 |
| | | | | | the setting of the state | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | | | | | (so that 'use strict' works) | ||||
* | move interactive::gtk::exit to my_gtk::exit so that my_gtk | Guillaume Cottenceau | 2002-08-02 | 1 | -0/+6 |
| | | | | | apps can call it (and fix busy mouse cursor problem that way) | ||||
* | commit according to 1.1.9-1mdk of drakxtools, and especially: | Guillaume Cottenceau | 2002-08-01 | 1 | -36/+66 |
| | | | | | | | | | | | | | | | | | | | - integrate patches in my_gtk and ugtk for new rpmdrake: - [ugtk] add "gtkentry" so that we can create an entry and set initial value in one call - [my_gtk::main] don't set the events, to fix keyboard focus problem in entries when embedded - [my_gtk::_create_window] add $::noBorder, to not have a frame in the main window, so that it's possible to end up with windows with no border - [my_gtk] add ask_dir which is a ask_file with only the dir list - [my_gtk] add ask_browse_tree_info to the export tags, and: - add support for parents with no leaves, so that then we can partially build the trees (for speedup) - add "delete_all" and "delete_category" callbacks - use Gtk::CList::clear when removing all the nodes, much speedup | ||||
* | move back Gtk->init to "new" and "gtkroot" | Pascal Rigaux | 2002-08-01 | 1 | -0/+3 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | my_gtk: | Thierry Vignaud | 2002-08-01 | 1 | -798/+9 |
| | | | | | | | - splitup it into my_gtk and ugtk as done by dams - resync with dams - increase the icon blinkage from 50ms to 100ms | ||||
* | (create_box_with_title): create an empty box when there is no message | Pascal Rigaux | 2002-07-31 | 1 | -6/+8 |
| | | | | | (also don't set $o->{box} since unused outside of this function) | ||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -10/+10 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -29/+27 |
| | |||||
* | disallow big_help (when pressing F1) when testing mouse | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
| | |||||
* | use a function icon_paths instead of @icon_paths | Pascal Rigaux | 2002-07-25 | 1 | -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 Rigaux | 2002-07-14 | 1 | -5/+5 |
| | |||||
* | - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX | Pascal Rigaux | 2002-07-06 | 1 | -3/+0 |
| | | | | | - remove unused wizard.rc | ||||
* | - fill a combo by default : | Daouda Lo | 2002-07-02 | 1 | -1/+7 |
| | | | | | gtkcombo_setpopdown_strings($combo_widget,@strings) | ||||
* | - add gtkset_text, gtkprepend_text, gtkappend_text for entry widgets | Daouda Lo | 2002-06-18 | 1 | -1/+19 |
| | |||||
* | split ask_browse_tree_info from interactive_gtk | Guillaume Cottenceau | 2002-06-07 | 1 | -0/+206 |
| | | | | | | | to my_gtk between widgets creation and real stuff so that we can now call it with widgets places differently | ||||
* | cleaned gtkpowerpack | damien | 2002-03-22 | 1 | -31/+25 |
| | |||||
* | corrected create_xpm API | damien | 2002-03-18 | 1 | -2/+3 |
| | |||||
* | corrected get_text_coord : widget instead of style, and handling of ugly ↵ | damien | 2002-03-15 | 1 | -8/+28 |
| | | | | language (/ja|zh/) | ||||
* | corrected font stuff | damien | 2002-03-06 | 1 | -4/+4 |
| | |||||
* | greater interstice | damien | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | (gtkicons_labels_widget): since style is not set either, use the widget and ↵ | Pascal Rigaux | 2002-03-03 | 1 | -2/+2 |
| | | | | ask it the style->font. This *works* | ||||
* | (gtkicons_labels_widget): pass the style instead of directly passing the font | Pascal Rigaux | 2002-03-03 | 1 | -2/+2 |
| | |||||
* | style & font correction | damien | 2002-03-01 | 1 | -8/+8 |
| | |||||
* | (@icon_paths): ease testing | Pascal Rigaux | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | fix @icon_paths to include /usr/share/libDrakX/pixmaps (thanks to garrick) | Pascal Rigaux | 2002-02-23 | 1 | -1/+1 |
| | |||||
* | corrected icon paths | damien | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | corrected icon list | damien | 2002-02-21 | 1 | -1/+1 |
| | |||||
* | added mcc kill if wait message | damien | 2002-02-20 | 1 | -7/+8 |
| | |||||
* | new icon handler | damien | 2002-02-19 | 1 | -3/+9 |
| | |||||
* | highlight in gtk icon widget | damien | 2002-02-15 | 1 | -1/+4 |
| | |||||
* | (ctree_set_icon): new function | Pascal Rigaux | 2002-02-14 | 1 | -0/+7 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-02-07 | 1 | -1/+3 |
| | |||||
* | fixed shadow when testing X | damien | 2002-02-07 | 1 | -1/+1 |
| | |||||
* | ensure no more than one child is in the Plug | Pascal Rigaux | 2002-02-07 | 1 | -2/+2 |
| | |||||
* | wizard fixes | damien | 2002-02-07 | 1 | -0/+1 |
| | |||||
* | removed ugly pink and ugly left bar for wizard mode | damien | 2002-02-06 | 1 | -5/+5 |
| | |||||
* | bug correction | damien | 2002-02-04 | 1 | -7/+9 |
| | |||||
* | please perl_checker | Pascal Rigaux | 2002-02-01 | 1 | -1/+3 |
| | |||||
* | icons placements are better | damien | 2002-01-29 | 1 | -13/+13 |
| | |||||
* | strange protection against ensure_focus generating a "focus" event causing a | Pascal Rigaux | 2002-01-27 | 1 | -1/+6 |
| | | | | | dead-loop (reminder: ensure_focus helps ensuring a widget is focused) | ||||
* | removed font loading | damien | 2002-01-23 | 1 | -1/+1 |
| | |||||
* | improved widget_icons | damien | 2002-01-22 | 1 | -9/+6 |
| | |||||
* | hopefully better dialog box sizing | Pascal Rigaux | 2002-01-21 | 1 | -7/+8 |
| | |||||
* | removed debug print | damien | 2002-01-21 | 1 | -8/+0 |
| |