kc3-lang/SDL/src/core/freebsd

Branch :


Log

Author Commit Date CI Message
120c76c8 2022-01-03 09:40:00 Updated copyright for 2022
d31251b0 2021-11-21 22:30:48 use SDL's functions version inplace of libc version
08ae7904 2021-09-14 20:38:03 Replace calls to asprintf with SDL_asprintf
bf97c5a2 2021-09-08 14:47:40 Make sure SDL file descriptors don't leak into child processes
cf15faae 2021-02-14 14:24:38 Change "memset" to "SDL_zero"
c5f9e061 2021-02-14 13:13:34 Disable FreeBSD console mouse when initializing evdev input Enable it again after quitting evdev input.
9130f7c3 2021-01-02 10:25:38 Updated copyright for 2021
90456670 2020-12-17 14:11:00 more "'for' loop initial declarations are only allowed in C99 mode" fixes
1822f97e 2020-11-11 19:37:47 Fixed bug 5346 - Add FreeBSD evdev KBIO keyboard input driver wahil1976 This patch adds the KBIO text input driver for FreeBSD, which allows text input to fully work without text spilling out into the console. It also supports accented input, AltGr keys and Alt Lock combinations. Tested with US accent keys layout and various AltGr layouts.