Skip to content

Releases: xord/reflex

v0.3

05 Jul 18:20
Compare
Choose a tag to compare
- Support Windows

v0.2.1

05 Jul 16:18
Compare
Choose a tag to compare
- Use native values for key codes

- KeyEvent#chars returns nil
- KeyEvent#inspect prints 'key' value
- MOD_ALT -> MOD_OPTION
- Do not redefine fin!() methods, they are no longer needed
- Refactoring: Pointer#down
- Update workflows for test
- Update to actions/checkout@v4
- Fix duplicated prev pointer

v0.2

13 Mar 17:05
Compare
Choose a tag to compare
- Change the super class for exception class from RuntimeError to Sta…

…ndardError

v0.1.57

06 Feb 17:22
Compare
Choose a tag to compare
- Add Window#fullscreen accessor

- Window now appears on active screen when displayed

- Fix Window#set_frame updating to a position that was lower than the correct position by the height of the window title bar
- Fix a bug that the window position origin (0, 0) was at the bottom-left corner of the screen; now it is at the top-left corner of the screen

v0.1.56

07 Jan 16:03
Compare
Choose a tag to compare
- Delete Polygon::Line because it was merged into Polyline

v0.1.55

09 Dec 15:06
Compare
Choose a tag to compare
- Trigger github actions on all pull_request

v0.1.54

08 Nov 15:59
Compare
Choose a tag to compare
- Use Gemfile to install gems for development instead of add_developm…

…ent_dependency in gemspec

v0.1.53

28 Oct 17:31
Compare
Choose a tag to compare
- Update dependencies

v0.1.52

24 Oct 15:50
Compare
Choose a tag to compare
- Add '#include <assert.h>' to Fix compile errors

v0.1.51

30 Jul 04:43
Compare
Choose a tag to compare
- Fix typo