Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add set_popdown_strings API to Gtk3::ComboBoxText | Thierry Vignaud | 2013-11-24 | 1 | -0/+9 |
| | |||||
* | workaround only first notification being displayed | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | | | | | | it looks like we only got the 'closed' signal if the user clicks on it (which is a spec violation: http://www.galago-project.org/specs/notification/0.9/x408.html#signal-notification-closed) | ||||
* | notifications work again | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
| | |||||
* | Gtk3::Notify->new => Gtk3::Notify::Notification->new | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | create_factory_*: drop them | Thierry Vignaud | 2013-11-24 | 1 | -12/+1 |
| | | | | | rationale: ItemFactory was deprecated prior to Gtk3 and we must migrate to UIManager or Builder anyway... | ||||
* | (shrink_topwindow) temporary disable due to Gtk3 regression | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | OptionMenu has been deprecated prior to Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -66/+0 |
| | |||||
* | Pango->PANGO_WEIGHT_BOLD is not available through introspection | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | fix calling Gtk3::Image->new_from_stock() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Dialog->set_has_separator() no more exists in Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | (set_back_pixbuf) drop it (now unused) | Thierry Vignaud | 2013-11-24 | 1 | -9/+0 |
| | |||||
* | update API for installer | Thierry Vignaud | 2013-11-24 | 1 | -2/+3 |
| | |||||
* | rename a variable | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | explain who uses it | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | convert Banner widget to Gtk+3 | Thierry Vignaud | 2013-11-24 | 1 | -43/+36 |
| | | | | | | | | | | | | - Parsing of custom resources: RC -> CSS - signal: 'style-set' => 'style-updated' - Drop our custom draw code - widget is much simpler, using Overlays (due to that(?), we must remove -4 from the vertical padding) Also fix "Unit is missing" fatal error with newer gtk+3.10 Most themes work OK but Oxygen-gtk3... | ||||
* | rename a variable | Thierry Vignaud | 2013-11-24 | 1 | -25/+25 |
| | | | | (makes next commit more readable) | ||||
* | lang package is not needed here | Thierry Vignaud | 2013-11-24 | 1 | -3/+2 |
| | | | | also compute language direction only once | ||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | prevent calling CheckButton->set_label() on undef value | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | fix "Can't locate object method "new_text" via package "Gtk3::ComboBox"" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | drop our now unused cellrenderer implementation | Thierry Vignaud | 2013-11-24 | 1 | -90/+0 |
| | |||||
* | fix "Can't call method "x" on unblessed reference" | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
| | |||||
* | perlish ->state() => ->get_state() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->action_area => $dialog->get_action_area | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | ignore events who lack ->x & ->y | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | use a variable for clarity | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | | | | (needed for next commit) | ||||
* | fix $model->iter_next($iter) usage with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | |||||
* | we no longuer have access to PANGO_PIXELS() with introspection | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner | ||||
* | 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 |