Commit Graph

30992 Commits

Author SHA1 Message Date
f70bc837fa app: remove gimpdisplay-utils.[ch], move its only function to gimpdisplay.[ch] 2012-02-11 17:57:27 +01:00
4ec7def1d0 put operators on end of line in long expressions
This fixes commit 3a151bd1a9, GIMP is
deviating from the GNU coding style here.
2012-02-11 16:50:44 +01:00
56d6c1d432 Updated Romanian translation 2012-02-10 19:57:46 +01:00
eb93f484c8 Updated Romanian translation 2012-02-10 19:35:57 +01:00
a48a5925b4 Updated Romanian translation 2012-02-10 19:12:56 +01:00
cfc049adff Updated Romanian translation 2012-02-10 19:05:01 +01:00
3a151bd1a9 app: check top_directory for plausibility 2012-02-10 16:20:15 +01:00
a5838dc3b5 Updated Romanian translation 2012-02-10 16:15:07 +01:00
42107e10e5 Updated Romanian translation 2012-02-10 15:51:22 +01:00
2303d292c3 app: initialize var before usage
to silence valgrind

==12105== Conditional jump or move depends on uninitialised value(s)
==12105==    at 0x6B069C: gimp_data_set_folder_tags (gimp/app/core/gimpdata.c:885)
==12105==    by 0x6B155E: gimp_data_factory_load_data (gimp/app/core/gimpdatafactory.c:922)
==12105==    by 0x64F34D0: gimp_datafiles_read_directories (gimp/libgimpbase/gimpdatafiles.c:155)
==12105==    by 0x6B1293: gimp_data_factory_data_load (gimp/app/core/gimpdatafactory.c:354)
==12105==    by 0x6B1E1C: gimp_data_factory_data_init (gimp/app/core/gimpdatafactory.c:239)
==12105==    by 0x6871D2: gimp_restore (gimp/app/core/gimp.c:952)
==12105==    by 0x47EABA: app_run (gimp/app/app.c:217)
==12105==    by 0x47E64D: main (gimp/app/main.c:440)
==12105==  Uninitialised value was created by a stack allocation
==12105==    at 0x6B1190: gimp_data_factory_data_load (gimp/app/core/gimpdatafactory.c:319)
2012-02-10 12:24:32 +01:00
2e3e941de3 devel-docs: make app/ docs build again and update them a bit
It's now less bad than before but still a horror.
2012-02-10 01:28:29 +01:00
258b3f6623 Updated Polish translation 2012-02-09 22:15:37 +01:00
0e9ed614c3 Updated POTFILES.in 2012-02-09 22:13:24 +01:00
f0a7d04cfa app: Fix a segfault in paint core 2012-02-09 21:59:25 +02:00
af6b840aaf Bug 666561 - Clicking on the expand icon next to a group expands the wrong group
gimp_item_tree_view_row_expanded(): only select the active item if its
immediate parent was expanded, not if *any* group was expanded.
2012-02-09 20:38:46 +01:00
b994280473 Bug 668814: Cannot move cursor right in on canvas editor
One possible way to decrease the incompatibilities
between letter spacing in a tagged gtk_text_buffer
and in an equivalent pango_layout

Remove also a valgrind reported invalid write in
gimptextbuffer.c
2012-02-09 12:36:43 +01:00
0729c25bc0 app: set tags for all subdirectories a data file lives in
GimpData: add gimp_data_set_folder_tags() and remove the tag logic
from gimp_data_set_filename(). The function gets the toplevel data
directory passed so it knows where to stop assigning tags.

