summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-03Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image ↵trustable-code
manipulation
2018-03-20Update to Nim 0.18.0: \n -> \ptrustable-code
2018-03-19Layout engine changetrustable-code
"Fill" mode should not just use full width/height, but share the available width/height between child controls.
2018-03-17Remove countLines() and use fixed version in strutilstrustable-code
2018-02-22Update contact informationtrustable-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
- Add WindowKeyEvent.cancel - Remove ControlDisposeEvent.cancel
2017-10-10Merge pull request #15 from citycide/patch-1Simon Krauter
fix `dialog.directory` being ignored on Windows
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-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-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-12Improve readmetrustable-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-08Improve readmetrustable-code
2017-07-08Fix nimble filetrustable-code
2017-07-08Merge branch 'master' of https://github.com/trustable-code/NiGuitrustable-code
2017-07-08Moved "msgbox.nim" inside "nigui" subdirectorytrustable-code
2017-07-07Merge pull request #2 from PMunch/patch-1Simon Krauter
Updated FAQ, some proof-reading
2017-07-07Updated FAQ, some proof-readingPMunch
Updated FAQ with note about C wrappers and Nim. Also did some proof reading and changed some odd sentences.
2017-07-06Added FAQtrustable-code
2017-07-06Change directory structure, change include concept, add nimble filetrustable-code
2017-07-02update readmetrustable-code
2017-07-01first public preview versiontrustable-code