- 28 Jan, 2023 2 commits
-
-
Alx Sa authored
Replaces them with GIMP_PROC_ARG_INT, which will be necessary for a future INDEXED mode with greater than 256 colors.
-
- 27 Jan, 2023 8 commits
-
-
-
-
-
-
Jehan authored
When the plug-in is queried initially for plug-in setup, then freed, the builder object is not created.
-
Alx Sa authored
This .ico contains additional 24x24, 64x64, 128x128, and 256x256 sizes for clearer icons on different resolutions and displays.
-
Jehan authored
While studying this code as base for the previous commit, I noticed various coding style issues.
-
- 26 Jan, 2023 6 commits
-
-
-
-
Jehan authored
Now in the "Resource development" section of the developer website under resource/debug-plug-ins/.
-
Jehan authored
-
Jehan authored
-
Jehan authored
… don't include it from public gimpui.h. As reviewed during !786, if this file is private, the name should show it clearly. And of course, we must not include it from another public header, since it won't be installed. This also fixes building plug-ins with gimptool as reported by tmanni: e00f2d7f (comment 1650791)
-
- 25 Jan, 2023 5 commits
-
-
- 24 Jan, 2023 19 commits
-
-
Jehan authored
-
Jehan authored
Nothing was really clearly specified until now, which was kinda equivalent to the string being in the OS encoding as used by GLib. Since this string will usually be statically hardcoded in code (and not extracted from system), it's just much easier to request UTF-8 for this specific case.
-
Jehan authored
-
Jehan authored
It relied on the now non-existing max-rgb plug-in, which was removed in commit dd89f4a3. After some thoughts and discussions, the Predator script is fun, but clearly not a mandatorily "needed" one here, which is why — instead of re-integrating max-rgb —, I have decided to also remove Predator. Both these script/plug-in are not totally dead. They were moved to the gimp-data-extras repository and even ported to GIMP 3.0 API. They can be an interesting use case for a fun extension to be installable through our future extension platform. To be continued.
-
Jehan authored
Rename "Crop to Selection" to "Resize Layers to Selection" since it's not necessarily a crop. The layer dimension can also grow now. Also specifying "Layers" because action titles can also be displayed off-context, such as in the action search, so we must be more detailed with our action titles. Similarly adding a "Layers" to "Crop to Content".
-
Jehan authored
-
Jehan authored
-
-
-
On UNIX it's just a stub calling bindtextdomain () directly; on Windows it converts the path to UTF-16 and calls wbindtextdomain ().
-
* GetMonitorInfoW * EnumDisplayDevicesW * GetStandardColorSpaceProfileW * GetColorDirectoryW
-
This is a Dr.MinGW function
-
-
-
-
-
-
-