summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk3.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* tell Glib to use gtk+-3 in order to handle exceptions in callbacksThierry Vignaud2013-11-241-2/+2
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-75/+75
|
* Gtk2::Pango -> PangoThierry Vignaud2013-11-241-1/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-18/+18
|
* rename for gtk+3Thierry Vignaud2013-11-241-0/+1598