summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk3.pm
Commit message (Collapse)AuthorAgeFilesLines
* add support for RadioMenuItems for rpmdrakeThierry Vignaud2013-11-291-1/+4
|
* fix displaying ads by defaultThierry Vignaud2013-11-241-2/+1
| | | | after commit 81bb64a79ef, this was no longer true
* fix doble spaceThierry Vignaud2013-11-241-1/+1
|
* add support for ToolButtonThierry Vignaud2013-11-241-0/+13
|
* set_url_hook() & set_email_hook() no more existsThierry Vignaud2013-11-241-8/+0
|
* fix putting filler at right placeThierry Vignaud2013-11-241-1/+1
|
* simplifyThierry Vignaud2013-11-241-1/+2
|
* prevent set_sensitive() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
| | | | (for drakguard)
* fix creating a SpinButtonThierry Vignaud2013-11-241-1/+1
| | | | | | ->{lower} was deleted in the previous line (bug introduced with the first code drop by pixel in commit f6f78109c on Dec 2 2004)
* fix computing left part widthThierry Vignaud2013-11-241-1/+1
|
* add support for set an image directly from a pixbufThierry Vignaud2013-11-241-0/+2
|
* handle alignment for Images too (needed for banners)Thierry Vignaud2013-11-241-0/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-1/+1
|
* fix missing parameter in drakx-netThierry Vignaud2013-11-241-1/+1
|
* workaround the same segfault when picking the desktopThierry Vignaud2013-11-241-0/+1
| | | | alter mygtk3 in order to pass a button to join its group
* prevent set_active() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
|
* those setters no more accept undefThierry Vignaud2013-11-241-2/+2
|
* fix "undefined value for mandatory argument..."Thierry Vignaud2013-11-241-0/+1
|
* drop support for Image_using_pixmapThierry Vignaud2013-11-241-7/+1
| | | | cairo as used by gtk+ does a better job those days anyway...
* perlish $adjustment->upper => adjustment->get_property("upper")Thierry Vignaud2013-11-241-1/+1
|
* perlish $adjustment->value => adjustment->get_valueThierry Vignaud2013-11-241-1/+1
|
* perlish $adjustment->page_size => adjustment->get_property("page_size")Thierry Vignaud2013-11-241-1/+1
|
* (installPackages) initialize fraction to 0Thierry Vignaud2013-11-241-0/+1
| | | | Gtk3 doesn't accept default value for Gtk2::ProgressBar->set_fraction()
* fix setting exceptions handler for Gtk3Thierry Vignaud2013-11-241-2/+2
| | | | | | | | rationale: whereas Glib's gtk_main() was called smoothly by Gtk2's XS, Gtk3 goes through Glib::Object::Introspection->invoke() which goes directly to the typelib... we thus needs to ask Gtk3 to overrides Gtk3->main
* load Gtk3::WebKit when needed, thus fixing help during installThierry Vignaud2013-11-241-0/+2
| | | | also initialize introspection by explicitely importing it
* fix retrieving allocated sizeThierry Vignaud2013-11-241-3/+3
|
* factorize a valueThierry Vignaud2013-11-241-2/+3
|
* fix retrieving image sizeThierry Vignaud2013-11-241-2/+2
|
* fix computing parent_window/root_window heightThierry Vignaud2013-11-241-2/+8
|
* add basic support for Builder widgetThierry Vignaud2013-11-241-0/+12
|
* add basic support for ActionGroup & UIManager widgetsThierry Vignaud2013-11-241-0/+28
|
* better test for the banner widgetThierry Vignaud2013-11-241-1/+1
| | | | make this test work whatever is used to implement our banners
* drop "Image_using_pixbuf", Cairo does a better jobThierry Vignaud2013-11-241-29/+2
|
* 'draw' replaces 'expose_event'Thierry Vignaud2013-11-241-3/+3
|
* (import_style_ressources) convert Galaxy theme to CSSThierry Vignaud2013-11-241-1/+3
| | | | (styling has totally changed in gtk+3)
* add support for Gtk3::OverlayThierry Vignaud2013-11-241-0/+21
|
* ->modify_font() => ->override_font()Thierry Vignaud2013-11-241-1/+1
| | | | the former is deprecated in gtk+3
* visible() => get_visible()Thierry Vignaud2013-11-241-1/+1
|
* ->child() => ->get_child()Thierry Vignaud2013-11-241-2/+2
|
* (root_window_size) introduce itThierry Vignaud2013-11-241-0/+6
|
* (text_direction_rtl) fix too many parameterThierry Vignaud2013-11-241-1/+1
|
* (flush) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| | | | | *** Gtk3::events_pending: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454. *** Gtk3::main_iteration: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454.
* (root_window) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| | | | *** Gtk3::Gdk::get_default_root_window: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1487.
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-241-4/+1
|
* s/can_focus()/set_can_focus()/Thierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-3/+3
|
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-241-1/+1
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-241-1/+1
|
* (_gtk__Label) simplifyThierry Vignaud2013-11-241-1/+1
|