usim

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around 2024-06-18 14:49:48.

2024-06-26
16:23
uexec.c (mfread): Manage register 016. check-in: c10b5ec3c4 user: ams tags: trunk
15:51
uexec.c: Fix brain-typos. check-in: 27abad6136 user: ams tags: trunk
15:42
Makefile (CFLAGS): Add -I/opt/local/include for OS X users. check-in: 3c3c94e444 user: ams tags: trunk
10:36
Clean up indentation slightly. check-in: 569f1e1a5a user: ams tags: trunk
08:47
Merge ams/sdl to trunk. check-in: 4121b8f3e7 user: ams tags: trunk
08:47
notes.text: Delete file. Closed-Leaf check-in: 3802b528da user: ams tags: ams/sdl
08:37
Makefile: Add note that SDL1 with SDL12-compat is mostly broken. check-in: 7f3fbc4e82 user: ams tags: ams/sdl
08:37
Get rid of some compiler warnings. check-in: affdaf69ec user: ams tags: ams/sdl
08:17
Bunch of minor cleanups. check-in: 2d70efbcc9 user: ams tags: ams/sdl
05:04
uch11-backend.h: Include <pthread.h>. check-in: 6d8b526a75 user: ams tags: ams/sdl
2024-06-25
16:46
uch11: Random declaration fixes. check-in: a92489a346 user: ams tags: ams/sdl
12:45
uch11: Split out uch11 backend guts into seperate header, leave uch11.h for MIT CADR specifics. check-in: b32ca4506b user: ams tags: ams/sdl
11:30
uch11: Make sure each backend now is a seperate compilation unit. check-in: 200674745d user: ams tags: ams/sdl
11:20
uch11: Split backend code to seperate files. check-in: 9e48bb8745 user: ams tags: ams/sdl
09:54
ucfg.c: Handle setting modifiers in config file. check-in: 7bf9883f4f user: ams tags: ams/sdl
09:39
Move send_accumulated_updates and accumulate_update to tv.c. check-in: 8f1f5f72ee user: ams tags: ams/sdl
08:09
sdl2.c: Map Top key... check-in: d9db9b2bd7 user: ams tags: ams/sdl
08:09
cadet.c (cadet_process_shift): Make function slightly easier to follow. check-in: 06c22160c4 user: ams tags: ams/sdl
07:36
sdl2.c: Handle C-aaaa... properly. check-in: 8955c86dcc user: ams tags: ams/sdl
07:04
x11.c: Minor fixes; use new API. check-in: ef2b653529 user: ams tags: ams/sdl
2024-06-19
07:15
Indent files. check-in: cb74f9ba59 user: ams tags: ams/sdl
07:03
Minor cleanups. check-in: c56a574a07 user: ams tags: ams/sdl
06:45
Move allup key handling to respective backend. check-in: 032a512225 user: ams tags: ams/sdl
2024-06-18
15:01
README.md, lmdf.text: Update. check-in: bfcbe36d94 user: ams tags: ams/sdl
14:49
Break out some duplicate code in "allup" routines. check-in: 822c10cf21 user: ams tags: ams/sdl
13:34
Bunch of SDL1 hackery ... implement allup for SDL1. check-in: 3959f89bbc user: ams tags: ams/sdl
13:26
sdl2.h (sdl2_beep): Add forward declaration. check-in: 3ee82c6833 user: ams tags: ams/sdl
13:24
Restore trace prints. check-in: 8dc45bc7f3 user: ams tags: ams/sdl
11:37
Makefile: Fix rule so we depend on the right things. check-in: 8e02a41c1c user: ams tags: ams/sdl
11:32
Makefile: Link to -lm. check-in: f357f0c422 user: ams tags: ams/sdl
11:02
sdl2.c: Snatch LD beep code; we have beeps .. beep beep. check-in: baee42c695 user: ams tags: ams/sdl
09:02
Start adding boiler plate to implement %BEEP. check-in: b24e6a0b4b user: ams tags: ams/sdl
08:40
Minor cleanups. check-in: 303b8a6283 user: ams tags: ams/sdl
07:53
sdl1.c: Half working keyboard support. check-in: 4da23cb0f0 user: ams tags: ams/sdl
07:35
sdl2.c: Use keysyms instead of scancodes; SDL2 input now works. check-in: 19e882e080 user: ams tags: ams/sdl
07:24
sdl2.c: Half working buckies. check-in: 0c7ac5fa5d user: ams tags: ams/sdl
07:02
sdl2.c: Include <X11/keysym.h> and <X11/X.h>. check-in: 401803fc1b user: ams tags: ams/sdl
2024-06-17
13:58
Meh .. X11 / SDL2 stuff. check-in: 9835eb47e1 user: ams tags: ams/sdl
13:47
Some minor cleaning and stuff ... check-in: c4512a7049 user: ams tags: ams/sdl
08:44
Move default keyboard map so that it is shared. check-in: 7acabec269 user: ams tags: ams/sdl
2024-06-12
11:55
Minor cleanups. check-in: 8d25295997 user: ams tags: ams/sdl
11:53
ucfg.c: Include SDL1 and SDL2 headers. check-in: 519b4720fe user: ams tags: ams/sdl
07:32
Initial hack for handling all-up keys on Cadet. check-in: a2d5e20fe1 user: ams tags: ams/sdl
2024-06-11
11:19
Half working SDL2 keyboard input. check-in: ee2075a420 user: ams tags: ams/sdl
2024-06-05
08:26
Garbage attempt at handling keyboard. check-in: 994fa0d7b2 user: ams tags: ams/sdl
07:40
ucfg.c: Initialize default SDL2 mapping. check-in: e3862ddf7f user: ams tags: ams/sdl
2024-06-04
18:07
Get keyboard processing going, sorta. check-in: 27e79faddf user: ams tags: ams/sdl
17:59
sdl2.c: Boiler plate for keyboard code. check-in: 7399fa5f2a user: ams tags: ams/sdl
17:47
sdl2.c: Fix color. check-in: 5de619b0f2 user: ams tags: ams/sdl
17:44
Add rudimentary SDL2 support. check-in: fd1498981c user: ams tags: ams/sdl