Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pull[bot] opened a pull request on kkpan11/gimp
[pull] master from GNOME:master
See [Commits](/kkpan11/gimp/pull/395/commits) and [Changes](/kkpan11/gimp/pull/395/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] closed 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] pushed 3 commits to master kkpan11/gimp
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/393/commits) and [Changes](/kkpan11/gimp/pull/393/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 112 commits to master kkpan11/gimp
- Issue #12117: undo history corruption. f57b831
- Update Brazilian Portuguese translation 9d5ece4
- plug-ins: Clean up BMP plug-in This patch adds additional error handling to the BMP plug-in. It also translates cert... 173d764
- libgimpwidgets: GimpFileEntry is not public anymore. The whole widget was made deprecated in 2006 (commit 99f979e118... 724e317
- Update Danish translation 3dc1458
- Update Danish translation 7ba6fb8
- Update Danish translation dbefe66
- Update Danish translation 05795c4
- libgimp*: keep 10 reserved spots for future virtual functions in every derivable class. Hopefully this should be eno... 5f44644
- libgimpbase: GimpParamSpecExportOptions derived from GParamSpecObject. 5b0a1d2
- Update Turkish translation 222fd3b
- app: add help ids for Paste as floating data (in place)... since it was duplicating ids. Having unique ids makes it ... 6934fd2
- app, libgimp*, pdb, plug-ins: capabilities should not be part of GimpParamSpecExportOptions. The param option just c... a0fa9cc
- libgimp, libgimpbase, libgimpconfig: GimpParamSpecChoise's parent should be GParamSpecString. 8075474
- libgimp, libgimpbase: don't uselessly expose param spec structs when… … they are the same as the parent struct. 519f0bf
- libgimpbase: clean out trailing newline. 0249c1c
- app, libgimpcolor, plug-ins: move legacy luminance macros to private. This was bothering me that we were keeping the... da88211
- app: migrate also from ~/.var/ if the 2.10 folder is not found in XDG config home. So this one is a complicated beas... 6402753
- NEWS: update. 1013bac
- plug-ins: Don't show pixel ratio warning for IFF thumbnails Like GIFs, Amiga IFFs can have pixel aspect ratios that ... cec189b
- and 92 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/392/commits) and [Changes](/kkpan11/gimp/pull/392/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...pull[bot] pushed 2 commits to master kkpan11/gimp
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/391/commits) and [Changes](/kkpan11/gimp/pull/391/files) for more details. ----- Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **pull...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