Gimp/app
Michael Natterer 73e4828556 app: use g_signal_connect_object() to connect the history to the color dialog
It crashed when the history changed after a dialog way destroyed.
2014-11-29 13:48:00 +01:00
..
actions app: add gegl:noise-solid to Filters -> Render -> Noise 2014-11-22 20:45:40 +01:00
config app: argh, fix last fix... 2014-09-17 22:31:43 +02:00
core app: remove the int return value from gimp_palette_mru_add() 2014-11-29 13:38:12 +01:00
dialogs app: select the second item on hitting down in action search entry. 2014-11-23 01:40:33 +01:00
display app: add crosshair drawing to GimpCanvasAnchor and use it in GimpPaintTool 2014-11-18 23:06:43 +01:00
file app: don't leak the GFileInfo in file_open_image() and file_save() 2014-10-07 15:23:19 +02:00
gegl app: fix gegl convolve to actually write back the result when not in alpha weighted mode 2014-11-12 15:27:11 +02:00
gui app: move color history loading/saving to core/gimp-palettes.c 2014-11-27 01:10:46 +01:00
menus app: port menus_clear() to GIO 2014-07-29 14:53:27 +02:00
operations app: add GimpOperationScalarMultiply 2014-11-07 00:42:58 +01:00
paint app, pdb: change range of brush-spacing to 0.01..5.0 2014-11-17 23:56:16 +01:00
pdb plug-ins, pdb: remove the Solid Noise plug-in and add a PDB compat procedure 2014-11-22 21:04:31 +01:00
plug-in app: don't leak "buffer" in gimp_interpreter_db_add_binfmt_misc() 2014-10-06 20:34:56 +02:00
tests Win32 has a gdk_test_simulate_key() implementation since GTK+ 2.24.25. 2014-11-06 16:47:57 +01:00
text remove unnecessary if() 2014-08-16 00:37:14 +02:00
tools Bug 740059 - Text tool changes from "Dynamic" to "Fixed"... 2014-11-28 23:57:06 +01:00
vectors Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
widgets app: use g_signal_connect_object() to connect the history to the color dialog 2014-11-29 13:48:00 +01:00
xcf app: extend array in xcf_load_vector() for the new members of GimpCoords 2014-11-18 23:05:47 +01:00
.gitignore
about.h
app.c app: don't leak the gimpdir GFile in app_run() 2014-10-06 20:33:47 +02:00
app.h app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
batch.c
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-log.h app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-priorities.h app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
gimpcore.def
language.c
language.h
main.c app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
Makefile.am app: link against Z_LIBS 2014-09-17 00:21:41 +02:00
sanity.c app: add gegl:noise-solid to Filters -> Render -> Noise 2014-11-22 20:45:40 +01:00
sanity.h
signals.c
signals.h
tests.c app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
tests.h app: forgot a s/const gchar*/GFile*/ in tests.[ch] 2014-08-29 21:36:31 +02:00
unique.c app: Fix unique logic on windows 2014-07-08 12:50:50 -04:00
unique.h
units.c
units.h
version.c
version.h