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-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
2019-11-03
Bump version to 0.2.0
v0.2.0
trustable-code
2019-11-03
Add SelectDirectoryDialog
trustable-code
2019-11-03
Move code for Key_AltGr to Gtk part
trustable-code
2019-11-03
Windows: Caputure WM_SYSKEYUP to register AltGr up event
trustable-code
2019-10-29
Merge pull request #69 from Nindaleth/feature/keys
Simon Krauter
2019-10-29
Implement more keys
Black_Fox
2019-10-23
Fix warnings about lock level (Gtk)
trustable-code
2019-10-23
Fix method signature of ContainerImpl.remove() to override base method
Simon Krauter
2019-10-23
Merge branch 'master' of https://github.com/trustable-code/NiGui
Simon Krauter
2019-10-23
Fix warnings about lock level #65
Simon Krauter
2019-10-22
Fixes #68 Gtk: fileDialog.title has no effect
trustable-code
2019-10-22
Remove unused things
Simon Krauter
2019-10-22
Fixes #66
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-29
Removed redundant proc
trustable-code
2019-09-29
Fix callback proc return type (bool->Gboolean)
trustable-code
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
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
[next]