Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Imported Upstream version 0.82.0upstream/0.82.0Jonas Smedegaard2008-08-073-0/+3
* Merge commit 'v0.81.3' into upstreamJonas Smedegaard2008-08-071-0/+22
|\
| * 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
* | Imported Upstream version 0.81.1upstream/0.81.1Jonas Smedegaard2008-06-203-159/+183
* | Merge branch 'upstream-git' into upstreamJonas Smedegaard2008-06-201-12/+17
|\ \ | |/
| * 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
* | Imported Upstream version 0.79.2upstream/0.79.2Jonas Smedegaard2008-04-133-167/+141
* | Manually add previously ignored files.Jonas Smedegaard2008-04-083-0/+1347
* | Imported Upstream version 0.79.1upstream/0.79.1Jonas Smedegaard2008-04-084-66/+166
|/
* 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