Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk/engine/sugar-style.c
Commit message (Expand)AuthorAgeFilesLines
* Revert to GTK_WIDGET_IS_SENSITIVE() macroBernie Innocenti2010-07-031-3/+3
* Revert 5d88c89 and instead disable the just remove time flags. #1899Benjamin Berg2010-05-061-3/+3
* Do not use deprecated API #1899Aleksey Lim2010-04-181-6/+6
* Implement transparent-bg-hint so that mozilla can draw entries properly.Benjamin Berg2010-01-101-4/+10
* Added basic support for entry progress bars.Benjamin Berg2009-04-091-0/+17
* Trac #8778: allow prelighting of buttons.C. Scott Ananian2008-10-061-1/+3
* Improve the progress bar to match the specification more closely. (Ticket #7646)Benjamin Berg2008-08-261-4/+1
* Set the background color smater with just one set of styles for the widgets.Benjamin Berg2008-03-151-12/+34
* Replace two asserts in draw_[hv]line with normal returns.Benjamin Berg2008-03-111-2/+4
* Draw filled and triangular arrows on black background.Benjamin Berg2008-01-271-2/+1
* Improved non-toolbox notebooks.Benjamin Berg2008-01-271-0/+3
* Use the correct color for the insensitive icons.Benjamin Berg2008-01-271-1/+1
* Use the insensitive color from the theme as the base for insensitiveBenjamin Berg2008-01-271-1/+1
* Make the button text workaround work for buttons with both an icon and text.Benjamin Berg2008-01-271-1/+7
* Oops, forgot to commit the sugar-style.c changes.Benjamin Berg2007-11-021-0/+78
* Replace the g_assert with g_return_if_fail so that the engine does not abort ...Benjamin Berg2007-10-301-1/+1
* Changed the focus color on entries, and cut of the focus on comboboxentries a...Benjamin Berg2007-09-281-8/+5
* Fixed the menu arrow color and added a hack to draw the scroll boxes better i...Benjamin Berg2007-09-281-1/+22
* Draw wide separators with paint_h/vline nicely centered.Benjamin Berg2007-09-071-5/+10
* Try to get close to the spec. Arrows are broken, and combobox menus with imag...Benjamin Berg2007-09-061-1/+2
* Added a hack to the engine to draw toolbar separatorsBenjamin Berg2007-08-271-0/+23
* Added a hack that implements nicer scrollbars for scrolled windows with shadows.Benjamin Berg2007-08-251-2/+6
* Fix normal shadow drawing.Benjamin Berg2007-08-241-1/+2
* Now we also ignore the prelight if the relief is NONE. This happens forBenjamin Berg2007-08-221-5/+8
* 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
* Added support for palette and palette invoker drawing.Benjamin Berg2007-08-101-10/+61
* Fix for scrollbar style.Marco Pesenti Gritti2007-07-211-1/+5
* Fixes issue #2048 and scrollbar padding for horizontal scrollbars.Benjamin Berg2007-07-111-3/+13
* Added support for a groupbox widget, and reworked the gtkrc a little bit.Benjamin Berg2007-07-111-0/+3
* Set check button text color from an engine option which can be setBenjamin Berg2007-06-291-0/+27
* Better progress bar implementation.Benjamin Berg2007-06-291-3/+26
* Fix insensitive text color on buttons.Benjamin Berg2007-06-221-1/+1
* Remove usage of symbolic color, and use variables for the colors.Benjamin Berg2007-06-201-3/+1
* Added ugly hack to ignore button prelight (needed for toggle buttons).Benjamin Berg2007-06-101-1/+19
* Tweaks to make scrollbars respect fitts law.Marco Pesenti Gritti2007-06-031-1/+3
* Fix line placement and sizing.Benjamin Berg2007-05-261-8/+6
* Support floating point line widths in the engine, and set it to 2.25px.Benjamin Berg2007-05-261-4/+1
* Basic custom shadow drawing. No shadow_gap yet.Benjamin Berg2007-05-241-1/+7
* Check button drawing.Benjamin Berg2007-05-241-0/+26
* Remove the background drawing from the check and radio buttons.Benjamin Berg2007-05-241-0/+3
* Added a radio button implementation.Benjamin Berg2007-05-241-0/+26
* First try at themeing menus. More tweaks needed.Tomeu Vizoso2007-05-221-0/+14
* Add arrow drawing. We may need to patch GTK+ to get better arrow sizes.Benjamin Berg2007-05-181-0/+34
* Indentation and spelling fixes.Benjamin Berg2007-05-131-181/+181
* Separator and line drawing.Benjamin Berg2007-05-131-6/+74
* Forgot to change the focus drawing while doing the stuff for insensitive widg...Benjamin Berg2007-05-111-12/+11
* A lot of changes to get insensitive working.Benjamin Berg2007-05-101-9/+42
* Color improvements.Benjamin Berg2007-05-101-9/+17
* Force the state to be normal for the scale focus.Benjamin Berg2007-05-091-0/+2