summaryrefslogtreecommitdiff
path: root/catbird
Commit message (Expand)AuthorAgeFilesLines
* asset: Export reload!David Thompson2023-06-041-0/+1
* kernel: Export add-region.David Thompson2023-06-041-0/+1
* node-2d: Fix default-width/height when there is no texture set.David Thompson2023-06-041-2/+4
* region: Export additional methods.David Thompson2023-06-041-0/+2
* node-2d: Add world->local method.David Thompson2023-05-251-9/+13
* node-2d: Only calculate beta value when interpolation is needed.David Thompson2023-05-161-5/+5
* node: Remove costly closure allocation in update/render methods.David Thompson2023-05-161-2/+14
* Add missing mixins imports.David Thompson2023-05-164-0/+4
* Remove $ syntax.David Thompson2023-05-131-7/+0
* Handle window resizing in a somewhat reasonable way.David Thompson2023-05-137-29/+105
* Remove viewport from regions.David Thompson2023-05-131-11/+3
* Lazily create agendas for scripted nodes.David Thompson2023-05-041-5/+17
* Remove on-boot and reboot methods.David Thompson2023-05-016-24/+18
* Force re-layout after updating GC stats.David Thompson2023-04-301-0/+2
* Be more responsive to nested container resizing.David Thompson2023-04-301-4/+12
* Add GC stats display to overlay.David Thompson2023-04-301-2/+146
* Open in-engine REPL upon error.David Thompson2023-04-303-106/+93
* Add really hacky <link> node class.David Thompson2023-04-301-0/+54
* Perform an initial container layout on initialize.David Thompson2023-04-301-0/+4
* Use pushdown state for tracking keyboard focus.David Thompson2023-04-301-6/+21
* Add REPL printer for assets.David Thompson2023-04-301-0/+10
* Allow regions to be "frozen" so they don't render/update.David Thompson2023-04-301-7/+42
* Relicense to Apache 2.0.David Thompson2023-04-2621-210/+189
* repl: Use pushdown state.David Thompson2023-04-181-9/+10
* scene: Use pushdown state.David Thompson2023-04-181-15/+13
* region: Use pushdown state.David Thompson2023-04-181-11/+20
* Add <pushdown-state> class.David Thompson2023-04-181-0/+42
* repl: Narrow stacks by one more frame.David Thompson2023-04-021-1/+5
* repl: Add ,bt command and better stack narrowing.David Thompson2023-04-021-7/+51
* line-editor: Tweak positioning to account for font descent.David Thompson2023-03-281-0/+1
* repl: Allow multiple expressions per line.David Thompson2023-03-281-14/+27
* repl: Add nested REPL support and start of a debugger.David Thompson2023-03-281-36/+65
* repl: Add multiple return value support.David Thompson2023-03-271-14/+20
* Allow REPL to render more than just text.David Thompson2023-03-271-38/+92
* ui: Export layout method.David Thompson2023-03-271-0/+1
* node: Add clear method.David Thompson2023-03-271-0/+4
* Auto-resize REPL background.David Thompson2023-03-261-7/+9
* Use actual position instead of interpolated position for local matrix.David Thompson2023-03-261-1/+1
* Fix infinite loop in line editor.David Thompson2023-03-261-1/+5
* Use resize method in line editor.David Thompson2023-03-261-3/+3
* Auto-resize minibuffer background.David Thompson2023-03-261-7/+9
* Resize label on initialize.David Thompson2023-03-261-1/+2
* Add auto-resizing version of resize method.David Thompson2023-03-261-0/+3
* Give overlay scene a name.David Thompson2023-03-261-1/+1
* Add generic math module.David Thompson2023-03-221-0/+127
* Use default-width/height for <particles>.David Thompson2023-03-221-5/+5
* Refresh label on enter, not boot.David Thompson2023-03-221-4/+4
* Refresh canvas on enter, not boot.David Thompson2023-03-221-3/+3
* Add beginnings of UI widget module.David Thompson2022-12-281-0/+340
* node-2d: Fix width/height init args bug.David Thompson2022-12-281-6/+5