schobers
  • Joined on 2018-03-10
schobers pushed to master at schobers/zntg 2021-05-11 06:25:19 +00:00
4cff23cd37 Mouse wheel now increments/decrements the slider value by 1.
schobers pushed to master at schobers/zntg 2021-03-23 11:31:36 +00:00
72138bb8e3 Added Line to Renderer.
schobers pushed to master at schobers/geom 2021-02-15 18:39:44 +00:00
885f27689f Added Union for Rectangle{,F,F32}.
schobers pushed to master at schobers/geom 2021-02-12 12:25:18 +00:00
d1c3f6619b Added Len{,64} gives back the number of digits of a number.
29de09a237 Added NthRoot{,64} methods.
Compare 2 commits »
schobers pushed to master at schobers/zntg 2021-01-14 10:44:17 +00:00
7aa88e2dc6 Fixed bug in slider when maximum equal to or less than the minimum was supplied.
schobers pushed to master at schobers/zntg 2021-01-12 19:35:14 +00:00
dbeacc3794 Split rendering of buffer & blitting it to the display.
schobers pushed to master at schobers/zntg 2021-01-09 16:08:40 +00:00
480e864b53 Show event wasn't invoked on overlay when visibility was set to true on add.
schobers pushed to master at schobers/zntg 2021-01-09 16:07:22 +00:00
9dc301eed8 Fixed two issues with slider.
schobers pushed to master at schobers/allg5 2020-12-25 18:43:25 +00:00
61164d8a92 Added UnregisterDisplay event.
schobers pushed to master at schobers/fs 2020-12-22 18:31:57 +00:00
2e9959daba Added Chown to afero.Fs implementations.
schobers pushed to master at schobers/zntg 2020-12-13 06:43:20 +00:00
102c187566 Added generic margin.
11e37af9c2 Added shorthand method for retrieving default font for the control.
5babda0ca9 Added (optional) dropshadow for label.
b1cdbea90f Changed colors of button text a bit.
7d5168614e Added override for scrollbar color.
Compare 15 commits »
schobers pushed to master at schobers/zntg 2020-12-12 13:47:29 +00:00
f3ce48a1ba Added shorthand method for retrieving default font for the control.
46b3357635 Added (optional) dropshadow for label.
c2e688cc68 Changed colors of button text a bit.
f4827fa200 Added override for scrollbar color.
25e33b125b ContainerBase now provides a DesiredSize (maximum of all children, if any).
Compare 7 commits »
schobers pushed to master at schobers/zntg 2020-07-07 16:19:38 +00:00
de87c5d3aa Try casting to PhysicalResources first when setting resource provider.
schobers pushed to master at schobers/breakout 2020-06-13 08:23:02 +00:00
f5b3ff4f0c Changed God mode.
schobers pushed to master at schobers/breakout 2020-06-12 17:36:04 +00:00
6c2d724621 Breakout clone to demonstrate Allegro & Zig.
schobers created repository schobers/breakout 2020-06-12 17:35:53 +00:00
schobers pushed to master at schobers/geom 2020-06-07 06:44:50 +00:00
9215311802 Added two missing int64 methods (Abs64 and SubAbs64).
schobers pushed to master at schobers/tins2020 2020-05-26 17:00:03 +00:00
d0e6721953 Changed appearance of close button on (large) dialogs back to original.
1ae7e9ebe4 Added Mac OS X cross-compilation to release script (only SDL).
8264942602 Combined two Allegro related code units.
6ce7baed2b Removed (already redundant) resources.go.
Compare 4 commits »
schobers pushed to master at schobers/tins2020 2020-05-25 20:55:02 +00:00
bd1d685c20 Hid console window for Windows Allegro builds.
93002a784b Added hints on keyboard shortcuts.
7230ac966b Using the refactored Resources system.
Compare 3 commits »
schobers pushed to master at schobers/zntg 2020-05-25 20:24:10 +00:00
67e73a8671 Resources only exposes OpenResource (and Destroy).