[gimp] (69 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] (69 commits) Non-fast-forward update to branch wip/Jehan/layers-dockable-refresh
- Date: Thu, 4 Nov 2021 17:12:54 +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:
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
7cf9b29... app: implement GimpContainerViewInterface's get_selected()
Commits added to the branch:
c296bbf... Update Latvian translation (*)
5e8e232... app: new concept of sets of layers stored in GimpImage.
c1069c8... app: add logical operations on layer sets.
b3168d9... app: add layer selection by regular expression.
4cdb327... app: add a placeholder to the stored layer set list.
1376d9c... app: allow storing regular expression-based item sets.
e23ce09... app: add an item visibility lock.
a804589... app: show lock state as cell icon in Layers dockable…
28a91ad... app: new gimp_widget_blink_rect().
b65a7fe... app: use gimp-layer as visibility lock icon.
42ee518... app: improve item lock management with gimp_item_tree_view_
0c519e4... app: also use gimp_item_tree_view_add_lock() for default lo
abf15fe... app: blink the lock cell when failing to switch visibility
ee4ebd2... app: more responsive lock popover.
ee3f96c... app, libgimp: disable transition for all GtkPopover code we
feda654... app: hide the lock popup when clicking on shown same cell's
4ccc0e8... app: implement exclusive lock switching (Shift-click).
2efe034... app: add Alt-click on visibility and locks for exclusive sw
9a90b75... icons: new icon gimp-multi-lock.
87727da... app: show GimpItemTreeView's header.
6abce33... app: fix gimp_item_tree_view_blink_lock().
3b69490... app: fix crash with a NULL highlight area.
cae1667... icons: new lock icons.
e76ba70... app: use the new lock icons.
c69c948... app: more coordinate conversion in GimpContainerTreeView.
a99eb0b... app: fix coordinate conversion.
ae59f05... app, libgimp, pdb: add visibility lock API.
a7d47e8... app: implement a select_items() method for GimpContainerCom
af2333e... app: check if an item was already inserted by actually look
574d514... app: add a select_items() implementation on various classes
474d829... app: one more select_items() implementation which I had for
5c83525... app: fix clicking on unsaved images in Quit / Close All dia
2e5c7ef... app, libgimpwidgets: new gimp_event_triggers_context_menu()
5f337cd... app: more "select-item" signal handlers changed to "select-
30d1fbe... app: all remaining select-item handlers replaced by select-
e111d94... app: get rid of GimpContainerViewInterface select_item sign
ec929a9... app: implement multi-channel selection.
b27d23b... app, pdb: get rid of various gimp_image_get_active_channel(
7deb74a... app: add multi-channel drag'n drop ability.
3f1749f... app: implement multi-paths selection.
25a3149... app: "Bend the text along the currently active path" multi-
c0e27a6... plug-ins: fix lava script-fu script.
70a964a... plug-ins: fix select-to-brush script.
b8c71c5... plug-ins: update more script-fu scripts.
43776e8... app: generate a critical with some more information.
b0b7b46... app: channel selection actions now multi-channel aware.
c608c28... app: improve "Select Top|Bottom Layer" actions.
74ee2c5... app: raise/lower channels one step or to top/bottom multi-c
3517b07... app: duplicate and delete channel actions multi-channel awa
9a3fd7c... app: add multi-vectors drag'n drop ability.
3a3510b... app: fix weird pointer behavior when clicking out of lock p
9f0debb... icons: new lock icons for Color icon theme.
4818641... icons: fix build rules for icon theme.
4f7ea25... app: GimpItemList supports glob, regular expression and sim
bb22801... app: add a preferences for choosing your prefered search pa
b2f9381... NEWS: update.
89cf5aa... app: remove the "Linked" switch from the item options dialo
a823edc... app: get rid of all "*-linked" actions.
bf3c0b2... app: fix icons for the "*-lock-*" actions.
aca3d85... app: fix critical when filtering items in Palette dockable.
71e7198... app, libgimp, libgimpwidgets: fix "Application icon missing
431e609... app: find templaterc and controllerrc when testing the buil
9b3f628... libgimpwidgets: add gimp_event_triggers_context_menu() to d
5f7c3b2... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
651cf7d... app: special-case icon theme loading when testing build.
65cd752... app: check selected items changed before running "select-it
f7c2d0c... app: reording private functions' declarations and definitio
ea12caf... app: add an implementation for get_selected() of GimpContai
2de3140... app: implement GimpContainerViewInterface's get_selected()
(*) 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]