summaryrefslogtreecommitdiff
path: root/src/nigui/private/gtk3
AgeCommit message (Expand)Author
2019-11-08Add Progress Bar controltrustable-code
2019-11-03Add SelectDirectoryDialogtrustable-code
2019-11-03Move code for Key_AltGr to Gtk parttrustable-code
2019-10-23Fix warnings about lock level (Gtk)trustable-code
2019-10-22Fixes #68 Gtk: fileDialog.title has no effecttrustable-code
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-23Fix onTextChange: "event.control" was not settrustable-code
2019-09-23Extend Checkbox and add Gtk implementationtrustable-code
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-31Fix widget background color on Gtktrustable-code
2019-08-31Rework error handling, related to #48trustable-code
2019-08-17Implement bold font option for controls and canvastrustable-code
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-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
2018-12-06Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline()trustable-code
2018-12-06Add Canvas lineWidth propertytrustable-code
2018-12-06Add saveToBitmapFile() methodtrustable-code
2018-11-03TextArea clipboard persistencetrustable-code
2018-09-27Gtk: Make key press on button workingtrustable-code
2018-09-24Improve messages boxes and buttonstrustable-code
2018-09-03Compatibility with latest Nimtrustable-code
2018-05-20Fixed #26 and simplified codetrustable-code
2018-05-11Fix: Clear down keys when window focus is losttrustable-code
2018-05-07Add possibility to check, which keys are pressed togehtertrustable-code
2018-05-07Rename KeyboardEvent.cancel to KeyboardEvent.handledtrustable-code
2018-05-07Rename MouseButtonEvent to MouseEventtrustable-code
2018-05-07Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEventtrustable-code
2018-05-07Added key codes for Control, Alt and Shifttrustable-code
2018-04-17Changed fontSize type from int to floattrustable-code
2018-04-13Improve handling of dead keystrustable-code
2018-04-08Gtk: Fix memory leak on image savingtrustable-code
2018-04-03Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image mani...trustable-code
2017-10-15Add WindowKeyEvent.cancel, remove ControlDisposeEvent.canceltrustable-code
2017-09-20Dispose, CloseClick, Minimizetrustable-code
2017-09-18Show error message, if app.init() is not called before newWindow()trustable-code
2017-09-12Improvements for Button/TextBox/TextAreatrustable-code
2017-08-12Fix: Gtk: key press was triggered twicetrustable-code