summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-11-03Bump version to 0.2.0v0.2.0trustable-code
2019-11-03Add SelectDirectoryDialogtrustable-code
2019-11-03Move code for Key_AltGr to Gtk parttrustable-code
2019-11-03Windows: Caputure WM_SYSKEYUP to register AltGr up eventtrustable-code
2019-10-29Merge pull request #69 from Nindaleth/feature/keysSimon Krauter
2019-10-29Implement more keysBlack_Fox
2019-10-23Fix warnings about lock level (Gtk)trustable-code
2019-10-23Fix method signature of ContainerImpl.remove() to override base methodSimon Krauter
2019-10-23Merge branch 'master' of https://github.com/trustable-code/NiGuiSimon Krauter
2019-10-23Fix warnings about lock level #65Simon Krauter
2019-10-22Fixes #68 Gtk: fileDialog.title has no effecttrustable-code
2019-10-22Remove unused thingsSimon Krauter
2019-10-22Fixes #66Simon Krauter
2019-10-11Fixes #65 - Warnings about lock leveltrustable-code
2019-10-11Fixes #64 - Avoid "Warning: use {.base.} for base methods"trustable-code
2019-09-29Removed redundant proctrustable-code
2019-09-29Fix callback proc return type (bool->Gboolean)trustable-code
2019-09-24Windows: Use more Unicode functions instead ANSI functionstrustable-code
2019-09-23Fix onTextChange: "event.control" was not settrustable-code
2019-09-23Move onTextChange from Control to TextBoxtrustable-code
2019-09-23Extend Checkbox and add Gtk implementationtrustable-code
2019-09-10Rename Checkbox.isChecked() to Checkbox.checked()trustable-code
2019-09-10Rename Checkbox.getState() to Checkbox.isChecked()trustable-code