e23e99e2ab
app: add missing translation context for undo descriptions
2010-07-08 18:10:33 +02:00
314a6ab926
app: merge the layer, channel and vectors repositioning APIs
...
into an API based on GimpItem.
2010-07-08 18:08:13 +02:00
70a3addcb9
app: harden precondition checks in GimpItemTree
...
Instead of checking if the item is attached and belon's to the tree's
image (which did miss e.g. passing a channel to the layer tree), we
now check if gimp_item_get_tree(item) returns right tree.
2010-07-08 15:06:19 +02:00
4a1078796b
Bug 613328 - TGA files saved with incorrect header yOrigin data
...
Fix header for TGA files saved with save option 'Origin=Top Left'.
2010-07-07 20:41:46 +02:00
ca43054f08
Bug 623290 - Save As... does not save Windows Bitmap as default in dialog
...
Connect to "toggled" signal of radio buttons.
2010-07-07 20:29:06 +02:00
731fa3081d
Bug 621363 - CMYK decompose broken
...
The CMYK Decompose/Recompose plugin used its own (faulty) algorithm
for RGB<->CMYK conversions. This fix changes the plugin to use the
conversion routines provided by libgimpcolorspace.
2010-07-07 19:32:58 +02:00
999f00bd27
Bug 623186 - GIF save plugin chokes on layers larger than canvas
...
Move the call to gimp_ui_init() before the sanity checks so that
GTK+ is properly initialized before the dialog is shown.
2010-07-07 19:25:14 +02:00
c78e4c8d63
libgimp: move docs from template files to inline comments
...
Also split up the "tools" docs into separate files so it matches
the new autogenerated PDB section headers.
2010-07-07 11:48:10 +02:00
edbdd4a945
app: one file in pdb/ got regenerated because of a doc fix
2010-07-07 11:46:58 +02:00
3a2cd14382
tools: add pdbgen support for generating gtk-doc SECTION comments
...
Add the new $doc_title, $doc_short_desc and $doc_long_desc strings to
all .pdb files.
2010-07-07 11:43:10 +02:00
6739f6266c
Revert "app: Add alpha-to-selection shortcuts in tooltips"
...
This reverts commit 9378b42922 . We
need a translator-friendly solution.
2010-07-06 18:12:09 +02:00
9378b42922
app: Add alpha-to-selection shortcuts in tooltips
...
Add alpha-to-selection Alt-Click shortcuts in tooltips to make them
discoverable, at least in theory.
2010-07-06 17:04:29 +02:00
01113ffeee
app: Handle merge commits for git-version.h
...
Use
git show-ref --hash refs/heads/master
instead of
git log HEAD^..HEAD --pretty=format:%H
so we can handle multi-parent (merge) commits.
2010-07-06 16:02:53 +02:00
9ddbc55a08
libgimpbase: Disable gimp_wire_read() warning
...
Disable gimp_wire_read() warning, most of the time it just gives this
confusing error message when the GIMP core crashes:
(script-fu:28495): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
2010-07-06 15:15:29 +02:00
b3ee51794d
libgimpwidgets: fix most gtk-doc warnings
2010-07-05 19:04:15 +02:00
1f7ff98c45
libgimpwidgets: move docs from template files to inline comments
...
but leave the template file for gimpstock there because its contents
would be too much for gimpstock.h.
2010-07-05 18:01:28 +02:00
597b255262
Update Desaturate tool's status text
...
The existing text is poor English and is confusing.
2010-07-05 19:27:44 +05:30
6bfe88ae17
script-fu build fix for Windows
2010-07-05 09:59:34 +03:00
8efe98649e
libgimpthumb: fix all gtk-doc warnings, and reach 100% doc coverage, yay!
2010-07-02 16:01:40 +02:00
58dbc8d839
libgimpthumb: move docs from template files to inline comments
2010-07-02 15:53:20 +02:00
9d80d8a7cd
libgimpmath: fix all gtk-doc warnings
2010-07-02 14:48:24 +02:00
2ce4075eeb
libgimpmath: move docs from template files to inline comments
2010-07-02 14:41:35 +02:00
a5e28dec57
libgimpmodule: fix some gtk-doc warnings
2010-07-01 22:33:28 +02:00
fcc0a5a424
libgimpmodule: move docs from templates to inline comments
2010-07-01 22:33:28 +02:00
1330ca2ea8
Translation fix by suggestion from Terion
2010-07-01 18:22:38 +04:00
1ab08ade9f
A fix to Russian translation at shimon's suggestion
2010-06-30 19:46:06 +04:00
945641232e
libgimpconfig: fix a lot of gtk-doc warnings
2010-06-29 22:19:11 +02:00
1af54c7874
libgimpconfig: move docs from template files to inline comments
2010-06-29 20:59:07 +02:00
e74989282b
data: add 2.6 splash screen to the splash screen gallery
2010-06-29 20:13:42 +02:00
7b335188b6
libgimpcolor: fix most gtk-doc warnings
2010-06-29 20:08:39 +02:00
1649241483
libgimpcolor: move docs from template files to inline comments
...
Only added section headers for now, there was nothing else in the
template files.
2010-06-29 19:46:37 +02:00
48f54d50f1
devel-docs: really remove the template files
2010-06-29 19:18:52 +02:00
3411c7b63a
libgimpbase: move docs from template files to inline comments
...
and remove all template files. Also fixed all gtk-doc warnings
and fixed/added some docs.
2010-06-29 19:16:51 +02:00
81925e424b
app/tests: Prepare test-core.c for other tests
2010-06-29 19:08:59 +02:00
a09d428c7e
po: Minor fixes to German translations
2010-06-29 18:21:09 +02:00
6ba7aff8e9
Little fix in italian translation.
2010-06-29 18:09:37 +02:00
dd059635d4
app/tests: Rename test-layers to test-core
...
Rename test-layers to test-core so we can put more tests there, like
color processing algorithm tests for example.
2010-06-29 18:08:34 +02:00
04538534fc
Bug 623045 - script-fu: make server IPv6 aware
...
use getnameinfo() instead of inet_ntoa()
use two sockets for IPv4, IPv6
2010-06-29 15:47:01 +02:00
ded69c41a7
Small fix in italian translation.
2010-06-29 12:04:16 +02:00
36594d676b
Bump version to 2.7.2
2010-06-29 10:01:53 +02:00
f42870648d
app: link ../gimp-debug.o into test-config
2010-06-29 00:25:32 +02:00
5476b8bdb0
new splash, now scaled to the correct size
2010-06-28 23:47:51 +02:00
9084fd4316
new splash for the devel version, using the LGM switchboard photo from tml.
2010-06-28 23:07:41 +02:00
f432563be3
And AUTHORS...
2010-06-28 21:55:03 +02:00
47afc71ae2
Update authors.xml for 2.7.1
2010-06-28 21:38:14 +02:00
c59d956d1b
Update NEWS for 2.7.1
...
Update news again with changes up to now.
2010-06-28 18:34:47 +02:00
fad6053643
Make cairo code work with newer cairo backends that actually use caching
...
Call cairo_surface_flush() before reading or writing a surface's
pixels directly, and use cairo_surface_mark_dirty() after writing
pixels directly, so we don't read old pixels, and our written pixels
get actually used.
2010-06-28 12:23:31 +02:00
d2fd8a8dc8
app: don't call gimp_cell_renderer_viewable_pre_clicked() on a NULL cell
2010-06-28 00:13:19 +02:00
706900c4f6
Bug 589010 - Don't make Alt-Clicked layers active
...
Add a "pre-clicked" signal to GimpCellRendererViewable that can
prevent a selection from happening. Move the Alt-Click code in
GimpLayerTreeView to this signal and if a layer is Alt-Clicked, don't
go ahead and make the layer active. Also add a test for this use case.
2010-06-27 21:46:53 +02:00
2b78572604
po-tags: fix charset to fix the build
2010-06-27 21:39:30 +02:00