summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-261-6/+3
* Fixed incorrect implementation of win_time_point_from_filetime() Nathan Woods2016-06-251-2/+6
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-148/+0
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-243-53/+79
* Merge pull request #911 from GiuseppeGorgoglione/master Vas Crabb2016-06-152-220/+0
|\
| * Introduce dynamic_module Giuseppe Gorgoglione2016-06-112-220/+0
* | fix handling VIDEO_NONE on windows (nw) Miodrag Milanovic2016-06-121-1/+5
|/
* Move window_list to osd_common_t Brad Hughes2016-06-113-31/+31
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-104-69/+51
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-082-2/+9
* Fixed video mode opengl duplicated in SDL build. (nw) dankan18902016-06-071-0/+3
* Procedural texture for vectors in HLSL ImJezze2016-06-052-0/+3
* Placed back old output system as module "-output windows" need more things cl... Miodrag Milanovic2016-06-051-0/+709
* Removed dead D3D code (nw) ImJezze2016-05-291-2/+0
* Fix -resolution and -switchres Brad Hughes2016-05-261-3/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
* remove some dead threading code (nw) smf-2016-05-232-135/+7
* Normalized vector attenuation settings ImJezze2016-05-221-11/+11
* window.cpp - Remove dead WM_USER_* events for which handling was causing cras... Paul Priest2016-05-221-26/+0
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+1
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-1/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-2/+1
* leftovers from mt (nw) Miodrag Milanovic2016-05-061-64/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-272-6/+6
* Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-261-1/+5
* Fix for Alt-Enter on Brad code (nw) Miodrag Milanovic2016-04-252-4/+4
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-254-110/+83
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-254-83/+110
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2410-51/+50
* changes for UWP (nw) Miodrag Milanovic2016-04-232-3/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-232-5/+2
* Refactor OSD window. Brad Hughes2016-04-214-110/+83
* Refactored distortion pass ImJezze2016-04-192-3/+9
* Add UWP implementation for cursor methods Brad Hughes2016-04-182-0/+41
* fix compile (nw) David Haywood2016-04-181-2/+2
* Check that we have a window before updating cursor state Brad Hughes2016-04-181-2/+6
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-184-76/+107
* Fix crash with -video none, nw therealmogminer@gmail.com2016-04-181-1/+4
* Fixed missing diagnostic module include. Brad Hughes2016-04-171-0/+1
* Create diagnostic module for profiling and crash diagnostics Brad Hughes2016-04-172-1019/+15
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-173-10/+19
* Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD Brad Hughes2016-04-152-11/+16
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-0/+8
* Update windows to use platform independent watchdog implementation (nw) Miodrag Milanovic2016-04-153-83/+1
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+0
* Skeleton implementation for Universal windows main app classes. Brad Hughes2016-04-103-2/+142
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-1/+1
* Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-104-36/+4
* Remove os dependant output handling (nw) Miodrag Milanovic2016-04-094-1118/+0
* move common struct to common place (nw) Miodrag Milanovic2016-04-042-69/+1