Skip to content
  • Michael Natterer's avatar
    app: add an "update" signal to GimpCanvasItem · d9cd9f8a
    Michael Natterer authored
    which gets emitted when the item wants to be redrawn:
    
    - Emit "update" it when any item property changes
    - Groups connect to their children and forward "update" for them
    - The shell connects to its group of canvas items and exposed
      the affected area
    - Remove gimp_display_shell_expose_item()
    - Move all the shell's item group code into gimpdisplayshell-items.c
    d9cd9f8a