Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk/engine
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-063-7/+4
* Do not use deprecated API #1899Aleksey Lim2010-04-182-7/+7
* 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-093-0/+50
* Fix triangular arrows by looking at the parent_bg_color option.Benjamin Berg2009-01-091-1/+4
* Trac #8778: allow prelighting of buttons.C. Scott Ananian2008-10-062-2/+6
* Improve the progress bar to match the specification more closely. (Ticket #7646)Benjamin Berg2008-08-263-32/+29
* The last commit was a bit rushed. This should work better.Benjamin Berg2008-03-241-8/+4
* Check the color flags while merging. This allows overriding the bg color for ...Benjamin Berg2008-03-241-4/+16
* Set the background color smater with just one set of styles for the widgets.Benjamin Berg2008-03-153-42/+107
* 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-274-5/+75
* 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
* Prevent a division by zero when making icons insensitive.Benjamin Berg2007-11-021-3/+11
* Oops, forgot to commit the sugar-style.c changes.Benjamin Berg2007-11-021-0/+78
* Implement the (second) suggested effect for insensitive icons.Benjamin Berg2007-11-023-0/+132
* 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-273-2/+36
* Added a hack that implements nicer scrollbars for scrolled windows with shadows.Benjamin Berg2007-08-252-2/+24
* 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-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
* Added support for palette and palette invoker drawing.Benjamin Berg2007-08-107-15/+193
* Fix for scrollbar style.Marco Pesenti Gritti2007-07-213-6/+9
* Fixes issue #2048 and scrollbar padding for horizontal scrollbars.Benjamin Berg2007-07-114-4/+35
* 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-293-2/+135
* Fix insensitive scales.Benjamin Berg2007-06-291-2/+1
* Better progress bar implementation.Benjamin Berg2007-06-293-3/+75
* 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-202-7/+3
* Correctly fill check and radio buttons.Benjamin Berg2007-06-161-4/+6
* Fix problem with scale trough if the slider gets close to the ends.Benjamin Berg2007-06-101-1/+33
* Added ugly hack to ignore button prelight (needed for toggle buttons).Benjamin Berg2007-06-102-1/+31
* Merge branch 'master' of http://git.sipsolutions.net/sugar-artworkMarco Pesenti Gritti2007-06-032-4/+11
|\
| * Make the trough shorter, so that the slider extends over the ends a little bit.Benjamin Berg2007-06-031-0/+7
| * A little bit smaller check button.Benjamin Berg2007-06-031-3/+3
| * Played around a little bit with the check and radio.Benjamin Berg2007-06-031-4/+4
* | Tweaks to make scrollbars respect fitts law.Marco Pesenti Gritti2007-06-033-3/+16
|/
* Fix sugar_rounded_rectangle, it needs to start with cairo_move_to.Benjamin Berg2007-05-261-3/+2
* Fix line placement and sizing.Benjamin Berg2007-05-261-8/+6