summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-0/+4
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-53/+0
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-221-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* Cleanups and version bump Miodrag Milanovic2016-07-271-10/+10
* Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... Nathan Woods2016-07-051-1/+30
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-10/+10
* Revert "This worked by pure luck (nw)" Vas Crabb2016-06-251-4/+0
* This worked by pure luck (nw) Miodrag Milanovic2016-06-241-0/+4
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-3/+5
* Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-2/+1
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-69/+58
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-031-5/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-137/+133
* Add function for flushing file buffers Vas Crabb2016-03-011-0/+15
* OS/2 can not support SDL2 which is needed for MAME to run (nw) Miodrag Milanovic2016-02-261-1/+1
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-87/+0
* common osd path environment var expansion Jeffrey Clark2016-01-061-0/+11
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* pty: first step of pseudo terminal implementation fulivi2015-10-131-0/+19
* Fix creation of paths Vas Crabb2015-03-311-0/+4
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-7/+21
* Converted midi into a module. (nw) couriersud2015-01-311-13/+14
* Promote osd_getenv from osdlib.h to osdcore.h. Change return type to couriersud2015-01-271-0/+14
* Added include of stdarg to support some platforms (nw) Miodrag Milanovic2015-01-111-0/+1
* Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud2015-01-091-0/+2
* Added -listnetwork option to list available network adapters Miodrag Milanovic2014-10-231-0/+3
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-2/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-8/+34
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* some comments (nw) Oliver Stöneberg2014-03-241-1/+4
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-111-0/+17
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* First pass on MIDI out support [R. Belmont] R. Belmont2013-01-141-0/+1
* MIDI core updates: [R. Belmont] R. Belmont2013-01-131-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-15/+15
* portmidi: Initial commit. [R. Belmont] R. Belmont2013-01-011-0/+12
* Profiler rewrite; simplified, streamlined and less overhead. Nathan Woods2012-12-091-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-9/+7
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Call off the dogs, the OSD routing for OSD-side sliders has been fixed. nwn Ryan Holtz2011-05-231-10/+0
* HLSL Updates: [Ryan Holtz, Bat Country Entertainment] Ryan Holtz2011-05-221-0/+10
* Cleanups again Angelo Salese2011-04-181-1/+1
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-1/+21
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-161-2/+0
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-2/+2