themes/Default/images/Makefile.am
2003-10-24 Sven Neumann <sven@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-histogram-linear-16.png * themes/Default/images/stock-histogram-logarithmic-16.png: added placeholders for new icons. * libgimpwidgets/gimpstock.[ch]: register the new icons. * app/tools/gimphistogramtool.c: made the dialog more compact by using a stock-box for the histogram scale. * app/widgets/gimphistogramview.c (gimp_histogram_view_expose): don't invert the histogram view if the full range is selected. * app/widgets/gimphistogrambox.c: moved the range widgets below the histogram. * app/config/gimpconfig-params.h: added macro GIMP_CONFIG_INSTALL_PROP_RESOLUTION() that installs a double property with the suitable range. * app/core/gimptemplate.c * app/config/gimpdisplayconfig.c: use it here.
This commit is contained in:
committed by
Sven Neumann
parent
a7476d123b
commit
f299ada6e3
@ -288,6 +288,8 @@ GIMP_STOCK_PATH_STROKE
|
||||
GIMP_STOCK_PLUGIN
|
||||
GIMP_STOCK_QMASK_OFF
|
||||
GIMP_STOCK_QMASK_ON
|
||||
GIMP_STOCK_HISTOGRAM_LINEAR
|
||||
GIMP_STOCK_HISTOGRAM_LOGARITHMIC
|
||||
GIMP_STOCK_RESHOW_FILTER
|
||||
GIMP_STOCK_RESIZE
|
||||
GIMP_STOCK_FLIP_HORIZONTAL
|
||||
|
||||
@ -143,6 +143,20 @@ the ones in dialog size).
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_HISTOGRAM_LINEAR ##### -->
|
||||
<para>
|
||||
<inlinegraphic fileref="stock-histogram-linear-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_HISTOGRAM_LOGARITHMIC ##### -->
|
||||
<para>
|
||||
<inlinegraphic fileref="stock-histogram-logarithmic-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_RESHOW_FILTER ##### -->
|
||||
<para>
|
||||
<inlinegraphic fileref="stock-reshow-filter-16.png" format="png"></inlinegraphic>
|
||||
|
||||
Reference in New Issue
Block a user