log menu.c @ 1423:9a3e003bdcb3

age author description
Fri, 30 Jun 2017 18:42:52 -0700 Michael Pavone Make drag and drop play nice with the menu
Mon, 26 Jun 2017 09:38:41 -0700 Michael Pavone Add smd extension to default extension filter. Make file extension check case insensitive
Sat, 24 Jun 2017 23:37:47 -0700 Michael Pavone Add a file extension filter to the menu
Fri, 21 Apr 2017 23:35:32 -0700 Michael Pavone Fix a deficiency in the way types were handled in my ternary tree. Fixes in which some paths that were constructed from a template with variables would sometimes get an extra garbage character thrown in
Tue, 21 Mar 2017 19:48:08 -0700 Michael Pavone Don't leak a ternary tree when building the menu's initial path
Tue, 21 Mar 2017 00:40:25 -0700 Michael Pavone Allow initial_path to contain variable references which allows the default value to be actually specified in the default config file
Sun, 26 Feb 2017 23:18:21 -0800 Michael Pavone Update Windows build to use mingw-w64 cross compiler rather than Wine
Mon, 19 Dec 2016 13:28:18 -0800 Michael Pavone Mostly working changes to allow support for multiple emulated system types in main blastem program
Fri, 09 Dec 2016 09:48:48 -0800 Michael Pavone WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
Sun, 31 Jul 2016 15:20:00 -0700 Michael Pavone Added some hacky code to support a virtual root directory for selecting drives on Windows
Thu, 12 May 2016 19:26:58 -0700 Michael Pavone Slightly better handling of directory read errors
Wed, 04 May 2016 22:11:48 -0700 Michael Pavone Allow navigating to the root directory on Unix-like systems
Mon, 02 May 2016 18:29:29 -0700 Michael Pavone Handle failures to load save state from the menu more gracefully
Sun, 01 May 2016 21:39:43 -0700 Michael Pavone Removed assumptions that path separators are Unix style outside of Unix-only verions of functions
Thu, 21 Apr 2016 23:46:33 -0700 Michael Pavone Implement Windows versions of recently added functions in util.c and get the Windows build working again