| Commit message (Expand) | Author | Age | Files | Lines |
* | restore banner on pop up messages (#33753) | Pascal Rigaux | 2007-09-19 | 1 | -2/+7 |
* | - fix blocking wait_message (when they pop) (#33676, #33670) | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
* | add data/pixmaps (used in drakx-net) | Olivier Blin | 2007-09-10 | 1 | -1/+1 |
* | fix using RadioButton with child | Pascal Rigaux | 2007-09-05 | 1 | -1/+1 |
* | allow to specify size when creating pixbufs and images | Olivier Blin | 2007-08-20 | 1 | -5/+14 |
* | use set_image() to set button image, to be able to add both label and image | Olivier Blin | 2007-08-20 | 1 | -2/+3 |
* | handle homogenous and spacing properties for ButtonBox (should probably be fa... | Olivier Blin | 2007-08-20 | 1 | -0/+2 |
* | support ellipsize option for labels | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
* | centralize common textdomains in a single common place, thus ensuring they'll... | Thierry Vignaud | 2007-06-28 | 1 | -1/+3 |
* | (set_main_window_size) enable to override default size with Gtk+ frontend | Thierry Vignaud | 2007-06-06 | 1 | -1/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -31/+166 |
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ... | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
* | new "Image_using_pixmap" which is rendered using DITHER_MAX which is much bet... | Pascal Rigaux | 2005-09-05 | 1 | -3/+23 |
* | fix return value (thanks to blino for finding the pb) | Pascal Rigaux | 2005-09-01 | 1 | -5/+6 |
* | simpler and better code, allowing forcing scrolling to bottom | Pascal Rigaux | 2005-08-31 | 1 | -4/+3 |
* | allow ScrolledWindow around TextView to be automatically scrolled down on new... | Pascal Rigaux | 2005-08-31 | 1 | -2/+24 |
* | allow file_ref to be false at Image creation | Pascal Rigaux | 2005-08-31 | 1 | -1/+1 |
* | allow adding text to a TextView with gtkadd | Pascal Rigaux | 2005-08-31 | 1 | -2/+2 |
* | add "text_ref" for Label's | Pascal Rigaux | 2005-08-31 | 1 | -0/+6 |
* | add Label_Left | Pascal Rigaux | 2005-08-31 | 1 | -0/+6 |
* | add ProgressBar | Pascal Rigaux | 2005-08-31 | 1 | -0/+18 |
* | handle hide_ref and show_ref | Pascal Rigaux | 2005-08-31 | 1 | -0/+7 |
* | make MagicWindow re-entrant again (was broken due to only one banner, eg. for... | Pascal Rigaux | 2005-08-30 | 1 | -9/+12 |
* | add children_centered (was already children_tight, children_loose and children) | Pascal Rigaux | 2005-08-30 | 1 | -1/+4 |
* | we don't want global vars in mygtk2, move $::noborderWhenEmbedded to ugtk2 | Pascal Rigaux | 2005-08-30 | 1 | -1/+0 |
* | (_gtk__MagicWindow) add a banner w/o margin if provided one | Thierry Vignaud | 2005-08-27 | 1 | -0/+4 |
* | really make the wizard banner icon a warning instead of an error | Pascal Rigaux | 2005-08-08 | 1 | -1/+5 |
* | more explicit error | Pascal Rigaux | 2005-08-08 | 1 | -3/+3 |
* | (_gtk__MagicWindow) fix layout for programms embedded with their | Thierry Vignaud | 2005-07-19 | 1 | -1/+1 |
* | Don't put a border around embbeded rpmdrake | Rafael Garcia-Suarez | 2005-07-19 | 1 | -1/+1 |
* | add "default_width" and "default_height" for Gtk2::Window | Pascal Rigaux | 2005-06-24 | 1 | -0/+1 |
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
* | (_text_insert) append option was ignored when using simplified API | Thierry Vignaud | 2005-05-16 | 1 | -1/+5 |
* | don't use ->set_uposition anymore, use ->move instead (as suggested on gtk-pe... | Pascal Rigaux | 2005-04-26 | 1 | -3/+3 |
* | ensure the val registrations are kept ordered | Pascal Rigaux | 2005-03-17 | 1 | -4/+4 |
* | stringify using a perl_checker compliant way | Pascal Rigaux | 2005-03-01 | 1 | -2/+2 |
* | - handle {list_ref} in ComboBox | Pascal Rigaux | 2005-03-01 | 1 | -3/+19 |
* | add FileChooser creation and rollback ugly ->run thing (hopefully now unneeded) | Pascal Rigaux | 2005-02-15 | 1 | -7/+23 |
* | (main) fix FileSelection (inactive & unusable window) | Thierry Vignaud | 2005-02-10 | 1 | -1/+7 |
* | ->get('window-position') should be done on real_window | Pascal Rigaux | 2005-02-07 | 1 | -0/+1 |
* | fix commented code :) | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
* | fix return value of method calls on MagicWindow | Pascal Rigaux | 2005-01-26 | 1 | -2/+3 |
* | ->size_request doesn't return anything on the box, it is better done on the w... | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
* | do show_all on the real window (this is used by drakloop) | Pascal Rigaux | 2005-01-21 | 1 | -1/+1 |
* | fix broken focus during install | Pascal Rigaux | 2005-01-18 | 1 | -0/+2 |
* | MagicWindow: | Pascal Rigaux | 2005-01-16 | 1 | -6/+9 |
* | - move set_main_window_size() from ugtk2 to mygtk2 | Pascal Rigaux | 2005-01-15 | 1 | -0/+8 |
* | fix using gtkset with text => ... on a Button | Pascal Rigaux | 2005-01-15 | 1 | -4/+5 |
* | create wrapper object mygtk2::MagicWindow which handles the {rwindow} vs {win... | Pascal Rigaux | 2005-01-14 | 1 | -5/+25 |
* | return the child when MagicWindow is using the $::WizardWindow | Pascal Rigaux | 2005-01-12 | 1 | -1/+1 |