Commit Graph

38 Commits

Author SHA1 Message Date
Sven Neumann 09578ea070 removed extra check for gthread and fold it into the GLIB and GTK checks.
2007-06-25  Sven Neumann  <sven@gimp.org>

	* configure.in: removed extra check for gthread and fold it into
	the GLIB and GTK checks.

	* */Makefile.am: changed accordingly.

	* app/main.c (main): always call g_thread_init().

svn path=/trunk/; revision=22832
2007-06-25 12:41:59 +00:00
Sven Neumann 4e2a8c5a9b also look for automake-1.10.
2007-05-21  Sven Neumann  <sven@gimp.org>

	* autogen.sh: also look for automake-1.10.


svn path=/trunk/; revision=22553
2007-05-21 16:54:31 +00:00
Sven Neumann 2368d57c53 do nothing unless configured with --enable-gtk-doc-app.
2007-05-21  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: do nothing unless configured with
	--enable-gtk-doc-app.

svn path=/trunk/; revision=22548
2007-05-21 10:08:15 +00:00
Sven Neumann e6fbf8d7b4 API docs
svn path=/trunk/; revision=22486
2007-05-14 10:38:59 +00:00
Sven Neumann 8c36cdaf72 suggest to use pango-1-16.
2007-05-06  Sven Neumann  <sven@gimp.org>

	* HACKING: suggest to use pango-1-16.

	* configure.in: added --enable-gtk-doc-app option and an 
automake
	conditional for it.
	
	* devel-docs/Makefile.am: build the app directory conditionally.

	* devel-docs/app/Makefile.am: override disthook since we don't
	want to distribute any generated files.


svn path=/trunk/; revision=22426
2007-05-05 23:16:58 +00:00
Michael Natterer 7d3b541e4f app/Makefile.am app/app-docs.sgml "app_procs" is now merely "app"
2007-04-30  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: "app_procs" is now merely "app"


svn path=/trunk/; revision=22369
2007-04-30 18:03:21 +00:00
Sven Neumann 7b7affa9b0 convince the linker to do its job.
2007-04-27  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): convince the linker to do its job.

svn path=/trunk/; revision=22358
2007-04-27 12:08:24 +00:00
Sven Neumann f7f66d5db1 fixed linking of app-scan.
2007-02-07  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): fixed linking of app-scan.


svn path=/trunk/; revision=21859
2007-02-07 16:19:40 +00:00
Sven Neumann 29ec4af9e7 use LDFLAGS instead of GTKDOC_LDFLAGS.
2006-11-29  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: use LDFLAGS instead of GTKDOC_LDFLAGS.

	* app/app-docs.sgml
	* app/app-sections.txt: some minor updates.
2006-11-29 15:15:35 +00:00
Sven Neumann ad8bb62d84 made app-scan link again.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): made app-scan link again.
2006-11-27 11:18:19 +00:00
Michael Natterer 5c471f9c98 app/Makefile.am app/app-docs.sgml app/app-sections.txt lots of updates and
2005-08-21  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: lots of updates and fixes, still not completely
	up-to-date.
2005-08-21 17:43:23 +00:00
Sven Neumann 638ed0e14b removed obsolete AUTOMAKE_OPTIONS.
2005-06-14  Sven Neumann  <sven@gimp.org>

	* */Makefile.am: removed obsolete AUTOMAKE_OPTIONS.
2005-06-14 12:48:54 +00:00
Sven Neumann 793f9765d4 app/Makefile.am app/app-docs.sgml some updates, there's still a lot to do
2005-02-14  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: some updates, there's still a lot to do here.
2005-02-14 13:32:26 +00:00
Sven Neumann 3d7364b658 HACKING autogen.sh switched to using gtkdocize for the build of the API
2004-12-13  Sven Neumann  <sven@gimp.org>

	* HACKING
	* autogen.sh
	* configure.in: switched to using gtkdocize for the build of the
	API docs.
2004-12-13 22:51:55 +00:00
Michael Natterer 4d2bb1bcce removed same linker hacks as in app/Makefile.am.
2004-09-20  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): removed same linker hacks
	as in app/Makefile.am.
