summaryrefslogtreecommitdiff
path: root/gtk-3.0
Commit message (Collapse)AuthorAgeFilesLines
* Autotools updates.peter/gtk3Nick Schermer2013-01-061-1/+1
|
* Added Gtk 3.4 support to the enginePeter de Ridder2012-04-261-0/+80
| | | | Themes are not updated default themes only support Gtk 3.2
* Corrected class matching and alignmentsPeter de Ridder2012-04-261-14/+39
|
* More consisten extension renderingPeter de Ridder2012-04-261-2/+7
|
* Draw inset border around default button (bug #8454)Peter de Ridder2012-03-291-11/+59
| | | | | | Gtk 3 doesn't draw a inset border around the default button when -GtkButton-default-border is set. With -xfce-button-default-border this border will be drawn.
* Use size for the radio and check boxes (bug #8456)Peter de Ridder2012-03-261-99/+142
|
* Don't use menubar style border for menubar itemsPeter de Ridder2012-02-191-2/+4
|
* Round the location of check and radio, removing blurPeter de Ridder2012-02-061-2/+2
|
* Render the spin buttons inside the entry partPeter de Ridder2012-02-061-214/+26
| | | | | Extended the entry part of the spin button and moved the spinner buttons inside. This gives more consistency with Gtk.
* Added Gtk 3 background render functionPeter de Ridder2011-12-301-0/+62
|
* Link against libm for floor() and ceil()Lionel Le Folgoc2011-12-171-1/+2
|
* Added the mkenum files to the Makefile.amPeter de Ridder2011-12-171-0/+6
|
* For grip style slide use color instead of background:selectedPeter de Ridder2011-12-121-5/+1
|
* Added Gtk 3 Xfce enginePeter de Ridder2011-09-238-0/+2086
Split the source into Gtk 2 and Gtk 3 variant and added basic Gtk 3 implementation to mimic Gtk 2 look