Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | regression introduced in commit fadc8b97ed98977bf264d87d62c33e779f299716 sadly flickering may happen | ||||
* | fix inverted dimensions | Thierry Vignaud | 2014-01-20 | 1 | -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 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 |
| | | | | it only happens with some locales (eg: pl/uk) | ||||
* | 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 |
| | | | | after commit 81bb64a79ef, this was no longer true | ||||
* | 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 |
| | | | | (for drakguard) | ||||
* | fix creating a SpinButton | Thierry Vignaud | 2013-11-24 | 1 | -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 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 |
| | | | | alter mygtk3 in order to pass a button to join its group | ||||
* | 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 |
| | | | | cairo as used by gtk+ does a better job those days anyway... | ||||
* | 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 |
| | | | | Gtk3 doesn't accept default value for Gtk2::ProgressBar->set_fraction() | ||||
* | fix setting exceptions handler for Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -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 install | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
| | | | | also initialize introspection by explicitely importing it | ||||
* | 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 |
| | | | | make this test work whatever is used to implement our banners | ||||
* | 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 |
| | | | | (styling has totally changed in gtk+3) | ||||
* | add support for Gtk3::Overlay | Thierry Vignaud | 2013-11-24 | 1 | -0/+21 |
| | |||||
* | ->modify_font() => ->override_font() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | the former is deprecated in gtk+3 | ||||
* | visible() => get_visible() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | ->child() => ->get_child() | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | (root_window_size) introduce it | Thierry Vignaud | 2013-11-24 | 1 | -0/+6 |
| | |||||
* | (text_direction_rtl) fix too many parameter | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | (flush) "fix" too many parameters | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | | *** Gtk3::events_pending: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454. *** Gtk3::main_iteration: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454. |