| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-20 | Eliminate one more multi method | trustable-code | |
| 2019-06-19 | Merge branch 'master' of https://github.com/trustable-code/NiGui | trustable-code | |
| 2019-06-19 | Eliminate multi methods | trustable-code | |
| Fix #42 | |||
| 2019-06-05 | Fix #41 | Simon Krauter | |
| 2019-03-27 | Merge pull request #38 from matthiaswh/master | Simon Krauter | |
| fixes #37 gtk container scrolling being applied before it's ready | |||
| 2019-03-27 | Fix #40 | trustable-code | |
| 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 | example_14_container_scrolling: eliminate fixed height value | trustable-code | |
| 2019-03-21 | Merge branch 'master' of https://github.com/trustable-code/NiGui | trustable-code | |
| 2019-03-21 | Add example_14_container_scrolling | 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 | |
| 2019-02-11 | Fix #34 | trustable-code | |
| Right align did not work | |||
| 2019-02-06 | Fix #34 | Gitea | |
| 2019-02-05 | Add fixed layout example | trustable-code | |
| 2019-02-04 | Merge pull request #31 from MarkusAn/master | Simon Krauter | |
| Gtk: Fix memory leak on image loading | |||
| 2019-02-03 | Gtk: Fix memory leak on image loading | Markus Anschober | |
| 2018-12-21 | Cleanup | trustable-code | |
| 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 | example_02: add click event | trustable-code | |
| 2018-09-27 | Gtk: Make key press on button working | trustable-code | |
| 2018-09-24 | Windows: Remove SS_CENTERIMAGE to allow multiline Labels | trustable-code | |
| 2018-09-24 | Improve control focus under Windows | trustable-code | |
| - Focused buttons are now highlighted - A windows saves its focused control and restores it when the window is focused | |||
| 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-13 | Don't use nil for strings any more | trustable-code | |
| 2018-09-03 | Compatibility with latest Nim | trustable-code | |
| 2018-06-05 | On Windows: Don't set the string terminator any more. | trustable-code | |
| This change is needed to be compatible with latest Nim. See issue #26. | |||
| 2018-05-20 | Fixed #26 and simplified code | trustable-code | |
| 2018-05-14 | Make copy & paste work again on Windows | trustable-code | |
| Ctrl+C, Ctrl+X and Ctrl+V are now mapped to the corresponding clipboard action. | |||
| 2018-05-11 | Fix: Clear down keys when window focus is lost | trustable-code | |
| 2018-05-07 | Add possibility to check, which keys are pressed togehter | trustable-code | |
| New procs: - isDown(key: Key): bool - downKeys(): seq[Key] | |||
| 2018-05-07 | Rename KeyboardEvent.cancel to KeyboardEvent.handled | trustable-code | |
| 2018-05-07 | Rename MouseButtonEvent to MouseEvent | trustable-code | |
| 2018-05-07 | Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEvent | trustable-code | |
| Should be simpler now. | |||
| 2018-05-07 | Added key codes for Control, Alt and Shift | trustable-code | |
| 2018-05-03 | Fix: Make Alt+F4 work again on Windows | trustable-code | |
| 2018-05-02 | Windows: Prevent 'ding' sound on key press | trustable-code | |
| For TextBox and TextArea: - Prevent 'ding' sound when a character key together with Ctrl or Alt (but not both) is pressed - Prevent special handling of Alt key, which produces a 'ding' sound - Central handling of Ctrl+A For TextBox: - Prevent 'ding' sound when a useless character (Tab, Return or Escape) is pressed | |||
| 2018-05-02 | Fix typo | trustable-code | |
| 2018-04-17 | Changed fontSize type from int to float | trustable-code | |
| 2018-04-13 | Improve handling of dead keys | trustable-code | |
| When you press the dead key "^" followed by space on a German keyboard, the applicaton receives the following two KeyDown events: 1. event.key = Key_Circumflex, event.character = "" 2. event.key = Key_Space, event.character = "^" Under Gtk this should work for all dead keys by using GtkIMContext. Under Windows it is implemented only for the scan code of the dead key "^" on a German keyboard. | |||
| 2018-04-13 | Fix Key_Insert and Key_Delete under Windows | trustable-code | |
| 2018-04-13 | Fix text input for "^" on German keyboard under Windows | trustable-code | |
| When the dead key "^" on German keyboard is pressed, don't call ToUnicode(), because this would destroy the dead key state | |||
| 2018-04-08 | Gtk: Fix memory leak on image saving | trustable-code | |
| 2018-04-05 | Windows: Allow flicker-Free drawing | trustable-code | |
