a3185f8794
Bug 760906 - Fixing warning on new themes.
...
Both new themes were outputting the following warning for gap_left.png:
"Invalid borders specified for theme pixmap"
"borders don't fit within the image"
The problem was that the sum of the left and right gap borders cannot be
more than the gap file width (2 px in our case).
2016-02-06 02:00:06 +01:00
7c2491c235
themes: light theme should also use larger tool icons.
...
Now that we are back to separate gtkrc files, let's make the light theme
follow the same layout.
2016-02-02 22:09:07 +01:00
3198d27787
Revert "themes: use a common gtkrc and correctly named colors."
...
This reverts commit 6e109052ca
.
Let the theme designer work his own way. :-)
2016-02-02 22:09:07 +01:00
8d79e2289a
themes: default toolbox icon size should be GTK_ICON_SIZE_LARGE_TOOLBAR.
...
Just like the old "Default" theme has. This is an acceptable average for
various kind of devices, unlike small icons.
2016-01-22 16:35:53 +01:00
6e109052ca
themes: use a common gtkrc and correctly named colors.
...
All our new themes should now use a common gtkrc base. Colors only
should be different, as included from a colorrc. This way we ensure a
consistent behavior throughout all themes.
Also we should use meaningful color names to make maintenance easy.
2016-01-17 19:53:04 +01:00
f522c1ad49
themes: update distributed theme images.
...
entry-border-fill-active-item is not used anymore (commit 2144a7c
).
gimp-arrow-right-prelight seems as well for some time.
Adding menuitem-prelight (commit 127fdff
and 2144a7c
).
2016-01-17 15:34:23 +01:00
2144a7ceb9
themnes: Updated light theme menuitem prelight
2016-01-17 07:08:49 -05:00
127fdff9c7
themes: Updated both dark and light themes menuitem prelight.
...
Updated both themes menuitem prelight to use same filename in gtkrc.
Added new ui/menuitem-prelight.png
2016-01-17 06:58:43 -05:00
ca9ca906a7
themes: complete dark and light themes.
...
Missing style rules which have to be in both themes.
https://bugzilla.gnome.org/show_bug.cgi?id=759648#c26
2016-01-16 23:01:49 +01:00
98ecd4a010
themes: matches widget styles on Dark and Light themes.
...
<classname> means the style applies on any child class.
In particular the rule "<GtkButton>" will apply on any object derived
from a GtkButton.
2016-01-16 15:58:23 +01:00
2e7ebde19d
themes: add missing fixes for 'The Dark Side of Gimp' theme
...
Adds missing plugins fix, reverts part of previous commit to
remove duplicate styles.
https://bugzilla.gnome.org/show_bug.cgi?id=759649
2016-01-14 10:23:33 -05:00
079e113dd9
themes: update/fixes for 'The-Light-Side-of-Gimp' theme
...
Updated & fixed KDE plugins/filters not being skinned properly.
Fixed Ubuntu overlay scrollbars. Minor color tweak to UI menu
bar.
https://bugzilla.gnome.org/show_bug.cgi?id=759648
2016-01-13 10:02:16 -05:00
4dbc68be7f
themes: update/fixes for 'The-Dark-Side-of-Gimp' theme
...
Updated & fixed KDE plugins/filters not being skinned properly.
Fixed Ubuntu overlay scrollbars.
https://bugzilla.gnome.org/show_bug.cgi?id=759649
2016-01-13 09:57:19 -05:00
6263ac5de6
themes: clean out some duplicate style.
...
The style "combobox-entry-button-style" was defined twice (with the
exact same implementation).
2016-01-12 14:37:59 +01:00
7f67b53264
themes: fix paths to "Color" icon theme in "Default" and "Small" themes.
...
There are still a few hardcoded paths in the Default/Small themes.
Update them to the new name of the "Default" icon theme, which became
"Color".
2016-01-11 17:56:39 +01:00
b3dc5db2a2
themes: adding The-Light-Side-of-Gimp theme
...
Adding light theme as per request:
https://bugzilla.gnome.org/show_bug.cgi?id=759648#c19
2016-01-11 09:53:41 -05:00
1013cadc3d
themes: add missing png reference to makefile
2016-01-11 09:07:54 -05:00
75f81d15b1
themes: updates & bug fixes for KDE, Gnome
...
Fixed display issues for The-Dark-Side-of-Gimp under KDE (QtCurves &
Oxygen-GTK) themes, and Gnome users (Ubuntu). Removed focus padding &
lines to bring look closer to the Default theme. Updated button look
to harmonize with possible future grey and light themes.
2016-01-10 14:22:34 -05:00
54a2f5feca
themes: fix EXTRA_DIST in The-Dark-Side-of-Gimp/Makefile.am
2015-12-28 22:28:56 +01:00
33a61c7f45
themes: fixes color issue with scrolled windows on dark theme.
2015-12-27 19:44:33 +01:00
9eb5fbd2a2
Bug 759649 - new dark theme by Benoit Touchette.
...
Initial version of our dark theme.
Additional credits for some of the UI images to horst3180 (Ceti-2 theme)
and Medhi Abhollahi (new CS6 II theme). All under GPLv3, as the rest
of GIMP.
2015-12-23 19:27:18 +01:00
8bdcc2f565
themes: fix icon paths in the "Small" theme
2015-12-13 13:39:08 +01:00
8d2ededbf2
themes: fix icon paths in Default theme's gtkrc.
...
A few icons are still hardcoded in the Default theme. I am not sure why
they are not taken from the icon theme, but anyway let's fix the errors
for now.
2015-12-09 23:12:04 +01:00
110cfc9d4d
icons, themes: move the prefs images source files to the icon theme folders
2014-05-12 10:51:32 +02:00
033719bfa2
icons, themes, app: move the preferences images into the icon theme
2014-05-12 03:24:09 +02:00
ae4a41d7a5
themes, icons: move icons from themes/Default/images/ to the toplevel icons/
...
and install them in datadir/icons.
2014-05-07 21:57:21 +02:00
1814641a50
themes, libgimpwidgets: install an index.theme and prepend our icon theme...
...
to the search path. The index.theme is a copy of the upstream hicolor
index.theme with our custom sizes added, and it has to be first in the
path to be used at all. This. Is. Broken.
2014-05-07 15:02:33 +02:00
ff8e5f9381
themes: install all icons in an icon theme in share/themes/Default/icons
2014-05-06 22:38:11 +02:00
cffc8234fa
themes, libgimpwidgets: prepare the icons to be named icons from an icon theme
...
Rename them and move them into folders, e.g.:
stock-foo-16.png -> 16/gimp-foo.png
This change only moves internal stuff around,
it's not visible on any API.
2014-05-06 19:13:04 +02:00
72ac53705f
Adds "fill" arrange modes to the Align Tool
...
The Align Tool had to be used in a very hacky way if one
intended to evenly distribute items across an image,
or other reference object (it would actually require one to
calculate the item spacing out of GIMP). This adds vertical
and horizontal fill modes: the reference object is divided
in N equal segments, where N is the number of items,
and each item is placed in the center of one of
these segments. The existing "offset" parameter
is used as an extra margin for the distribution,
and can be set to negative values, so that the items can
even get moved outside the boundaries of the reference object.
2014-03-13 03:38:53 -03:00
c1095cb406
Bug 708594 - Alignment Tool Icon not visible on dark background
...
Add whiteish borders around the align icon arrows.
2013-09-28 17:22:57 +02:00
97d6da3ff5
themes: never set the focus line with to 0, that's just broken
...
A widget should either be focussable and have the indicator, or not be
focussable in special cases.
2013-06-08 21:59:32 +02:00
c86daeabb1
libgimpwidgets, themes: setup a dumb icon for the tool
...
(Add the icon in advance so the gimpstock.h change doesn't trigger
a full rebuild when switching branches)
2013-05-18 10:40:41 +02:00
67f09ea922
themes: (pedantic) reorder a stock icon in Makefile.am
2013-03-13 22:03:56 +01:00
bc079e6cab
build: Add $(AM_V_GEN) to more places in Makefile.am files
2012-10-10 13:13:56 +05:30
b1acd93f5e
Some formatting cleanup in the unified transform tool commits
2012-08-21 19:50:01 +02:00
99f9d4d219
transformtool: add old "new" unified transformation tool
...
This is the proof of concept code I wrote before gsoc, with very naive
behaviour and simple interface.
2012-08-20 15:22:21 +02:00
7517c351f4
themes: fix whitespace in Makefile.am
2012-05-07 01:58:57 +02:00
ec9187e69b
Bug 669382 - corrupt png file theme-22.png in Default theme
...
Re-save the file so trailing junk gets stripped.
2012-02-06 22:53:34 +01:00
ff25a34b2f
Tool preset icons from Przemyslaw "n-pigeon" Golab
2012-01-03 19:53:02 +02:00
056e09a6cb
Remove the makefile.msc build system, it is unmaintained since 2008
2011-12-16 15:53:56 +01:00
c04c011be1
cage tool icon: align properly to grid.
2011-10-03 17:45:22 +02:00
ac6d4e4536
app: Add folder variants of the dynamics icon
2011-09-29 21:09:12 +03:00
28b6057b1a
themes: remove the experimental dark style for overlay widgets
2011-03-18 22:56:37 +01:00
f78f791eaa
theme: new dynamics icon from Przemysław Gołąb
2011-02-23 23:47:30 +02:00
550669962b
622863 - Input Devices list is not resizeable
...
Derive from GtkPaned instead of GtkBox, and change the handle size to
12px via gtkrc so spacing rules are followed.
2011-01-20 20:26:34 +01:00
281969b45d
app: add GimpToolPalette which derives from GtkToolPalette
...
and move all of GimpToolbox' tool button code there.
2010-11-19 23:52:09 +01:00
aee148a486
Merge branch 'master' into soc-2010-cage-2
2010-08-26 21:50:55 +03:00
951c135483
theme: Temporary icons for dynamics and tool presets
...
Staring at a row of paintbrush icons got really annoying.
2010-08-12 00:08:19 +03:00
6533622ace
update of the cage tool icon, a bit less blurry.
...
thanks again to Barak Itkin <lightningismyname@gmail.com >
2010-08-08 13:21:53 +02:00