summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Expand)AuthorAgeFilesLines
...
| * (load_rc) rename as 'load_css' and load CSS theme fileThierry Vignaud2013-11-241-4/+7
| * (init_sizes) fix retrieving screen size with Gtk3Thierry Vignaud2013-11-241-1/+1
| * add basic support for Builder widgetThierry Vignaud2013-11-241-0/+12
| * add basic support for ActionGroup & UIManager widgetsThierry Vignaud2013-11-241-0/+28
| * split menu closures as real functionsThierry Vignaud2013-11-241-40/+55
| * drop Jazz option (dead for years)Thierry Vignaud2013-11-241-4/+0
| * we no longuer have access to PANGO_PIXELS() with introspectionThierry Vignaud2013-11-241-1/+1
| * use the proper Pango API instead of using Pango::SCALE directlyThierry Vignaud2013-11-241-1/+1
| * we no longuer have access to PANGO_SCALE_* with introspectionThierry Vignaud2013-11-242-2/+2
| * adapt to new Pango bindingThierry Vignaud2013-11-241-1/+1
| * better test for the banner widgetThierry Vignaud2013-11-241-1/+1
| * drop "Image_using_pixbuf", Cairo does a better jobThierry Vignaud2013-11-241-29/+2
| * '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
| * add support for Gtk3::OverlayThierry Vignaud2013-11-241-0/+21
| * switch from old RC to CSS for diskdrakeThierry Vignaud2013-11-243-69/+69
| * 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
| * (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
| * 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 provide...Thierry Vignaud2013-11-241-1/+1
| * 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
| * (root_window) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| * 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
| * provide /etc/machine-id for dbusThierry Vignaud2013-11-242-0/+12
| * 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
| * 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