Skip to content

Commit

Permalink
Fixed mistake in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Dec 30, 2023
1 parent fcb0c58 commit d81df02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
TGUI 1.2 (TBD)
---------------

- Added changeItem function to TreeView
- Added ignoreMouseEvents function to canvas widgets


TGUI 1.1 (4 November 2023)
---------------------------

- Added AutoLayout that lets widget fill entire side of parent
- Any column in ListView can now be auto-sized and expanded
- Added methods for arrow key navigation between widgets
- Added getColumnDesignWidth function to ListView
- Added changeItem function to TreeView
- Added TextOutlineColor and TextOutlineThickness to ProgressBar renderer
- Added ignoreMouseEvents function to canvas widgets
- MiddleRect of Texture can now be changed after loading
- Hover state is now reset when mouse leaves the window

Expand Down

0 comments on commit d81df02

Please sign in to comment.