doodle/ui
Noah 0044b72943 Drag Doodads Onto Levels in Edit Mode
Add the ability to drag and drop Doodads onto the level. The Doodad
buttons on the palette now trigger a Drag/Drop behavior when clicked,
and a "blueprint colored" version of the Doodad follows your cursor,
centered on it.

Actors are assigned a random UUID ID when they are placed into a level.

The Canvas gained a MaskColor property that forces all pixels in the
drawing to render as the same color. This is a visual-only effect, and
is used when dragging Doodads in so they render as "blueprints" instead
of their actual colors until they are dropped.

Fix the chunk bitmap cache system so it saves in the $XDG_CACHE_FOLDER
instead of /tmp and has better names. They go into
`~/.config/doodle/chunks/` and have UUID file names -- but they
disappear quickly! As soon as they are cached into SDL2 they are removed
from disk.

Other changes:

- UI: Add Hovering() method that returns the widgets that are beneath
      a point (your cursor) and those that are not, for easy querying
      for event propagation.
- UI: Add ability to return an ErrStopPropagation to tell the master
      Scene (outside the UI) not to continue sending events to other
      parts of the code, so that you don't draw pixels during a drag
      event.
2018-10-20 16:03:59 -07:00
..
theme WIP Labels 2018-07-31 17:18:13 -07:00
button.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00
check_button.go Abstract Drawing Canvas into Reusable Widget 2018-08-16 20:37:19 -07:00
checkbox.go Abstract Drawing Canvas into Reusable Widget 2018-08-16 20:37:19 -07:00
debug.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00
dragdrop.go Drag Doodads Onto Levels in Edit Mode 2018-10-20 16:03:59 -07:00
frame.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00
frame_pack.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00
functions.go Move Editor Canvas Into UI + UI Improvements 2018-10-08 10:38:49 -07:00
image.go WIP Texture Caching 2018-10-17 20:52:44 -07:00
label.go Draw Actors Embedded in Levels in Edit Mode 2018-10-19 13:32:25 -07:00
log.go WIP Labels 2018-07-31 17:18:13 -07:00
supervisor.go Drag Doodads Onto Levels in Edit Mode 2018-10-20 16:03:59 -07:00
widget.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00
window.go Add Initial "Doodad Palette" UX 2018-10-08 13:06:42 -07:00