| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "better fix for the scrollbar in the package installation details window" | Rémi Verschelde | 2015-03-30 | 1 | -2/+1 |
* | tell users to ignore Gtk3 warnings | Thierry Vignaud | 2015-03-26 | 1 | -0/+1 |
* | better fix for the scrollbar in the package installation details window | Rémi Verschelde | 2015-03-21 | 1 | -1/+2 |
* | FileSelection no more exists in Gtk3 | Thierry Vignaud | 2014-10-20 | 1 | -11/+0 |
* | add support for gtkset() on 'ComboBoxText' widgets | Thierry Vignaud | 2014-10-20 | 1 | -0/+1 |
* | simplify using member() | Thierry.Vignaud | 2014-05-28 | 1 | -2/+2 |
* | partially podify mygtk3 | Thierry.Vignaud | 2014-05-24 | 1 | -35/+93 |
* | fix unused variable | Thierry Vignaud | 2014-02-07 | 1 | -5/+5 |
* | drop support for 'Sexy_IconEntry' widget (unused since 2009) | Thierry Vignaud | 2014-02-07 | 1 | -25/+0 |
* | fix not moving window (mga#11790, mga#11988, mga#11977) | Thierry Vignaud | 2014-01-20 | 1 | -3/+3 |
* | fix inverted dimensions | Thierry Vignaud | 2014-01-20 | 1 | -1/+1 |
* | kill very old comment (introduced when migrated from gtk1 to gtk2) | Thierry Vignaud | 2014-01-20 | 1 | -1/+1 |
* | fix a rpmdrake crash (mga#12331) | Thierry Vignaud | 2014-01-16 | 1 | -0/+1 |
* | workaround a gtk+3 issue resulting in blacked embbeded tools (mga#11969) | Thierry Vignaud | 2013-12-13 | 1 | -0/+1 |
* | add 'use_markup' parameter to Expanders | Thierry Vignaud | 2013-12-06 | 1 | -0/+1 |
* | add support for RadioMenuItems for rpmdrake | Thierry Vignaud | 2013-11-29 | 1 | -1/+4 |
* | fix displaying ads by default | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
* | fix doble space | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | add support for ToolButton | Thierry Vignaud | 2013-11-24 | 1 | -0/+13 |
* | set_url_hook() & set_email_hook() no more exists | Thierry Vignaud | 2013-11-24 | 1 | -8/+0 |
* | fix putting filler at right place | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | simplify | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
* | prevent set_sensitive() to be called with undef parameter | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | fix creating a SpinButton | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | fix computing left part width | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | add support for set an image directly from a pixbuf | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
* | handle alignment for Images too (needed for banners) | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | fix missing parameter in drakx-net | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | workaround the same segfault when picking the desktop | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | prevent set_active() to be called with undef parameter | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | those setters no more accept undef | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | fix "undefined value for mandatory argument..." | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | drop support for Image_using_pixmap | Thierry Vignaud | 2013-11-24 | 1 | -7/+1 |
* | perlish $adjustment->upper => adjustment->get_property("upper") | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | perlish $adjustment->value => adjustment->get_value | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | perlish $adjustment->page_size => adjustment->get_property("page_size") | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | (installPackages) initialize fraction to 0 | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
* | fix setting exceptions handler for Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | load Gtk3::WebKit when needed, thus fixing help during install | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
* | fix retrieving allocated size | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
* | factorize a value | Thierry Vignaud | 2013-11-24 | 1 | -2/+3 |
* | fix retrieving image size | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | fix computing parent_window/root_window height | Thierry Vignaud | 2013-11-24 | 1 | -2/+8 |
* | add basic support for Builder widget | Thierry Vignaud | 2013-11-24 | 1 | -0/+12 |
* | add basic support for ActionGroup & UIManager widgets | Thierry Vignaud | 2013-11-24 | 1 | -0/+28 |
* | better test for the banner widget | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | drop "Image_using_pixbuf", Cairo does a better job | Thierry Vignaud | 2013-11-24 | 1 | -29/+2 |
* | 'draw' replaces 'expose_event' | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
* | (import_style_ressources) convert Galaxy theme to CSS | Thierry Vignaud | 2013-11-24 | 1 | -1/+3 |