summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* (Gtk2::Banner->new) load lang in order to prevent abortingThierry Vignaud2005-06-151-0/+1
* shrink real_windowOlivier Blin2005-05-101-1/+1
* replace the latin-charset unbreakable space with a "use utf8" and the utf8 un...Pascal Rigaux2005-04-051-1/+4
* (Gtk2::Banner::new) make banner be RTL aware (aka follow language directionThierry Vignaud2005-03-241-2/+7
* (Gtk2::Banner::new) ensure icon is centered verticallyThierry Vignaud2005-03-241-3/+5
* don't use show_all, it unhides hidden summary (bugzilla #13941)Pascal Rigaux2005-03-211-1/+3
* log program exitingThierry Vignaud2005-03-081-1/+6
* (create_scrolled_window) Gtk2::Html::View has native scrolling support andThierry Vignaud2005-03-021-1/+1
* (Gtk2::ComboBox::set_popdown_strings) clear model before filling the listThierry Vignaud2005-03-011-0/+1
* Force to open file selector as a modal window (bug 13942)Rafael Garcia-Suarez2005-02-231-1/+1
* fix usage of create_file_selector()Pascal Rigaux2005-02-231-2/+2
* _ask_dir and _ask_file now use FileChooserPascal Rigaux2005-02-151-22/+41
* Add the possibility to call a callback just after widget initialisation inRafael Garcia-Suarez2005-02-091-0/+1
* {rwindow} is more probably a mygtk2::MagicWindowPascal Rigaux2005-02-081-4/+3
* allow using {real_window} instead of {rwindow}{real_window}Pascal Rigaux2005-01-221-0/+1
* fix backward compatibilityPascal Rigaux2005-01-171-0/+5
* - move set_main_window_size() from ugtk2 to mygtk2Pascal Rigaux2005-01-151-10/+0
* MagicWindow is now really magic, {rwindow} and {window} can be the same thing :)Pascal Rigaux2005-01-141-5/+4
* return the child when MagicWindow is using the $::WizardWindowPascal Rigaux2005-01-121-4/+4
* create "MagicWindow" in mygtk2 out of ugtk2::new()Pascal Rigaux2005-01-111-50/+12
* simplify away thing already done in %window_optionsPascal Rigaux2005-01-111-2/+1
* move ugtk2::create_window() to mygtk2::_create_Window()Pascal Rigaux2005-01-111-80/+11
* change set_main_window_size() prototypePascal Rigaux2005-01-111-3/+3
* - create mygtk2::main()Pascal Rigaux2005-01-111-7/+3
* simplify (no need to protect against double destroy anymore)Pascal Rigaux2005-01-111-1/+1
* {window}->show is already done in ->newPascal Rigaux2005-01-111-1/+0
* better commentPascal Rigaux2005-01-111-1/+1
* the ugly gtkset_mousecursor_wait() done on destroy is not called often nowada...Pascal Rigaux2005-01-111-3/+0
* fix typoPascal Rigaux2005-01-111-1/+1
* fix typoPascal Rigaux2005-01-111-1/+1
* - $current_window can be local to ugtk2, so do it that wayPascal Rigaux2005-01-111-11/+18
* better commentsPascal Rigaux2005-01-111-3/+8
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-8/+8
* remove $ugtk2::force_center_at_pos, inline it insteadPascal Rigaux2005-01-111-7/+6
* no need to set widget name to Title (what was it used for?)Pascal Rigaux2005-01-111-3/+1
* more consistent namingPascal Rigaux2005-01-111-1/+1
* help initial positioning of window during install (since position_policyPascal Rigaux2005-01-111-0/+5
* add commentsPascal Rigaux2005-01-111-0/+3
* move some now common things in _create_window()Pascal Rigaux2005-01-101-11/+10
* more installing special install shortcuts in _create_window()Pascal Rigaux2005-01-101-4/+2
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+2
* use {icon_no_error} instead of {icon}Pascal Rigaux2005-01-101-4/+4
* rewritePascal Rigaux2005-01-101-21/+22
* rewritePascal Rigaux2005-01-101-2/+2
* the test is not useful, we can't get to this code when $::isEmbedded is setPascal Rigaux2005-01-101-1/+1
* emove unused featurePascal Rigaux2005-01-101-1/+1
* $ugtk2::pop_it is unusedPascal Rigaux2005-01-101-2/+2
* $w->{isEmbedded} is unusedPascal Rigaux2005-01-071-5/+3
* $w->{isWizard} is unusedPascal Rigaux2005-01-071-3/+2
* $o->{force_center} is unusedPascal Rigaux2005-01-071-1/+1