[gimp] (78 commits) Non-fast-forward update to branch wip/Jehan/layers-dockable-refresh



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:

  e354e70... app: new concept of sets of layers stored in GimpImage.
  50aa663... app: add logical operations on layer sets.
  4d7ea46... app: add layer selection by regular expression.
  3ef1993... app: add a placeholder to the stored layer set list.
  c0a5bb5... app: allow storing regular expression-based item sets.
  9e08ed4... app: add an item visibility lock.
  380523c... app: show lock state as cell icon in Layers dockable…
  a6be1ac... app: new gimp_widget_blink_rect().
  53c9b7e... app: use gimp-layer as visibility lock icon.
  f94328a... app: improve item lock management with gimp_item_tree_view_
  f26618b... app: also use gimp_item_tree_view_add_lock() for default lo
  991f47a... app: blink the lock cell when failing to switch visibility 
  6ecd0ec... app: more responsive lock popover.
  4b06e2e... app, libgimp: disable transition for all GtkPopover code we
  4bdc90e... app: hide the lock popup when clicking on shown same cell's
  2b0ab82... app: implement exclusive lock switching (Shift-click).
  9e4d5bf... app: add Alt-click on visibility and locks for exclusive sw
  da00cc0... icons: new icon gimp-multi-lock.
  9e3263b... app: show GimpItemTreeView's header.
  c680f84... app: fix gimp_item_tree_view_blink_lock().
  5385ee4... app: fix crash with a NULL highlight area.
  1e62e40... icons: new lock icons.
  0ae228d... app: use the new lock icons.
  91a052e... app: more coordinate conversion in GimpContainerTreeView.
  28b2d69... app: fix coordinate conversion.
  6158098... app, libgimp, pdb: add visibility lock API.
  2f1ac8b... app: implement a select_items() method for GimpContainerCom
  c0d7f9a... app: check if an item was already inserted by actually look
  4369848... app: add a select_items() implementation on various classes
  b7811af... app: one more select_items() implementation which I had for
  b59e444... app: fix clicking on unsaved images in Quit / Close All dia
  1263b86... app, libgimpwidgets: new gimp_event_triggers_context_menu()
  a2bdffa... app: more "select-item" signal handlers changed to "select-
  b117c09... app: all remaining select-item handlers replaced by select-
  ad949f4... app: get rid of GimpContainerViewInterface select_item sign
  2410d83... app: implement multi-channel selection.
  aef240b... app, pdb: get rid of various gimp_image_get_active_channel(
  e7cfb4c... app: add multi-channel drag'n drop ability.
  96fa6e4... app: implement multi-paths selection.
  66c4666... app: "Bend the text along the currently active path" multi-
  2bbcbe1... plug-ins: fix lava script-fu script.
  c411a05... plug-ins: fix select-to-brush script.
  230ad41... plug-ins: update more script-fu scripts.
  444fe9c... app: generate a critical with some more information.
  a6d6e7a... app: channel selection actions now multi-channel aware.
  2d29bdb... app: improve "Select Top|Bottom Layer" actions.
  71bc7df... app: raise/lower channels one step or to top/bottom multi-c
  133a9f2... app: duplicate and delete channel actions multi-channel awa
  a3dd373... app: add multi-vectors drag'n drop ability.
  fd248e1... app: fix weird pointer behavior when clicking out of lock p
  b718501... icons: new lock icons for Color icon theme.
  1fcea3d... icons: fix build rules for icon theme.
  2a79eb0... app: GimpItemList supports glob, regular expression and sim
  62c18a5... app: add a preferences for choosing your prefered search pa
  38d7f2b... NEWS: update.
  557f49c... app: remove the "Linked" switch from the item options dialo
  7f0b6cf... app: get rid of all "*-linked" actions.
  1616b99... app: fix icons for the "*-lock-*" actions.
  6a616f0... app: fix critical when filtering items in Palette dockable.
  d700160... app, libgimp, libgimpwidgets: fix "Application icon missing
  b1c8159... app: find templaterc and controllerrc when testing the buil
  ea740ef... libgimpwidgets: add gimp_event_triggers_context_menu() to d
  e7ea390... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
  2e33c6e... app: special-case icon theme loading when testing build.
  62ca7b1... app: check selected items changed before running "select-it
  f83861c... app: reording private functions' declarations and definitio
  8e4b857... app: add an implementation for get_selected() of GimpContai
  bbd5629... app: implement GimpContainerViewInterface's get_selected() 
  f66bd24... app: fix gimp_container_view_multi_selected().
  acedb6c... app: make sure the GimpContainerPopup shows the right item 
  d8d9e7a... app: fix selecting an object in an icon view.
  88a3211... app: fix "%d items selected" label when multi-selecting.

Commits added to the branch:

  ef720d6... plug-ins: fix a few resource leaks in case of errors in psd (*)
  c6243bf... plug-ins: add support for loading 16-bit per channel CMYK P (*)
  18e835e... plug-ins: remove unneeded and uninitialized base_channels. (*)
  2f0ac83... Update Latvian translation (*)
  3adf290... Update Latvian translation (*)
  34d34c2... NEWS: kickstart 2.99.10 news section. (*)
  b86900e... app: new concept of sets of layers stored in GimpImage.
  a552eae... app: add logical operations on layer sets.
  80afa17... app: add layer selection by regular expression.
  6d524d0... app: add a placeholder to the stored layer set list.
  1d52496... app: allow storing regular expression-based item sets.
  b3886cf... app: add an item visibility lock.
  e9aa8cf... app: show lock state as cell icon in Layers dockable…
  b393b97... app: new gimp_widget_blink_rect().
  14afaee... app: use gimp-layer as visibility lock icon.
  f58b66e... app: improve item lock management with gimp_item_tree_view_
  3da04f7... app: also use gimp_item_tree_view_add_lock() for default lo
  f0ca271... app: blink the lock cell when failing to switch visibility 
  e49e218... app: more responsive lock popover.
  b80a197... app, libgimp: disable transition for all GtkPopover code we
  93fcc2e... app: hide the lock popup when clicking on shown same cell's
  7a59195... app: implement exclusive lock switching (Shift-click).
  8ae884e... app: add Alt-click on visibility and locks for exclusive sw
  98986c3... icons: new icon gimp-multi-lock.
  33c2d72... app: show GimpItemTreeView's header.
  c36878c... app: fix gimp_item_tree_view_blink_lock().
  7267156... app: fix crash with a NULL highlight area.
  a18028f... icons: new lock icons.
  cdbf67e... app: use the new lock icons.
  5943b68... app: more coordinate conversion in GimpContainerTreeView.
  d005edf... app: fix coordinate conversion.
  f1ebaeb... app, libgimp, pdb: add visibility lock API.
  fc21221... app: implement a select_items() method for GimpContainerCom
  b7ea13a... app: check if an item was already inserted by actually look
  ce1ce97... app: add a select_items() implementation on various classes
  c4028e1... app: one more select_items() implementation which I had for
  4f24182... app: fix clicking on unsaved images in Quit / Close All dia
  28bdba1... app, libgimpwidgets: new gimp_event_triggers_context_menu()
  fff41fb... app: more "select-item" signal handlers changed to "select-
  81f7efd... app: all remaining select-item handlers replaced by select-
  1956cf6... app: get rid of GimpContainerViewInterface select_item sign
  91ca1bb... app: implement multi-channel selection.
  17761a2... app, pdb: get rid of various gimp_image_get_active_channel(
  1e18df9... app: add multi-channel drag'n drop ability.
  985bc2c... app: implement multi-paths selection.
  6eb2c46... app: "Bend the text along the currently active path" multi-
  12fd050... plug-ins: fix lava script-fu script.
  2235b92... plug-ins: fix select-to-brush script.
  575f3cd... plug-ins: update more script-fu scripts.
  d4d9a23... app: generate a critical with some more information.
  f658658... app: channel selection actions now multi-channel aware.
  6f72b68... app: improve "Select Top|Bottom Layer" actions.
  8e078f5... app: raise/lower channels one step or to top/bottom multi-c
  b0e6a7f... app: duplicate and delete channel actions multi-channel awa
  c36e27d... app: add multi-vectors drag'n drop ability.
  386e40c... app: fix weird pointer behavior when clicking out of lock p
  c1159de... icons: new lock icons for Color icon theme.
  68b4c63... icons: fix build rules for icon theme.
  edbcbf8... app: GimpItemList supports glob, regular expression and sim
  211952a... app: add a preferences for choosing your prefered search pa
  28f4adc... NEWS: update.
  fa9e1fb... app: remove the "Linked" switch from the item options dialo
  82e5a68... app: get rid of all "*-linked" actions.
  b5e5fc4... app: fix icons for the "*-lock-*" actions.
  8d344cd... app: fix critical when filtering items in Palette dockable.
  fc2e26d... app, libgimp, libgimpwidgets: fix "Application icon missing
  eb7cf66... app: find templaterc and controllerrc when testing the buil
  738dec1... libgimpwidgets: add gimp_event_triggers_context_menu() to d
  e025fa7... libgimpwidgets: GimpCellRendererToggle fallback to "image-m
  88b0d40... app: special-case icon theme loading when testing build.
  2830c3b... app: check selected items changed before running "select-it
  de50741... app: reording private functions' declarations and definitio
  3877946... app: add an implementation for get_selected() of GimpContai
  1224f75... app: implement GimpContainerViewInterface's get_selected() 
  51fcff3... app: fix gimp_container_view_multi_selected().
  237df45... app: make sure the GimpContainerPopup shows the right item 
  90a66cb... app: fix selecting an object in an icon view.
  bc29c42... app: fix "%d items selected" label when multi-selecting.

(*) 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]