summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-23Windows: TextBox: allow input of text bigger than the box by adding ↵trustable-code
ES_AUTOHSCROLL Fixes #89
2020-01-21Retain order of controls when removing a control from a containertrustable-code
2020-01-19Implement remove method for GTK3chr
2019-12-26Implement "always on top", fixes #80trustable-code
2019-12-26Add helper proc `convertLineBreaks`trustable-code
2019-12-26Fix reception of ALT key press by adding WM_SYSKEYDOWN and WM_SYSKEYUPtrustable-code
Fixes #86
2019-12-17Windows: Use TextRenderingHint_AntiAlias, fixes #83Simon Krauter
2019-12-12Change Gtk3 library filename for macOSSimon Krauter
With this change, it should find the library on macOS without compiling with `-d:gtk_quartz`. Related to #63
2019-11-28Windows: Center window on the screen which has the mouse cursorSimon Krauter
2019-11-25Enable visual styles via manifest file instead of calling CreateActCtxA()trustable-code
Fixes #75
2019-11-25Cleanup: Remove value of importc pragmas, since we use original proc namestrustable-code
2019-11-08Add Progress Bar controltrustable-code
Fixes #71
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-03Add SelectDirectoryDialogtrustable-code
Fixes #67
2019-11-03Move code for Key_AltGr to Gtk parttrustable-code
It's not available on Windows
2019-11-03Windows: Caputure WM_SYSKEYUP to register AltGr up eventtrustable-code
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
Fixes #62
2019-09-24Windows: Use more Unicode functions instead ANSI functionstrustable-code
Probably fixes #59
2019-09-23Fix onTextChange: "event.control" was not settrustable-code
2019-09-23Move onTextChange from Control to TextBoxtrustable-code
TextChangeEvent is now only available for TextBox and TextArea
2019-09-23Extend Checkbox and add Gtk implementationtrustable-code
- Add `checked=` to set the status - Add `onToggle` event to react on toggle by the user - Toggling works also by Space and Enter
2019-09-10Rename Checkbox.isChecked() to Checkbox.checked()trustable-code
2019-09-10Rename Checkbox.getState() to Checkbox.isChecked()trustable-code
2019-09-10Cleanup: Remove variable initializations, since Nim initializes variables to ↵trustable-code
zero
2019-09-10Cleanup: Nim 0.19: The nil state for strings/seqs is gone.trustable-code
2019-09-09Add checkbox to windowsPhillips
2019-09-05Fix #56 window.onResize was not triggeredtrustable-code
2019-09-05Add Key_CapsLocktrustable-code
2019-09-02Add Key_NumpadEntertrustable-code
/run/media/user/server_hdd_3tb_1/Simon/Main/Develop/ActPub/NiGui/repo--/src/nigui.nim
2019-09-02Implement more keys #55trustable-code
2019-09-01Gtk: Fix TextBox onKeyDown handlingtrustable-code
2019-08-31Rework initialization of colorstrustable-code
2019-08-31Fix typotrustable-code
2019-08-31Fix typotrustable-code
2019-08-31Remove unused codetrustable-code
2019-08-31Fix widget background color on Gtktrustable-code
2019-08-31Fix #50 Label color doesn't change using textColor (Windows)trustable-code