summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * set_authors() needs an array refThierry Vignaud2013-11-242-4/+2
| |
| * set_url_hook() & set_email_hook() no more existsThierry Vignaud2013-11-241-8/+0
| |
| * fix calling Gtk3::Image->new_from_stock()Thierry Vignaud2013-11-241-1/+1
| |
| * fix putting filler at right placeThierry Vignaud2013-11-241-1/+1
| |
| * simplifyThierry Vignaud2013-11-241-1/+2
| |
| * adapt to get_selected_rows() behavior change in Gtk3Thierry Vignaud2013-11-241-1/+2
| |
| * prevent set_sensitive() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
| | | | | | | | (for drakguard)
| * fix creating a SpinButtonThierry Vignaud2013-11-241-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 widthThierry Vignaud2013-11-241-1/+1
| |
| * Dialog->set_has_separator() no more exists in Gtk3Thierry Vignaud2013-11-242-3/+0
| |
| * (set_back_pixbuf) drop it (now unused)Thierry Vignaud2013-11-241-9/+0
| |
| * shrink banner background image (shrink the white part)Thierry Vignaud2013-11-241-0/+0
| |
| * disable updating ads titlesThierry Vignaud2013-11-241-1/+2
| | | | | | | | | | testing latest commit shows that updating ads titles hasn't actually worked for years...
| * update API for installerThierry Vignaud2013-11-242-4/+4
| |
| * rename a variableThierry Vignaud2013-11-241-2/+2
| |
| * explain who uses itThierry Vignaud2013-11-241-0/+1
| |
| * convert Banner widget to Gtk+3Thierry Vignaud2013-11-241-43/+36
| | | | | | | | | | | | | | | | | | | | | | | | - Parsing of custom resources: RC -> CSS - signal: 'style-set' => 'style-updated' - Drop our custom draw code - widget is much simpler, using Overlays (due to that(?), we must remove -4 from the vertical padding) Also fix "Unit is missing" fatal error with newer gtk+3.10 Most themes work OK but Oxygen-gtk3...
| * rename a variableThierry Vignaud2013-11-241-25/+25
| | | | | | | | (makes next commit more readable)
| * lang package is not needed hereThierry Vignaud2013-11-241-3/+2
| | | | | | | | also compute language direction only once
| * add support for set an image directly from a pixbufThierry Vignaud2013-11-241-0/+2
| |
| * 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
| | | | | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
| * workaround the same segfault when picking the desktopThierry Vignaud2013-11-242-1/+2
| | | | | | | | alter mygtk3 in order to pass a button to join its group
| * 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
| | | | | | | | (needed for next commit)
| * 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
| | | | | | | | cairo as used by gtk+ does a better job those days anyway...
| * stop using Image_using_pixmapThierry Vignaud2013-11-241-1/+1
| | | | | | | | cairo as used by gtk+ does a better job those days anyway...
| * 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
| | | | | | | | Gtk3 doesn't accept default value for Gtk2::ProgressBar->set_fraction()
| * fix setting exceptions handler for Gtk3Thierry Vignaud2013-11-241-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
| * kill this (uneeded)Thierry Vignaud2013-11-241-72/+0
| |