index
:
NiGui
master
Forked from https://github.com/simonkrauter/NiGui
Oskari Timperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-19
Moved code
HEAD
master
trustable-code
2020-06-19
Merge branch 'master' of https://github.com/trustable-code/NiGui
trustable-code
2020-06-19
Allow container widgets to have a custom draw method
trustable-code
2020-05-31
Merge pull request #101 from jiro4989/feature/ci-test
Simon Krauter
2020-05-30
Add config.nims for 'import nigui'
jiro4989
2020-05-30
Add CI workflow
jiro4989
2020-05-05
Add TextArea key press handler to make Cltr+C persistent
trustable-code
2020-05-02
Gtk: support mouse button events on a Container
trustable-code
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-03-05
Remove unneeded quotes
Simon Krauter
2020-02-16
Windows: Reduce Canvas getTextLineWidth by 4 pixels
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-16
Windows: Correct text position by moving two pixels to the left
trustable-code
2020-02-16
Gtk: Add two pixels in getTextLineWidth()
trustable-code
2020-02-16
Gtk: Add two pixels in getTextLineWidth()
trustable-code
2020-02-16
Windows: Fix color conversion by setting alpha to 255
trustable-code
2020-02-15
Gtk: Update scrollbars after scrollbar size was determined
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
Bump version to 0.2.4
v0.2.4
trustable-code
2020-01-23
Windows: TextBox: allow input of text bigger than the box by adding ES_AUTOHS...
trustable-code
2020-01-21
Update readme
trustable-code
2020-01-21
Retain order of controls when removing a control from a container
trustable-code
2020-01-21
Merge pull request #88 from chr-1x/implement-remove
Simon Krauter
2020-01-19
Implement remove method for GTK3
chr
2019-12-26
Bump version to 0.2.3
v0.2.3
trustable-code
2019-12-26
Implement "always on top", fixes #80
trustable-code
2019-12-26
Add helper proc `convertLineBreaks`
trustable-code
2019-12-26
Add screenshots to the readme
Simon Krauter
2019-12-26
Add screenshots image
trustable-code
2019-12-26
Fix reception of ALT key press by adding WM_SYSKEYDOWN and WM_SYSKEYUP
trustable-code
2019-12-20
Add Gravitate to Show cases
Simon Krauter
2019-12-17
Windows: Use TextRenderingHint_AntiAlias, fixes #83
Simon Krauter
2019-12-12
Change Gtk3 library filename for macOS
Simon Krauter
2019-12-10
Merge pull request #78 from mark-summerfield/patch-1
Simon Krauter
2019-12-10
Add example for custom button
trustable-code
2019-12-09
Added an onMouseButtonDown event handler...
Mark
2019-11-28
Windows: Center window on the screen which has the mouse cursor
Simon Krauter
2019-11-25
Bump version to 0.2.2
v0.2.2
trustable-code
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
Bump version to 0.2.1
v0.2.1
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
Avoid 2 warnings
trustable-code
2019-11-08
Cleanup code
trustable-code
[next]