summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2019-11-03Add SelectDirectoryDialogtrustable-code
Fixes #67
2019-09-23Extend Checkbox and add Gtk implementationtrustable-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-02Fix example another timetrustable-code
2019-09-01Fix example another timetrustable-code
2019-09-01Fix exampletrustable-code
2019-09-01Extend example_06_keyboard_eventstrustable-code
2019-07-26Implemented High-DPI support for Windows.Simon Krauter
Applications should use ``scaleToDpi()`` to convert pixel numbers from 96 DPI to system DPI.
2019-06-05Fix #41Simon Krauter
2019-03-27Fix #40trustable-code
2019-03-21example_14_container_scrolling: eliminate fixed height valuetrustable-code
2019-03-21Add example_14_container_scrollingtrustable-code
2019-02-05Add fixed layout exampletrustable-code
2018-09-27example_02: add click eventtrustable-code
2018-09-24Improve messages boxes and buttonstrustable-code
- Message box: button1 will be focused - Buttons: Key_Return and Key_Space are now handled in platform-independent code
2018-05-07Add possibility to check, which keys are pressed togehtertrustable-code
New procs: - isDown(key: Key): bool - downKeys(): seq[Key]
2018-05-07Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEventtrustable-code
Should be simpler now.
2018-04-17Changed fontSize type from int to floattrustable-code
2017-09-20Dispose, CloseClick, Minimizetrustable-code
* Changed "Dispose" events * Added "CloseClick" event * Added "Window.minimize()" and "Window.minimized" Use "Window.show()" to unminimize the window.
2017-09-19Change 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-08Moved "msgbox.nim" inside "nigui" subdirectorytrustable-code
2017-07-01first public preview versiontrustable-code