zntg/ui
2020-05-16 09:36:04 +02:00
..
examples Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
alignment.go Added UI elements. 2019-03-05 21:52:18 +01:00
buffer.go Added SDL backend. 2020-05-15 09:20:44 +02:00
button.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
cache.go Made cache more generic. 2020-05-12 20:58:42 +02:00
checkbox.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
clipboard.go Added keys. 2020-05-13 15:57:04 +02:00
containerbase.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
context.go Added support for tooltips. 2020-05-15 16:53:57 +02:00
control.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
controlbase.go Added a generic Events struct in zntg (without ui.Context). 2020-05-16 09:36:04 +02:00
copyresources.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00
dragable.go Keeping state of a drag operation separately. 2020-05-15 12:15:44 +02:00
drawoptions.go Added SDL backend. 2020-05-15 09:20:44 +02:00
event.go Added SDL backend. 2020-05-15 09:20:44 +02:00
events.go Added a generic Events struct in zntg (without ui.Context). 2020-05-16 09:36:04 +02:00
eventtarget.go Added UI elements. 2019-03-05 21:52:18 +01:00
font.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00
fonts.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00
icon.go Added SDL backend. 2020-05-15 09:20:44 +02:00
imagesource.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00
key.go Added SDL backend. 2020-05-15 09:20:44 +02:00
label.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00
length.go Changed Length.Zero to return value instead of Length. 2019-04-11 08:44:38 +02:00
mouse.go Added changing the mouse cursor. 2019-03-11 17:30:41 +01:00
orientation.go Added UI elements. 2019-03-05 21:52:18 +01:00
osresources.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00
overflow.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
overlays.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
proxy.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
renderer.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00
rendererfactory.go Added SDL backend. 2020-05-15 09:20:44 +02:00
resources.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00
scrollbar.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
slider.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
spacing_test.go Added Parent to Controls. 2019-04-11 23:38:32 +02:00
spacing.go Added Parent to Controls. 2019-04-11 23:38:32 +02:00
stackpanel.go Optimizations for rendering large number of items (in a stack panel) and improved visualization of scrollbar. 2019-07-04 22:06:48 +02:00
style.go Added secondary colors to palette. 2020-05-15 17:02:18 +02:00
textbox.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
texture.go Added SDL backend. 2020-05-15 09:20:44 +02:00
textures.go Favoring Context.Textures() over direct texture assignment to controls. 2020-05-15 14:44:55 +02:00
tooltip.go Added Events and changed event handlers of controls. 2020-05-15 19:00:43 +02:00
ui.go Added support for tooltips. 2020-05-15 16:53:57 +02:00
visual.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00