Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

14 years agoAllow multiple input hooks to be registered for the same key - useful to allow
nkeynes [Wed, 03 Jun 2009 10:29:16 +0000]  tree
Allow multiple input hooks to be registered for the same key - useful to allow
eg binding the same hotkey for run/stop so that it works as a toggle.
src/cocoaui/cocoaui.m
src/display.c
src/gtkui/gtkui.c
src/gui.h
src/hotkeys.c


14 years agoAllow running distcheck even without sh-elf tools installed
nkeynes [Wed, 03 Jun 2009 04:08:59 +0000]  tree
Allow running distcheck even without sh-elf tools installed
test/Makefile.in


14 years agoReplace dcemu.gif with the better-named lxdream.png
nkeynes [Wed, 03 Jun 2009 04:00:52 +0000]  tree
Replace dcemu.gif with the better-named lxdream.png
Update gtkui to actually use the icon
Add a GNOME desktop entry for menu goodness
Makefile.am
Makefile.in
lxdream.desktop
pixmaps/dcemu.gif
pixmaps/lxdream.png
src/cocoaui/cocoaui.m
src/gtkui/gtk_win.c
src/gtkui/gtkcb.c


14 years agoUpdate massively out-of-date POTFILES.in
nkeynes [Wed, 03 Jun 2009 03:59:22 +0000]  tree
Update massively out-of-date POTFILES.in
po/POTFILES.in


14 years ago"MythTV" patch from Wahrhaft, thanks!:
nkeynes [Tue, 02 Jun 2009 23:16:26 +0000]  tree
"MythTV" patch from Wahrhaft, thanks!:
* Add support for LIRC input devices
* Add hotkey input support
* Add command-line option for immediate fullscreen
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoaui.m
src/config.c
src/drivers/input_lirc.c
src/drivers/input_lirc.h
src/gtkui/gtk_hotkeys.c
...

14 years ago000068: Handle sh4_finalize_instruction being called from a syscall (assertion failure)
nkeynes [Sun, 24 May 2009 08:30:35 +0000]  tree
000068: Handle sh4_finalize_instruction being called from a syscall (assertion failure)
(Also introduce IS_SYSCALL() macro to tidy up slightly)
src/sh4/sh4core.in
src/sh4/sh4trans.c
src/syscall.h


15 years agoUpdate test for changes xlat-refactor
nkeynes [Sun, 19 Apr 2009 06:11:19 +0000]  tree
Update test for changes
src/test/testxir.c


15 years agoRemove branch instructions and replace with direct modification of PC + EXIT xlat-refactor
nkeynes [Sun, 19 Apr 2009 05:14:19 +0000]  tree
Remove branch instructions and replace with direct modification of PC + EXIT
Add MIN/MAX instructions (for bound checks)
Implement x86_target_is_legal
Correct a few sh4 instructions
src/sh4/sh4xir.in
src/xlat/x86/x86gen.c
src/xlat/x86/x86target.c
src/xlat/xir.c
src/xlat/xir.h


15 years agoRestructure operand types - xlat-refactor
nkeynes [Sun, 12 Apr 2009 07:24:45 +0000]  tree
Restructure operand types -
rename to forms to avoid conflict for actual data types
temporary operands are now a first class form
remove explicit types for immediates - now implied by opcode
Initial work on promote-source-reg pass
src/Makefile.am
src/Makefile.in
src/sh4/sh4x86.in
src/sh4/sh4xir.in
src/test/testsh4xir.c
src/test/testxir.c
src/xlat/regalloc.c
src/xlat/regalloc.h
src/xlat/x86/x86gen.c
src/xlat/x86/x86op.h
...

15 years agoFix analogue joystick input
nkeynes [Sun, 12 Apr 2009 02:04:27 +0000]  tree
Fix analogue joystick input
src/display.c
src/display.h
src/drivers/joy_linux.c
src/drivers/video_osx.m
src/gtkui/gtk_win.c
src/maple/controller.c


.