summaryrefslogtreecommitdiff
path: root/src/nigui/private/gtk3/platform_impl.nim
AgeCommit message (Expand)Author
2018-05-11Fix: Clear down keys when window focus is losttrustable-code
2018-05-07Add possibility to check, which keys are pressed togehtertrustable-code
2018-05-07Rename KeyboardEvent.cancel to KeyboardEvent.handledtrustable-code
2018-05-07Rename MouseButtonEvent to MouseEventtrustable-code
2018-05-07Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEventtrustable-code
2018-05-07Added key codes for Control, Alt and Shifttrustable-code
2018-04-17Changed fontSize type from int to floattrustable-code
2018-04-13Improve handling of dead keystrustable-code
2018-04-08Gtk: Fix memory leak on image savingtrustable-code
2018-04-03Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image mani...trustable-code
2017-10-15Add WindowKeyEvent.cancel, remove ControlDisposeEvent.canceltrustable-code
2017-09-20Dispose, CloseClick, Minimizetrustable-code
2017-09-18Show error message, if app.init() is not called before newWindow()trustable-code
2017-09-12Improvements for Button/TextBox/TextAreatrustable-code
2017-08-12Fix: Gtk: key press was triggered twicetrustable-code
2017-08-08Gtk: Implement own "copy to clipboard", because by default the clipboard is n...trustable-code
2017-08-08Add clipboard functionstrustable-code
2017-07-17Small fixestrustable-code
2017-07-06Change directory structure, change include concept, add nimble filetrustable-code