| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-19 | Moved codeHEADmaster | trustable-code | |
| 2020-06-19 | Allow container widgets to have a custom draw method | trustable-code | |
| Gtk: Replace GtkFixed by GtkLayout Windows: No change needed | |||
| 2020-05-05 | Add TextArea key press handler to make Cltr+C persistent | trustable-code | |
| 2020-05-02 | Gtk: support mouse button events on a Container | trustable-code | |
| 2020-05-02 | Add methods to get mouse position | trustable-code | |
| 2020-03-05 | Remove unneeded quotes | Simon Krauter | |
| 2020-02-16 | Re-implement label using custom drawing | trustable-code | |
| Replaces the native label implementations. Supporting different x and y text alignment. Fixes #90 | |||
| 2020-02-16 | Gtk: Add two pixels in getTextLineWidth() | trustable-code | |
| 2020-02-16 | Gtk: Add two pixels in getTextLineWidth() | trustable-code | |
| 2020-02-15 | Gtk: Update scrollbars after scrollbar size was determined | trustable-code | |
| 2020-02-15 | Remove unneeded explicit initialization with zero | trustable-code | |
| 2020-02-09 | Add support for different interpolation modes for drawImage() | trustable-code | |
| 2020-01-19 | Implement remove method for GTK3 | chr | |
| 2019-12-26 | Implement "always on top", fixes #80 | trustable-code | |
| 2019-12-12 | Change Gtk3 library filename for macOS | Simon Krauter | |
| With this change, it should find the library on macOS without compiling with `-d:gtk_quartz`. Related to #63 | |||
| 2019-11-25 | Cleanup: Remove value of importc pragmas, since we use original proc names | trustable-code | |
| 2019-11-08 | Add Progress Bar control | trustable-code | |
| Fixes #71 | |||
| 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-10-23 | Fix warnings about lock level (Gtk) | trustable-code | |
| 2019-10-22 | Fixes #68 Gtk: fileDialog.title has no effect | trustable-code | |
| 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-23 | Fix onTextChange: "event.control" was not set | trustable-code | |
| 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-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 widget background color on Gtk | trustable-code | |
| 2019-08-31 | Rework error handling, related to #48 | trustable-code | |
| 2019-08-17 | Implement bold font option for controls and canvas | trustable-code | |
| 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-02-03 | Gtk: Fix memory leak on image loading | Markus Anschober | |
| 2018-12-21 | Fix relayout issue on font change | trustable-code | |
| 2018-12-16 | Gtk: drawText(): Use cairo_translate() instead of cairo_move_to() | trustable-code | |
| Fix: With cairo_move_to() there was a wrong line. | |||
| 2018-12-06 | Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline() | trustable-code | |
| 2018-12-06 | Add Canvas lineWidth property | trustable-code | |
| 2018-12-06 | Add saveToBitmapFile() method | trustable-code | |
| 2018-11-03 | TextArea clipboard persistence | trustable-code | |
| 2018-09-27 | Gtk: Make key press on button working | trustable-code | |
| 2018-09-24 | Improve messages boxes and buttons | trustable-code | |
| - Message box: button1 will be focused - Buttons: Key_Return and Key_Space are now handled in platform-independent code | |||
| 2018-09-03 | Compatibility with latest Nim | trustable-code | |
