Skip to content

Latest commit

 

History

History
164 lines (133 loc) · 4.25 KB

File metadata and controls

164 lines (133 loc) · 4.25 KB

1.0

Not released yet

  • TODO

Planned TODO Features:

0.29

  • Current

0.28

  • Improve static .new configs
  • examples: add basic File explorer

0.27

  • Window: add resize event
  • Button: add Border field
  • Component: Add State (Normal, Hover, Press)
  • Imagex: Add ResizedImage

0.26

  • Themes: Move extra themes to sub-module
  • SVG: Add (experimental) SVG support
  • Infobar: Add Infobar
  • TextField: Support text selection

0.25

  • NavPane: Add NavPane component
  • Panel: Add CardLayout
  • Window: Add custom title bar support.
  • Demos: Port Python's "Squirrel eats Squirrel"

0.24

  • Add accent to themes
  • Selectbox now shows accent color on selected item.

0.23

0.22

  • Add video player example (requires user download mpv.dll)
  • Add Panel.set_background
  • Add Component.set_hidden

0.21

  • Update dialogs
  • improve fluent design of text field

0.20

  • Remove some deprecated functions
  • Improve SwapBuffers CPU usage on Windows
  • Tab overflow
  • draw focus border for Textfield

0.19

Sept, 8th

0.18

April, 23rd

0.17

Mar 30th, 2023

  • Improved MenuBar / MenuItem
  • now supports sub-menuitems

0.16

Jan 26, 2023

  • New event system.
  • ex: component.subscribe_event('draw', my_fn)
  • Current new events: draw, after_draw, mouse_down, mouse_up

0.15

Jan 23, 2023

0.14

(Note: Changelog below 0.0.14 may be incomplete)

0.13

0.12

  • Custom Icon size for Button
  • Improvements to Tabbox

0.11

  • HBox fix overflow height
  • Add Icon support to Button

0.10

  • Add Horizonal scroll to ScrollView

0.9

  • Add ScrollView
  • Fix TinyFileDialogs on Linux

0.8

  • Redo TreeView
  • Ability to change thumb color of Slider
  • Add SliderConfig
  • Add MenubarConfig

0.7

  • Add Font change support.
  • improve sizing of VBox/HBox

0.6

  • Examples: Add Browser
  • Improved click detect.
  • Add GraphicsContext

0.5

0.4

  • Improve Slider
  • Fix click events in Modal.
  • Add TextEdit, replacement for Textbox.

0.3

  • Add set_id
  • Add get_by_id

0.2

0.0.1

Dec 9, 2021

  • First version