luce80

Results 6 issues of luce80

I think that on WIN32 mingw-msys these should be used in glew.h: ``` #define GLEW_APIENTRY_DEFINED # if defined(__MINGW32__) || defined(__CYGWIN__) || (_MSC_VER >= 800) || ] defined(_STDCALL_SUPPORTED) || defined(__BORLANDC__) #...

More information needed

I tried the 32bit version for Windows and it seems to correctly parse the tree but results in an empty object when I try to render the tree to a...

**Describe the bug** Changing font size and line-spacing in `draw`'s `rich-text` "disalignes" the `backdrop`. **To reproduce** ``` view [ rich-text 150x150 "abcdABCDEFGH" draw compose [ pen red text 0x10 (rt:...

status.built
type.bug
GUI

**Describe the bug** When I have the left mouse button down I don't receive away? = true notifications, neither in `event/away?` nor in `event/flags` **To reproduce** print "" ; open...

type.review
GUI

**Describe the bug** Custom panel actors completely overwrite the actors object. **To reproduce** ``` system/view/VID/styles/test-panel: [ default-actor: on-down template: [ type: 'panel size: 200x200 actors: [ test-func: func [a b][]...

**Describe the bug** The `image` `style` doesn't get its face color. **To reproduce** If I do `view [image yellow]` I get a WHITE image,. **Expected behavior** ``` system/view/VID/styles/image: [ default-actor:...

status.reviewed