Mikael Magnusson
a4cf150191
Bug 649610 - Gimp does not initialize as long as the splash screen is not mapped
...
app: don't use gtk_widget_show_now as that blocks until the window maps.
2011-05-07 00:14:59 +02:00
Yoshinori Yamakawa
759fad8189
file-psd: Make file-psd-save embed color profile
2011-05-06 20:08:57 +05:30
Mukund Sivaraman
1a025e4fbd
selection-to-path: Fix an uninitialized variable
2011-05-06 19:48:20 +05:30
Mukund Sivaraman
904d3452b9
file-mng: Indent some code
2011-05-06 19:33:46 +05:30
Mukund Sivaraman
5b999ab3f9
file-png: Indent some code
2011-05-06 19:33:46 +05:30
Kristjan SCHMIDT
252c88c3a9
Add Esperanto translation
2011-05-06 15:54:30 +02:00
Kristjan SCHMIDT
cf2bf03fe7
Updated Esperanto translation
2011-05-06 15:44:16 +02:00
Mukund Sivaraman
17c5e114c3
file-mng: Call png_set_*() functions after png_set_IHDR()
2011-05-06 16:28:25 +05:30
Mukund Sivaraman
cbc2ffc7c2
file-mng: Specify the interlace type explicitly
2011-05-06 16:17:56 +05:30
Martin Nordholts
dfc11599d1
app: Small --dump-pdb-procedures-deprecated cleanup
2011-05-06 07:29:01 +02:00
Martin Nordholts
d9264c6bd5
app/tests: Fixup test-gimpidtable.c
...
Fixup of test-gimpidtable.c of things sleepy eyes and brains missed.
2011-05-06 07:23:16 +02:00
Daniel Mustieles
b69a053245
Updated Spanish translation
2011-05-05 19:51:55 +02:00
Daniel Mustieles
3cf5f4a553
Updated Spanish translation
2011-05-05 19:28:28 +02:00
Mukund Sivaraman
ae654a7aae
file-png: Update comment for png_set_IHDR()
2011-05-05 20:47:53 +05:30
Mukund Sivaraman
fbbeb8d629
file-png: Call png_set_*() functions after png_set_IHDR()
2011-05-05 20:36:45 +05:30
Mukund Sivaraman
dbecc7b705
file-png: Move setting the comment text after IHDR is set
2011-05-05 20:15:02 +05:30
Mukund Sivaraman
4fa2bbabf9
file-png: Specify the interlace type explicitly
2011-05-05 18:53:11 +05:30
Michael Natterer
f660236a4f
plug-ins: remove some -Wunused-but-set-variable
2011-05-05 12:49:38 +02:00
Michael Natterer
b77b94d3ed
app: don't rely on gimp_brush_tool_create_outline() returning an outline
...
It can just as well return NULL.
2011-05-05 12:19:25 +02:00
Mukund Sivaraman
5a1a3209e9
Move libpng specific warning CFLAGS to PNG_CFLAGS
2011-05-05 09:48:02 +05:30
Martin Nordholts
28983a5158
app: Add a "check-for-deprecated-procedures-in-script-fu" make target
...
Add a "check-for-deprecated-procedures-in-script-fu" make target that
looks for usage of deprecated procedures in *.scm files. We currently
use quite a bit of deprecated procedures. When we don't do that
anymore, we should connect this to make check somehow so our nightly
build fails if someone deprecated a procedures without also porting
all clients.
Run it like this from the source root:
make -C plug-ins/script-fu check-for-deprecated-procedures-in-script-fu
2011-05-05 01:04:23 +02:00
Martin Nordholts
ed01101429
app: Add hidden --dump-pdb-procedures-deprecated option
...
Allow to dump the names of all internal deprecated PDB
procedures. This enables us to do static analysis on *.scm files and
look for usage of deprecated procedures.
2011-05-05 01:01:17 +02:00
Martin Nordholts
3474a385f2
app: Add gimp_pdb_get_deprecated_procedures()
2011-05-05 01:01:17 +02:00
Martin Nordholts
be91f01291
app: Add gimp_procedure_name_compare()
2011-05-05 01:01:17 +02:00
Martin Nordholts
a942de5758
Update NEWS
2011-05-05 01:01:16 +02:00
Michael Natterer
91550117c7
app: fix GimpSourceTool's source position drawing for other displays
...
by adding the source outline's canvas item to the source display
directly. Poking in GimpDrawTool internals is gone and generally not
possible any longer since GimpCanvasItem based drawing.
2011-05-04 23:25:55 +02:00
Martin Nordholts
c4097d4ff4
app: void * -> gpointer in GimpIdTable
2011-05-04 23:14:21 +02:00
Martin Nordholts
0d529f7956
app: Use GimpIdTable
2011-05-04 22:54:35 +02:00
Martin Nordholts
9fefa22efe
app: Add GimpIdTable utility class
...
Not written in Vala... ;)
2011-05-04 22:54:35 +02:00
Michael Natterer
85c0fd1166
app: replace gimp_dock_get_dock_columns() by gtk_widget_get_ancestor()
2011-05-04 22:41:40 +02:00
Kristjan SCHMIDT
929aca9686
Updated Esperanto translation
2011-05-04 19:38:46 +02:00
Michael Natterer
ee69c8f21e
NEWS: Updated
2011-05-03 22:03:15 +02:00
Nils Philippsen
60c94c69b9
gimp-remote: don't use deprecated gdk_window_foreign_new_for_display()
...
use gdk_x11_window_foreign_new_for_display() instead
2011-05-03 12:36:41 +02:00
Nils Philippsen
62e3e88ea1
gimp-remote: include gimpbase.h rather than gimpversion.h
...
this is a followup to commit 844df2b4df
2011-05-03 12:35:34 +02:00
Michael Muré
989b85988b
Cage tool: allow to add handle by clicking on an edge
2011-05-03 00:46:42 +02:00
Michael Muré
cc247b3e66
Cage tool: in cage mode, remove selected handles when hitting backspace
2011-05-03 00:46:42 +02:00
Michael Muré
bcd76a3d5b
GimpCageConfig: add function to remove all selected points
2011-05-03 00:46:42 +02:00
Michael Muré
b0cedaa677
GimpCageConfig: add function to add and remove point at arbitrary index
2011-05-03 00:46:42 +02:00
Michael Natterer
909e7833a3
app: remove some more -Wunused-but-set-variable
2011-05-02 13:53:58 +02:00
Mukund Sivaraman
c4e44dc098
Show the compiler option that caused a warning
2011-05-02 07:43:48 +05:30
Michael Natterer
c35ff719a7
app/libgimp*: remove stuff found by -Wunused-but-set-variable
2011-05-01 23:23:19 +02:00
Michael Natterer
092e26935b
app: GimpForegroundSelectToolUndo: shorten local variable names
2011-05-01 23:19:49 +02:00
Michael Natterer
99df9e114e
app: GimpCanvasLayerBoundary: actually use the figured "edit_mask" boolean
...
instead of always passing FALSE when changing to a different
layer. For some reason we were displaying the right state anyway,
which can only mean that we do things redundantly here and call this
function twice.
2011-05-01 22:36:25 +02:00
Michael Natterer
2b1807054f
libgimp*: update .def files after cairo functions moved between libs
2011-05-01 11:24:26 +02:00
Mukund Sivaraman
c579ec9754
libgimpcolor: Include cairo.h in test program
2011-04-29 15:00:28 +05:30
Michael Natterer
856c89a845
libgimp: add guards that #error out if individual files are included
2011-04-28 19:59:52 +02:00
Michael Natterer
5c7660c6cc
plug-ins: don't #include <libgimp/gimppixbuf.h> in bmp-read.c
2011-04-28 19:58:51 +02:00
Michael Natterer
2337d44018
libgimpbase: s/LIBGIMP_COMPILATION/GIMP_BASE_COMPILATION/ in gimpenv.*
...
because the latter is now generically defined for the new include guards.
2011-04-28 19:34:22 +02:00
Michael Natterer
564c124921
devel-docs: make GimpUnitComboBox/GimpUnitStore show up properly
2011-04-28 17:58:45 +02:00
Michael Natterer
1de19c8b57
libgimpwidgets: clean up class struct and add gtk-doc section comment
2011-04-28 17:57:40 +02:00