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
Age
Commit message (
Expand
)
Author
2020-06-19
Moved code
HEAD
master
trustable-code
2020-06-19
Allow container widgets to have a custom draw method
trustable-code
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
Windows: TextBox: allow input of text bigger than the box by adding ES_AUTOHS...
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-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-12-12
Change Gtk3 library filename for macOS
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
Avoid 2 warnings
trustable-code
2019-11-08
Cleanup code
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
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
[next]