[x] On control textEditMode, length shouldn't be limited by box
[x] Palette issues with selectedType vs selectedTypeDraw --> Use GuiWindowBox()
[x] Anchor names are not loaded from .rgl
[x] Refence point doesn't seem to be considered properly when exporting with anchors
[x] When exporting gui_code.c template, GuiButton() exported to variable instead of if GuiButton(), maybe it should be an option to choose, even when we export to gui_header.h, sometimes we may want to call functions directly inside the exported file.
[x] GuiWindowBox() does not crash on mouse scaling anymore but when trying to scale the rectangle it just becomes unselected due to clicking outside selection area (window top bar).
[x] gui_window_codegen: GuiScrollPanel() does not consider horizontal scrolling...
GuiWindowBox()
mouse scaling crashes programtextEditMode
, length shouldn't be limited by boxselectedType
vsselectedTypeDraw
--> UseGuiWindowBox()
gui_code.c
template,GuiButton()
exported to variable instead ofif GuiButton()
, maybe it should be an option to choose, even when we export togui_header.h
, sometimes we may want to call functions directly inside the exported file.GuiWindowBox()
does not crash on mouse scaling anymore but when trying to scale the rectangle it just becomes unselected due to clicking outside selection area (window top bar).gui_window_codegen
: GuiScrollPanel() does not consider horizontal scrolling...