| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a crash in rpmdrake when package list is empty (mga#11901) | Thierry Vignaud | 2013-12-06 | 1 | -0/+1 |
* | make shrinking window work again (eg: draknfs) | Thierry Vignaud | 2013-11-29 | 1 | -2/+1 |
* | banners text is rendered as blue again | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 |
* | align banner text to left instead of centering it | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 |
* | use new Toolbar API (mga#11791) | Thierry Vignaud | 2013-11-28 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | (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 |
* | rename a variable | Thierry Vignaud | 2013-11-24 | 1 | -25/+25 |
* | lang package is not needed here | Thierry Vignaud | 2013-11-24 | 1 | -3/+2 |
* | 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 |
* | 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 |
* | 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 |
* | (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 |
* | 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 |