Skip to content

Gideros 2022.10

Compare
Choose a tag to compare
@hgy29 hgy29 released this 03 Nov 13:41
· 327 commits to master since this release

[core/ui] Fixed search results not being visible when code is folded
[core/ui] Fixed undo/redo actions when using color picker
[core/ui] Fixed highlighter not being reset sometimes
[core/ui] Added adjustable highlighter delay
[core/ui] Added global zoom level
[core/ui] Added virtual space selection (only when using ALT + LMB)
[core/ui] Added the ability to change the color of whitespaces using styles
[core/ui] Added the ability to dock output widget to left and right panels
[studio] change position of find/replace dialog box

[core] Rework application get/set system
[core/signal] wait now accepts a lua predicate
[gfx] Fix Particles reallocation after clearing
[gfx] Sprite:getBounds gets a new parameter to compute real bounds depending on visibility and clipping
[gfx] Layout can optionnaly snap the coordinates to the logical grid
[gfx] Fix stencil mask not applied when clearing
[gfx/pixel] Fix setColor not triggering render in on-demand rendering
[layout] Fix switching back to raw values from styled values
[layout] Ensure relayout is done as quickly as possible
[layout] Fix layout group not propagating dirty info
[layout] Fix computation of required size when logical alignment is requested
[layout] Expose adjusted cell spacing in layout info
[layout] Add autoclip feature
[styles] Improve setStyle speed
[core/style] Lookup styles tables following hierarchy

[export/win32] Make a few missing plugins available
[win32] Improve/Fix http support (UrlLoader)
[win32] Update mouse and keyboard support
[win32] Report screen density (96, not 0)
[win32] Implement some of the getters/setters available on QT
[win32] Switch to unicode
[win32] Implement getKeyboardModifiers()
[winrt] Use initial window size value from project settings
[win32] Fix application paths and implement get(directory)
[win32] remove GetTempPath call because it caused window to disappear…
[win32] fix screen set position
[win32] Implement openFileDialog based on @mokalux code
[win32] Implement save file and open directory dialogs
[html5] Drop use of GLFW, directly use webgl
[html5] Fix resizing window
[android] Add a context variable to setTextInput call and event
[export/android] Intercept KEY_BACK before handled by IME
[export/ios] don't allocate buffers for short vertex data

[Library] Properly add COLOR mode to 3D library

[plugin/iab] Update to google BL 5
[plugin/require] Allow setting min sdk requirement (android)
[plugin/require] Avoid setting an empty NSUserTrackingUsageDescription
[plugin/threads] Deprecate