[gimp] (70 commits) Non-fast-forward update to branch wip/Jehan/layers-dockable-refresh
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (70 commits) Non-fast-forward update to branch wip/Jehan/layers-dockable-refresh
- Date: Wed, 3 Nov 2021 16:09:53 +0000 (UTC)
The branch 'wip/Jehan/layers-dockable-refresh' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
e50b505... app: new concept of sets of layers stored in GimpImage.
cbcb597... app: add logical operations on layer sets.
de0ba5a... app: add layer selection by regular expression.
adf16bd... app: add a placeholder to the stored layer set list.
b47444e... app: allow storing regular expression-based item sets.
4d608e6... app: add an item visibility lock.
977d0a4... app: show lock state as cell icon in Layers dockable…
ae48b68... app: new gimp_widget_blink_rect().
caa0c55... app: use gimp-layer as visibility lock icon.
0bb8073... app: improve item lock management with gimp_item_tree_view_
39e56fc... app: also use gimp_item_tree_view_add_lock() for default lo
fd8feb5... app: blink the lock cell when failing to switch visibility
e9d806d... app: more responsive lock popover.
87d8107... app, libgimp: disable transition for all GtkPopover code we
86d5015... app: hide the lock popup when clicking on shown same cell's
ea8b990... app: implement exclusive lock switching (Shift-click).
5321e71... app: add Alt-click on visibility and locks for exclusive sw
00bb044... icons: new icon gimp-multi-lock.
0c5d025... app: show GimpItemTreeView's header.
92585ad... app: fix gimp_item_tree_view_blink_lock().
2635fd9... app: fix crash with a NULL highlight area.
49d74be... icons: new lock icons.
3924aa4... app: use the new lock icons.
1763f33... app: more coordinate conversion in GimpContainerTreeView.
3b033f5... app: fix coordinate conversion.
92565a0... app, libgimp, pdb: add visibility lock API.
9849bb7... app: implement a select_items() method for GimpContainerCom
555dd25... app: check if an item was already inserted by actually look
38a0be0... app: add a select_items() implementation on various classes
ec4d811... app: one more select_items() implementation which I had for
de4b5d0... app: fix clicking on unsaved images in Quit / Close All dia
f316f74... app, libgimpwidgets: new gimp_event_triggers_context_menu()
ed6bacb... app: more "select-item" signal handlers changed to "select-
b289ebc... app: all remaining select-item handlers replaced by select-
6930fbc... app: get rid of GimpContainerViewInterface select_item sign
93ea83e... app: implement multi-channel selection.
e988d33... app, pdb: get rid of various gimp_image_get_active_channel(
5f2a76f... app: add multi-channel drag'n drop ability.
42a9db3... app: implement multi-paths selection.
17fb66e... app: "Bend the text along the currently active path" multi-
b7fcf33... plug-ins: fix lava script-fu script.
a631910... plug-ins: fix select-to-brush script.
7dfe100... plug-ins: update more script-fu scripts.
c19998c... app: generate a critical with some more information.
95051ed... app: channel selection actions now multi-channel aware.
07666cc... app: improve "Select Top|Bottom Layer" actions.
0cfe5bb... app: raise/lower channels one step or to top/bottom multi-c
d893095... app: duplicate and delete channel actions multi-channel awa
360eec9... app: add multi-vectors drag'n drop ability.
175a67c... app: fix weird pointer behavior when clicking out of lock p
1c80f6d... icons: new lock icons for Color icon theme.
6daf628... icons: fix build rules for icon theme.
be08005... app: GimpItemList supports glob, regular expression and sim
46672c1... app: add a preferences for choosing your prefered search pa
bfeea66... NEWS: update.
6f9d180... app: remove the "Linked" switch from the item options dialo
c020154... app: get rid of all "*-linked" actions.
8b6b7e3... app: fix icons for the "*-lock-*" actions.
22f3bf7... app: fix critical when filtering items in Palette dockable.
f4979ce... app, libgimp, libgimpwidgets: fix "Application icon missing
c1d1a5b... app: find templaterc and controllerrc when testing the buil
6695724... libgimpwidgets: add gimp_event_triggers_context_menu() to d
6455a4a... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
45ac546... app: special-case icon theme loading when testing build.
6202c5d... app: check selected items changed before running "select-it
531bea9... app: reording private functions' declarations and definitio
Commits added to the branch:
8e1f982... libgimpbase: fix #7383 GIMP loses exif data when a folder h (*)
64c0478... plug-ins: Support PSD files in LAB colorspace (*)
4856d72... devel-docs: add some more tricks to review MR in Gitlab. (*)
b9c7201... app: new concept of sets of layers stored in GimpImage.
646f11f... app: add logical operations on layer sets.
233d315... app: add layer selection by regular expression.
4844f64... app: add a placeholder to the stored layer set list.
61ed191... app: allow storing regular expression-based item sets.
1889980... app: add an item visibility lock.
2855b75... app: show lock state as cell icon in Layers dockable…
34e3777... app: new gimp_widget_blink_rect().
afdb381... app: use gimp-layer as visibility lock icon.
5878fa5... app: improve item lock management with gimp_item_tree_view_
02aa4bf... app: also use gimp_item_tree_view_add_lock() for default lo
f51d111... app: blink the lock cell when failing to switch visibility
4ef1f87... app: more responsive lock popover.
eb1f0fa... app, libgimp: disable transition for all GtkPopover code we
65337a9... app: hide the lock popup when clicking on shown same cell's
7fff369... app: implement exclusive lock switching (Shift-click).
f917a9e... app: add Alt-click on visibility and locks for exclusive sw
9e550af... icons: new icon gimp-multi-lock.
cdcc6ea... app: show GimpItemTreeView's header.
4e414ab... app: fix gimp_item_tree_view_blink_lock().
703d76e... app: fix crash with a NULL highlight area.
53d49f0... icons: new lock icons.
6527836... app: use the new lock icons.
3d5b280... app: more coordinate conversion in GimpContainerTreeView.
f982326... app: fix coordinate conversion.
c276331... app, libgimp, pdb: add visibility lock API.
44d4a87... app: implement a select_items() method for GimpContainerCom
3da1f40... app: check if an item was already inserted by actually look
fa857bf... app: add a select_items() implementation on various classes
f60511c... app: one more select_items() implementation which I had for
1473c0c... app: fix clicking on unsaved images in Quit / Close All dia
48ab819... app, libgimpwidgets: new gimp_event_triggers_context_menu()
6d362a2... app: more "select-item" signal handlers changed to "select-
96c2a1b... app: all remaining select-item handlers replaced by select-
a8327e3... app: get rid of GimpContainerViewInterface select_item sign
c3ff820... app: implement multi-channel selection.
76adac5... app, pdb: get rid of various gimp_image_get_active_channel(
baebbb3... app: add multi-channel drag'n drop ability.
23ca11f... app: implement multi-paths selection.
e9175a3... app: "Bend the text along the currently active path" multi-
9ffe5ba... plug-ins: fix lava script-fu script.
405fdd3... plug-ins: fix select-to-brush script.
9f5583a... plug-ins: update more script-fu scripts.
218803a... app: generate a critical with some more information.
296ff76... app: channel selection actions now multi-channel aware.
1cd4b20... app: improve "Select Top|Bottom Layer" actions.
83687f5... app: raise/lower channels one step or to top/bottom multi-c
6bfcd60... app: duplicate and delete channel actions multi-channel awa
c17684d... app: add multi-vectors drag'n drop ability.
fa895d7... app: fix weird pointer behavior when clicking out of lock p
9706270... icons: new lock icons for Color icon theme.
f34706e... icons: fix build rules for icon theme.
41b6649... app: GimpItemList supports glob, regular expression and sim
5bd2c1b... app: add a preferences for choosing your prefered search pa
3ae9de8... NEWS: update.
934d013... app: remove the "Linked" switch from the item options dialo
d0a0ec3... app: get rid of all "*-linked" actions.
31fc1ee... app: fix icons for the "*-lock-*" actions.
71a7ce5... app: fix critical when filtering items in Palette dockable.
8ddcd3c... app, libgimp, libgimpwidgets: fix "Application icon missing
1029473... app: find templaterc and controllerrc when testing the buil
9ba6232... libgimpwidgets: add gimp_event_triggers_context_menu() to d
e6bf60b... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
221e7c7... app: special-case icon theme loading when testing build.
7492512... app: check selected items changed before running "select-it
614b406... app: reording private functions' declarations and definitio
3ea4f1d... app: add an implementation for get_selected() of GimpContai
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]