Shane Smiskol
a16adfbc35
add updater
7 days ago
Shane Smiskol
4bae426350
Revert "stash"
...
This reverts commit deb4239fe6 .
7 days ago
Shane Smiskol
80a8df0643
raylib: fix emoji centering with Label ( #36376 )
...
* kinda works
* but spacing was off, so back to big emoji
* rm debug
* fixed!
* fixed!
* fix newline in emoji pattern
* fix
* fix dat
2 weeks ago
Shane Smiskol
a2cce7f897
raylib: fix border radius ( #36346 )
...
* colors
* revert color
* rev
2 weeks 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
Shane Smiskol
deb4239fe6
stash
1 month ago
Shane Smiskol
10cc87b80b
raylib: rm some common colors ( #35979 )
...
common colors
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
4 months ago
Dean Lee
03d2e7b2b0
ui: extract Widget base class to separate lib/widget.py ( #35520 )
...
* extract Widget base class to separate lib/widget.py
* format
* format
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
5 months ago
Shane Smiskol
9153f97900
PrimeWidget: redeclaring __init__ unneeded
...
for https://github.com/commaai/openpilot/pull/35496
5 months ago
Dean Lee
9a1e58102d
ui: display subscription status based on prime state ( #35502 )
...
display subscription status based on PrimeState
5 months ago
Dean Lee
a3daca8fd5
ui: implement PrimeAdWidget ( #35496 )
...
implement PrimeAdWidget
5 months ago