Shane Smiskol
|
525b6e48e9
|
raylib: fix word wrap (#36545)
* fix word wrap underestimating width
* and that
|
5 days ago |
Shane Smiskol
|
c7b115b68e
|
raylib: fix text measure with emojis (#36546)
fix
|
5 days ago |
Dean Lee
|
62aef9cd34
|
tools: update README (#36531)
update readme
|
7 days ago |
Adeeb Shihadeh
|
f57617c944
|
expose more state from gui_app
|
1 week ago |
Adeeb Shihadeh
|
c4a0e57046
|
ui: add debug toggle (#36529)
* ui: add debug toggle
* initial state
|
1 week ago |
felsager
|
76c5cb6d87
|
latcontrol_torque: retune torque controller (#36392)
|
1 week ago |
felsager
|
fc4e5007fd
|
latcontrol_torque: make feed-forward jerk independent of individual platform lag (#36334)
|
1 week ago |
Dean Lee
|
af24fd6842
|
remove qrcode library from third_party (#36528)
|
1 week ago |
Maxime Desroches
|
002a22a097
|
AGNOS 14.5 (#36523)
* stage
* updater
* prod
|
1 week ago |
Maxime Desroches
|
9f20eb8ce6
|
setup: handle incompatible versions (#36520)
check
|
1 week ago |
Adeeb Shihadeh
|
2e636458a6
|
op adb: forward all openpilot service ports (#36518)
* op adb: forward all openpilot service ports
* cleanup
|
1 week ago |
David
|
47d0a95fd6
|
font: remove unifont anti-aliasing and reduce font size to 16 (#36508)
remove unifont anti-aliasing and reduce font size to 16
Co-authored-by: Shane Smiskol <shane@smiskol.com>
|
1 week ago |
Dean Lee
|
5d142326f5
|
ui: remove unused get_width() method (#36512)
remove unused get_width() method
|
1 week ago |
Dean Lee
|
ef9683ee79
|
ui: skip rendering when screen is off (#36510)
* skip rendering when screen is off
* continue and rename
* revert that
* flip
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
|
1 week ago |
Maxime Desroches
|
8a77534d02
|
fix zipapp with multilang (#36511)
* fix
* fix
* fix
* more
|
1 week ago |
David
|
73ed45f9d7
|
ui screenshots: add screenshot for unifont rendering (#36506)
* ui: add homescreen setup for unifont language setting
* fix params
|
1 week ago |
Shane Smiskol
|
2d6df2e125
|
raylib: minor tweaks (#36507)
* try
* generic
* check
* why was this here?!
|
1 week ago |
Shane Smiskol
|
e754b738ad
|
raylib: fix prime state thread (#36504)
fix
|
1 week ago |
David
|
1dadb3fcc9
|
multilang: fix missing translation for longitudinal personality toggle description (#36446)
fix: add translation wrapper for longitudinal personality toggle description
|
1 week ago |
Shane Smiskol
|
4e88245745
|
raylib: rename set_callbacks (#36462)
rn
|
1 week ago |
David
|
debc9bf7cf
|
screenshots: reuse alert setup function (#36473)
ui: refactor onroad alert setup functions for improved reusability
|
1 week ago |
Dean Lee
|
e03673485b
|
ui: unify cache key in AugmentedRoadView (#36477)
unified cache key
|
1 week ago |
David
|
6efe4e1998
|
ci: fix selfdrive_tests weekly run and badge (#36500)
|
1 week ago |
David
|
ff6ed7055d
|
ci: include assets path for UI label and preview (#36499)
* workflow: include 'selfdrive/assets/**' path for triggering UI preview
* ui: include 'selfdrive/assets/**' path in labeler configuration
|
1 week ago |
Maxime Desroches
|
6c85e2c697
|
ModemManager restart (#36433)
* res
* limit
* not needed
* comments + explicit
|
2 weeks ago |
Adeeb Shihadeh
|
2d0340cefd
|
ui: stop loading unused fonts (#36493)
Co-authored-by: Comma Device <device@comma.ai>
|
2 weeks ago |
Adeeb Shihadeh
|
a974deeb59
|
ui: replace close button text with icon (#36492)
|
2 weeks ago |
Adeeb Shihadeh
|
cf5bb4e16e
|
reduce unifont impact on init time (#36490)
|
2 weeks ago |
Adeeb Shihadeh
|
0d4b0ee116
|
pre-process fonts for raylib (#36489)
* pre-process fonts for raylib
* it's fast!
* raylib processing
* build with scons
* padding
* happy ruff
* all exported
* cleanup
* more pad
|
2 weeks ago |
Adeeb Shihadeh
|
03cb3e9dc0
|
make ruff happy :)
|
2 weeks ago |
Shane Smiskol
|
f0dd0b5c8c
|
raylib ui: assert system time valid (#36486)
* assert system time valid
* nl
|
2 weeks ago |
Adeeb Shihadeh
|
94ca077e69
|
ui: add startup profiling (#36482)
* ui: add startup profiling
* lil more
|
2 weeks ago |
eFini
|
e92e59ca78
|
multilang: add gettext package (#36476)
needed for gettext
|
2 weeks ago |
Shane Smiskol
|
e0cabc1174
|
raylib: only load glyphs for unifont (#36475)
* again llm is terrible
* Revert "again llm is terrible"
This reverts commit 423dd289ae.
* try this
|
2 weeks ago |
Adeeb Shihadeh
|
5e2f142704
|
increase CPU budget
|
2 weeks ago |
Dean Lee
|
2beb0ffad1
|
ui: move INF_POINT to constant (#36470)
move INF_POINT to constant
|
2 weeks ago |
Dean Lee
|
fa373af9b5
|
ui: cleanup .gitignore (#36471)
cleanup .gitignore
|
2 weeks ago |
Adeeb Shihadeh
|
7909716c1f
|
ui: realtime scheduling (#36467)
* ui: realtime scheduling
* try this
* update cpu
---------
Co-authored-by: Comma Device <device@comma.ai>
|
2 weeks ago |
Adeeb Shihadeh
|
c1cb971bca
|
hardwared: disable power save when screen is on (#36466)
|
2 weeks ago |
Adeeb Shihadeh
|
538ec25ad9
|
gc unused stuff in HW abstraction layer (#36465)
* gc unused stuff in HW abstraction layer
* lil more
|
2 weeks ago |
Adeeb Shihadeh
|
17152484c2
|
selfdrive_tests -> tests
|
2 weeks ago |
Adeeb Shihadeh
|
954b567b9b
|
merge a bunch of misc stuff into common.utils (#36463)
just utils
|
2 weeks ago |
Shane Smiskol
|
6061476d8e
|
fix spinner (#36458)
|
2 weeks ago |
Dean Lee
|
ad903aeaa1
|
ui: simplify draw_border (#36440)
simplify draw_border
|
2 weeks ago |
Dean Lee
|
c8c1b0f781
|
ui: clear available camera streams after going offroad (#36441)
clear available camera streams after going offroad
|
2 weeks ago |
Dean Lee
|
534f096bb8
|
ui: reset cached height when description changes (#36454)
reset cached height when description changes
|
2 weeks ago |
David
|
7da36b2470
|
multilang: fix missing translations in developer panel (#36445)
fix: translate description strings in DeveloperLayout settings
|
2 weeks ago |
Dean Lee
|
f2db7f7665
|
ui: cache emoji font to avoid repeated loading (#36451)
cache font to avoid repleated loads
|
2 weeks ago |
David
|
40a1af97b9
|
ui: only auto scale on PC if SCALE env not set (#36455)
only use auto scale if SCALE env not set
|
2 weeks ago |
Dean Lee
|
53ff5413cd
|
ui: auto-size on PC if screen is smaller than tici (#36452)
auto-scale on PC to fit screen
|
2 weeks ago |