summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* (_gtk__Fixed) add support for image backgroundThierry Vignaud2008-07-301-0/+7
|
* (title1_to_markup) render titles as blue instead of bold at install timeThierry Vignaud2008-07-301-1/+2
|
* (_gtk__Title1) do not hardcode title1_to_markup()Thierry Vignaud2008-07-301-1/+1
|
* (title1_to_markup) reindentThierry Vignaud2008-07-301-2/+2
|
* (_gtk__MagicWindow) remove ugly Frames around windows now that matchbox takesThierry Vignaud2008-07-301-5/+2
| | | | | care of drawing real window borders
* (_create_Window) ignore weird 'size_allocate' signal that causesThierry Vignaud2008-07-301-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 wmThierry Vignaud2008-07-301-1/+1
|
* (_gtk_any_Window) set 'dialog' hint for matchbox at install timeThierry Vignaud2008-07-301-0/+4
|
* (_gtk__Fixed) add support for 'Gtk2::Fixed' widgetThierry Vignaud2008-07-301-0/+12
|
* (_gtk) fix moving to position at install time with matchbox window managerThierry Vignaud2008-07-301-1/+1
|
* (_find_imgfile) handle jpeg icons (needed for next rpmdrake)Thierry Vignaud2008-06-181-1/+1
|
* enable to restore the system through rsnapshot if giving "restore" on cmdlineThierry Vignaud2008-04-031-0/+1
|
* allow to create buttons with stock icons (for drakguard)Olivier Blin2008-03-271-0/+3
|
* ( _create_Window) do not run main_quit if not in a main loop (eg:Thierry Vignaud2008-03-251-1/+6
| | | | | while loading GUI) but block window deletion instead (#39230)
* - handle position for paned widgets (needed for rpmdrake, #38762)Thierry Vignaud2008-03-181-0/+1
|
* allow to set sensitivity dynamically in mygtk2 with sensitive_refOlivier Blin2008-03-111-0/+6
|
* fix SpinButton class (looks like it had no users)Olivier Blin2008-03-031-1/+1
|
* (_gtk__Sexy_IconEntry) handle 'icon-pressed' signal tooThierry Vignaud2008-02-121-0/+1
|
* (_gtk__Sexy_IconEntry) add support for Gtk2::Sexy::IconEntry (needed for ↵Thierry Vignaud2008-02-111-0/+24
| | | | rpmdrake)
* (_gtk_any_ButtonBox) XButtonBoxes support ->set_border_width()Thierry Vignaud2008-02-041-0/+1
|
* (init) move enabling catching exceptions here so that users ofThierry Vignaud2008-01-241-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 Vignaud2008-01-241-1/+1
|
* "my $foo if 0" semantic has changed in some cases, using the new "state" ↵Pascal Rigaux2008-01-181-1/+2
| | | | keyword instead
* add shadow 'in' around Gtk2::SimpleList widgetsOlivier Blin2007-10-051-1/+1
|
* split init code in init() (simplify stuff for drakbug)Thierry Vignaud2007-09-261-1/+2
|
* (_gtk__AboutDialog) stop using deprecated APIThierry Vignaud2007-09-241-1/+1
|
* restore banner on pop up messages (#33753)Pascal Rigaux2007-09-191-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 Rigaux2007-09-171-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 Blin2007-09-101-1/+1
|
* fix using RadioButton with childPascal Rigaux2007-09-051-1/+1
|
* allow to specify size when creating pixbufs and imagesOlivier Blin2007-08-201-5/+14
|
* use set_image() to set button image, to be able to add both label and imageOlivier Blin2007-08-201-2/+3
|
* handle homogenous and spacing properties for ButtonBox (should probably be ↵Olivier Blin2007-08-201-0/+2
| | | | factorized with _gtk_any_Box)
* support ellipsize option for labelsOlivier Blin2007-08-201-0/+1
|
* centralize common textdomains in a single common place, thus ensuring ↵Thierry Vignaud2007-06-281-1/+3
| | | | they'll be binded (#31580)
* (set_main_window_size) enable to override default size with Gtk+ frontendThierry Vignaud2007-06-061-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-31/+166
|
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-151-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 Rigaux2005-09-051-3/+23
| | | | better on 16bpp displays
* fix return value (thanks to blino for finding the pb)Pascal Rigaux2005-09-011-5/+6
|
* simpler and better code, allowing forcing scrolling to bottomPascal Rigaux2005-08-311-4/+3
|
* allow ScrolledWindow around TextView to be automatically scrolled down on ↵Pascal Rigaux2005-08-311-2/+24
| | | | new text insert
* allow file_ref to be false at Image creationPascal Rigaux2005-08-311-1/+1
|
* allow adding text to a TextView with gtkaddPascal Rigaux2005-08-311-2/+2
|
* add "text_ref" for Label'sPascal Rigaux2005-08-311-0/+6
|
* add Label_LeftPascal Rigaux2005-08-311-0/+6
|
* add ProgressBarPascal Rigaux2005-08-311-0/+18
|
* handle hide_ref and show_refPascal Rigaux2005-08-311-0/+7
|
* make MagicWindow re-entrant again (was broken due to only one banner, eg. ↵Pascal Rigaux2005-08-301-9/+12
| | | | for drakx summary)
* add children_centered (was already children_tight, children_loose and children)Pascal Rigaux2005-08-301-1/+4
|