Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add basic support for Builder widget | Thierry Vignaud | 2013-11-24 | 1 | -0/+12 |
| | |||||
* | add basic support for ActionGroup & UIManager widgets | Thierry Vignaud | 2013-11-24 | 1 | -0/+28 |
| | |||||
* | better test for the banner widget | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | make this test work whatever is used to implement our banners | ||||
* | drop "Image_using_pixbuf", Cairo does a better job | Thierry Vignaud | 2013-11-24 | 1 | -29/+2 |
| | |||||
* | 'draw' replaces 'expose_event' | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | (import_style_ressources) convert Galaxy theme to CSS | Thierry Vignaud | 2013-11-24 | 1 | -1/+3 |
| | | | | (styling has totally changed in gtk+3) | ||||
* | add support for Gtk3::Overlay | Thierry Vignaud | 2013-11-24 | 1 | -0/+21 |
| | |||||
* | ->modify_font() => ->override_font() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | the former is deprecated in gtk+3 | ||||
* | visible() => get_visible() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | ->child() => ->get_child() | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | (root_window_size) introduce it | Thierry Vignaud | 2013-11-24 | 1 | -0/+6 |
| | |||||
* | (text_direction_rtl) fix too many parameter | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | (flush) "fix" too many parameters | Thierry Vignaud | 2013-11-24 | 1 | -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 parameters | Thierry Vignaud | 2013-11-24 | 1 | -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 API | Thierry Vignaud | 2013-11-24 | 1 | -4/+1 |
| | |||||
* | s/can_focus()/set_can_focus()/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | (_gtk__Label) simplify | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | tell Glib to use gtk+-3 in order to handle exceptions in callbacks | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -75/+75 |
| | |||||
* | Gtk2::Pango -> Pango | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -18/+18 |
| | |||||
* | rename for gtk+3 | Thierry Vignaud | 2013-11-24 | 1 | -0/+1598 |