Martin Nordholts
4d7a6b10d1
Added .gitignore files generated with git svn create-ignore.
...
svn path=/trunk/; revision=27972
2009-01-31 11:37:44 +00:00
Sven Neumann
8ec1d65a4a
removed trailing whitespace
...
svn path=/trunk/; revision=26852
2008-09-04 08:37:32 +00:00
Michael Natterer
c3dcb54a80
don't use gtk_box_pack_start/end_defaults(), they got deprecated in GTK+
...
2008-07-21 Michael Natterer <mitch@gimp.org>
* tools/widgets.c: don't use gtk_box_pack_start/end_defaults(),
they got deprecated in GTK+ trunk.
svn path=/trunk/; revision=26253
2008-07-21 13:42:18 +00:00
Sven Neumann
a6bfd358fb
added GimpColorProfileComboBox to doc-shooter.
...
2007-08-14 Sven Neumann <sven@gimp.org>
* tools/widgets.c: added GimpColorProfileComboBox to doc-shooter.
* libgimpwidgets/images/gimp-color-profile-combo-box.png: added
screenshot.
* libgimpwidgets/Makefile.am: ignore
libgimpwidgets/gimpcolorprofilestore-private.h.
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types: added docs for
GimpColorProfileStore and GimpColorProfileComboBox.
* libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
* libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml: new files.
svn path=/trunk/; revision=23257
2007-08-14 16:39:42 +00:00
Sven Neumann
4cba8a2364
include number-pair-entry instead of ratio-entry.
...
2007-08-08 Sven Neumann <sven@gimp.org>
* tools/widgets.c: include number-pair-entry instead of
ratio-entry.
* libgimpwidgets/images/gimp-ratio-entry.png
* libgimpwidgets/images/gimp-number-pair-entry.png: replaced
screenshots.
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/tmpl/gimpnumberpairentry.sgml
* libgimpwidgets/tmpl/gimpratioentry.sgml: adopt to change from
GimpRatioEntry to GimpNumberPairEntry.
svn path=/trunk/; revision=23156
2007-08-08 18:55:56 +00:00
Sven Neumann
6bb0d7ed23
tools/Makefile.am added GimpStringComboBox; improved image loading; set
...
2007-02-15 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/widgets.c: added GimpStringComboBox; improved image loading;
set some window manager hints to make the doc-shooter less intrusive.
svn path=/trunk/; revision=21919
2007-02-15 09:10:49 +00:00
Sven Neumann
c586762e70
libgimpwidgets/libgimpwidgets-sections.txt
...
2007-01-02 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* tools/widgets.c: added GimpRatioEntry.
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/tmpl/gimppropwidgets.sgml: regenerated.
svn path=/trunk/; revision=21619
2007-01-02 17:47:02 +00:00
Sven Neumann
930d6149da
removed all .cvsignore files from SVN
...
svn path=/trunk/; revision=21612
2006-12-30 14:31:03 +00:00
Sven Neumann
f4abaf167d
added -lXext (bug #362877 ).
...
2006-10-18 Sven Neumann <sven@gimp.org>
* tools/Makefile.am (doc_shooter_LDADD): added -lXext (bug #362877 ).
2006-10-18 07:08:16 +00:00
Sven Neumann
ff555bb19c
libgimpwidgets/libgimpwidgets-docs.sgml
...
2006-09-07 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.types
* tools/widgets.c: added GimpHintBox and GIMP_STOCK_HEAL_TOOL.
* libgimpwidgets/images/*.png: updated screenshots.
* libgimpwidgets/tmpl/gimphintbox.sgml: new file.
* libgimpwidgets/tmpl/gimpstock.sgml: added GIMP_STOCK_HEAL_TOOL.
2006-09-07 12:53:50 +00:00
Sven Neumann
5d45aed020
minor update for the API reference
2006-08-09 15:44:40 +00:00
Sven Neumann
7385ae034f
converted tabs to spaces.
...
2006-04-12 Sven Neumann <sven@gimp.org>
* tools/shadow.c: converted tabs to spaces.
2006-04-12 12:51:42 +00:00
Raphael Quinet
7d8998a99c
automatically removed trailing whitespace from 3460 lines.
...
2006-01-17 Raphael Quinet <raphael@gimp.org>
* (about 130 *.[ch] files): automatically removed trailing
whitespace from 3460 lines.
2006-01-17 12:43:50 +00:00
Michael Natterer
da2cd26ec9
GimpUnitVTable -> GimpUnitVtable.
...
2005-09-10 Michael Natterer <mitch@gimp.org>
* tools/units.c (units_init): GimpUnitVTable -> GimpUnitVtable.
2005-09-10 12:31:50 +00:00
Sven Neumann
36d77e367f
fixed signedness of argument in call to XQueryTree().
...
2005-07-17 Sven Neumann <sven@gimp.org>
* tools/shooter.c (find_toplevel_window): fixed signedness of
argument in call to XQueryTree().
2005-07-17 21:06:29 +00:00
Sven Neumann
1e568e1c58
only build the doc-shooter if --enable-gtk-doc was passed to configure.
...
2005-07-14 Sven Neumann <sven@gimp.org>
* tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc
was passed to configure.
2005-07-14 13:04:25 +00:00
Michael Natterer
2a5be9758e
tools/widgets.c libgimpwidgets/visual-index.xml added GimpPageSelector to
...
2005-07-08 Michael Natterer <mitch@gimp.org>
* tools/widgets.c
* libgimpwidgets/visual-index.xml
* libgimpwidgets/images/gimp-page-selector.png: added
GimpPageSelector to doc-shooter.
2005-07-08 10:29:02 +00:00
Manish Singh
a8b0844e0a
Reorder #includes so things compile everywhere. Fixes bug #309562 .
...
2005-07-05 Manish Singh <yosh@gimp.org>
* tools/shooter.c: Reorder #includes so things compile everywhere.
Fixes bug #309562 .
2005-07-06 04:47:49 +00:00
Sven Neumann
c05a323882
configure.in build the doc-shooter utility conditionally and explicitely
...
2005-07-04 Sven Neumann <sven@gimp.org>
* configure.in
* devel-docs/tools/Makefile.am: build the doc-shooter utility
conditionally and explicitely link it with -lX11.
2005-07-04 08:18:22 +00:00
Sven Neumann
1e0b0eda1e
added an explanatory label to GimpBrowser.
...
2005-06-27 Sven Neumann <sven@gimp.org>
* tools/widgets.c: added an explanatory label to GimpBrowser.
* libgimpwidgets/images: updated screenshots.
2005-06-27 16:23:34 +00:00
Sven Neumann
51897fdc73
always build the doc-shooter; keeps it from bit-rotting.
...
2005-06-27 Sven Neumann <sven@gimp.org>
* tools/Makefile.am: always build the doc-shooter; keeps it from
bit-rotting.
* tools/widgets.c: added GimpEnumLabel.
2005-06-27 15:55:13 +00:00
Sven Neumann
9c5166ef9c
libgimpwidgets/libgimpwidgets-docs.sgml
...
2005-05-21 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-docs.sgml
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/tmpl/gimpcolorarea.sgml
* libgimpwidgets/tmpl/gimpcolorbutton.sgml: updated.
* libgimpwidgets/tmpl/gimpbrowser.sgml: new file.
* tools/widgets.c: added GimpBrowser, changed widget packing.
2005-05-20 22:05:01 +00:00
Sven Neumann
dde381c190
tools/Makefile.am added a very basic GimpUnit implementation.
...
2005-04-28 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/units.[ch]: added a very basic GimpUnit implementation.
* tools/shooter.c
* tools/widgets.c: initialize the units and enable GimpUnitMenu.
2005-04-28 14:22:25 +00:00
Sven Neumann
710f62ab0f
read the GIMP gtkrc file.
...
2005-04-23 Sven Neumann <sven@gimp.org>
* tools/shooter.c: read the GIMP gtkrc file.
2005-04-23 12:29:08 +00:00
Sven Neumann
25b28a10a2
tools/shooter.c tweaked spacings.
...
2005-04-23 Sven Neumann <sven@gimp.org>
* tools/shooter.c
* tools/widgets.c: tweaked spacings.
2005-04-23 10:26:29 +00:00
David Odin
4e305ecfb7
added all but the GimpPixmap widget. The unit menu shot is also very
...
* devel-docs/tools/widgets.c: added all but the GimpPixmap widget.
The unit menu shot is also very buggy.
* devel-docs/libgimpwidgets/images/gimp-color-area.png
* devel-docs/libgimpwidgets/images/gimp-color-button.png
* devel-docs/libgimpwidgets/images/gimp-color-hex-entry.png
* devel-docs/libgimpwidgets/images/gimp-color-scale.png
* devel-docs/libgimpwidgets/images/gimp-color-selection.png
* devel-docs/libgimpwidgets/images/gimp-dialog.png
* devel-docs/libgimpwidgets/images/gimp-enum-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-int-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-memsize-entry.png
* devel-docs/libgimpwidgets/images/gimp-offset-area.png
* devel-docs/libgimpwidgets/images/gimp-path-editor.png
* devel-docs/libgimpwidgets/images/gimp-pick-button.png
* devel-docs/libgimpwidgets/images/gimp-preview-area.png
* devel-docs/libgimpwidgets/images/gimp-unit-menu.png: updated all
these files.
2005-04-20 21:55:33 +00:00
Sven Neumann
8f35354ef7
adapted for GIMP.
...
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/README.shooter: adapted for GIMP.
* tools/Makefile.am (EXTRA_DIST): include it in the tarball.
2005-04-20 17:53:05 +00:00
Sven Neumann
7dc25e618a
tools/Makefile.am tools/shooter.c fixed includes and dependencies, expand
...
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/shooter.c
* tools/widgets.c: fixed includes and dependencies, expand the path
returned from gimp_config_build_data_path(), use common color code.
2005-04-20 17:12:31 +00:00
Sven Neumann
35d697bd31
I am stupid and the gdk_pixbuf_fill() API sucks!
2005-04-20 12:51:44 +00:00
Sven Neumann
2a6490f7c7
ooops, solid black is 0xFF000000, of course
2005-04-20 12:18:42 +00:00
Sven Neumann
880fa8e586
set an application name, pass the default module path to
...
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/shooter.c: set an application name, pass the default
module path to gimp_module_db_load().
2005-04-20 12:08:46 +00:00
David Odin
a25777d322
cleanup cleanup and added two new widgets: frame and path editor.
...
* tools/shooter.c: cleanup
* tools/widgets.c: cleanup and added two new widgets: frame and path
editor.
* libgimpwidgets/images/gimp-chain-button.png
* libgimpwidgets/images/gimp-color-button.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-color-selection.png: updated.
* libgimpwidgets/images/gimp-frame.png
* libgimpwidgets/images/gimp-path-editor.png: new shots.
2005-04-20 11:23:35 +00:00
Sven Neumann
6ad45cb8f1
do not build doc-shooter by default.
...
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:00:17 +00:00
Sven Neumann
2147e5029c
tools/Makefile.am tools/shooter.c some minor cleanups, removed unused
...
2005-04-20 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/shooter.c
* tools/widgets.[ch]: some minor cleanups, removed unused includes,
made code multihead-safe.
2005-04-20 09:08:53 +00:00
David Odin
18df82df65
new tools to generate screenshots for the widget gallery. added the tools
...
* devel-docs/tools/*: new tools to generate screenshots for the widget gallery.
* devel-docs/Makefile.am: added the tools subdir.
* configure.in: modified accordingly.
2005-04-20 00:41:15 +00:00