summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* handle alignment for Images too (needed for banners)Thierry Vignaud2013-11-241-0/+1
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-243-7/+7
* prevent calling CheckButton->set_label() on undef valueThierry Vignaud2013-11-241-2/+2
* fix "Can't locate object method "new_text" via package "Gtk3::ComboBox""Thierry Vignaud2013-11-241-1/+1
* fix missing parameter in drakx-netThierry Vignaud2013-11-241-1/+1
* simplify: just use tooltips for service descriptionsThierry Vignaud2013-11-241-19/+1
* drop our now unused cellrenderer implementationThierry Vignaud2013-11-241-90/+0
* no need to implement our own cell rendererThierry Vignaud2013-11-241-1/+7
* fix "Can't call method "x" on unblessed reference"Thierry Vignaud2013-11-241-5/+5
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-242-2/+2
* workaround the same segfault when picking the desktopThierry Vignaud2013-11-242-1/+2
* workaround a gtk+3 segfaultThierry Vignaud2013-11-241-1/+1
* perlish ->state() => ->get_state()Thierry Vignaud2013-11-241-1/+1
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2013-11-245-6/+6
* prevent set_active() to be called with undef parameterThierry Vignaud2013-11-243-3/+5
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-245-5/+5
* those setters no more accept undefThierry Vignaud2013-11-246-13/+13
* ignore events who lack ->x & ->yThierry Vignaud2013-11-241-0/+1
* use a variable for clarityThierry Vignaud2013-11-241-1/+2
* fix $model->iter_next($iter) usage with Gtk3Thierry Vignaud2013-11-241-3/+5
* fix "undefined value for mandatory argument..."Thierry Vignaud2013-11-242-1/+2
* add --depth in order to force 16bit colors modeThierry Vignaud2013-11-241-0/+3
* drop support for Image_using_pixmapThierry Vignaud2013-11-241-7/+1
* stop using Image_using_pixmapThierry Vignaud2013-11-241-1/+1
* perlish $adjustment->upper => adjustment->get_property("upper")Thierry Vignaud2013-11-241-1/+1
* perlish $adjustment->value => adjustment->get_valueThierry Vignaud2013-11-242-2/+2
* 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
* fix setting exceptions handler for Gtk3Thierry Vignaud2013-11-241-2/+2
* kill this (uneeded)Thierry Vignaud2013-11-241-72/+0
* load Gtk3::WebKit when needed, thus fixing help during installThierry Vignaud2013-11-241-0/+2
* revert commit 9186647eThierry Vignaud2013-11-241-2/+0
* 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
* we don't care about setting root window's background colorThierry Vignaud2013-11-241-1/+0
* fix computing parent_window/root_window heightThierry Vignaud2013-11-241-2/+8
* fix setting font with Gtk3Thierry Vignaud2013-11-241-1/+3
* add a FIXME noteThierry Vignaud2013-11-241-0/+1
* (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