|
7f966cad39
|
app: keep the image's "Untitled" string around as GFile too
|
2014-07-08 00:15:41 +02:00 |
|
|
f5afc78532
|
app: don't leak all the image's GFiles
|
2014-07-08 00:03:08 +02:00 |
|
|
ff6ea69569
|
app: change the image's various URIs to GFiles
which gets rid of a lot of temporarily added GFile code again because
we don't need to convert between URI and GFile any longer.
|
2014-07-07 23:58:11 +02:00 |
|
|
a6aa35df57
|
app: port file_open_from_command_line() to GFile
Use g_file_new_for_commandline_arg() and remove
file_utils_any_to_file().
|
2014-07-07 23:58:11 +02:00 |
|
|
0f8d84d5e9
|
app: port all file_open() and file_save() functions to GFile
|
2014-07-07 23:58:11 +02:00 |
|
|
3f52828896
|
app: change GimpImageFile and GimpDocumentList to speak GFile
|
2014-07-07 23:58:11 +02:00 |
|
|
53fe11b6dd
|
Updated Greek translation
|
2014-07-07 11:09:19 +03:00 |
|
|
7e2ab1949b
|
app: port themerc writing to GIO
|
2014-07-05 01:42:19 +02:00 |
|
|
bc1e8ab3fc
|
app: port file magic checking to GIO
|
2014-07-05 00:58:46 +02:00 |
|
|
b7863269f0
|
libgimpcolor: change gimp_lcms_profile_open_from_file() from filename to GFile
and change most of the lcms plug-in to using GFile too.
|
2014-07-04 23:57:27 +02:00 |
|
|
c885af6c3e
|
app: only add supported image files to the document history
Initialize the history after plug-ins, and check each item listed by
GtkRecentManager against the mime-types supported by our load
plug-ins.
|
2014-07-04 20:01:08 +02:00 |
|
|
6e631420c3
|
app: fix error handling warning in gimp_brush_load_abr()
|
2014-07-04 19:16:58 +02:00 |
|
|
e6f4252d55
|
app: simplify GimpData load/save error reporting a lot
Add the filename and general "Foo failed" spam generically in GimpData
and GimpDataFactory, and make the individual loaders/savers much
simpler.
|
2014-07-04 18:46:02 +02:00 |
|
|
29427fa4f1
|
app: port GimpImageMapTool settings import/export to streams
Simplifies and centralizes error checking and reporting.
|
2014-07-04 18:31:00 +02:00 |
|
|
46b619811d
|
Updated Dutch translation master 2-8
|
2014-07-04 17:47:03 +02:00 |
|
|
b4cdecb4c3
|
app: port the curves and levels cruft format loaders to GIO
|
2014-07-04 13:18:01 +02:00 |
|
|
6f7e244d75
|
app: add GInputStream* parameter to GimpDataLoadFunc
and port all loaders to loading from an already open stream.
|
2014-07-04 03:31:03 +02:00 |
|
|
d7812173f4
|
libgimpconfig: add gimp_config_deserialize_stream()
and gimp_scanner_new_stream().
|
2014-07-04 03:29:09 +02:00 |
|
|
e7d9e01d63
|
app: port ABR brush loading to GIO
|
2014-07-04 02:18:52 +02:00 |
|
|
16ca9a4dcf
|
app: port gradient loading to GIO
|
2014-07-04 00:15:02 +02:00 |
|
|
01878cc2e0
|
app: improve palette loading error message
|
2014-07-04 00:14:36 +02:00 |
|
|
aab55c34c8
|
app: add a GOutputStream* parameter to GimpData::save()
Open/close the stream generically in GimpData. Improves error handling
and simplifies the save() functions.
|
2014-07-03 23:44:38 +02:00 |
|
|
0acbfc3ffa
|
libgimpconfig: add gimp_config_serialize_to_stream()
and gimp_config_writer_new_stream() which take a GOutputStream. Also
fix some new and old corner cases in GimpConfigWriter.
|
2014-07-03 23:25:21 +02:00 |
|
|
52032961c2
|
app: add (disabled) code that blits the image directly from the graph
bypassing the projection buffer.
|
2014-07-03 20:52:02 +02:00 |
|
|
249041d927
|
Bug 732698 - Select > Shrink/Grow/Border not working in GIMP master
Always pass level = 0 to gegl_buffer_set(). This actually makes a
difference since GEGL's level processing got some fixes.
|
2014-07-03 20:47:02 +02:00 |
|
|
4d50c3aafd
|
app: port gimp_palette_load_css() to GIO
which finishes palette porting. Remove all temp hack porting code
and a ton of ugly includes.
|
2014-07-03 17:36:01 +02:00 |
|
|
12d6519f3e
|
app: port gimp_palette_load_aco() to GIO
|
2014-07-03 17:23:11 +02:00 |
|
|
aedc3c0ddb
|
app: port gimp_palette_load_psp() to GIO
|
2014-07-03 16:59:04 +02:00 |
|
|
5d4d3a0e3c
|
app: port more palette importers to GIO
|
2014-07-03 16:42:37 +02:00 |
|
|
3213fe04ef
|
app: port gimp_palette_load_detect_format() to GIO
|
2014-07-03 16:27:05 +02:00 |
|
|
bfd8aa69f5
|
app: prepare for more palette load/import GOI porting
by passing an open GInputStream to gimp_palette_load_gpl(), all
palette import functions will become like that.
|
2014-07-03 16:11:26 +02:00 |
|
|
9ec4e93434
|
app: port gimp_palette_load_gpl() to GIO
|
2014-07-03 15:49:58 +02:00 |
|
|
32e2aebbe0
|
app: remove old includes from gimpdata.c too
|
2014-07-03 15:49:29 +02:00 |
|
|
9d11dc046d
|
app: forgot to remove the creepy includes in gimpbrush-load.c after porting
|
2014-07-03 15:48:38 +02:00 |
|
|
87463dbe46
|
app: don't leak a GError in gimp_brush_generated_load()
|
2014-07-03 15:47:57 +02:00 |
|
|
70e6d86bdf
|
app: port gimp_pdb_dump() to GIO
|
2014-07-03 14:52:27 +02:00 |
|
|
5a893392ee
|
script-fu: remove unused "input_id" from struct ConsoleInterface
|
2014-07-03 14:48:11 +02:00 |
|
|
673d666d0c
|
app: port gimp_vectors_export_file() to GIO
|
2014-07-03 13:29:29 +02:00 |
|
|
77b6af2da8
|
app: implement gimp_curve_load() and _save() in GIO
They are currently unused, but implementing them was a copy/paste
no brainer.
|
2014-07-03 13:22:10 +02:00 |
|
|
a572638656
|
app: fix copy/paste GError bug in some calls to g_file_replace()
|
2014-07-03 13:01:01 +02:00 |
|
|
0753b5a137
|
app: port gimp_text_buffer_load() and _save() to GIO
|
2014-07-03 12:57:18 +02:00 |
|
|
799a3d4352
|
app: g_mkdir() -> g_file_make_directory() in gimptooloptions.c
|
2014-07-03 01:33:20 +02:00 |
|
|
33af6c61b7
|
app: fix building for windows.
This was broken in 53b5822926
|
2014-07-02 19:16:51 -04:00 |
|
|
53376def7a
|
app: forgot one filename -> GFile earlier
|
2014-07-03 00:21:04 +02:00 |
|
|
f146d454e8
|
app: port the pluginrc code from filename to GFile
|
2014-07-03 00:04:58 +02:00 |
|
|
53b5822926
|
libgimpconfig: port GimpConfigWriter to GIO
|
2014-07-02 23:53:57 +02:00 |
|
|
4e6a6079f4
|
app: port levels cruft format saving to GIO
|
2014-07-02 23:45:16 +02:00 |
|
|
87ecc83885
|
app: port curves cruft format saving to GIO
|
2014-07-02 23:40:26 +02:00 |
|
|
a49709ef6c
|
app: port gradient saving to GIO
|
2014-07-02 23:26:40 +02:00 |
|
|
3bfb2154a0
|
app: port palette saving to GIO
|
2014-07-02 22:41:51 +02:00 |
|