| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-11 | Fix: Clear down keys when window focus is lost | trustable-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 | Rename KeyboardEvent.cancel to KeyboardEvent.handled | trustable-code | |
| 2018-05-07 | Rename MouseButtonEvent to MouseEvent | trustable-code | |
| 2018-05-07 | Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEvent | trustable-code | |
| Should be simpler now. | |||
| 2018-05-07 | Added key codes for Control, Alt and Shift | trustable-code | |
| 2018-04-17 | Changed fontSize type from int to float | trustable-code | |
| 2018-04-13 | Improve handling of dead keys | trustable-code | |
| When you press the dead key "^" followed by space on a German keyboard, the applicaton receives the following two KeyDown events: 1. event.key = Key_Circumflex, event.character = "" 2. event.key = Key_Space, event.character = "^" Under Gtk this should work for all dead keys by using GtkIMContext. Under Windows it is implemented only for the scan code of the dead key "^" on a German keyboard. | |||
| 2018-04-08 | Gtk: Fix memory leak on image saving | trustable-code | |
| 2018-04-03 | Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image ↵ | trustable-code | |
| manipulation | |||
| 2017-10-15 | Add WindowKeyEvent.cancel, remove ControlDisposeEvent.cancel | trustable-code | |
| - Add WindowKeyEvent.cancel - Remove ControlDisposeEvent.cancel | |||
| 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-18 | Show error message, if app.init() is not called before newWindow() | trustable-code | |
| 2017-09-12 | Improvements for Button/TextBox/TextArea | trustable-code | |
| * TextArea is now inherited from TextBox (A TextArea can do anything that a TextBox can do.) * Better handling of keyboard events * New properties for TextBox/TextArea: "editable", "cursorPos", "selectionStart" and "selectionEnd" * New properties for Button: "enabled" | |||
| 2017-08-12 | Fix: Gtk: key press was triggered twice | trustable-code | |
| 2017-08-08 | Gtk: Implement own "copy to clipboard", because by default the clipboard is ↵ | trustable-code | |
| non-persistent | |||
| 2017-08-08 | Add clipboard functions | trustable-code | |
| 2017-07-17 | Small fixes | trustable-code | |
| 2017-07-06 | Change directory structure, change include concept, add nimble file | trustable-code | |
