| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-03 | Add SelectDirectoryDialog | trustable-code | |
| Fixes #67 | |||
| 2019-11-03 | Move code for Key_AltGr to Gtk part | trustable-code | |
| It's not available on Windows | |||
| 2019-11-03 | Windows: Caputure WM_SYSKEYUP to register AltGr up event | trustable-code | |
| 2019-10-29 | Implement more keys | Black_Fox | |
| 2019-10-23 | Fix warnings about lock level (Gtk) | trustable-code | |
| 2019-10-23 | Fix method signature of ContainerImpl.remove() to override base method | Simon Krauter | |
| 2019-10-23 | Merge branch 'master' of https://github.com/trustable-code/NiGui | Simon Krauter | |
| 2019-10-23 | Fix warnings about lock level #65 | Simon Krauter | |
| 2019-10-22 | Fixes #68 Gtk: fileDialog.title has no effect | trustable-code | |
| 2019-10-22 | Remove unused things | Simon Krauter | |
| 2019-10-22 | Fixes #66 | Simon Krauter | |
| 2019-10-11 | Fixes #65 - Warnings about lock level | trustable-code | |
| 2019-10-11 | Fixes #64 - Avoid "Warning: use {.base.} for base methods" | trustable-code | |
| 2019-09-29 | Removed redundant proc | trustable-code | |
| 2019-09-29 | Fix callback proc return type (bool->Gboolean) | trustable-code | |
| Fixes #62 | |||
| 2019-09-24 | Windows: Use more Unicode functions instead ANSI functions | trustable-code | |
| Probably fixes #59 | |||
| 2019-09-23 | Fix onTextChange: "event.control" was not set | trustable-code | |
| 2019-09-23 | Move onTextChange from Control to TextBox | trustable-code | |
| TextChangeEvent is now only available for TextBox and TextArea | |||
| 2019-09-23 | Extend Checkbox and add Gtk implementation | trustable-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-10 | Rename Checkbox.isChecked() to Checkbox.checked() | trustable-code | |
| 2019-09-10 | Rename Checkbox.getState() to Checkbox.isChecked() | trustable-code | |
| 2019-09-10 | Cleanup: Remove variable initializations, since Nim initializes variables to ↵ | trustable-code | |
| zero | |||
| 2019-09-10 | Cleanup: Nim 0.19: The nil state for strings/seqs is gone. | trustable-code | |
| 2019-09-09 | Add checkbox to windows | Phillips | |
| 2019-09-05 | Fix #56 window.onResize was not triggered | trustable-code | |
| 2019-09-05 | Add Key_CapsLock | trustable-code | |
| 2019-09-02 | Add Key_NumpadEnter | trustable-code | |
| /run/media/user/server_hdd_3tb_1/Simon/Main/Develop/ActPub/NiGui/repo--/src/nigui.nim | |||
| 2019-09-02 | Implement more keys #55 | trustable-code | |
| 2019-09-01 | Gtk: Fix TextBox onKeyDown handling | trustable-code | |
| 2019-08-31 | Rework initialization of colors | trustable-code | |
| 2019-08-31 | Fix typo | trustable-code | |
| 2019-08-31 | Fix typo | trustable-code | |
| 2019-08-31 | Remove unused code | trustable-code | |
| 2019-08-31 | Fix widget background color on Gtk | trustable-code | |
| 2019-08-31 | Fix #50 Label color doesn't change using textColor (Windows) | trustable-code | |
| 2019-08-31 | Rework error handling, related to #48 | trustable-code | |
| 2019-08-23 | Remove unused constant CW_USEDEFAULT from windows.nim | trustable-code | |
| 2019-08-17 | Implement bold font option for controls and canvas | trustable-code | |
| 2019-08-17 | Fix #46 Apps don't run on Windows 7 any more | trustable-code | |
| 2019-08-15 | Fix #45 | Simon Krauter | |
| 2019-08-01 | Apply scaling to fixed values | Simon Krauter | |
| 2019-07-28 | Fix: change default font size back to 15 | trustable-code | |
| 2019-07-26 | Implemented High-DPI support for Windows. | Simon Krauter | |
| Applications should use ``scaleToDpi()`` to convert pixel numbers from 96 DPI to system DPI. | |||
| 2019-06-20 | Eliminate one more multi method | trustable-code | |
| 2019-06-19 | Eliminate multi methods | trustable-code | |
| Fix #42 | |||
| 2019-03-21 | fix gtk container scrolling being applied before it's ready | Matthias Hager | |
| 2019-03-21 | Fix Gtk container scrolling | trustable-code | |
| The scroll mode wasn't updated. | |||
| 2019-03-21 | Merge branch 'master' of https://github.com/trustable-code/NiGui | trustable-code | |
| 2019-03-21 | Respect size of scrollbars for layout | trustable-code | |
| This fixes the issue, that one scrollbar triggers the other scrollbar, because the additional space for the scrollbar was not respected. | |||
| 2019-02-13 | Fix #35 | Gitea | |
