Michael Natterer
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
Michael Natterer
4f3d29e95d
tools: remove some doc newlines in context.pdb
2013-09-27 18:55:01 +02:00
Jehan
9563a614f2
Bug 708033 - Add paragraph support for the long description in pdbgen
...
Single newlines in procedure descriptions are still considered normal
spaces. But 2 newlines are transformed into 1 newline. 3 newlines into
2 newlines. And so on.
This allows for a start of nicer output in the procedure browser or C
file comments (and consequently in generated html doc).
2013-09-27 18:39:21 +02:00
Marco Ciampa
5289870dbb
Updated italian translation.
2013-09-27 15:35:33 +02:00
Marco Ciampa
19dfcc5c9e
Added internationalization macros to selection-to-path-dialog hidden parameters.
2013-09-27 13:16:55 +02:00
Téo Mazars
8e25b5407d
plug-ins,pdb: Add a compatibility wrapper for noise-hsv
...
... and remove the old plugin
2013-09-26 19:31:13 +02:00
Michael Natterer
39bcc5883d
pdb: use if defined $proc->{outargs} not if exists $proc->{outargs}
...
in app.pl and lib.pl because pdbgen copies this stuff round so
generically that it always exists. Fixes a ton of perl warnings.
2013-09-26 14:09:08 +02:00
Marco Ciampa
f3b7d23494
fix typo in message
2013-09-26 13:25:37 +02:00
Marco Ciampa
af3c2f820d
Revert "fix typo in message" that pushes too much - sorry
...
This reverts commit 0b4b8da05f
.
2013-09-26 13:09:50 +02:00
Marco Ciampa
0b4b8da05f
fix typo in message
2013-09-26 12:09:34 +02:00
Marco Ciampa
7f93fbc19a
app: only one mnemonic letter per filter
2013-09-26 11:31:43 +02:00
Michael Natterer
665e7d9a7d
app: some whitespace and indentation in gimppalette-load.c
2013-09-24 22:14:10 +02:00
Marco Ciampa
df0a48b4d2
Updated italian translation.
2013-09-23 23:20:05 +02:00
Marco Ciampa
d9db3cc0cf
app: only one mnemonic letter per filter
2013-09-23 16:25:01 +02:00
Téo Mazars
26b2b177a9
app: add a mnemonic letter to mosaic
2013-09-23 16:12:45 +02:00
Téo Mazars
5063aada1d
plug-ins,pdb: Add compatibility wrappers for mosaic
...
and remove the old plug-in
2013-09-23 15:52:08 +02:00
Michael Natterer
9fc03fb8ad
desktop: indentation and formatting for gimp.appdata.xml
2013-09-23 15:25:47 +02:00
Téo Mazars
4caa5a113f
Bug 677275 - Mosaic Filter produces ugly artifacts
...
Fix this by using a real point-segment distance.
Some artifacts remains though, they must come from somewhere else.
2013-09-22 16:27:57 +02:00
Balázs Úr
1f7b841310
Updated Hungarian translation
2013-09-22 11:29:30 +02:00
Balázs Úr
dbee63cfe7
Updated Hungarian translation
2013-09-22 10:59:04 +02:00
Balázs Úr
ba3ec357e3
Updated Hungarian translation
2013-09-22 10:56:48 +02:00
Balázs Úr
a3dc0c1cbe
Updated Hungarian translation
2013-09-22 10:50:43 +02:00
Téo Mazars
68feec5dcf
app: add gegl:mosaic to Filters -> Distorts
2013-09-21 19:02:10 +02:00
Michael Henning
9703f6333f
build/win: Upgrade glib2 to 2.36.4
2013-09-21 11:57:43 -04:00
Jehan
ac0ac60ca9
Bug 708521 - Getting rid of cage_complete property on GimpCageTool, redundant with tool_state.
2013-09-22 02:28:30 +12:00
Jehan
2294b8da26
Bug 708519 - Fix using Backspace to delete a closed cage tool's points.
2013-09-22 02:17:22 +12:00
Jehan
5e331e1d25
Bug 708517: Assertion on cage tool commit with ENTER + fix cage completion with ENTER.
...
The key press handler must return TRUE on successfully processing the key,
otherwise the handler ends up being run several times.
2013-09-21 22:42:41 +12:00
Jehan
3838a8cebb
modules: small tabs replacement into spaces.
2013-09-21 18:17:34 +12:00
Michael Henning
cd4d5e6d32
plug-ins: Use the standardized value for deflate compression in tiff-save.
...
Ironically, the standardized value is called COMPRESSION_ADOBE_DEFLATE,
while the vendor-specific value is called COMPRESSION_DEFLATE.
2013-09-20 19:12:44 -04:00
Sven Claussner
ef21616535
Add licence comments to AppData file.
...
Explain the meaning of the licence tag and
the GPL compatibility of the used CC0 licence.
(cherry picked from commit ebef7983e8
)
2013-09-20 20:58:25 +02:00
Timo Jyrinki
ccd460cc20
Updated Finnish libgimp translation by Juhani Numminen
2013-09-20 21:35:38 +03:00
Jehan
951393b34e
app: disallow a theoretical infinite loop if we run out of ids.
...
In practice, that's likely impossible to ever happen. This was just
itching my perfectionist self, who enjoys flawless design.
2013-09-20 02:42:40 +12:00
Michael Natterer
b7afb811cb
libgimpbase: also update comment next to GIMP_MAX_IMAGE_SIZE
2013-09-19 09:07:18 +02:00
Michael Henning
a2cee5d589
build/win: Never build webkitgtk with debugging symbols.
...
I've seen the dll take insane amounts of space (3.3 GB) with debug
symbols on some compilers, and I doubt the symbols will be needed.
2013-09-18 20:07:24 -04:00
Michael Natterer
18282a8b7a
Bug 677259 - GIMP won't load large (even by one dimension) images
...
Double GIMP_MAX_IMAGE_SIZE to 524288. That's still completely
arbitrary but closes a bug with a fishy fix :)
2013-09-18 21:59:57 +02:00
Michael Henning
d02dd9f0da
app: Rename the pallete loading functions from last commit.
2013-09-17 19:39:12 -04:00
Warren Turkal
198f2514ab
app: Refactor palette loaders.
...
I specifically moved the file opening/closing logic to the common
code. This makes the code easier to understand for me since there
is less duplication. In fact, this commit removes more lines than
it adds.
2013-09-17 17:54:54 -04:00
Michael Henning
b2bbb1a8a7
build/win: Disable sse2 in pixman (Bug 707653)
2013-09-17 16:20:26 -04:00
Michael Natterer
74c54464c3
app: add a label to GimpOperationTool's aux input button
...
and don't pack it expanding.
2013-09-17 20:06:37 +02:00
Michael Natterer
fe7a08e7c7
app: fix warning and indentation in windows_menu_display_reorder()
2013-09-17 12:20:39 +02:00
Michael Henning
31954afcf8
build/win: Automatically remove unused tarballs.
2013-09-16 21:10:15 -04:00
Michael Natterer
86b13ae8c4
app: handle changing buffers in GimpPickableButton
...
by emitting "notify::pickable" when the pickable's buffer changes, or
setting the pickable to NULL when its buffer disappears.
2013-09-15 20:03:31 +02:00
Jehan
ed1b7f4697
app: minor typo spotted on gimp:grow operation. s/diection/direction/
2013-09-16 00:43:44 +12:00
Michael Natterer
52fe319fcb
app: use a GimpPickableButton for GimpOperationTool's aux input
...
also WIP and currently looks like shit.
2013-09-15 00:37:42 +02:00
Michael Natterer
4e2868986a
app: add new widget GimpPickableButton
...
Totally WIP and later supposed to give simple access to all sorts of
things that can provide a GeglBuffer via the GimpPickable
interface. Currently only dropping of drawables and images is
supported.
2013-09-15 00:30:14 +02:00
Jehan
c7aa623a55
app: clean out a big bunch of leading tabs.
...
For some unknown reason, most calls to gimp_message_literal() were
indented with tabs.
2013-09-15 04:59:20 +12:00
Michael Henning
b74623090b
build/win: Remove -march=i686 flag
...
It used to be needed for a build hack, but it no longer is.
2013-09-13 20:32:53 -04:00
Michael Natterer
125cf2a2a3
app: use the image instead of the projection for accessing a pickable
2013-09-13 23:29:06 +02:00
Michael Natterer
4d01e21104
app: implement the GimpPickable interface for GimpImage
...
by delegating to the image's projection.
2013-09-13 23:25:30 +02:00
Jehan
8fe1f65374
pdb: clean out \n from procedure descriptions in previous commit a7f1129
.
...
If we want better output for long description, this will have to be implemented
in the pdbgen.
2013-09-14 02:58:39 +12:00