Skip to content

Commit

Permalink
Apply Guichan's changes from fc9e3a0f76fbab229af457f0f113159425c27fcf…
Browse files Browse the repository at this point in the history
… (Oct 10th 2009)

Updated the ChangeLog with changes since 0.8.1

Mainly mentioning those related to issues reported to the bug tracker.
  • Loading branch information
Jarod42 committed Sep 18, 2024
1 parent 657dd0d commit f378ea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Version 1.1.0
=============
* SDLImage::convertToDisplayFormat now throws an exception if conversion fails.
* Fixed text drawn outside of a TextField.
* Fixed focus issues when having a TextField inside a Tab.
* Fixed selecting with arrow keys when DropDown is open skipping items
* Fixed DropDown inside a TabbedArea looking odd when dropped down.
* BasicContainer and Widget has been merged making every Widget
a possible container. The merge makes it a lot easier to
implement container widgets. With the merge there is no need
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Continue rebasing from 0650ac153814784b1bad6c4bf68867dd079b5640
* Continue rebasing from cb494a80f276f3f91c73396f243353789bf14428
* Add a focus listener interface.
* Make focus apply synchronously.
* Graphics and input objects for DirectX.
Expand Down

0 comments on commit f378ea5

Please sign in to comment.