2004-09-19 22:51:16 +00:00
Sven Neumann adf71de005 synced with toplevel app/Makefile.am
2004-09-18  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (unused_symbols): synced with toplevel
	app/Makefile.am

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2004-09-18 11:58:13 +00:00
Michael Natterer 98b70b511c app/Makefile.am app/app-docs.sgml app/app-sections.txt updated for the
2004-09-14  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated for the remaining Preview -> View changes
	and the new app/dialogs/ module.
2004-09-14 11:41:36 +00:00
Sven Neumann f1706f09e1 added file_open_location_dialog_show to make the scanner link again.
2004-07-13  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (unused_symbols): added
	file_open_location_dialog_show to make the scanner link again.
2004-07-13 16:26:03 +00:00
Michael Natterer f98a996a85 app/Makefile.am app/app-docs.sgml updated after moving around gimpcoords
2004-05-24  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: updated after moving around gimpcoords stuff.
2004-05-24 17:17:41 +00:00
Michael Natterer 241d59f1c4 app/Makefile.am app/app-docs.sgml app/app-sections.txt updated to include
2004-05-24  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated to include the new actions/ and menus/
	directories. Lots of fixes and cleanups. Still stuff to do...
2004-05-24 15:27:21 +00:00
Sven Neumann 16a78d8957 make it compile again.
2004-05-12  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: make it compile again.

	* app/app-sections.txt
	* app/app.types: some minor updates, needs a lot more work.
2004-05-11 23:01:45 +00:00
Sven Neumann b189e31e14 app/Makefile.am app/app-docs.sgml merged update from stable branch.
2004-04-19  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: merged update from stable branch.
2004-04-19 16:36:18 +00:00
Sven Neumann ca90b9bcb4 app/app-docs.sgml app/app-sections.txt updated, added new stuff, still
2004-04-19  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated, added new stuff, still incomplete...
2004-04-19 16:24:07 +00:00
Manish Singh 9db6153f09 modernized, made a lot of things m4 macros, and made versioning a lot more
2004-01-21  Manish Singh  <yosh@gimp.org>

        * configure.in: modernized, made a lot of things m4 macros, and made
        versioning a lot more finegrained, in anticipation for post-2.0.

        * autogen.sh: bumped up libtool and glib minimum requirements to match
        reality.

        * gimp-2.0.pc.in
        * gimpthumb-2.0.pc.in
        * gimpui-2.0.pc.in: adapted to new versioning variables, and bring
        in RT_LIBS when needed.

        * */*/Makefile.am: adapted to new versioning variables.
2004-01-22 03:51:46 +00:00
Dave Neary c8e557ae81 Fixed syntax errors in makefiles. Oops.
2003-12-16  Dave Neary  <bolsh@gimp.org>

        * */Makefile.am: Fixed syntax errors in makefiles. Oops.
2003-12-16 21:06:03 +00:00
Dave Neary 5758978528 Fixed long-standing gtk-doc problem caused by a problem with docbook-xml
2003-12-16  Dave Neary  <bolsh@gimp.org>

        * */Makefile.am: Fixed long-standing gtk-doc
        problem caused by a problem with docbook-xml installations,
        dodgy debian packages and suspect Makefile checks which
        makes "make install" work even if some gtk docs aren't
        correctly built.
2003-12-16 20:55:38 +00:00
Sven Neumann 085f7ebb19 fixed gtk-doc comment.
2003-12-16  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite.c (gimp_composite_init): fixed
	gtk-doc comment.

	* plug-ins/script-fu/scripts/3d-outline.scm: use enums.

2003-12-16  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: link against libgimpthumb.

	* app/app-sections.txt: updated.

	* app/app-docs.sgml
	* libgimpbase/libgimpbase-docs.sgml
	* libgimpcolor/libgimpcolor-docs.sgml
	* libgimpmath/libgimpmath-docs.sgml
	* libgimpmodule/libgimpmodule-docs.sgml
	* libgimpthumb/libgimpthumb-docs.sgml
	* libgimpwidgets/libgimpwidgets-docs.sgml: updated XInclude
	namespace URL.
