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
/
private
/
windows
/
platform_impl.nim
Age
Commit message (
Expand
)
Author
2020-05-02
Add methods to get mouse position
trustable-code
2020-04-12
Fixes: Wine: Crash when getting the text field of an empty TextBox/TextArea #96
trustable-code
2020-03-05
Windows: Cache the background brush instead of creating a new one every time
Simon Krauter
2020-02-16
Windows: Reduce Canvas getTextLineWidth by 4 pixels
trustable-code
2020-02-16
Re-implement label using custom drawing
trustable-code
2020-02-16
Windows: Correct text position by moving two pixels to the left
trustable-code
2020-02-16
Windows: Fix color conversion by setting alpha to 255
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-02-08
Windows: Label: Vertically center text by adding SS_CENTERIMAGE
trustable-code
2020-01-23
Windows: TextBox: allow input of text bigger than the box by adding ES_AUTOHS...
trustable-code
2019-12-26
Implement "always on top", fixes #80
trustable-code
2019-12-26
Fix reception of ALT key press by adding WM_SYSKEYDOWN and WM_SYSKEYUP
trustable-code
2019-12-17
Windows: Use TextRenderingHint_AntiAlias, fixes #83
Simon Krauter
2019-11-28
Windows: Center window on the screen which has the mouse cursor
Simon Krauter
2019-11-25
Enable visual styles via manifest file instead of calling CreateActCtxA()
trustable-code
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
2019-11-08
Windows: Raise error when app.init() is called the second time
trustable-code
2019-11-08
Cleanup code
trustable-code
2019-11-03
Add SelectDirectoryDialog
trustable-code
2019-11-03
Windows: Caputure WM_SYSKEYUP to register AltGr up event
trustable-code
2019-10-23
Fix method signature of ContainerImpl.remove() to override base method
Simon Krauter
2019-10-23
Fix warnings about lock level #65
Simon Krauter
2019-10-22
Remove unused things
Simon Krauter
2019-10-22
Fixes #66
Simon Krauter
2019-09-24
Windows: Use more Unicode functions instead ANSI functions
trustable-code
2019-09-23
Fix onTextChange: "event.control" was not set
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-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
Remove unused code
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-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-07-26
Implemented High-DPI support for Windows.
Simon Krauter
2019-06-20
Eliminate one more multi method
trustable-code
2019-06-19
Eliminate multi methods
trustable-code
2019-02-13
Fix #35
Gitea
2019-02-06
Fix #34
Gitea
2018-12-06
Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline()
trustable-code
2018-12-06
Add Canvas lineWidth property
trustable-code
[next]