| Commit message (Expand) | Author | Age | Files | Lines |
* | switch from obsolete [HV]Panel to Panel widget | Thierry Vignaud | 2016-01-02 | 1 | -2/+2 |
* | fix setting banner icon top margin (mga#12358) | Thierry Vignaud | 2015-05-19 | 1 | -1/+2 |
* | do not "restore" mouse cursor on the root window, we haven't set it to | Pascal Terjan | 2015-04-18 | 1 | -2/+0 |
* | prevent potential gtk warnings (like in mcc) | Thierry Vignaud | 2014-10-20 | 1 | -2/+4 |
* | really apply fix for mga#13492 | Thierry Vignaud | 2014-06-28 | 1 | -0/+1 |
* | simplify using member() | Thierry.Vignaud | 2014-05-28 | 1 | -2/+2 |
* | explain gtkpowerpack() and its gtkpack*() wrappers | Thierry.Vignaud | 2014-05-27 | 1 | -10/+72 |
* | add missing headers | Thierry.Vignaud | 2014-05-26 | 1 | -0/+2 |
* | convert comments to POD | Thierry.Vignaud | 2014-05-24 | 1 | -44/+136 |
* | simplify | Thierry Vignaud | 2014-02-07 | 1 | -7/+2 |
* | rename a variable (silent a perl_checker warning) | Thierry Vignaud | 2014-02-07 | 1 | -4/+4 |
* | fix hidden icon in individual package selection (mga#12397) | Thierry Vignaud | 2014-01-23 | 1 | -0/+1 |
* | 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 |