summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qgtkstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-131-1/+3
* Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2013-01-141-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fixes warnings about unused variablesOlivier Goffart2011-04-281-3/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QGtkStyle: Use gtk_progress_configure() instead of adjustment APIAndreas Kling2010-12-061-7/+1
* | QGtkStyle: Don't create new GtkAdjustment objects on every drawAndreas Kling2010-12-011-15/+39
|/
* Fix focus appearance of tabwidget tabs with QGtkStyleJens Bache-Wiig2010-10-011-4/+7
* Incorrect selection background for unfocused widgets with GTKJens Bache-Wiig2010-10-011-3/+15
* Fixed item view background color in Gtk styleJens Bache-Wiig2010-08-251-1/+4
* Disabled item view items use incorrect background colorJens Bache-Wiig2010-06-071-1/+2
* Styled item view backgrounds in Gtk+Jens Bache-Wiig2010-06-031-15/+41
* More Pixmap cache key optimizationsJens Bache-Wiig2010-06-021-1/+1
* Fixed a crash when creating QGtkStyle before QApplicationJens Bache-Wiig2010-05-271-0/+2
* Some minor code cleanupJens Bache-Wiig2010-05-051-17/+0
* Fix rtl issues with sliders in GTK styleJens Bache-Wiig2010-05-041-7/+16
* Fix missing pressed state for scrollbars with QGtkStyleJens Bache-Wiig2010-05-041-0/+5
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-301-0/+3
|\
| * Fix a crash in QGtkStyle when theme not availableJens Bache-Wiig2010-03-301-0/+3
* | Inverted sorting arrows on QHeaderViews is intentional on GNOMEGabriel de Dietrich2010-03-241-0/+2
* | Revert "Sort indicators displayed incorrectly in GTK style"Gabriel de Dietrich2010-03-241-2/+2
* | Sort indicators displayed incorrectly in GTK styleGabriel de Dietrich2010-03-231-2/+2
* | Optimize QGtkStyleHarald Fernengel2010-03-031-90/+113
|/
* Fix missing focus rect for check and radio buttons in some GTK+ themesJens Bache-Wiig2010-01-211-3/+17
* Fixes: Cosmetic fix for maemo spin boxJens Bache-Wiig2010-01-151-1/+1
* Fixes: Fix spinbox with NoButton style in QGtkStyleJens Bache-Wiig2010-01-081-44/+53
* Fixes: MenuItem size fixes and missing separator with Gtk+Jens Bache-Wiig2010-01-081-27/+24
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Mixed up top/bottomRobert Griebl2009-12-091-1/+1
* QGtkStyle: support for the inner-border property in GtkButtonsRobert Griebl2009-12-081-0/+16
* Fixes: Compile fixJens Bache-Wiig2009-12-031-1/+2
* Fixes: Support gtk-enable-mnemonics on QGtkStyleJens Bache-Wiig2009-12-031-0/+8
* Fix background rendering for read-only comboboxes on Maemo5Robert Griebl2009-11-231-1/+1
* Fix multiple regressions in QGtkStyle caused by freetype fixesJens Bache-Wiig2009-11-181-13/+19
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-171-0/+8
|\
| * doc: Fixed qdoc errors.Martin Smith2009-11-161-0/+8
* | Fixed QGtkStyle menu bars being one pixel too narrowThorbjørn Lindeijer2009-11-161-4/+0
|/
* QGtkStyle refactoringRobert Griebl2009-11-031-246/+234
* Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-24/+19
|\
| * Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-081-24/+19
* | Remove a paintBox call that should have been moved a few lines down, but was ...Robert Griebl2009-10-301-3/+0
|/
* Fix for Gtk+ toolbuttons and sliders.Robert Griebl2009-10-271-7/+29
* Fix autotest failure on combo box with Gtk+Jens Bache-Wiig2009-09-221-2/+2