index
:
NiGui
master
Forked from https://github.com/simonkrauter/NiGui
Oskari Timperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nigui.nim
Age
Commit message (
Expand
)
Author
2020-06-19
Allow container widgets to have a custom draw method
trustable-code
2020-05-02
Add methods to get mouse position
trustable-code
2020-02-16
Label: Use canvas instead of control to measure text dimensions
trustable-code
2020-02-16
Re-implement label using custom drawing
trustable-code
2020-02-15
Gtk: Update scrollbars after scrollbar size was determined
trustable-code
2020-02-09
Add support for different interpolation modes for drawImage()
trustable-code
2020-01-21
Retain order of controls when removing a control from a container
trustable-code
2020-01-19
Implement remove method for GTK3
chr
2019-12-26
Implement "always on top", fixes #80
trustable-code
2019-12-26
Add helper proc `convertLineBreaks`
trustable-code
2019-11-08
Add Progress Bar control
trustable-code
2019-11-08
Avoid 2 warnings
trustable-code
2019-11-03
Add SelectDirectoryDialog
trustable-code
2019-11-03
Move code for Key_AltGr to Gtk part
trustable-code
2019-10-29
Implement more keys
Black_Fox
2019-10-23
Fix warnings about lock level #65
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-23
Move onTextChange from Control to TextBox
trustable-code
2019-09-23
Extend Checkbox and add Gtk implementation
trustable-code
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
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
2019-09-02
Implement more keys #55
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
Rework error handling, related to #48
trustable-code
2019-08-17
Implement bold font option for controls and canvas
trustable-code
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
2019-03-21
Respect size of scrollbars for layout
trustable-code
2019-02-11
Fix #34
trustable-code
2018-12-21
Cleanup
trustable-code
2018-12-21
Fix relayout issue on font change
trustable-code
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-09-24
Improve messages boxes and buttons
trustable-code
2018-09-03
Compatibility with latest Nim
trustable-code
2018-05-20
Fixed #26 and simplified code
trustable-code
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
2018-05-07
Rename KeyboardEvent.cancel to KeyboardEvent.handled
trustable-code
[next]