Shane Smiskol
65e1fd299e
raylib: fix full size alert text ( #36379 )
...
* stash so far
* try this
* better
* fast
* rename
* revert
* clean up
* yes
* hack to make it work for now
* actually fix
* fix
6 days ago
Shane Smiskol
d9fc6c0086
raylib: small Label clean up ( #36377 )
...
* do
* clean up
* text raw is the default!
6 days ago
Shane Smiskol
cb612a4b90
raylib: no Label padding ( #36374 )
...
* none
* try this
* fix
* stash
* remove text padding from label, but keep for button
* simpler is to default to 0
* fix
6 days ago
Shane Smiskol
36d77debd0
raylib: remove redundant text center enum ( #36372 )
...
* rm
* type
* fix
* fix
6 days ago
Shane Smiskol
a2c4fe1c90
raylib: fix setup styles ( #36322 )
...
* hardcoding is bad for you
* do updater
* reset
* lint
* duh!
* fixup setup
* fixup updater
* unround
1 week ago
Shane Smiskol
3e56612990
raylib: fix emoji vertical centering ( #36358 )
...
* space
* font scale
* fix centering
1 week ago
Shane Smiskol
b6dbb0fd8d
raylib: font sizes from QT should match ( #36306 )
...
* pt 2
* fix line height
* fixup html renderer
* fix sidebar
* fix label line height
* firehose fixups
* fix ssh value font styling
* fixup inputbot
* do experimental mode
* pairing dialog numbers
* fix radius for prime user
* add emoji to firehose mode
* full screen registration
* fix registration btn size
* fix update and alerts
* debugging
* Revert "debugging"
This reverts commit 0095372e94
.
* firehose styling
* fix offroad alerts missing bottom spacing expansion
* huge oof
* huge oof
2 weeks ago
Maxime Desroches
0e9de8f1b1
ui: support text wrapping in Label ( #35952 )
...
* lb
* t
* Revert "t"
This reverts commit a9b8e2b9fa
.
* tr
* Revert "tr"
This reverts commit 8de8719ded
.
* better
* much better
3 months ago
Maxime Desroches
a51477d40d
ui: use Label in keyboard ( #35941 )
...
better
3 months ago
Maxime Desroches
3a78eee2f9
ui: emoji ( #35913 )
...
* emoji
* label
* back
* default
* type
* more
* ico
* device
* clean
* brew
3 months ago
David
5751c61de0
refactor(raylib): Move widgets to the widgets folder ( #35680 )
...
* refactor: move button to widgets folder
* refactor: move inputbox to widgets folder
* refactor: move label to widgets folder
* refactor: move list_view to widgets
* refactor: move scroll_panel to widgets
* refactor: move scroller to widgets
* refactor: move toggle to widgets
* refactor: Move widget.py to widgets/__init__.py
* fix: remove extra list_view
* refactor: rearrange some of the imports
* fix: remove extra scroller.py
* fix: Add scroller back
* fix: delete right scroller.py this time
* move scroll_panel back to system/ui/lib
* add todos for label and button
3 months ago
Shane Smiskol
29830440b4
format raylib ( #35483 )
...
* format raylib
* not really sure what this is
5 months ago
Shane Smiskol
2000f9aff3
raylib: ban non-cached measure_text_ex ( #35462 )
...
* add
* use it
* Update pyproject.toml
* many more
* comment
5 months ago
Dean Lee
d488529a94
system/ui: add font_weight parameter to gui_text_box ( #35420 )
...
add font_weight parameter to gui_text_box
5 months ago
Dean Lee
896dabb190
system/ui: add right-side text eliding to gui_label ( #35201 )
...
add optional right-side text eliding to gui_label
5 months ago
Dean Lee
2d2efb3f58
pyui: implement styled label and text box ( #34813 )
...
implement styled label
8 months ago
Dean Lee
ce7ff5c0e6
ui: Initial UI rewrite using pyray (spinner and text window) ( #34583 )
...
* pyray init version
* remove c++ code
* cleanup
* restruct the directory layout
* improve GuiApplication
* smooth out the texture after resize
* use atexit to close app
* rename FontSize->FontWeight
* make files executable
* use Inter Regular for FrontWeight.NORMAL
* set FLAG_VSYNC_HINT to avoid tearing while scrolling
* smoother scrolling
* mange textures in gui_app
8 months ago