[gimp] (142 commits) Non-fast-forward update to branch nielsdg/help-browser-dialog-gtk-actions
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (142 commits) Non-fast-forward update to branch nielsdg/help-browser-dialog-gtk-actions
- Date: Tue, 28 Dec 2021 02:37:31 +0000 (UTC)
The branch 'nielsdg/help-browser-dialog-gtk-actions' 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:
73bab70... help-browser: Rewrite without GtkAction
Commits added to the branch:
06de8ab... libgimpwidgets: use GtkGestureDrag in ScrolledPreview (*)
b2f875e... modules: Use GtkGestureDrag in ColorWheel (*)
cf55b61... Update Lithuanian translation (*)
67fd1f0... app: Popup menu at pointer in GimpEditor (*)
eed28c0... app: Popup menu at rect in GimpEditor (*)
bb4403f... app: Remove old GimpUiManager popup API (*)
62953e6... screenshot: Remove GNOME Shell implementation (*)
c502fb1... plug-ins: show screenshot options dialog immediately in Fre (*)
e7f85f7... plug-ins: PSD layers with clipping set need clip to backdro (*)
e51d5d4... plug-ins: add extra layer groups when loading PSD images wi (*)
e82f6d5... libgimpwidgets: Use Screenshot portal for picking (*)
b2c715b... plug-ins: fix #7464 GIMP stops responding opening metadata (*)
bba4959... app: Use g_clear_object() in main.c (*)
24d6140... build: make sure InnoSetup language files are not already p (*)
d516407... plug-ins: fix Radiance RGBE magic number. (*)
e8a31ba... plug-ins: in file-gegl, use the accurate load/save GEGL ope (*)
7b7d616... plug-ins: fix #5305 Lighting Effects crashes when I use a c (*)
ef9c483... plug-ins: remove KDE screenshot portal in favor of Freedesk (*)
2d1c447... libgimpwidgets: Migration from GetICMProfile() to WcsGetDef (*)
e5157f9... configure.ac: Correct detection of `xgettext` (*)
1242392... app,build: depend on GEGL-0.4.34 (*)
321cdd9... desktop: AppData tag for GIMP 2.10.30. (*)
3e1b783... build: drop codepage conversion, use UTF-8 for Win install (*)
c59c93c... build: do not build GTK3 for our MSYS2 dependency job anymo (*)
e87b3d5... Update Swedish translation (*)
6cf3d67... build: fix packaging step with MSYS2 GTK+3. (*)
25a5d06... Update Portuguese translation (*)
d0dcb19... Update Ukrainian translation (*)
d8afa6c... gimp: macOS run from build directory (*)
e412503... gimptextstyleeditor: Fix crash on exit (*)
41ff82a... macos: style cleanup in gimp wrapper code (*)
bf9c488... build: fix Windows installer lang test after recent re-enco (*)
201cbe7... build: no need to chmod the test file which is already exec (*)
a982809... configure, meson, plug-ins: unmaintain WebkitGTK-depending (*)
d4a951d... meson: PNG support has not been an optional feature since f (*)
52b1177... Update Spanish translation (*)
07d7102... Update Chinese (China) translation (*)
c7d89fd... Update Hungarian translation (*)
4fad4bf... app: new concept of sets of layers stored in GimpImage. (*)
25adf68... app: add logical operations on layer sets. (*)
da987a1... app: add layer selection by regular expression. (*)
ec99784... app: add a placeholder to the stored layer set list. (*)
a0fc5a0... app: allow storing regular expression-based item sets. (*)
9492aff... app: add an item visibility lock. (*)
b356ea6... app: show lock state as cell icon in Layers dockable… (*)
33e2d18... app: new gimp_widget_blink_rect(). (*)
0a5a20c... app: use gimp-layer as visibility lock icon. (*)
dda15cb... app: improve item lock management with gimp_item_tree_view_ (*)
1c1b84b... app: also use gimp_item_tree_view_add_lock() for default lo (*)
302bf53... app: blink the lock cell when failing to switch visibility (*)
8508eda... app: more responsive lock and link popovers. (*)
c9812c2... app: hide the lock popup when clicking on shown same cell's (*)
cd7f399... app: implement exclusive lock switching (Shift-click). (*)
18fab4e... app: add Alt-click on visibility and locks for exclusive sw (*)
9efe601... icons: new icon gimp-multi-lock. (*)
59f3d00... app: show GimpItemTreeView's header. (*)
1ba3c3d... app: fix gimp_item_tree_view_blink_lock(). (*)
cd3b3b8... app: fix crash with a NULL highlight area. (*)
09654a4... icons: new lock icons. (*)
9d25482... app: use the new lock icons. (*)
9b7c868... app: more coordinate conversion in GimpContainerTreeView. (*)
de6a57d... app: fix coordinate conversion. (*)
47e0e6f... app, libgimp, pdb: add visibility lock API. (*)
1a3dbe2... app: implement a select_items() method for GimpContainerCom (*)
3679018... app: check if an item was already inserted by actually look (*)
a404500... app: add a select_items() implementation on various classes (*)
9d46e47... app: one more select_items() implementation which I had for (*)
8a91d97... app: fix clicking on unsaved images in Quit / Close All dia (*)
4b681eb... app, libgimpwidgets: new gimp_event_triggers_context_menu() (*)
2a404cb... app: more "select-item" signal handlers changed to "select- (*)
8a46a72... app: all remaining select-item handlers replaced by select- (*)
8faf6a8... app: get rid of GimpContainerViewInterface select_item sign (*)
bd038b1... app: implement multi-channel selection. (*)
58302ee... app, pdb: get rid of various gimp_image_get_active_channel( (*)
45e18f6... app: add multi-channel drag'n drop ability. (*)
b9eb289... app: implement multi-paths selection. (*)
566e55e... app: "Bend the text along the currently active path" multi- (*)
9dd6c1c... plug-ins: fix lava script-fu script. (*)
708f322... plug-ins: fix select-to-brush script. (*)
7dda738... plug-ins: update more script-fu scripts. (*)
670a7fc... app: generate a critical with some more information. (*)
8d38b72... app: channel selection actions now multi-channel aware. (*)
fcd5978... app: improve "Select Top|Bottom Layer" actions. (*)
718177b... app: raise/lower channels one step or to top/bottom multi-c (*)
5c63c24... app: duplicate and delete channel actions multi-channel awa (*)
d774a8f... app: add multi-vectors drag'n drop ability. (*)
767674f... app: fix weird pointer behavior when clicking out of lock p (*)
e49c0e4... icons: new lock icons for Color icon theme. (*)
cb11eca... icons: fix build rules for icon theme. (*)
01b4786... app: GimpItemList supports glob, regular expression and sim (*)
5ac6d57... app: add a preferences for choosing your prefered search pa (*)
ed9a082... NEWS: update. (*)
9d23216... app: remove the "Linked" switch from the item options dialo (*)
d9846ac... app: get rid of all "*-linked" actions. (*)
a6dccf5... app: fix icons for the "*-lock-*" actions. (*)
b489293... app: fix critical when filtering items in Palette dockable. (*)
efaf9e0... app, libgimp, libgimpwidgets: fix "Application icon missing (*)
72f8e63... app: find templaterc and controllerrc when testing the buil (*)
e671e3b... libgimpwidgets: add gimp_event_triggers_context_menu() to d (*)
86dfad3... libgimpwidgets: GimpCellRendererToggle fallback to "image-m (*)
6a89107... app: special-case icon theme loading when testing build. (*)
ca3c480... app: check selected items changed before running "select-it (*)
ac17219... app: reording private functions' declarations and definitio (*)
0a43a70... app: add an implementation for get_selected() of GimpContai (*)
9a1a7a7... app: implement GimpContainerViewInterface's get_selected() (*)
28f6b1b... app: fix gimp_container_view_multi_selected(). (*)
0db6dd9... app: make sure the GimpContainerPopup shows the right item (*)
60bf8cd... app: fix selecting an object in an icon view. (*)
ca28934... app: fix "%d items selected" label when multi-selecting. (*)
7f90d73... app: do not update the tree view editable renderer when edi (*)
26d696c... app, devel-docs, libgimp, pdb: remove item link ref in flip (*)
6f901df... app, devel-docs, libgimp, pdb: get rid of gimp_item_linked_ (*)
26615fd... app, devel-docs, libgimp, pdb: now removing gimp_item_linke (*)
2ce84b5... app, devel-docs, libgimp, pdb: delete gimpitem-linked.[ch]. (*)
aab4ea2... app: more removal of item link related code. (*)
084906d... app, devel-docs, libgimp, pdb: remove gimp_item_set_linked( (*)
7c5e883... po: removing gimpitem-linked.c from localized source. (*)
362fae9... app, devel-docs: saving the item sets in XCF (bumping to XC (*)
2b54ad1... app: do not save an item pattern search on Enter, but Shift (*)
8dd07a7... app: unselect all layers when a search pattern is wrong. (*)
2329d3e... app: labels for item search display the pattern syntax. (*)
cbf979e... app: oups, forgot to add an correspondance for XCF 16 loadi (*)
f522be3... NEWS: update. (*)
7607261... app: add eye icon to the GimpItemTreeView header's visibili (*)
0530e26... app: remove some signal remnant from GimpImageClass. (*)
c2e9ea0... Update Ukrainian translation (*)
a1beff3... Update Ukrainian translation (*)
3e1bdef... Update Swedish translation (*)
273178a... Update POTFILES.in (*)
6e5414b... Update Polish translation (*)
d2d7c8b... Update Chinese (China) translation (*)
72f0c9e... NEWS: update. (*)
429d536... Update Portuguese translation (*)
3fe0151... Update Portuguese translation (*)
92e80d1... docs: Migrate from gtk-doc to gi-docgen (*)
9297ffe... NEWS: updated translations (*)
1397440... build: add gi-docgen dependency to MSYS2 build (*)
b4578a8... configure, meson: depend on GExiv2 0.12.2 or over. (*)
454d1da... Issue #5863: do not raise WARNINGs on Exiv2 unsupported tag (*)
cd7b488... build: removing patches added for issue #5863. (*)
15b0828... configure: typo fix. (*)
97e6289... help-browser: Rewrite without GtkAction
(*) 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]