Commit message (Collapse) | 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 |
| | | | | | | Gtk3's gtk_widget_set_margin_top() really is buged when margin < 0 bug introduced in commit f5ed08a589bc9081c68188c464a5a978557d0b2a | ||||
* | do not "restore" mouse cursor on the root window, we haven't set it to | Pascal Terjan | 2015-04-18 | 1 | -2/+0 |
| | | | | 'wait' since 2005 and this causes a crash if we don't own it (mga#15729) | ||||
* | 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 |
| | | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name... | ||||
* | align banner text to left instead of centering it | Thierry Vignaud | 2013-11-28 | 1 | -1/+1 |
| | | | | | | | This was though better when reinventing banners in gtk3. However: - mcc is still gtk2 and it display a left aligned banner for embedded tools - it can be seen as a regression | ||||
* | use new Toolbar API (mga#11791) | Thierry Vignaud | 2013-11-28 | 1 | -1/+2 |
| | | | | | | old toolbar API is no more available: Can't locate object method "append_item" via package Gtk3:Toolbar" at ugtk3.pm line 954 | ||||
* | 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 |
| |