Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #3351 by increasing the top/bottom of GtkEntry::inner-border.Benjamin Berg2007-10-011-5/+6
* Hide the ACTIVE state on comboboxes. The content does not update correctly.Benjamin Berg2007-09-291-0/+4
* Changed the focus color on entries, and cut of the focus on comboboxentries a...Benjamin Berg2007-09-282-12/+9
* Fixed the menu arrow color and added a hack to draw the scroll boxes better i...Benjamin Berg2007-09-282-3/+25
* Better support for palette menus. Setting the xthickness to 0Benjamin Berg2007-09-211-6/+13
* Add a max(0, ...) to the imagemenuitem ythickness to prevent negative values.Benjamin Berg2007-09-131-1/+1
* Use 8px for the non-xo style as the base for the icon sizes.Benjamin Berg2007-09-131-1/+1
* Removed a wrong comment and fixed GtkEntry padding (it was rounded wrong).Benjamin Berg2007-09-131-3/+1
* Set the gtk icon sizes, and fix the image menuitem accordingly.Benjamin Berg2007-09-131-2/+22
* Reset the focus-padding on toolbuttons to 0.Benjamin Berg2007-09-131-0/+1
* Set the correct background color on GtkLayout.Benjamin Berg2007-09-081-2/+6
* Use wide separators for menuitems ... GTK+ is not able to center them correctly.Benjamin Berg2007-09-071-1/+5
* Draw wide separators with paint_h/vline nicely centered.Benjamin Berg2007-09-071-5/+10
* Fix entries in toolbars. ie. only remove the thickness from the toolbar and t...Benjamin Berg2007-09-071-1/+3
* Set the label_color on toolbars. Should fix issue #2407.Benjamin Berg2007-09-071-0/+4
* Fix arrow color on menu scroll buttons.Benjamin Berg2007-09-071-0/+2
* Better sized scroll arrows in GtkMenu.Benjamin Berg2007-09-071-0/+5
* Try to get close to the spec. Arrows are broken, and combobox menus with imag...Benjamin Berg2007-09-062-8/+23
* Define TrayIcon style.Marco Pesenti Gritti2007-09-051-0/+9
* More toolbar sizing fixes.Marco Pesenti Gritti2007-08-291-3/+9
* Fix toolbutton padding.Marco Pesenti Gritti2007-08-291-1/+7
* Added a hack to the engine to draw toolbar separatorsBenjamin Berg2007-08-274-6/+38
* Set the width of toolbar separators to 2 subcells, and made them visible.Benjamin Berg2007-08-271-1/+11
* Correctly set the base color of treeviews, more styling will be needed.Benjamin Berg2007-08-261-1/+1
* Give the menus a x/ythickness to make the border visible inBenjamin Berg2007-08-261-2/+2
* Added a hack that implements nicer scrollbars for scrolled windows with shadows.Benjamin Berg2007-08-253-3/+54
* Basic GtkTextView theming.Benjamin Berg2007-08-241-0/+9
* Fix normal shadow drawing.Benjamin Berg2007-08-241-1/+2
* Fix the min-slider-length calculation.Benjamin Berg2007-08-241-1/+1
* Use subcell sizes for scrollbar sizing.Benjamin Berg2007-08-241-2/+2
* Set the line width to 2px instead of 2.25px. Also fixed the GtkEntry size iss...Benjamin Berg2007-08-241-6/+8
* Eben said 7px padding, not 6.Benjamin Berg2007-08-221-1/+1
* Now we also ignore the prelight if the relief is NONE. This happens forBenjamin Berg2007-08-222-8/+22
* Protect against NULL pointer before accessing the parent widget.Benjamin Berg2007-08-201-1/+1
* Try to deal with the black box on prelight behaviorMarco Pesenti Gritti2007-08-151-0/+4
* Make prelight of toolbar buttons black.Marco Pesenti Gritti2007-08-151-3/+3
* Fix the workaround for combobox menus which got lost.Benjamin Berg2007-08-101-6/+18
* Added support for palette and palette invoker drawing.Benjamin Berg2007-08-108-49/+224
* Forgot to set the label_color in the menu style. Fixes #2519.Benjamin Berg2007-08-081-27/+31
* Fix for scrollbar style.Marco Pesenti Gritti2007-07-213-6/+9
* Fix the background color of scales on the toolbarMarco Pesenti Gritti2007-07-211-0/+2
* Remove the mozilla theme hacks. I'm going to fix this byMarco Pesenti Gritti2007-07-181-42/+0
* Force the background color of mozilla to be white.Benjamin Berg2007-07-161-0/+9
* Update NEWSMarco Pesenti Gritti2007-07-131-0/+22
* Use the default engine for mozilla.Benjamin Berg2007-07-131-0/+9
* Also apply the toolbox style to GtkToolbar.Benjamin Berg2007-07-111-0/+1
* Fixes issue #2048 and scrollbar padding for horizontal scrollbars.Benjamin Berg2007-07-115-11/+57
* Added support for a groupbox widget, and reworked the gtkrc a little bit.Benjamin Berg2007-07-112-13/+81
* Shuffle around the matches in the gtkrc.Benjamin Berg2007-06-291-27/+63
* Set check button text color from an engine option which can be setBenjamin Berg2007-06-294-6/+148