summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19Moved codeHEADmastertrustable-code
2020-06-19Merge branch 'master' of https://github.com/trustable-code/NiGuitrustable-code
2020-06-19Allow container widgets to have a custom draw methodtrustable-code
2020-05-31Merge pull request #101 from jiro4989/feature/ci-testSimon Krauter
2020-05-30Add config.nims for 'import nigui'jiro4989
2020-05-30Add CI workflowjiro4989
2020-05-05Add TextArea key press handler to make Cltr+C persistenttrustable-code
2020-05-02Gtk: support mouse button events on a Containertrustable-code
2020-05-02Add methods to get mouse positiontrustable-code
2020-04-12Fixes: Wine: Crash when getting the text field of an empty TextBox/TextArea #96trustable-code
2020-03-05Windows: Cache the background brush instead of creating a new one every timeSimon Krauter
2020-03-05Remove unneeded quotesSimon Krauter
2020-02-16Windows: Reduce Canvas getTextLineWidth by 4 pixelstrustable-code
2020-02-16Label: Use canvas instead of control to measure text dimensionstrustable-code
2020-02-16Re-implement label using custom drawingtrustable-code
2020-02-16Windows: Correct text position by moving two pixels to the lefttrustable-code
2020-02-16Gtk: Add two pixels in getTextLineWidth()trustable-code
2020-02-16Gtk: Add two pixels in getTextLineWidth()trustable-code
2020-02-16Windows: Fix color conversion by setting alpha to 255trustable-code
2020-02-15Gtk: Update scrollbars after scrollbar size was determinedtrustable-code
2020-02-15Remove unneeded explicit initialization with zerotrustable-code
2020-02-09Add support for different interpolation modes for drawImage()trustable-code
2020-02-08Windows: Label: Vertically center text by adding SS_CENTERIMAGEtrustable-code
2020-01-23Bump version to 0.2.4v0.2.4trustable-code
2020-01-23Windows: TextBox: allow input of text bigger than the box by adding ES_AUTOHS...trustable-code
2020-01-21Update readmetrustable-code
2020-01-21Retain order of controls when removing a control from a containertrustable-code
2020-01-21Merge pull request #88 from chr-1x/implement-removeSimon Krauter
2020-01-19Implement remove method for GTK3chr
2019-12-26Bump version to 0.2.3v0.2.3trustable-code
2019-12-26Implement "always on top", fixes #80trustable-code
2019-12-26Add helper proc `convertLineBreaks`trustable-code
2019-12-26Add screenshots to the readmeSimon Krauter
2019-12-26Add screenshots imagetrustable-code
2019-12-26Fix reception of ALT key press by adding WM_SYSKEYDOWN and WM_SYSKEYUPtrustable-code
2019-12-20Add Gravitate to Show casesSimon Krauter
2019-12-17Windows: Use TextRenderingHint_AntiAlias, fixes #83Simon Krauter
2019-12-12Change Gtk3 library filename for macOSSimon Krauter
2019-12-10Merge pull request #78 from mark-summerfield/patch-1Simon Krauter
2019-12-10Add example for custom buttontrustable-code
2019-12-09Added an onMouseButtonDown event handler...Mark
2019-11-28Windows: Center window on the screen which has the mouse cursorSimon Krauter
2019-11-25Bump version to 0.2.2v0.2.2trustable-code
2019-11-25Enable visual styles via manifest file instead of calling CreateActCtxA()trustable-code
2019-11-25Cleanup: Remove value of importc pragmas, since we use original proc namestrustable-code
2019-11-08Bump version to 0.2.1v0.2.1trustable-code
2019-11-08Add Progress Bar controltrustable-code
2019-11-08Windows: Raise error when app.init() is called the second timetrustable-code
2019-11-08Avoid 2 warningstrustable-code
2019-11-08Cleanup codetrustable-code