LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Style widgets #148

Closed merryman closed 7 years ago

merryman commented 7 years ago

This branch will provide a complete set of graphical widgets for direct manipulation of frequently used types of values in Morphic (.i.e. Color, Gradient, Number, Enumerable, Rectangle, Point...) The widgets will be universally embeddable, meaning they are not restricted to be used in certain contexts (such as the inspector), but can (and should) be embedded in various tools or interactive essays. The goal of style widgets is, to make classic morph properties easily recognizable and changeable in a straight forward manner. This provides a useful building block for interactive essays or other dynamic representations of applications in lively.

rksm commented 7 years ago

Heads up: 2f7b2f5597925a6e15dad3a06ca5d61f2646c015 replaces the icon picker with an inline version as the old one took more than 3secs to load on startup.

rksm commented 7 years ago

Looks good, some issues I found:

screen shot 2017-06-15 at 11 46 43 pm




layout-widget-issue

rksm commented 7 years ago

There seem to be a number of new entities ("popovers", controls, etc.) Can you please make a list and provide a short description of what entities are there and what they do.

rksm commented 7 years ago

After collapse/uncollapse filters aren't applied inspector-filter-issue

rksm commented 7 years ago

The inspector does not seem to be updating the properties shown anymore?

rksm commented 7 years ago

How does one get rid of the color tool in the style sheet editor? getting-rid-of-color-palette-in-style-sheet-editor