-
Ritchie Frodomar authored
* Fix Lucky Dip button crashing the game Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Allow theme to draw all code editor elements Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Allow themes to render the CodeEditor background Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Implement basic functionality of CodeEditor Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix wonky neofetch output Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Experimentally add browser address bar to the user-defined title area Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix font size of TextWidget markup being set to 0 Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Remove old input field Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Theme the new text field Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Disallow clipboard copying from password fields Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for password fields * Replace InputField with the new TextField in Web Browser Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Make FontSize a required parameter when measuring or rendering text Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for character spacing in TextWidget Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Subtly change window visuals Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for text transforms in TextWidget Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix settings page titles not changing Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix underlines Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for custom System Settings pages Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Vendor SDL2 and other native libraries Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Avoid GC pinning in ImGuiRenderer Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix dropdown contents not expanding to the width of the dropdown Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Theme the dropdown button widget Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix popovers Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix broken window dragging Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Actually fix mouse hit detection Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix mouse hit detection Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Remove unused rendering API Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix close button not invalidating geometry properly Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix hitching when moving the mouse Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add even more massive performance improvements Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for clipping regions in hit detection Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Use transform atrices for widget mouse hit detection Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Remove position offsets from default avatar shader Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Remove position offsets from core UI shader Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Use transform matrix for widget position offset Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Make the GPY go brrrrr Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix default avatar shader Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Use transform matrices for widget positioning Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Use new mesh implementation for real widget geometry * Use new mesh API for widget clipping Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Write a better mesh abstraction Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Terror * Avoid massive amounts of layout updates when invalidating a layout Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Reduce GC pressure caused when rendering text * Fix blank Terminal Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix massive performance issue with lots of moving widgets Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Call Widget.BeforeRender for all widgets before actually starting a render Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Update widget cliping regions before updating widget geometry, to minimize RT switches Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Fix dock icons constantly invalidating UI layout each frame Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add true support for geometry clipping Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add support for Figma-like geometry clipping Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Upgrade MonoGame backend Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Upgrade MonoGame backend Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com> * Add licensed music toggle, for future use Signed-off-by:
Ritchie Frodomar <alkalinethunder@gmail.com>
This project is licensed under the MIT License.
Learn more