summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/windows.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-1/+1
|
* POSIX implementation for new directory read features, cleanup of Windows ↵ Vas Crabb2016-06-251-1/+1
| | | | implementation, return directory handle as smart pointer, fix full build [Vas Crabb]
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-2/+0
| | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it.
* Placed back old output system as module "-output windows" need more things ↵ Miodrag Milanovic2016-06-051-0/+32
| | | | cleaned (nw)
* moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-151-3/+2
|
* Remove os dependant output handling (nw) Miodrag Milanovic2016-04-091-33/+0
|
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-031-1/+0
|
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-3/+3
|
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-4/+6
| | | | | | | | | | | | | | | Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows
* Clang 3.8.0 supports -municode (nw) Miodrag Milanovic2016-03-141-1/+1
|
* Fixing issue compiling on GCC 4.9 till 5.1 (nw) Miodrag Milanovic2016-03-051-0/+1
|
* link ole32 on Windows. Needed for CoInitializeEx() Brad Hughes2016-03-021-0/+1
|
* Used std::thread and std::condition_variable (nw) Miodrag Milanovic2016-03-011-12/+2
|
* Dynamically load xinput Brad Hughes2016-03-011-1/+0
|
* Add XInput support for Windows OSD Brad Hughes2016-02-291-0/+1
|
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
|
* Merge input modules work. Brad Hughes2016-02-281-1/+0
|\
| * Refactor OSD input into modules Brad Hughes2016-02-281-1/+0
| |
* | First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-3/+6
| |
* | removed old entries. nw dankan18902016-02-171-1/+0
|/
* qtdebugger as separate lib (nw) Miodrag Milanovic2015-12-261-0/+16
|
* Can't do override checks due to QT headers (nw) Miodrag Milanovic2015-12-071-6/+0
|
* Added addprojectflags function and added -Wsuggest-override for all that are ↵ Miodrag Milanovic2015-12-061-0/+6
| | | | | | not 3rdparty projects. It is place where all additional checks we should put
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
|
* added more h files missing in lua scripts (nw) Miodrag Milanovic2015-11-121-0/+38
|
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-7/+0
|
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-41/+41
|
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-0/+1
|
* Update scripts for compile with latest BGFX (nw) Miodrag Milanovic2015-09-121-0/+1
|
* Fixed VS build (nw) Miodrag Milanovic2015-08-011-1/+3
|
* hmm.. new 5.2 mingw seems to need this to pickup sprintf for lto (NW) Cowering2015-07-231-0/+1
|
* Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-311-2/+2
| | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root.
* propagate _subtarget in maintargetosdoptions call (nw) Miodrag Milanovic2015-05-211-1/+1
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
|
* fix for few more executable files (nw) Miodrag Milanovic2015-04-161-0/+4
|
* added SEPARATE_BIN option to put executable files in bin folder and not in ↵ Miodrag Milanovic2015-04-081-1/+3
| | | | main (useful for continuous integration )(nw)
* Supported mingw-clang builds (nw) Miodrag Milanovic2015-04-061-1/+1
|
* back (nw) Miodrag Milanovic2015-04-051-18/+0
|
* rolled back, not worth of it (nw) Miodrag Milanovic2015-04-051-0/+18
|
* Made all windows build use icons (nw) Miodrag Milanovic2015-04-051-18/+0
|
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-041-2/+50
|\
| * * Take more link dependencies caused by OSD out of genie.lua Vas Crabb2015-04-041-0/+5
| | | | | | | | | | * Always dynamically link SDL on Windows * Fix SDL1 build on Windows
| * Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD Vas Crabb2015-04-041-2/+45
| |
* | Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-0/+6
|/
* removed includeosd (nw) Miodrag Milanovic2015-04-021-2/+4
|
* Ok shuffling done Miodrag Milanovic2015-04-011-0/+7
|
* fix it properly (nw) Miodrag Milanovic2015-04-011-7/+0
|
* MSVC build fix (nw) Miodrag Milanovic2015-04-011-3/+6
|
* Move osdcore.c back into libocore, don't allow libutil to #include osd Vas Crabb2015-04-011-0/+1
|
* Bring back NOASM Vas Crabb2015-04-011-1/+10
|