summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-11Fix #34trustable-code
2019-02-06Fix #34Gitea
2019-02-03Gtk: Fix memory leak on image loadingMarkus Anschober
2018-12-21Cleanuptrustable-code
2018-12-21Fix relayout issue on font changetrustable-code
2018-12-16Gtk: drawText(): Use cairo_translate() instead of cairo_move_to()trustable-code
2018-12-06Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline()trustable-code
2018-12-06Add Canvas lineWidth propertytrustable-code
2018-12-06Add saveToBitmapFile() methodtrustable-code
2018-11-03TextArea clipboard persistencetrustable-code
2018-09-27Gtk: Make key press on button workingtrustable-code
2018-09-24Windows: Remove SS_CENTERIMAGE to allow multiline Labelstrustable-code
2018-09-24Improve control focus under Windowstrustable-code
2018-09-24Improve messages boxes and buttonstrustable-code
2018-09-13Don't use nil for strings any moretrustable-code
2018-09-03Compatibility with latest Nimtrustable-code
2018-06-05On Windows: Don't set the string terminator any more.trustable-code
2018-05-20Fixed #26 and simplified codetrustable-code
2018-05-14Make copy & paste work again on Windowstrustable-code
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-05-03Fix: Make Alt+F4 work again on Windowstrustable-code
2018-05-02Windows: Prevent 'ding' sound on key presstrustable-code
2018-05-02Fix typotrustable-code
2018-04-17Changed fontSize type from int to floattrustable-code
2018-04-13Improve handling of dead keystrustable-code
2018-04-13Fix Key_Insert and Key_Delete under Windowstrustable-code
2018-04-13Fix text input for "^" on German keyboard under Windowstrustable-code
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 mani...trustable-code
2018-03-20Update to Nim 0.18.0: \n -> \ptrustable-code
2018-03-19Layout engine changetrustable-code
2018-03-17Remove countLines() and use fixed version in strutilstrustable-code
2018-02-20Call forceRedraw() on text change of Frame, Button and Labeltrustable-code
2018-02-06Tabstops on Windowstrustable-code
2017-10-15Add WindowKeyEvent.cancel, remove ControlDisposeEvent.canceltrustable-code
2017-10-10fix `dialog.directory` being ignored on WindowsBo Lingen
2017-09-20Dispose, CloseClick, Minimizetrustable-code
2017-09-19Change Control's default width/height mode from "Expand" to "Static"trustable-code
2017-09-18Show error message, if app.init() is not called before newWindow()trustable-code
2017-09-15Fix: Use runeSubStr instead of substr for Unicode compatibilitytrustable-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