Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pull[bot] pushed 39 commits to master kkpan11/gimp
- Updated Greek translation da98eab
- ScriptFu: scripts: add Clothify v2 back as a test plugin After we converted most scripts in the repo to use new regi... bdcf1ba
- widgets: Remove icon border on GimpControllerEditor dialog GimpControllerEditor's "Select Controller Event Action" d... 4287635
- dialogs: Use correct enum for Metadata Rotation Policy In 41894be7, GIMP_COLOR_PROFILE_POLICY_KEEP was accidentally ... a01dc47
- build/windows: Port building scripts to use Windows native shell From now, Windows contributors can use the default ... 9ab4816
- gitlab-ci: Do not forbid custom crossbuild pipelines Manual pipelines can be useful. Blocking them was an error from... 2db868a
- Issue #12216: fix crash on switch to MWM Since commit 4e499810, GIMP could crash on switching to multi-window mode o... 8cf1aaf
- plug-ins: python-fu-eval should correctly exit with error. When the passed code had a bug, the plug-in was crashing ... 97fb23e
- gimp-data: update the submodule to latest. Apart from various structural or script improvements, we now have vector ... 846a8f6
- app: fix forgotten change after removal of num-drawables argument. d6f015a
- Revert "app: Don't grab the pointer when doing scrolling" This reverts commit 413cf9ad854139a7504c7a966578acca86f48a... 3a8825c
- app: use gdk_seat_grab() instead of deprecated gdk_device_grab(). Additionally to fixing a deprecation, I also ensur... 0b4d104
- Update Swedish translation 008e756
- Update Swedish translation abbbd3a
- Update Swedish translation 8addfb1
- plug-ins: warning cleanup. Fixing: > plug-ins/script-fu/libscriptfu/tinyscheme/scheme.c:134:1: warning: no previous... 92ae145
- Update Swedish translation d018dd4
- build/windows: Complete 76f174f8 (regarding Installer .ps1 simplification) c229e43
- build/windows: Cosmetic changes to crossroad scripts 752dd40
- plug-ins: port gegl.scm to new array format with no size arg. 69ebc25
- and 19 more ...
pull[bot] pushed 31 commits to master kkpan11/gimp
- ScriptFu: libscriptfu: extract method ts_define_constant_string No functional changes intended. In preparation for ... 0e570f8
- ScriptFu: libscriptfu: extract method that loads init and compat scripts No functional change intended. In preparat... da84d33
- ScriptFu: libscriptfu: symbol for script-fu-sys-install-directory and user-install. Symbols not used yet. Also imp... ffa972f
- ScriptFu: move init scripts to separate directory /scripts/scriptfu-init When mingled with plugin scripts, they need... b4a67b6
- ScriptFu: rename the init scripts to have suffix .scm So an editor recognizes them. Renames script-fu.init to init.... b70fad8
- ScriptFu: add compatibility scripts for third party scripts For some symbols defined or deprecated in GIMP 2 and obs... 0db5f7d
- devel-docs: delete ScriptFu docs After moved to gimp-web-devel repo. cb46876
- app, libgimp, pdb, plug-ins: new GimpCoreObjectArray type and drawablearray… … PDB type. This is a first step for #... 38c2cd3
- app, libgimp*, pdb, plug-ins: change itemarray PDB type to use GimpCoreObjectArray. 318f745
- app, libgimp, pdb, plug-ins: layerarray PDB type is now a GimpCoreObjectArray. d484b59
- app, libgimp, pdb: channelarray PDB type as GimpCoreObjectArray. 255cda7
- app, libgimp, pdb, plug-ins: patharray PDB type as GimpCoreObjectArray. 59c0403
- app, libgimp, pdb: all resource (and subtype) array PDB types as GimpCoreObjectArray. 64f9c71
- app, libgimp, pdb: imagearray PDB type as GimpCoreObjectArray. 08fd3a3
- app, libgimp*, plug-ins: move all GimpObjectArray procedure args to GimpCoreObjectArray. e1e2941
- plug-ins: support the new NULL-terminated object arrays in script-fu. e97572a
- libgimp*: get rid of GimpObjectArray and GimpParamSpecObjectArray. These have now been completely replace with the n... 4137dce
- libgimp, pdb: improve free function information on array types. Core object arrays must also be freed with g_free() ... 87d3d92
- app, libgimp*, pdb, plug-ins: first step to make int32array PDB type aware of its length. PDB code is now looking di... 60eb27a
- app, libgimp*, plug-ins: int32 array arguments don't need a size argument anymore. GimpArray (and therefore the int3... f2b9bab
- and 11 more ...
pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/390/commits) and [Changes](/kkpan11/gimp/pull/390/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/389/commits) and [Changes](/kkpan11/gimp/pull/389/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/388/commits) and [Changes](/kkpan11/gimp/pull/388/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 12 commits to master kkpan11/gimp
- pdb, libgimp: Add API to get/set Emulate Brush Dynamics This patch adds a pdb getter/setter for GimpStrokeOptions' e... 542d2af
- libgimpwidgets: Add parent instance to GimpPathEditor The GtkBox parent_instance was left off when the widget was co... 1a70e91
- app/display: Copy filters when layers are dropped on tabs Resolves issue #12203. Similar to d87c728f, dragging a lay... 37d94f3
- libgimpwidgets: GimpUnitComboBox and GimpZoomModel... ...are now FINAL TYPEs. bced3c5
- devel-docs: add doc about deprecated and wrapped PDB procedures 07ac91e
- PDB: obsolete aliased deprecated PDB procedures For major release. Breaking API for PDB. 563e9c7
- ScriptFu: obsolete compatibility scripts for SIOD dialect and older PDB For major release 3.0 SIOD dialect was used... 38220ec
- ScriptFu: remove ScriptFu's aliasing of deprecated PDB procedures Leaves the mechanism in place, but erases all rows... 55c0774
- ScriptFu: revert removal of certain compatibility definitions for SIOD When the function is not trivially substitute... e437289
- ScriptFu: scripts: fix scripts that used now obsolete functions from the SIOD dialect Mostly one word substitutions.... 0c5a716
- ScriptFu: tests: add test: scripts non-interactive call other script plugins This is rarely done. Most script plugin... fd7b029
- ScriptFu: obsolete the defined symbols abbreviating gimp paths E.G. gimp-dir Deprecated previously, obsolete for ma... c8740e8
pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/387/commits) and [Changes](/kkpan11/gimp/pull/387/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 5 commits to master kkpan11/gimp
- ScriptFu: tests: enhance test of gegl wrappers Call them on different modes of image and different sizes of image. ... 5a3d7f1
- plug-ins: Make Legacy Grid colors independent of layer's transparency Per Anders Jonsson, the grid colors can have s... 344be93
- Update German translation 7c7831a
- Update German translation b05c32e
- core: Copy filters for new single-layer images Resolves #12198. When dragging a layer to the toolbox to create a new... d87c728
pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/386/commits) and [Changes](/kkpan11/gimp/pull/386/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 4 commits to master kkpan11/gimp
- ScriptFu: tests: restore to working condition No changes except to tests. After changes to API: Colormap=>Palette V... f1372ac
- ScriptFu: fix #12188 new-style dialog lacks slider widget Creates a "custom" widget, slider w spinner, since otherwi... 6a0844b
- ScriptFu: fix #12157 old-style dialog slider default 0 instead of declared value This seems like a hack. A better fi... 0b72b02
- libgimpwidgets: More widgets are now FINAL types bd23d5a
pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See Commits and Changes for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull[bot]**](https://github.com/wei/pull) _Can you help keep this ope...pull[bot] closed a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/385/commits) and [Changes](/kkpan11/gimp/pull/385/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 9 commits to master kkpan11/gimp
- libgimpcolor: GimpColorTransform made final. 33efeba
- libgimpconfig: GimpColorConfig is now final. 3203490
- libgimpconfig: gimp_config_(de)serialize_strv() should not be public. These 2 functions are only used in one file ea... f965b65
- libgimpthumb: GimpThumbnail made into a final class. 65460fc
- NEWS: update. b06b7e4
- Update Georgian translation 2cf77b1
- Update Georgian translation 9db7576
- Update Georgian translation 3948077
- libgimpwidgets: GimpIntRadioFrame is now a FINAL type d2d4d65
pull[bot] pushed 7 commits to master kkpan11/gimp
- app, libgimp: move gimp_env_init() to a non-shipped header. Since we consider it private, yet it's still needed in l... f6edf59
- app, libgimpbase: also move gimp_cpu_accel_set_use() in a private header. Similar to previous commit. If we don't wa... ac1bf4a
- app, libgimpbase: gimp_signal_private()'s header is now made private. As other functions, it is still exported, but ... 4747088
- libgimpbase: moving GIMP_TYPE_PARAM_CHOICE and GIMP_TYPE_PARAM_EXPORT_OPTIONS… … in gimpchoice.[ch] and gimpexportop... 732adc1
- ScriptFu: new doc programmers ref for Color in ScriptFu 863bc2b
- ScriptFu: add tests of Color e92212d
- ScriptFu: fix #10978 handling of color Revise handling of GeglColor, formerly GimpRGB. Marshall to/from Scheme list... 6f84a76
pull[bot] pushed 24 commits to master kkpan11/gimp
- build/linux: Do not impose 'GIMP3_DIRECTORY' var on AppImage's AppRun This var points to a dir that exists outside o... 47852ef
- build/linux: Rectify comment about WMF support on AppImage The previous comment is wrong, because GIMP never had WMF... dc08645
- build/linux: Restore 'gjs' bundling in AppImage This got lost in a988084a 5778d93
- app/tools: Fix split preview when different layer selected With NDE, we can now edit a filter when another layer is ... ab6f4e9
- Update German translation 56add53
- Issue #10998: more cases where fg/bg color was not properly updated. Always update stored colors. When colors are pe... 3ee7a92
- NEWS: update. 3cc3688
- Update Brazilian Portuguese translation e5f217b
- core: Update XCF version even if layer effects are inactive Similar to afc0a6d1, we need to use gimp_drawable_get_fi... c19f650
- core: Rename gimp_drawable_has_filters ()... ...to gimp_drawable_has_visible_filters (). With NDE filters, it's n... af8cc01
- plug-ins: Fix IFS Compose crash related to undos As part of the color space invasion, we converted the IFS Compos... 0a9020b
- libgimpwidgets: make GimpBrowser final. 3728e37
- libgimpwidgets: GimpCellRendererToggle now final. 03b88d8
- libgimpwidgets: GimpChainButton now a final type too. 925faf8
- libgimpwidgets: GimpColorArea made final. ba3f0c7
- libgimpwidgets: GimpColorDisplay is an abstract class. It is a shared API for subclasses and is not meant to be inst... 85c989d
- libgimpwidgets: GimpColorDisplayStack made final. 555ce20
- libgimpwidgets: GimpColorHexEntry made final. 426caf7
- libgimpwidgets: GimpColorNotebook made final. 95b1963
- libgimpwidgets: GimpColorSelection made final. 8822ca7
- and 4 more ...