GimpDataFactory: when loading data, keep track of the currently
processed data hierachy's toplevel directory, and pass it to above new
function. Also make sure obsolete files don't get folder-tagged.
2012-02-09 10:02:49 +01:00
08ed48fffc Bug 669616 - openraster plugin saves invalid files under some circumstances
If the label contains an URL, the double slashes (//) make very
poor filenames inside the ZIP container.

http://forum.intilinux.com/mypaint-help-and-tips/gimp-corrupting-ora-files/msg10284/#msg10284
2012-02-08 20:22:18 +01:00
3d4c7f8d4b Updated Belarusian translation. 2012-02-08 10:45:13 +03:00
59ab77d7b1 Updated italian translation 2012-02-08 08:20:56 +01:00
4cccb20c6e INSTALL: recommend some more libs to install for optional plugins 2012-02-08 00:36:03 +01:00
23ca29855c NEWS: Apply some typo fanaticism 2012-02-07 21:03:55 +01:00
d0d78ed284 NEWS: updates 2012-02-07 21:00:44 +01:00
2414301799 Review the last few commits and apply some style fanaticism
some completely unrelated,
2012-02-07 20:36:55 +01:00
052bce733b Typo 2012-02-07 17:35:06 +01:00
7cf2ee6397 Bug 586451: Alpha Logo scripts incorrectly become...
sensitive after "Refresh Scripts"
2012-02-07 17:32:02 +01:00
05aa83270d Bug 554359: text tool should compress undo steps...
when the rectangle is manipulated
2012-02-07 17:32:02 +01:00
39368a410d plugged memory leaks 2012-02-07 17:32:02 +01:00
73a3b56ec9 data: clean up brushes Makefiles and remove duplicate files 2012-02-07 09:30:13 +01:00
ec9187e69b Bug 669382 - corrupt png file theme-22.png in Default theme
Re-save the file so trailing junk gets stripped.
2012-02-06 22:53:34 +01:00
4f61e58bb8 app: set the sensitivity of the tool options' preset menu items
based on "editable" and "deletable".
2012-02-06 22:04:34 +01:00
79d997457b app: set GimpToolPresetEditor insensitive for non-editable presets 2012-02-06 22:03:30 +01:00
41b00e2e6b app: Make palette part of paint tools context mask 2012-02-06 21:57:20 +02:00
fe946a7501 data: More new brush set cleanup, underscore hunt edition 2012-02-06 21:57:20 +02:00
f72806bbcd app: fix GimpContainerTreeView name editing so it always works the same
no matter how editing was started (double click, keyboard activate, F2).

Connect to "editing-started" of the name cell and set the object's
real name directly on the GtkCellEditable, instead of trying to hack
around in the tree store before the actual editing starts.
2012-02-06 19:28:37 +01:00
b4988ef00f Added Telugu translation by Swecha Team 2012-02-06 13:30:48 +05:30
8a40421299 Updated Telugu Translation 2012-02-06 13:27:18 +05:30
947ea55a07 app: chain up last in gimp_container_tree_view_set_context()
so all the view renderers already have the right context when the
parent interface code selects the right item, which in turn requires
the context to be already set on the renderers. Fixes warnings when
dragging dockables around.
2012-02-06 01:33:01 +01:00
3c240bcb3c plug-ins: remove unused variable in file-tiff-load.c 2012-02-05 22:28:55 +01:00
1b34c9220c plug-ins: actually use the return value of fread() in gimppressionist/presets 2012-02-05 22:28:09 +01:00
9092c79ca2 plug-ins: remove unused variable in file-pdf-save.c 2012-02-05 22:27:15 +01:00
b1fe1db7d3 Updated Spanish translation 2012-02-05 19:14:29 +01:00
f06e712c3c [l10n] Update Japanese translation 2012-02-05 14:47:45 +09:00
fe92376278 [l10n] Update Japanese translation 2012-02-05 14:45:39 +09:00
662c25c9e1 [l10n] Update Japanese translation 2012-02-05 14:43:27 +09:00
a98ea408b8 [l10n] Update Japanese translation 2012-02-05 14:41:29 +09:00
44136cd23f [l10n] Update Japanese translation 2012-02-05 14:39:14 +09:00
7aa12175a4 data: More resource updates and cleanup with Ramon 2012-02-04 21:00:43 +02:00
6e1618a910 Updated Slovenian translation 2012-02-04 19:48:32 +01:00
dff066dc59 Update Arabic translation 2012-02-03 07:42:31 +02:00