summaryrefslogtreecommitdiff
path: root/src/nigui
AgeCommit message (Collapse)Author
2018-04-13Fix Key_Insert and Key_Delete under Windowstrustable-code
2018-04-13Fix text input for "^" on German keyboard under Windowstrustable-code
When the dead key "^" on German keyboard is pressed, don't call ToUnicode(), because this would destroy the dead key state
2018-04-08Gtk: Fix memory leak on image savingtrustable-code
2018-04-05Windows: Allow flicker-Free drawingtrustable-code
2018-04-03Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image ↵trustable-code
manipulation
2018-02-06Tabstops on Windowstrustable-code
2017-10-15Add WindowKeyEvent.cancel, remove ControlDisposeEvent.canceltrustable-code
- Add WindowKeyEvent.cancel - Remove ControlDisposeEvent.cancel
2017-10-10fix `dialog.directory` being ignored on WindowsBo Lingen
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-18Show error message, if app.init() is not called before newWindow()trustable-code
2017-09-12Improvements for Button/TextBox/TextAreatrustable-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-12Fix: Gtk: key press was triggered twicetrustable-code
2017-08-08Gtk: Implement own "copy to clipboard", because by default the clipboard is ↵trustable-code
non-persistent
2017-08-08Add clipboard functionstrustable-code
2017-07-17Small fixestrustable-code
2017-07-10Fix 32-bit Windows platform supporttrustable-code
2017-07-08Moved "msgbox.nim" inside "nigui" subdirectorytrustable-code
2017-07-06Change directory structure, change include concept, add nimble filetrustable-code