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
/
windows.nim
Age
Commit message (
Expand
)
Author
2020-05-02
Add methods to get mouse position
trustable-code
2020-02-16
Re-implement label using custom drawing
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-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
Avoid 2 warnings
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-09-24
Windows: Use more Unicode functions instead ANSI functions
trustable-code
2019-09-23
Extend Checkbox and add Gtk implementation
trustable-code
2019-09-09
Add checkbox to windows
Phillips
2019-09-02
Add Key_NumpadEnter
trustable-code
2019-09-02
Implement more keys #55
trustable-code
2019-08-31
Fix #50 Label color doesn't change using textColor (Windows)
trustable-code
2019-08-23
Remove unused constant CW_USEDEFAULT from windows.nim
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
2018-12-06
Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline()
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
2018-05-14
Make copy & paste work again on Windows
trustable-code
2018-05-11
Fix: Clear down keys when window focus is lost
trustable-code
2018-05-07
Added key codes for Control, Alt and Shift
trustable-code
2018-04-03
Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image mani...
trustable-code
2018-02-06
Tabstops on Windows
trustable-code
2017-09-20
Dispose, CloseClick, Minimize
trustable-code
2017-09-12
Improvements for Button/TextBox/TextArea
trustable-code
2017-08-08
Add clipboard functions
trustable-code
2017-07-17
Small fixes
trustable-code
2017-07-10
Fix 32-bit Windows platform support
trustable-code
2017-07-06
Change directory structure, change include concept, add nimble file
trustable-code