Commit Graph

30124 Commits

Author SHA1 Message Date
ca8a98c706 Uploaded Ukranian 2011-09-08 13:42:05 +03:00
adb8d2939c Uploaded Ukranian 2011-09-08 13:24:03 +03:00
6945ef477a Updated Latvian translation. 2011-09-08 00:15:32 +03:00
50acd95e9d app: Use pixel_region_has_alpha()
For increased readability.
2011-09-07 16:01:24 +02:00
7a2208d1bd Uploaded Ukranian 2011-09-07 14:32:42 +03:00
9f1187f6a5 app: Prefix TileManager functions
read_pixel_data() -> tile_manager_read_pixel_data()
write_pixel_data() -> tile_manager_write_pixel_data()
read_pixel_data_1() -> tile_manager_read_pixel_data_1()
write_pixel_data_1() -> tile_manager_write_pixel_data_1()

for consistency.
2011-09-07 12:08:43 +02:00
e4204e453a app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
4eb09f53ef Uploaded Ukranian 2011-09-06 19:33:30 +03:00
72d916b78d [l10n]Minor fix in Catalan translation 2011-09-05 21:44:24 +02:00
6095a9967f app: Use of GimpViewableDialog with a NULL viewable is depecrated!
Do not pass a NULL viewable to gimp_viewable_dialog_new as it warns
and call gtk_window_set_resizable (, FALSE) so the expander works.
2011-09-05 18:27:34 +02:00
3e1ae37bcc Updated Swedish translation 2011-09-04 14:31:39 +02:00
2087d42e3f Updated Swedish translation 2011-09-04 14:26:46 +02:00
8055517958 Updated Swedish translation 2011-09-03 19:29:47 +02:00
abb91bdf42 Updated Swedish translation 2011-09-03 19:28:51 +02:00
172e26cee6 Updated Swedish translation 2011-09-03 18:37:31 +02:00
a4591aae11 app: GimpPerspectiveCloneTool: don't start an already active draw tool 2011-09-03 10:14:52 +02:00
820b9ea459 po-tips: Updated Romanian translation 2011-09-02 20:22:17 +03:00
5f8f7e6b57 po-tips: Updated Romanian translation 2011-09-02 20:22:06 +03:00
4a982cfec8 po-script-fu: Updated Romanian translation 2011-09-02 20:21:45 +03:00
5e192ef752 po-script-fu: Updated Romanian translation 2011-09-02 20:21:33 +03:00
adb1de556f po-python: Updated Romanian translation 2011-09-02 20:20:50 +03:00
82559b130f po-python: Updated Romanian translation 2011-09-02 20:20:40 +03:00
2dd7aa5846 po-plug-ins: Updated Romanian translation 2011-09-02 20:19:57 +03:00
b32dd7cadf po-plug-ins: Updated Romanian translation 2011-09-02 20:19:43 +03:00
feb537058d po-libgimp: Updated Romanian translation 2011-09-02 20:18:41 +03:00
13de1746bb po-libgimp: Updated Romanian translation 2011-09-02 20:18:25 +03:00
5f9822c3e2 po: Updated Romanian translation 2011-09-02 20:09:24 +03:00
903bbc4edd po: Updated Romanian translation 2011-09-02 20:09:01 +03:00
940d334f23 Uploaded Ukranian 2011-09-02 19:18:05 +03:00
779756bc51 app: draw Wilber as in gimp-2.6
Apparently wilber_get_extents is called the first time
with a cairo_t with device_offset different than the other
times, since the path is copied the first time, afterwards
it appears offset.
2011-09-02 18:07:34 +02:00
351423a2ef app: put utility function in #ifdef HAVE_ICO_CODES in preferences-dialog.c 2011-09-02 00:14:21 +02:00
f6d106705e app: move variable to local scope in GimpTextOptions 2011-09-02 00:12:10 +02:00
0351c13a36 Bug 624642 - 'GtkAccelLabel' has no member named 'accel_closure'
Apply cleaned up and fixed patch from Alex Mankuta which
undeprecates ige-mac-menu.c. The file builds now and I only
see warnings about using unknown Carbon API, but I have no
way of checking if it still works on systems where the
deprecated Carbon API actually does something.
2011-09-01 21:25:00 +02:00
b40e1c44b6 configure: let the test for TWAIN fail on 64 bit OSX
Somebody needs to port the stuff to not using the parts of
Carbon that are not there on 64 bit, or preferrably not use
Carbon at all.
2011-09-01 21:18:57 +02:00
87b38809ff Updated Slovenian translation 2011-09-01 19:19:19 +02:00
b650f89a63 Updated Slovenian translation 2011-09-01 19:18:55 +02:00
fdf9f9f2e6 Updated Slovenian translation 2011-09-01 19:18:34 +02:00
262241cb21 script-fu: Don't print leading space when printing vectors 2011-08-31 22:26:21 +05:30
db008cbb88 app: Single-window mode does not require a restart 2011-08-31 18:49:38 +02:00
35524c7c5c plug-ins/gfig: silence a warning and commit on close
Clicking on Close deleted the work done, on Cancel
showed a warning.

Tested terminating with:
<Alt>F4
Esc
<Ctrl>C
File->Close
Close button
Cancel button
2011-08-31 18:04:25 +02:00
5441577f2b app: Update comment in last commit 2011-08-31 11:49:05 +05:30
c9a9b1211c app: Force a default language on Win32 2011-08-31 03:55:22 +05:30
01a24fb4f7 R5RS compatability fixes for integer? and round (SourceForge bug #3400284) 2011-08-30 16:53:17 -04:00
a8966b8485 R5RS compatability fix for expt (SourceForge bug #3399332) 2011-08-30 12:00:00 -04:00
7ab6704f78 R5RS fix adds decimal point for inexact in atom2str (SourceForge bug #3395548) 2011-08-29 17:27:12 -04:00
6af99d4793 R5RS compatibility fix for min and max (take 2) (SourceForge bug #3399331)
It works better if I also update the script-fu.init file used by Script-Fu.
2011-08-29 17:27:12 -04:00
5d3be5be3c R5RS compatability fix for append by Doug Currie. (SourceForge bug #3400202)
Append with one argument should return the argument but not as a list.
2011-08-29 17:27:12 -04:00
5d61a737a7 R5RS compatibility fix for min and max (SourceForge bug #3399331)
They are required to return inexact when any argument is inexact.
(From a patch by Doug Currie.)  Also de-tabified init.scm file.
2011-08-29 17:27:12 -04:00
f524d20360 Added plug-ins.ico to EXTRA_DIST 2011-08-29 22:19:58 +02:00
595cca4c0f Updated Serbian translation 2011-08-29 21:23:41 +02:00