Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix text color on white background.Benjamin Berg2008-07-251-1/+1
* Add a special case for the SugarSectionView as it has a white background.Benjamin Berg2008-07-251-0/+22
* Fix an accidental paste.Benjamin Berg2008-05-271-1/+1
* Size fixes for small themes, making it fit better with the constants in sugar...Benjamin Berg2008-05-271-10/+11
* Use a more specific match for notebook tabs, as otherwise widgets inside the ...Benjamin Berg2008-05-271-1/+5
* Merge branch 'master' of git+ssh://dev.laptop.org/git/artworkEben Eliason2008-03-254-63/+161
|\
| * 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
| * Forgot about the special SugarFrame style. It also needs to define the parent...Benjamin Berg2008-03-211-4/+19
| * Set the background color smater with just one set of styles for the widgets.Benjamin Berg2008-03-154-63/+138
* | Make the Frame and toolbars darker for better contrastEben Eliason2008-03-251-1/+1
|/
* Replace two asserts in draw_[hv]line with normal returns.Benjamin Berg2008-03-111-2/+4
* Some comment changes.Benjamin Berg2008-01-301-2/+4
* Place submenus at an 0px offset instead of -2px.Benjamin Berg2008-01-301-0/+2
* Draw filled and triangular arrows on black background.Benjamin Berg2008-01-274-5/+75
* Improved non-toolbox notebooks.Benjamin Berg2008-01-272-13/+43
* 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
* Implement the discussed button padding. Also reverted the icon size test.Benjamin Berg2007-10-171-5/+7
* Fix text color of entries in palettes.Benjamin Berg2007-10-151-5/+4
* Increase the icon sizes a little bit, this is just a test so thatBenjamin Berg2007-10-151-2/+3
* Set minimum height of buttonbox, and added more padding to buttonsBenjamin Berg2007-10-131-22/+42
* Add support for SugarAlert boxes, which should be black.Benjamin Berg2007-10-091-0/+23
* Make the spinbutton stepper buttons as large as possible.Benjamin Berg2007-10-081-0/+13
* Fix order of the button and combobox styles.Benjamin Berg2007-10-081-3/+4
* 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