summaryrefslogtreecommitdiff
path: root/src/nigui
AgeCommit message (Expand)Author
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-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-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-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
2019-09-10Cleanup: Remove variable initializations, since Nim initializes variables to ...trustable-code
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
2019-09-02Implement more keys #55trustable-code
2019-09-01Gtk: Fix TextBox onKeyDown handlingtrustable-code
2019-08-31Rework initialization of colorstrustable-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
2019-08-31Rework error handling, related to #48trustable-code
2019-08-23Remove unused constant CW_USEDEFAULT from windows.nimtrustable-code
2019-08-17Implement bold font option for controls and canvastrustable-code
2019-08-17Fix #46 Apps don't run on Windows 7 any moretrustable-code
2019-08-15Fix #45Simon Krauter
2019-07-26Implemented High-DPI support for Windows.Simon Krauter
2019-06-20Eliminate one more multi methodtrustable-code
2019-06-19Eliminate multi methodstrustable-code
2019-03-21fix gtk container scrolling being applied before it's readyMatthias Hager
2019-03-21Fix Gtk container scrollingtrustable-code
2019-02-13Fix #35Gitea
2019-02-06Fix #34Gitea
2019-02-03Gtk: Fix memory leak on image loadingMarkus Anschober
2018-12-21Fix relayout issue on font changetrustable-code
2018-12-16Gtk: drawText(): Use cairo_translate() instead of cairo_move_to()trustable-code