Shane Smiskol
53b7adedc2
Fix UI timing test ( #36823 )
...
* why did no one tell me about this?!
* not necessary
2025-12-10 00:29:03 -08:00
Dean Lee
ae6250e685
ui/CameraView: use consistent 2-space indentation ( #36748 )
...
use consistent 2-space indentation
2025-12-02 13:09:24 -08:00
Dean Lee
124eb42758
ui: fix CameraView crash caused by stale frame ( #36563 )
...
fix CameraView crash from stale frame
2025-11-10 18:10:50 -08:00
Dean Lee
c8c1b0f781
ui: clear available camera streams after going offroad ( #36441 )
...
clear available camera streams after going offroad
2025-10-24 19:27:33 -07:00
Shane Smiskol
d71d2bd2d0
test_onroad: ignore first few ui timing frames ( #36385 )
...
clean up
2025-10-16 03:45:50 -07:00
Shane Smiskol
5f7b05e808
raylib: don't create vipc client twice first time
2025-10-11 23:36:05 -07:00
Shane Smiskol
e8a17b4963
raylib: fix stale frames going onroad ( #36314 )
...
* fix
* try
* flip
* now flip
* fix network nav button heights
* revert
2025-10-11 06:04:27 -07:00
Adeeb Shihadeh
2d8030de0b
ui: move watch3 to raylib ( #35967 )
...
* move to py
* cleaner
* clean that up
2025-08-09 15:00:36 -07:00
Dean Lee
55579c8c08
ui: flip driver camera horizontally ( #35712 )
...
flip driver camera horizontally
2025-07-13 09:33:27 -07:00
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
2025-07-11 15:15:39 -07:00
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 >
2025-06-10 14:32:20 -07:00
Adeeb Shihadeh
6d09b2405e
raylib: fix shaders on macOS ( #35411 )
...
* fix shaders
* runs now
2025-06-07 20:37:43 -07:00
Shane Smiskol
2c59b5f8c6
raylib: common mouse press hook ( #35489 )
...
* something like this
* need these
* rest
* another pr
* what is this merge conflict
f
* fix mouse down
* rm that!
* fix that
* rearrange
* fix bug where mouse held down on widget, dragged off, then let go
* temp
* fix that
* missing init
2025-06-06 23:00:55 -07:00
Shane Smiskol
3ce87d0ac9
raylib: base widget class ( #35484 )
...
* use some widgets
* consistent name draw -> render
* more
* rest
2025-06-06 19:32:03 -07:00
Shane Smiskol
29830440b4
format raylib ( #35483 )
...
* format raylib
* not really sure what this is
2025-06-06 15:43:47 -07:00
Dean Lee
462301d2e0
ui: implement smooth camera stream switching with seamless transitions ( #35449 )
...
implement smooth camera stream switching with seamless transitions
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2025-06-04 14:20:52 -07:00
Dean Lee
0360926962
ui: fill the bg with disengaged color if no frame ( #35451 )
...
fill the bg with disengaged color if no frame
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2025-06-04 14:08:29 -07:00
Dean Lee
fc0bb72147
selfdrive/ui: enable conflate mode in VisionIpcClient to prevent stale frame rendering ( #35445 )
...
use conflate mode in VisionIpcClient to prevent stale frame rendering
2025-06-03 23:06:46 -07:00
Dean Lee
29afd667cc
move onroad/driving stuff from system/ui to selfdrive/ui ( #35425 )
...
* mv system/ui/onroad->selfdrive/ui/onroad
* mv ui_state
* fix import path
* fix imports
* mv cameraview
* remove from application
2025-06-02 13:27:17 -07:00