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
2019-02-11
Fix #34
trustable-code
2019-02-06
Fix #34
Gitea
2019-02-03
Gtk: Fix memory leak on image loading
Markus Anschober
2018-12-21
Cleanup
trustable-code
2018-12-21
Fix relayout issue on font change
trustable-code
2018-12-16
Gtk: drawText(): Use cairo_translate() instead of cairo_move_to()
trustable-code
2018-12-06
Add drawing methods drawEllipseArea(), drawEllipseOutline() and drawArcOutline()
trustable-code
2018-12-06
Add Canvas lineWidth property
trustable-code
2018-12-06
Add saveToBitmapFile() method
trustable-code
2018-11-03
TextArea clipboard persistence
trustable-code
2018-09-27
Gtk: Make key press on button working
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-09-24
Improve messages boxes and buttons
trustable-code
2018-09-13
Don't use nil for strings any more
trustable-code
2018-09-03
Compatibility with latest Nim
trustable-code
2018-06-05
On Windows: Don't set the string terminator any more.
trustable-code
2018-05-20
Fixed #26 and simplified code
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
Add possibility to check, which keys are pressed togehter
trustable-code
2018-05-07
Rename KeyboardEvent.cancel to KeyboardEvent.handled
trustable-code
2018-05-07
Rename MouseButtonEvent to MouseEvent
trustable-code
2018-05-07
Combine WindowKeyEvent and ControlKeyEvent types to KeyboardEvent
trustable-code
2018-05-07
Added key codes for Control, Alt and Shift
trustable-code
2018-05-03
Fix: Make Alt+F4 work again on Windows
trustable-code
2018-05-02
Windows: Prevent 'ding' sound on key press
trustable-code
2018-05-02
Fix typo
trustable-code
2018-04-17
Changed fontSize type from int to float
trustable-code
2018-04-13
Improve handling of dead keys
trustable-code
2018-04-13
Fix Key_Insert and Key_Delete under Windows
trustable-code
2018-04-13
Fix text input for "^" on German keyboard under Windows
trustable-code
2018-04-08
Gtk: Fix memory leak on image saving
trustable-code
2018-04-05
Windows: Allow flicker-Free drawing
trustable-code
2018-04-03
Add Image.beginPixelDataAccess() and endPixelDataAccess() for fast image mani...
trustable-code
2018-03-20
Update to Nim 0.18.0: \n -> \p
trustable-code
2018-03-19
Layout engine change
trustable-code
2018-03-17
Remove countLines() and use fixed version in strutils
trustable-code
2018-02-20
Call forceRedraw() on text change of Frame, Button and Label
trustable-code
2018-02-06
Tabstops on Windows
trustable-code
2017-10-15
Add WindowKeyEvent.cancel, remove ControlDisposeEvent.cancel
trustable-code
2017-10-10
fix `dialog.directory` being ignored on Windows
Bo Lingen
2017-09-20
Dispose, CloseClick, Minimize
trustable-code
2017-09-19
Change Control's default width/height mode from "Expand" to "Static"
trustable-code
2017-09-18
Show error message, if app.init() is not called before newWindow()
trustable-code
2017-09-15
Fix: Use runeSubStr instead of substr for Unicode compatibility
trustable-code
2017-09-12
Improvements for Button/TextBox/TextArea
trustable-code
2017-08-12
Fix: Gtk: key press was triggered twice
trustable-code
2017-08-08
Gtk: Implement own "copy to clipboard", because by default the clipboard is n...
trustable-code
2017-08-08
Add clipboard functions
trustable-code
[prev]
[next]