summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* winmain compile for UWP Brad Hughes2016-04-033-57/+82
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-031-89/+0
* merge main.cpp for windows platform (unicode) (nw) Miodrag Milanovic2016-04-031-10/+5
* Iterate over core classes C++11 style AJR2016-03-311-5/+5
* Cleanups and version bump Miodrag Milanovic2016-03-303-30/+30
* Refactored Bloom ImJezze2016-03-282-9/+3
* Added oversampling option ImJezze2016-03-252-2/+5
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-233-96/+46
|\
| * Per-screen sliders and some bugfixing, nw therealmogminer@gmail.com2016-03-231-4/+23
| * Merge with master therealmogminer@gmail.com2016-03-2110-1017/+44
| |\
| * | Some bugfixes for BGFX on SDL, nw therealmogminer@gmail.com2016-03-181-2/+4
| * | Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-171-3/+2
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-152-92/+7
| * | Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-152-1/+17
| * | Add bgfx command line options, major shakeup of organization, nw therealmogminer@gmail.com2016-03-131-1/+1
* | | Removing unused functions from winutf8.cpp. Also adding UWP implementations f... Brad Hughes2016-03-232-107/+10
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' into integer_scali... Antonio Giner2016-03-201-3/+3
|\ \ \ | | |/ | |/|
| * | General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-3/+3
* | | Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-3/+3
* | | Revert changes in layout view prior to rework of integer scaling Antonio Giner2016-03-191-3/+3
* | | Merge remote-tracking branch 'refs/remotes/mamedev/master' Antonio Giner2016-03-184-46/+31
|\| |
| * | Update Windows OSD file functions to preferred more modern versions. All stil... Brad Hughes2016-03-181-1/+1
| * | Merge pull request #724 from ImJezze/master Scott Stone2016-03-173-45/+30
| |\ \
| | * | Scanline Variation ImJezze2016-03-152-0/+3
| | * | #06144: Fixed infinite loop ImJezze2016-03-131-19/+7
| | * | Cleanup (nw) ImJezze2016-03-131-20/+20
| | * | Merge pull request #15 from mamedev/master ImJezze2016-03-124-17/+31
| | |\|
| | * | Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze2016-03-029-2340/+405
| | |\ \
| | * | | Fixed infinite loop ImJezze2016-03-022-2/+27
| | * | | Fixed infinite loop ImJezze2016-03-022-27/+2
| | * | | Merge pull request #13 from mamedev/master ImJezze2016-02-222-6/+30
| | |\ \ \
| | * \ \ \ Merge pull request #12 from mamedev/master ImJezze2016-02-211-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze2016-02-216-275/+258
| | |\ \ \ \ \
| | * | | | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze2016-02-218-75/+49
| | * | | | | | Quality and Performance improvements ImJezze2016-02-202-6/+0
* | | | | | | | Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-155-105/+16
|/ / / / / / /
* | | | | | | More fix, and fix a memory leak, too Vas Crabb2016-03-141-3/+6
* | | | | | | Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-147-964/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't need to call FlushFileBuffers (it's equivalent to fsync, not fflush) Vas Crabb2016-03-111-13/+0
* | | | | | Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-3/+2
* | | | | | Code cleanup in rawinput plus use common code for dynamic function binding. Brad Hughes2016-03-032-1/+23
* | | | | | Fix DirectWrite font module init error handling Brad Hughes2016-03-021-0/+6
| |_|_|_|/ |/| | | |
* | | | | Add DirectWrite font support module Brad Hughes2016-03-022-0/+197