summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 'draw' replaces 'expose_event'Thierry Vignaud2013-11-243-7/+7
|
* (wait_messageW) prevent calling set_title() w/o a titleThierry Vignaud2013-11-241-1/+1
|
* copy new CSS filesThierry Vignaud2013-11-242-2/+2
|
* (import_style_ressources) convert Galaxy theme to CSSThierry Vignaud2013-11-243-41/+36
| | | | (styling has totally changed in gtk+3)
* add support for Gtk3::OverlayThierry Vignaud2013-11-241-0/+21
|
* switch from old RC to CSS for diskdrakeThierry Vignaud2013-11-243-69/+69
| | | | | | colors were converted with bc: obase=16 *255
* fix computing width without Gdk::WindowThierry Vignaud2013-11-241-1/+1
|
* do not show popup in testing modeThierry Vignaud2013-11-241-3/+5
|
* ->modify_font() => ->override_font()Thierry Vignaud2013-11-242-4/+4
| | | | the former is deprecated in gtk+3
* (new_with_strings) guard against too early calls by gtk+Thierry Vignaud2013-11-241-0/+2
|
* (gtkradio) workaround gtk+ issueThierry Vignaud2013-11-241-1/+1
| | | | | | | else we got: "object 36b6540 is not really a GObject at (...)/Glib/Object/Introspection.pm line 61." See also bgo#679563
* do not attempt to install package in testing modeThierry Vignaud2013-11-241-1/+3
|
* fix setting locale with Gtk3Thierry Vignaud2013-11-243-3/+3
|
* (try_) display error on consoleThierry Vignaud2013-11-241-0/+1
|
* Gtk3::ComboBoxEntry->new_text -> Gtk3::ComboBoxText->new_with_entryThierry Vignaud2013-11-241-1/+1
|
* visible() => get_visible()Thierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-241-1/+1
|
* ->child() => ->get_child()Thierry Vignaud2013-11-242-6/+6
|
* use new mygtk3::root_window_size()Thierry Vignaud2013-11-242-2/+2
|
* (root_window_size) introduce itThierry Vignaud2013-11-241-0/+6
|
* fix 'Too late to run INIT' with Gtk3Thierry Vignaud2013-11-241-1/+4
|
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵Thierry Vignaud2013-11-241-1/+1
| | | | provides the get_cells() method
* supplement blacklistThierry Vignaud2013-11-241-0/+1
|
* (text_direction_rtl) fix too many parameterThierry Vignaud2013-11-241-1/+1
|
* (flush) "fix" too many parametersThierry Vignaud2013-11-241-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.
* (root_window) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| | | | *** Gtk3::Gdk::get_default_root_window: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1487.
* use Pango as binded by Gtk3Thierry Vignaud2013-11-242-2/+1
|
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-244-15/+7
|
* s/Gtk3::Combo/Gtk3::ComboBox/Thierry Vignaud2013-11-241-1/+1
|
* set font for Gtk+-3 system wideThierry Vignaud2013-11-241-3/+5
| | | | we alter /.config instead of /root/.config due to bogus environment
* provide /etc/machine-id for dbusThierry Vignaud2013-11-242-0/+12
| | | | else gtk+3 fails to initialize...
* include Cairo::GObject & Cairo tooThierry Vignaud2013-11-241-0/+3
|
* include WebKit library & typelib for Gtk3::WebKitThierry Vignaud2013-11-241-0/+6
|
* switch from gtk+-2 to gtk+-3Thierry Vignaud2013-11-242-12/+23
| | | | include introspection stuff
* s/can_focus()/set_can_focus()/Thierry Vignaud2013-11-243-3/+3
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-243-5/+5
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-2410-25/+25
|
* perlish realized() => get_realized()Thierry Vignaud2013-11-241-2/+2
|
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-244-4/+4
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-243-3/+3
|
* (_gtk__Label) simplifyThierry Vignaud2013-11-241-1/+1
|
* tell Glib to use gtk+-3 in order to handle exceptions in callbacksThierry Vignaud2013-11-241-2/+2
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-2427-443/+443
|
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-242-6/+5
|
* Gtk2::Pango -> PangoThierry Vignaud2013-11-243-10/+10
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-2435-258/+258
|
* forkedThierry Vignaud2013-11-242-0/+3250
|
* rename for gtk+3Thierry Vignaud2013-11-242-0/+0
|
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-245-11/+11
| | | | (needed for next commits)
* Merge branch 'master' of git://git.mageia.org/software/drakxfilip2013-11-244-118/+71
|\