| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-03 | Add SelectDirectoryDialog | trustable-code | |
| Fixes #67 | |||
| 2019-09-23 | Extend Checkbox and add Gtk implementation | trustable-code | |
| - Add `checked=` to set the status - Add `onToggle` event to react on toggle by the user - Toggling works also by Space and Enter | |||
| 2019-09-02 | Fix example another time | trustable-code | |
| 2019-09-01 | Fix example another time | trustable-code | |
| 2019-09-01 | Fix example | trustable-code | |
| 2019-09-01 | Extend example_06_keyboard_events | trustable-code | |
| 2019-07-26 | Implemented High-DPI support for Windows. | Simon Krauter | |
| Applications should use ``scaleToDpi()`` to convert pixel numbers from 96 DPI to system DPI. | |||
| 2019-06-05 | Fix #41 | Simon Krauter | |
| 2019-03-27 | Fix #40 | trustable-code | |
| 2019-03-21 | example_14_container_scrolling: eliminate fixed height value | trustable-code | |
| 2019-03-21 | Add example_14_container_scrolling | trustable-code | |
| 2019-02-05 | Add fixed layout example | trustable-code | |
| 2018-09-27 | example_02: add click event | trustable-code | |
| 2018-09-24 | Improve messages boxes and buttons | trustable-code | |
| - Message box: button1 will be focused - Buttons: Key_Return and Key_Space are now handled in platform-independent code | |||
| 2018-05-07 | Add possibility to check, which keys are pressed togehter | trustable-code | |
| New procs: - isDown(key: Key): bool - downKeys(): seq[Key] | |||
| 2018-05-07 | Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEvent | trustable-code | |
| Should be simpler now. | |||
| 2018-04-17 | Changed fontSize type from int to float | trustable-code | |
| 2017-09-20 | Dispose, CloseClick, Minimize | trustable-code | |
| * Changed "Dispose" events * Added "CloseClick" event * Added "Window.minimize()" and "Window.minimized" Use "Window.show()" to unminimize the window. | |||
| 2017-09-19 | Change Control's default width/height mode from "Expand" to "Static" | trustable-code | |
| "Expand" as default made problems in same cases. It should be overwritten anyway. | |||
| 2017-07-08 | Moved "msgbox.nim" inside "nigui" subdirectory | trustable-code | |
| 2017-07-01 | first public preview version | trustable-code | |
