summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk3.pm
Commit message (Collapse)AuthorAgeFilesLines
* switch from obsolete [HV]Panel to Panel widgetThierry Vignaud2016-01-021-1/+1
|
* Revert "better fix for the scrollbar in the package installation details window"Rémi Verschelde2015-03-301-2/+1
| | | | | | | | This reverts commit ff785ad67f69650b978704b7d2043389e0067222. The "better fix" has been tested and though it does a good job at letting the user go back in the history, it does not keep track of the latest entry perfectly. More work needs to be done on this to have a clean solution.
* tell users to ignore Gtk3 warningsThierry Vignaud2015-03-261-0/+1
|
* better fix for the scrollbar in the package installation details windowRémi Verschelde2015-03-211-1/+2
| | | | patch by Martin Whitaker (mga#13894)
* FileSelection no more exists in Gtk3Thierry Vignaud2014-10-201-11/+0
|
* add support for gtkset() on 'ComboBoxText' widgetsThierry Vignaud2014-10-201-0/+1
| | | | for drakpxelinux...
* simplify using member()Thierry.Vignaud2014-05-281-2/+2
|
* partially podify mygtk3Thierry.Vignaud2014-05-241-35/+93
|
* fix unused variableThierry Vignaud2014-02-071-5/+5
|
* drop support for 'Sexy_IconEntry' widget (unused since 2009)Thierry Vignaud2014-02-071-25/+0
|
* fix not moving window (mga#11790, mga#11988, mga#11977)Thierry Vignaud2014-01-201-3/+3
| | | | | | regression introduced in commit fadc8b97ed98977bf264d87d62c33e779f299716 sadly flickering may happen
* fix inverted dimensionsThierry Vignaud2014-01-201-1/+1
| | | | | bug introduced in commit fadc8b97ed98977bf264d87d62c33e779f299716 important to fix before next commit
* kill very old comment (introduced when migrated from gtk1 to gtk2)Thierry Vignaud2014-01-201-1/+1
|
* fix a rpmdrake crash (mga#12331)Thierry Vignaud2014-01-161-0/+1
|
* workaround a gtk+3 issue resulting in blacked embbeded tools (mga#11969)Thierry Vignaud2013-12-131-0/+1
| | | | it only happens with some locales (eg: pl/uk)
* add 'use_markup' parameter to ExpandersThierry Vignaud2013-12-061-0/+1
|
* add support for RadioMenuItems for rpmdrakeThierry Vignaud2013-11-291-1/+4
|
* fix displaying ads by defaultThierry Vignaud2013-11-241-2/+1
| | | | after commit 81bb64a79ef, this was no longer true
* fix doble spaceThierry Vignaud2013-11-241-1/+1
|
* add support for ToolButtonThierry Vignaud2013-11-241-0/+13
|
* set_url_hook() & set_email_hook() no more existsThierry Vignaud2013-11-241-8/+0
|
* fix putting filler at right placeThierry Vignaud2013-11-241-1/+1
|
* simplifyThierry Vignaud2013-11-241-1/+2
|
* prevent set_sensitive() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
| | | | (for drakguard)
* fix creating a SpinButtonThierry Vignaud2013-11-241-1/+1
| | | | | | ->{lower} was deleted in the previous line (bug introduced with the first code drop by pixel in commit f6f78109c on Dec 2 2004)
* fix computing left part widthThierry Vignaud2013-11-241-1/+1
|
* add support for set an image directly from a pixbufThierry Vignaud2013-11-241-0/+2
|
* handle alignment for Images too (needed for banners)Thierry Vignaud2013-11-241-0/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-1/+1
|
* fix missing parameter in drakx-netThierry Vignaud2013-11-241-1/+1
|
* workaround the same segfault when picking the desktopThierry Vignaud2013-11-241-0/+1
| | | | alter mygtk3 in order to pass a button to join its group
* prevent set_active() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
|
* those setters no more accept undefThierry Vignaud2013-11-241-2/+2
|
* fix "undefined value for mandatory argument..."Thierry Vignaud2013-11-241-0/+1
|
* drop support for Image_using_pixmapThierry Vignaud2013-11-241-7/+1
| | | | cairo as used by gtk+ does a better job those days anyway...
* perlish $adjustment->upper => adjustment->get_property("upper")Thierry Vignaud2013-11-241-1/+1
|
* perlish $adjustment->value => adjustment->get_valueThierry Vignaud2013-11-241-1/+1
|
* perlish $adjustment->page_size => adjustment->get_property("page_size")Thierry Vignaud2013-11-241-1/+1
|
* (installPackages) initialize fraction to 0Thierry Vignaud2013-11-241-0/+1
| | | | Gtk3 doesn't accept default value for Gtk2::ProgressBar->set_fraction()
* fix setting exceptions handler for Gtk3Thierry Vignaud2013-11-241-2/+2
| | | | | | | | rationale: whereas Glib's gtk_main() was called smoothly by Gtk2's XS, Gtk3 goes through Glib::Object::Introspection->invoke() which goes directly to the typelib... we thus needs to ask Gtk3 to overrides Gtk3->main
* load Gtk3::WebKit when needed, thus fixing help during installThierry Vignaud2013-11-241-0/+2
| | | | also initialize introspection by explicitely importing it
* fix retrieving allocated sizeThierry Vignaud2013-11-241-3/+3
|
* factorize a valueThierry Vignaud2013-11-241-2/+3
|
* fix retrieving image sizeThierry Vignaud2013-11-241-2/+2
|
* fix computing parent_window/root_window heightThierry Vignaud2013-11-241-2/+8
|
* add basic support for Builder widgetThierry Vignaud2013-11-241-0/+12
|
* add basic support for ActionGroup & UIManager widgetsThierry Vignaud2013-11-241-0/+28
|
* better test for the banner widgetThierry Vignaud2013-11-241-1/+1
| | | | make this test work whatever is used to implement our banners
* drop "Image_using_pixbuf", Cairo does a better jobThierry Vignaud2013-11-241-29/+2
|
* 'draw' replaces 'expose_event'Thierry Vignaud2013-11-241-3/+3
|