Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (new,may_destroy) track windows in order to be able to set the proper | Thierry Vignaud | 2008-08-18 | 1 | -1/+7 |
| | | | | | | transient hint (really fixing focus bug (#42750) which got unfixed after fixing vivication) | ||||
* | (_gtk_any_Window) make sure not to vivify transient_for else latest | Thierry Vignaud | 2008-08-18 | 1 | -1/+1 |
| | | | | | commit breaks installer | ||||
* | (_gtk__MagicWindow) note that 'pop_it' setting does now take account | Thierry Vignaud | 2008-08-18 | 1 | -0/+1 |
| | | | | | titles (since they no more use Banners) | ||||
* | (_gtk__MagicWindow,wait_messageW) move using $::main_window as | Thierry Vignaud | 2008-08-18 | 1 | -0/+1 |
| | | | | | | transient hint from interactive::gtk::wait_messageW() into _gtk__MagicWindow(), thus fixing focus bug #42750 | ||||
* | (_gtk__Title1) do not render spurious "<span ...></span>" if nothing was passed | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | (_gtk_any_Window) make 'transient_for' force modality over 'modal' | Thierry Vignaud | 2008-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | parameter now that ugtk2::new no longer set modality, else we got strange focus bugs. ugtk2's behavior was altered in r243651 on 2008-07-25: "do not force all windows to be modal at install time since it causes issues with matchbox window manager modality got forced in r210547 on 2005-01-11 while switching to mygtk2 which collapsed two code paths in ones whereas one wasn't setting modality ('create "MagicWindow" in mygtk2 out of ugtk2::new()')" | ||||
* | (_gtk__Fixed) add support for image background | Thierry Vignaud | 2008-07-30 | 1 | -0/+7 |
| | |||||
* | (title1_to_markup) render titles as blue instead of bold at install time | Thierry Vignaud | 2008-07-30 | 1 | -1/+2 |
| | |||||
* | (_gtk__Title1) do not hardcode title1_to_markup() | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | (title1_to_markup) reindent | Thierry Vignaud | 2008-07-30 | 1 | -2/+2 |
| | |||||
* | (_gtk__MagicWindow) remove ugly Frames around windows now that matchbox takes | Thierry Vignaud | 2008-07-30 | 1 | -5/+2 |
| | | | | | care of drawing real window borders | ||||
* | (_create_Window) ignore weird 'size_allocate' signal that causes | Thierry Vignaud | 2008-07-30 | 1 | -0/+1 |
| | | | | | | flickering (we got [ 0, 0, 4, 4 ] as $event, then twice the correct [ 0, 0, 576, 418 ] one) | ||||
* | (_create_Window) fix position with matchbox wm | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | (_gtk_any_Window) set 'dialog' hint for matchbox at install time | Thierry Vignaud | 2008-07-30 | 1 | -0/+4 |
| | |||||
* | (_gtk__Fixed) add support for 'Gtk2::Fixed' widget | Thierry Vignaud | 2008-07-30 | 1 | -0/+12 |
| | |||||
* | (_gtk) fix moving to position at install time with matchbox window manager | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | (_find_imgfile) handle jpeg icons (needed for next rpmdrake) | Thierry Vignaud | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | enable to restore the system through rsnapshot if giving "restore" on cmdline | Thierry Vignaud | 2008-04-03 | 1 | -0/+1 |
| | |||||
* | allow to create buttons with stock icons (for drakguard) | Olivier Blin | 2008-03-27 | 1 | -0/+3 |
| | |||||
* | ( _create_Window) do not run main_quit if not in a main loop (eg: | Thierry Vignaud | 2008-03-25 | 1 | -1/+6 |
| | | | | | while loading GUI) but block window deletion instead (#39230) | ||||
* | - handle position for paned widgets (needed for rpmdrake, #38762) | Thierry Vignaud | 2008-03-18 | 1 | -0/+1 |
| | |||||
* | allow to set sensitivity dynamically in mygtk2 with sensitive_ref | Olivier Blin | 2008-03-11 | 1 | -0/+6 |
| | |||||
* | fix SpinButton class (looks like it had no users) | Olivier Blin | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | (_gtk__Sexy_IconEntry) handle 'icon-pressed' signal too | Thierry Vignaud | 2008-02-12 | 1 | -0/+1 |
| | |||||
* | (_gtk__Sexy_IconEntry) add support for Gtk2::Sexy::IconEntry (needed for ↵ | Thierry Vignaud | 2008-02-11 | 1 | -0/+24 |
| | | | | rpmdrake) | ||||
* | (_gtk_any_ButtonBox) XButtonBoxes support ->set_border_width() | Thierry Vignaud | 2008-02-04 | 1 | -0/+1 |
| | |||||
* | (init) move enabling catching exceptions here so that users of | Thierry Vignaud | 2008-01-24 | 1 | -1/+2 |
| | | | | | | ::no_ugtk_init still get covered once calling init(), thus catching exceptions | ||||
* | remove test for old versions of perl-Gtk2 (is OK since 6 years) | Thierry Vignaud | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | "my $foo if 0" semantic has changed in some cases, using the new "state" ↵ | Pascal Rigaux | 2008-01-18 | 1 | -1/+2 |
| | | | | keyword instead | ||||
* | add shadow 'in' around Gtk2::SimpleList widgets | Olivier Blin | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | split init code in init() (simplify stuff for drakbug) | Thierry Vignaud | 2007-09-26 | 1 | -1/+2 |
| | |||||
* | (_gtk__AboutDialog) stop using deprecated API | Thierry Vignaud | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | restore banner on pop up messages (#33753) | Pascal Rigaux | 2007-09-19 | 1 | -2/+7 |
| | | | | | | | the tricky part here is we need to differentiate the case when the empty box given in ugtk2.pm was really meant to be discarded (eg: diskdrake during install), but don't want to discard the child if it's useful (wait_message) | ||||
* | - fix blocking wait_message (when they pop) (#33676, #33670) | Pascal Rigaux | 2007-09-17 | 1 | -1/+1 |
| | | | | | | | the fix is quite ugly: don't use banner when we pop and have a "child" but the code was buggy anyway, the "child" was dropped, replaced by the banner | ||||
* | 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 ↵ | Olivier Blin | 2007-08-20 | 1 | -0/+2 |
| | | | | factorized with _gtk_any_Box) | ||||
* | support ellipsize option for labels | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | centralize common textdomains in a single common place, thus ensuring ↵ | Thierry Vignaud | 2007-06-28 | 1 | -1/+3 |
| | | | | they'll be binded (#31580) | ||||
* | (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 |
| | | | | | | | instead of module c (that way we can also use dngettext, and it's more modular) | ||||
* | new "Image_using_pixmap" which is rendered using DITHER_MAX which is much ↵ | Pascal Rigaux | 2005-09-05 | 1 | -3/+23 |
| | | | | better on 16bpp displays | ||||
* | 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 ↵ | Pascal Rigaux | 2005-08-31 | 1 | -2/+24 |
| | | | | new text insert | ||||
* | 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 |
| |