Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use the proper Pango API instead of using Pango::SCALE directly | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | we no longuer have access to PANGO_SCALE_* with introspection | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | adapt to new Pango binding | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | ->modify_font() => ->override_font() | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 | |
| | | | | the former is deprecated in gtk+3 | |||||
* | (new_with_strings) guard against too early calls by gtk+ | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 | |
| | ||||||
* | (gtkradio) workaround gtk+ issue | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | | | | | | | else we got: "object 36b6540 is not really a GObject at (...)/Glib/Object/Introspection.pm line 61." See also bgo#679563 | |||||
* | get_height() => get_allocated_height() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | use Pango as binded by Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | (create_boxradio,create_widgets) adapt to new tooltips API | Thierry Vignaud | 2013-11-24 | 1 | -1/+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 | -1/+1 | |
| | ||||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -8/+8 | |
| | ||||||
* | perlish realized() => get_realized() | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 | |
| | ||||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 | |
| | ||||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -58/+58 | |
| | ||||||
* | Gtk2::Pango -> Pango | Thierry Vignaud | 2013-11-24 | 1 | -6/+6 | |
| | ||||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -37/+37 | |
| | ||||||
* | rename for gtk+3 | Thierry Vignaud | 2013-11-24 | 1 | -0/+1652 | |