2003-12-16 13:12:32 +00:00
Michael Natterer 8462016ec5 s/libgimp_glue.o/units.o/.
2003-11-17  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am: s/libgimp_glue.o/units.o/.

	* app/app-docs.sgml
	* app/app-sections.txt: updates and fixes.
2003-11-16 23:36:55 +00:00
Sven Neumann d488037396 configure.in moved the definition of the symbol prefix to the configure
2003-11-15  Sven Neumann  <sven@gimp.org>

	* configure.in
	* app/Makefile.am: moved the definition of the symbol prefix to
	the configure script. Set it to '_' for MacOS X and Win32.

	* libgimpwidgets/gimpwidgets.[ch]: removed the deprecation guards
	again. It doesn't make sense to deprecate these function now.
2003-11-15 11:27:34 +00:00
Sven Neumann b219ccb394 added API docs for the less obvious functions. Gracefully handle attempts
2003-11-11  Sven Neumann  <sven@gimp.org>

	* app/display/gimpcanvas.c: added API docs for the less obvious
	functions. Gracefully handle attempts to draw on the unrealized
	widget.

	* app/display/gimpdisplayshell-selection.c (selection_draw):
	removed the redundant check for a realized canvas widget.

Also updated API docs.
2003-11-11 21:35:50 +00:00
Sven Neumann ba6d76119a removed the call to cpu_accel_print_results(); should have got enough
2003-10-21  Sven Neumann  <sven@gimp.org>

	* app/base/base.c (base_init): removed the call to
	cpu_accel_print_results(); should have got enough testing and
	gimp-composite outputs the same info anyway.

	* app/Makefile.am: link libappcomposite.a before libappbase.a.

	* app/config/Makefile.am (test_config_LDADD): it's not any longer
	needed to link the test against libappdisplay. and libappwidgets.a.
2003-10-20 23:02:49 +00:00
Sven Neumann 4862438857 app/Makefile.am app/app-docs.sgml udpated.
2003-09-24  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: udpated.
2003-09-24 19:53:04 +00:00
Sven Neumann de387e7faa added another file to ignore, added -u hack to make the scan application
2003-09-17  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: added another file to ignore, added -u hack to
	make the scan application link again.

	* app-sections.txt: updated.
2003-09-17 14:49:12 +00:00
Michael Natterer 4059b00f7d ignore some more headers.
2003-09-07  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am: ignore some more headers.

	* app/app-docs.sgml
	* app/app-sections.txt: lots of updates. Made <part>s out of the
	app/ subdirs and added sub-<chapter>s. The main TOC is way too
	crowded currently, will fix that later...
2003-09-07 21:57:15 +00:00
Michael Natterer 527c1a2f29 ignore paint-funcs-generic.h
2003-09-07  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am: ignore paint-funcs-generic.h

	* app/app-docs.sgml
	* app/app-sections.txt: added all class typedefs, removed struct
	typedefs from the -types sections and removed all -types sections
	which were empty after that. Lots of updates.
2003-09-07 11:49:02 +00:00
Sven Neumann 4ede9ffbd6 app/Makefile.am app/app-docs.sgml app/app-sections.txt some more updates.
2003-09-07  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: some more updates.
2003-09-06 22:57:42 +00:00
Sven Neumann daf3bef289 added some more files to ignore.
2003-09-03  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (IGNORE_HFILES): added some more files to ignore.

	* app/app-sections.txt: some updates, a lot more are needed.
2003-09-02 23:44:32 +00:00
Sven Neumann 6ef4d95fdb added devel-docs/app.
2003-08-09  Sven Neumann  <neo@bender>

	* configure.in: added devel-docs/app.

	* app/core/gimpitem.c
	* app/widgets/gimpdialogfactory.c: more documentation fixes.

2003-08-09  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* app: added a first version of docs for the application. The
	templates are not yet in CVS and it's not built by default (and
	probably never will be).
2003-08-09 16:46:02 +00:00