Commit graph

251 commits

Author SHA1 Message Date
Gwenhael Le Moine
90c49ce1ef
rename button_t.label to .label_text 2024-10-03 15:47:48 +02:00
Gwenhael Le Moine
4b0f407181
rename button_t.lc to .label_color, use it for text too 2024-10-03 15:44:30 +02:00
Gwenhael Le Moine
2e4fa64507
[libChf] dirty fix for non-MT 2024-10-03 15:44:03 +02:00
Gwenhael Le Moine
3fc1b804c2
rename button_t.is_menu to .highlight 2024-10-03 15:27:58 +02:00
Gwenhael Le Moine
fb10c5aa0f
document button_t 2024-10-03 15:22:49 +02:00
Gwenhael Le Moine
15db697c3a
fix prettying code 2024-10-03 15:12:04 +02:00
Gwenhael Le Moine
092a7a5059
convert colors to 0x format 2024-10-03 14:10:46 +02:00
Gwenhael Le Moine
6ca7536d2a
rename all colors, remove unused BLACK 2024-10-03 13:24:06 +02:00
Gwenhael Le Moine
f3a211bd90
pass CHF_MODULE_ID as argument instead of re#defining it before include 2024-10-02 22:48:18 +02:00
Gwenhael Le Moine
5b4b6e57a6
missing - 2024-10-02 19:35:32 +02:00
Gwenhael Le Moine
2712f9144b
include, don't duplicate 2024-10-02 19:15:24 +02:00
Gwenhael Le Moine
ab4a4a0ea9
[sd;2] fix 49G ON button offset 2024-10-02 18:35:48 +02:00
Gwenhael Le Moine
970274cefc
notes to find a what's wrong in emulation 2024-10-02 18:10:01 +02:00
Gwenhael Le Moine
f61e0985d4
add some missing big font letters 2024-10-02 16:50:11 +02:00
Gwenhael Le Moine
0fb7f333fc
[sdl2] back to generic clik2key algo 2024-10-02 16:29:32 +02:00
Gwenhael Le Moine
da307ec7ea
5.2.2 2024-10-02 15:50:37 +02:00
Gwenhael Le Moine
16772ce56b
[49g] fix NXT key, still many characters missing from fonts 2024-10-02 15:50:21 +02:00
Gwenhael Le Moine
b729838e7a
5.2.0 2024-10-02 15:47:11 +02:00
Gwenhael Le Moine
81affa4c82
I'm still pinching myself over 49G running 2024-10-02 15:46:14 +02:00
Gwenhael Le Moine
f4c82300dd
WTF saturn49g actually runs with latest -for-emulator 2.15 ROM ?! 2024-10-02 15:40:44 +02:00
Gwenhael Le Moine
e8d3960cb7
decent-er 49G UI 2024-10-02 15:31:17 +02:00
Gwenhael Le Moine
1c5b1f5895
decent 49G UI 2024-10-02 14:36:42 +02:00
Gwenhael Le Moine
88f8119808
update gitignore; reorganize code in ui4x/ 2024-10-02 10:16:57 +02:00
Gwenhael Le Moine
389964ae7e
allow to only poll UI event every X frames 2024-09-27 21:47:14 +02:00
Gwenhael Le Moine
eee03e3b8e
document --tui bug 2024-09-27 21:46:52 +02:00
Gwenhael Le Moine
b32334bf22
keep comment relevant 2024-09-27 21:26:23 +02:00
Gwenhael Le Moine
08a683d204
replace IdleXLoop with usleep 2024-09-27 21:25:03 +02:00
Gwenhael Le Moine
dea07d3bcc
document where ui calls were in emulator.c (even if there's not used there anymore) 2024-09-27 21:24:15 +02:00
Gwenhael Le Moine
a39e209394
move increasing t1_count here otherwise it would never be 2024-09-27 21:23:23 +02:00
Gwenhael Le Moine
145a6430d8
naming; use config.progname instead of raw argv[0] 2024-09-27 10:30:05 +02:00
Gwenhael Le Moine
c47d806c0c
move ui4x_* under src/ui4x/ 2024-09-27 10:10:54 +02:00
Gwenhael Le Moine
06cbb9961e
move libChf under src/ 2024-09-27 10:01:51 +02:00
Gwenhael Le Moine
8197df2229
5.1.0 2024-09-26 20:39:34 +02:00
Gwenhael Le Moine
760417d273
fix upper shape of big 9 2024-09-26 18:27:57 +02:00
Gwenhael Le Moine
2760ce825f
update README with todo-list 2024-09-26 16:26:51 +02:00
Gwenhael Le Moine
9a5d77766e
[sdl2] draw pixels directly 2024-09-26 16:23:59 +02:00
Gwenhael Le Moine
2890dd3831
many small stuff before releasing 5.0.0 2024-09-26 15:40:46 +02:00
Gwenhael Le Moine
493af19b9c
Prepare README for release 2024-09-26 14:58:38 +02:00
Gwenhael Le Moine
5c18756c16
0.1.0 2024-09-26 14:58:34 +02:00
Gwenhael Le Moine
6fa664257c
name back to saturn; store data in ~/.config/..; guard before downloading rom 2024-09-26 14:49:57 +02:00
Gwenhael Le Moine
becc8d8e7f
rename to sb4xng, remove obsolete files 2024-09-26 14:19:49 +02:00
Gwenhael Le Moine
d556cca321
remove useage of .msf and .cat files by inlining messages 2024-09-26 13:51:03 +02:00
Gwenhael Le Moine
be691df487
[pack] define messages in C instead of loading external .cat file 2024-09-26 11:06:43 +02:00
Gwenhael Le Moine
ffb19ef50c
ui4x_main is main 2024-09-26 10:55:14 +02:00
Gwenhael Le Moine
aa06525ec8
get progname from argv[0] 2024-09-26 08:01:14 +02:00
Gwenhael Le Moine
23bde8adc6
fix installing saturn48sx
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2024-09-25 17:01:40 +02:00
Gwenhael Le Moine
ca708667b4
typo 2024-09-25 14:46:12 +02:00
Gwenhael Le Moine
65c3029a1f
install docs 2024-09-25 14:44:58 +02:00
Gwenhael Le Moine
6caf83e02c
A small hack allows loading 48SX ROMs 2024-09-25 14:41:48 +02:00
Gwenhael Le Moine
a5f60a12bd
step towards 49g UI 2024-09-25 13:58:55 +02:00