summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk3.pm
Commit message (Collapse)AuthorAgeFilesLines
* kill broken gtkcolor tooThierry Vignaud2016-11-081-2/+1
|
* kill code broken since switching to gtk+3Thierry Vignaud2016-11-081-2/+1
| | | | XFdrake has been fixed anyway...
* s/font/font-size/ (mga#19406)Thierry Vignaud2016-09-191-1/+1
| | | | thus fixing gtk+3.22 regression
* switch from obsolete [HV]Panel to Panel widgetThierry Vignaud2016-01-021-2/+2
|
* fix setting banner icon top margin (mga#12358)Thierry Vignaud2015-05-191-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 toPascal Terjan2015-04-181-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 Vignaud2014-10-201-2/+4
|
* really apply fix for mga#13492Thierry Vignaud2014-06-281-0/+1
|
* simplify using member()Thierry.Vignaud2014-05-281-2/+2
|
* explain gtkpowerpack() and its gtkpack*() wrappersThierry.Vignaud2014-05-271-10/+72
|
* add missing headersThierry.Vignaud2014-05-261-0/+2
|
* convert comments to PODThierry.Vignaud2014-05-241-44/+136
|
* simplifyThierry Vignaud2014-02-071-7/+2
|
* rename a variable (silent a perl_checker warning)Thierry Vignaud2014-02-071-4/+4
|
* fix hidden icon in individual package selection (mga#12397)Thierry Vignaud2014-01-231-0/+1
|
* fix a crash in rpmdrake when package list is empty (mga#11901)Thierry Vignaud2013-12-061-0/+1
|
* make shrinking window work again (eg: draknfs)Thierry Vignaud2013-11-291-2/+1
|
* banners text is rendered as blue againThierry Vignaud2013-11-281-1/+1
| | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name...
* align banner text to left instead of centering itThierry Vignaud2013-11-281-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 Vignaud2013-11-281-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::ComboBoxTextThierry Vignaud2013-11-241-0/+9
|
* workaround only first notification being displayedThierry Vignaud2013-11-241-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 againThierry Vignaud2013-11-241-2/+1
|
* Gtk3::Notify->new => Gtk3::Notify::Notification->newThierry Vignaud2013-11-241-2/+2
|
* create_factory_*: drop themThierry Vignaud2013-11-241-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 regressionThierry Vignaud2013-11-241-0/+1
|
* OptionMenu has been deprecated prior to Gtk3Thierry Vignaud2013-11-241-66/+0
|
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-11-241-1/+1
|
* fix calling Gtk3::Image->new_from_stock()Thierry Vignaud2013-11-241-1/+1
|
* Dialog->set_has_separator() no more exists in Gtk3Thierry Vignaud2013-11-241-1/+0
|
* (set_back_pixbuf) drop it (now unused)Thierry Vignaud2013-11-241-9/+0
|
* update API for installerThierry Vignaud2013-11-241-2/+3
|
* rename a variableThierry Vignaud2013-11-241-2/+2
|
* explain who uses itThierry Vignaud2013-11-241-0/+1
|
* convert Banner widget to Gtk+3Thierry Vignaud2013-11-241-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 variableThierry Vignaud2013-11-241-25/+25
| | | | (makes next commit more readable)
* lang package is not needed hereThierry Vignaud2013-11-241-3/+2
| | | | also compute language direction only once
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-1/+1
|
* prevent calling CheckButton->set_label() on undef valueThierry Vignaud2013-11-241-2/+2
|
* fix "Can't locate object method "new_text" via package "Gtk3::ComboBox""Thierry Vignaud2013-11-241-1/+1
|
* drop our now unused cellrenderer implementationThierry Vignaud2013-11-241-90/+0
|
* fix "Can't call method "x" on unblessed reference"Thierry Vignaud2013-11-241-5/+5
|
* perlish ->state() => ->get_state()Thierry Vignaud2013-11-241-1/+1
|
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2013-11-241-2/+2
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-241-1/+1
|
* those setters no more accept undefThierry Vignaud2013-11-241-4/+4
|
* ignore events who lack ->x & ->yThierry Vignaud2013-11-241-0/+1
|
* use a variable for clarityThierry Vignaud2013-11-241-1/+2
| | | | (needed for next commit)
* fix $model->iter_next($iter) usage with Gtk3Thierry Vignaud2013-11-241-3/+5
|
* we no longuer have access to PANGO_PIXELS() with introspectionThierry Vignaud2013-11-241-1/+1
| | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner