..
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
Using normal cursor when control is disabled.
2020-05-18 20:28:13 +02:00
cache.go
Added Paragraph control.
2020-05-16 15:37:53 +02:00
checkbox.go
Using normal cursor when control is disabled.
2020-05-18 20:28:13 +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 a debug overlay.
2020-05-24 20:15:40 +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
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +02:00
debug_test.go
Added a debug overlay.
2020-05-24 20:15:40 +02:00
debug.go
Added a debug overlay.
2020-05-24 20:15:40 +02:00
dragable.go
Keeping state of a drag operation separately.
2020-05-15 12:15:44 +02:00
drawoptions.go
Added support for rendering a partial texture.
2020-05-23 08:20:04 +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
fallbackresources.go
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +02:00
font.go
Added Fonts() to context similarly as Textures().
2020-05-15 15:42:24 +02:00
fonts.go
Added support for rendering text to a texture.
2020-05-22 17:42:02 +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
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +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 must be handled & rendered in their order.
2020-05-24 18:42:22 +02:00
paragraph.go
Added Paragraph control.
2020-05-16 15:37:53 +02:00
pathresources.go
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +02:00
proxy.go
Removed OverlayProxy and incorporated logic into Proxy.
2020-05-17 20:07:52 +02:00
renderer.go
Added support for rendering text to a texture.
2020-05-22 17:42:02 +02:00
rendererfactory.go
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +02:00
resources.go
Resources only exposes OpenResource (and Destroy).
2020-05-25 22:24:06 +02:00
scrollbar.go
Added Paragraph control.
2020-05-16 15:37:53 +02:00
slider.go
Using normal cursor when control is disabled.
2020-05-18 20:28:13 +02:00
spacing_test.go
Added Paragraph control.
2020-05-16 15:37:53 +02:00
spacing.go
Fixed bug where spacing was not respecting a fixed width/height when asking its proxied control for its desired size.
2020-05-24 19:15:45 +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
Using normal cursor when control is disabled.
2020-05-18 20:28:13 +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