zntg/ui
Sander Schobers 0f03760e66 Added Resize & SetIcon to Renderer.
Refactored Size (on Renderer) to return geom.Point instead of geom.PointF32.
Refactored Width and Height (on Texture) to return int instead of float32.

Refactored texture dimensions to be represented by ints instead of float32s.
2020-12-13 07:40:19 +01: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 Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01:00
cache.go Added Paragraph control. 2020-05-16 15:37:53 +02:00
checkbox.go Added Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01: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 Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01: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 Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01:00
rendererfactory.go Try casting to PhysicalResources first when setting resource provider. 2020-07-07 18:19:34 +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 Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01:00
textures.go Added Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01: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 Added Resize & SetIcon to Renderer. 2020-12-13 07:40:19 +01:00
visual.go Added Fonts() to context similarly as Textures(). 2020-05-15 15:42:24 +02:00