Gimp/app
Niels De Graef def862bae4 meson: Always enable CPU extensions
Don't enable conditionally based on the buildtype.

Further, don't use `add_project_arguments()` to enable the instructions:
this will lead to crashes within g-ir-scanner, which can't properly
parse these instructions.

https://gitlab.gnome.org/GNOME/gimp/-/issues/5053
2021-06-15 21:15:32 +00:00
..
actions app, libgimp, pdb, plug-ins: allow pasting multiple full layers. 2021-04-24 23:22:58 +02:00
config app: new default dynamics is "Pressure Size". 2020-12-14 02:15:12 +01:00
core core: function documentation clarification 2021-05-24 11:04:44 +00:00
dialogs app: set "OK" the default button to the "Create a New Image" dialog. 2021-05-20 20:45:28 +02:00
display app: call parent's window_state_event() from GimpImageWindow 2021-05-24 11:34:41 +00:00
file core: minor memleak fixes 2021-05-23 20:57:44 +06:00
file-data app: support saving/exporting with multi-selection. 2020-05-17 18:32:16 +02:00
gegl meson: Always enable CPU extensions 2021-06-15 21:15:32 +00:00
gui app: gui_free_progress() should accept any GimpProcess widget. 2021-05-06 00:19:25 +02:00
menus app: Add basic infratructure for a vector tool popup menu. 2020-05-25 22:13:45 +02:00
operations meson: Always enable CPU extensions 2021-06-15 21:15:32 +00:00
paint app: fix "Luma Lighten/Darken only" layer modes. 2020-11-10 17:25:34 +01:00
pdb plug-ins: fix #6859 Hurl random pct limits in PDB are incorrect 2021-05-24 18:45:48 +02:00
plug-in app: make sure we send the origin display to plug-ins through PDB. 2021-04-30 03:48:12 +02:00
propgui app: fix config properties / spin buttons mapping for Convolution Matrix filter 2021-01-31 13:09:15 +01:00
tests app: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-29 23:52:03 +01:00
text app, devel-docs, libgimpbase: s/gimp_parasite_name/gimp_parasite_get_name/… 2021-04-05 18:36:44 +02:00
tools app: fix 3d transform tool not added to gimphelp-ids.h 2021-04-09 18:01:04 -04:00
vectors Don't compile gimpmarshal source file many times 2020-09-13 18:13:29 +03:00
widgets Issue #6850: support for memory in the dashboard under OpenBSD. 2021-05-09 19:57:49 +02:00
xcf app, devel-docs, libgimpbase: s/gimp_parasite_name/gimp_parasite_get_name/… 2021-04-05 18:36:44 +02:00
.gitignore
about.h
app.c app: improve opening images through the DBus service. 2020-11-10 22:33:25 +01:00
app.h
errors.c app: NULL log domain is not a bug. 2020-09-22 17:59:41 +02:00
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: add gimp_log_{set,remove}_handler() 2020-08-02 11:01:59 +03:00
gimp-log.h app: add gimp_log_{set,remove}_handler() 2020-08-02 11:01:59 +03:00
gimp-priorities.h
gimp-update.c core: minor memleak fixes 2021-05-23 20:57:44 +06:00
gimp-update.h Issue #4777: "New version available" after update. 2020-10-16 18:15:31 +02:00
gimp-version.c app: add contents of /.flatpak-info in the verbose info. 2020-07-16 12:12:37 +02:00
gimp-version.h
gimpcore.def
git-version.h.in
language.c
language.h
main.c app: do not use PATH_MAX and realpath() on macOS. 2021-03-25 03:15:50 +01:00
Makefile.am
meson.build meson: Cleanup and fix issues using libapp_dep 2020-05-11 10:52:23 +00:00
sanity.c app: Don't second-guess the dependency system 2021-04-04 12:08:51 +01:00
sanity.h
signals.c
signals.h
tests.c
tests.h
unique.c
unique.h