Commit graph

143 commits

Author SHA1 Message Date
gwenhael
9ddaca8304
mention github issues 2023-05-15 09:31:07 +02:00
Gwenhael Le Moine
60a1139fd1
typo 2023-05-14 16:32:15 +02:00
Gwenhael Le Moine
a8d87dac4c
rework setup script to handle SX 2023-05-14 16:20:09 +02:00
Gwenhael Le Moine
37fbf78e2a
sort includes 2023-05-10 16:44:03 +02:00
Gwenhael Le Moine
3a43828056
deduplicate button_pressed(), button_released() and button_release_all() 2023-05-10 16:23:07 +02:00
Gwenhael Le Moine
8e575190a1
release 0.11.0 2023-05-10 15:56:33 +02:00
Gwenhael Le Moine
356c5a21e3
clean doc_0.6.4 content; move installed files into dist/ in which binaries are compiled in too 2023-05-10 15:50:51 +02:00
Gwenhael Le Moine
0769b63fa0
remove COPYING, keep only LICENSE 2023-05-10 15:39:24 +02:00
Gwenhael Le Moine
b6871767a7
remove romio.c dependance on x48_resources.h 2023-05-10 15:33:07 +02:00
Gwenhael Le Moine
ce0f111f7d
add x48_ to files mainly used for (G)UI 2023-05-10 15:32:22 +02:00
Gwenhael Le Moine
8c6470e5e0
fix #3, non issue, it's just an artifact of how _I_ close x48ng
Turns out having Ctrl+Super+C as a shortcut to close windows has this
side effect.
2023-05-10 15:08:35 +02:00
Gwenhael Le Moine
d86833fe49
fiddling 2023-05-10 15:06:06 +02:00
Gwenhael Le Moine
186c448d75
fix comment 2023-05-10 14:57:41 +02:00
Gwenhael Le Moine
167a1906c6
deduplicate adjust_contrast() 2023-05-10 14:56:50 +02:00
Gwenhael Le Moine
309d23b855
list 2 known bugs 2023-05-10 14:44:38 +02:00
Gwenhael Le Moine
231ca84479
be quiet by default unless -verbose; [x11] dropping -quiet option 2023-05-10 14:40:47 +02:00
Gwenhael Le Moine
a425d3477b
remove global variables errbuf and fixbuf 2023-05-10 14:33:53 +02:00
Gwenhael Le Moine
c56d5d3c81
deduplicate get_resources(); remove SDL1-version rom path fallback 2023-05-10 14:20:46 +02:00
Gwenhael Le Moine
e66130ee82
remove duplicated code 2023-05-10 14:08:09 +02:00
Gwenhael Le Moine
b2db78fff8
comment and formatting 2023-05-10 14:06:07 +02:00
Gwenhael Le Moine
3a277b0308
move res_{name,class} from main to resource where they belong 2023-05-10 14:05:34 +02:00
Gwenhael Le Moine
dfb368762f
arrange includes 2023-05-10 14:05:19 +02:00
Gwenhael Le Moine
95d8da35ca
add "missing" extern keyword in header 2023-05-10 13:57:11 +02:00
Gwenhael Le Moine
aaa90f33d2
pretty-code 2023-05-10 13:57:00 +02:00
Gwenhael Le Moine
f095776ea3
remove orphan functions' prototypes in headers 2023-05-10 13:56:03 +02:00
Gwenhael Le Moine
a1f3d0062e
disasml.{c,h} is part of debugger 2023-05-10 13:44:34 +02:00
Gwenhael Le Moine
9544f424fa
update comment {,hp48_}device.c 2023-05-10 13:37:35 +02:00
Gwenhael Le Moine
b64114d2e1
rpl.{c,h} is part of debugger 2023-05-10 13:37:11 +02:00
Gwenhael Le Moine
04bef1297e
one less ifdef 2023-05-10 13:30:17 +02:00
Gwenhael Le Moine
f935b26d27
merge device.h into hp48.h, rename device.c ⇒ hp48_device.c 2023-05-10 13:28:57 +02:00
Gwenhael Le Moine
1cb17dd969
move dump2rom, checkrom and mkcard into src/tools/ 2023-05-09 16:50:01 +02:00
Gwenhael Le Moine
4e5678818e
one call to init_emulator 2023-05-09 14:48:24 +02:00
Gwenhael Le Moine
ce8cb2efa5
pretty code 2023-05-09 14:47:19 +02:00
Gwenhael Le Moine
a95337ef81
progname, res_name and res_class are X11-specific 2023-05-09 14:41:17 +02:00
Gwenhael Le Moine
2f52760345
don't use progname in *printf( std* 2023-05-09 14:37:54 +02:00
Gwenhael Le Moine
43ccf59a1f
typo 2023-05-05 09:03:03 +02:00
Gwenhael Le Moine
928cddc775
correct maps makes for version 0.10.1 2023-05-05 08:59:58 +02:00
Gwenhael Le Moine
0c9a849ae8
one less ifdef in main.c 2023-05-05 08:59:14 +02:00
Gwenhael Le Moine
e30555f554
adapt/update manpage 2023-05-05 08:57:45 +02:00
Gwenhael Le Moine
6c63796863
bump version to 0.10.0 2023-05-04 18:15:26 +02:00
Gwenhael Le Moine
48dfffc7a1
drop support of loading pre-0.4.0 state files (~/.x48ng/hp48) 2023-05-04 18:09:48 +02:00
Gwenhael Le Moine
5a16dc9318
cleaning after deduplication 2023-05-04 18:00:51 +02:00
Gwenhael Le Moine
ddc5e88d24
deduplication 2023-05-04 17:48:55 +02:00
Gwenhael Le Moine
073178cd2a
put old docs from 0.6.4 into doc_0.6.4 2023-05-04 16:45:44 +02:00
Gwenhael Le Moine
f743357bca
pretty-code 2023-05-04 16:09:12 +02:00
Gwenhael Le Moine
76e9272d9e
save_options() from main to x48; deduplicate exit_x48() 2023-05-04 16:06:57 +02:00
Gwenhael Le Moine
7b4039d65c
Big scary shuffling of code to helpfully ease comprehension 2023-05-04 15:53:39 +02:00
Gwenhael Le Moine
91e7ddbee0
deduplicate draw_nibble() 2023-05-04 13:30:58 +02:00
Gwenhael Le Moine
22ea5373b5
use ctype.h {is,to}{lower,upper} functions 2023-05-04 13:28:44 +02:00
Gwenhael Le Moine
5322be982b
we want timezone (and less ifdef branches) 2023-05-03 16:34:17 +02:00