zntg/ui
2020-05-18 12:37:42 +02:00
..
examples Moved default NewRendererOptions to generic part instead of in specific renderers. 2020-05-17 08:29:02 +02:00
alignment.go Added UI elements. 2019-03-05 21:52:18 +01:00
buffer.go Refactored DrawTexture on Renderer to favor rendering using destination rectangle instead of a point. 2020-05-17 11:12:45 +02:00
button.go Added DisabledColor to button. 2020-05-18 12:37:42 +02:00
cache.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
checkbox.go Refactored DrawTexture on Renderer to favor rendering using destination rectangle instead of a point. 2020-05-17 11:12:45 +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 default style if style is not set on Run{,Wait}. 2020-05-17 07:54:54 +02:00
control.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
controlbase.go Added Paragraph control. 2020-05-16 15:37:53 +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 Refactored DrawTexture on Renderer to favor rendering using destination rectangle instead of a point. 2020-05-17 11:12:45 +02:00
event.go Added display move event. 2020-05-17 15:30:52 +02:00
events.go Renamed EventFn to EventEmptyFn and EventStateFn to EventFn (both in ui and zntg packages). 2020-05-16 12:07:13 +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 Paragraph control. 2020-05-16 15:37:53 +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
notifier.go Added Disabled to controls. 2020-05-16 13:46:07 +02: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 Paragraph control. 2020-05-16 15:37:53 +02:00
overlay.go Renamed Overlay callbacks & extended interface of Overlay (must be a Control as well). 2020-05-16 10:57:14 +02:00
overlaybase.go Renamed Overlay callbacks & extended interface of Overlay (must be a Control as well). 2020-05-16 10:57:14 +02:00
overlays.go Overlays all handle the same events but if a overlay handles the event then the content won't get the event. 2020-05-17 16:11:47 +02:00
paragraph.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
proxy.go Removed OverlayProxy and incorporated logic into Proxy. 2020-05-17 20:07:52 +02:00
renderer.go Fixed tooltip flickering when not blocking on events. 2020-05-17 21:02:07 +02:00
rendererfactory.go Moved default NewRendererOptions to generic part instead of in specific renderers. 2020-05-17 08:29:02 +02:00
resources.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00
scrollbar.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
slider.go Refactored DrawTexture on Renderer to favor rendering using destination rectangle instead of a point. 2020-05-17 11:12:45 +02:00
spacing_test.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
spacing.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
stackpanel.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
style.go Added Disabled to controls. 2020-05-16 13:46:07 +02:00
textbox.go Only animate when textbox has focus. 2020-05-17 15:31:06 +02:00
texture.go Added SDL backend. 2020-05-15 09:20:44 +02:00
textures.go Fixed bug where nil was stored as a scaled texture. 2020-05-17 07:54:19 +02:00
tooltip.go Renamed Overlay callbacks & extended interface of Overlay (must be a Control as well). 2020-05-16 10:57:14 +02:00
ui.go Fixed tooltip flickering when not blocking on events. 2020-05-17 21:02:07 +02:00
visual.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00