summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
|
* fix handling VIDEO_NONE on windows (nw) Miodrag Milanovic2016-06-121-1/+5
| | | | fix SDL version of zexall (nw)
* Move window_list to osd_common_t Brad Hughes2016-06-111-26/+26
|
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-49/+43
|
* Fix -resolution and -switchres Brad Hughes2016-05-261-3/+1
|
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
| | | | | | | * move menu classes into ::ui namesapce * reduce scope of many symbols (first step in making UI code less rage-inducing so I can fix text input)
* remove some dead threading code (nw) smf-2016-05-231-131/+6
|
* window.cpp - Remove dead WM_USER_* events for which handling was causing ↵ Paul Priest2016-05-221-26/+0
| | | | crashes. Fixes MT6217.
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+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-271-3/+3
|
* Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-261-1/+5
|
* Fix for Alt-Enter on Brad code (nw) Miodrag Milanovic2016-04-251-2/+2
|
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-100/+70
| | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db.
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-70/+100
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
|
* Refactor OSD window. Brad Hughes2016-04-211-100/+70
| | | | | | | | | | Unified renderer in osd_window as std::unique_ptr Made windows all std::shared_ptr<window_type> Made window lists std::list<std::shared_ptr<window_type>> Updated OSD SDL worker_param to not use malloc (not compatible with smart pointers) Made renderer pointer to window a weak reference. May not be available during destruction of the window.
* Add UWP implementation for cursor methods Brad Hughes2016-04-181-0/+36
|
* 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-181-72/+97
| | | | Also encapsulate show/hide capture/release cursor functionality.
* Fix crash with -video none, nw therealmogminer@gmail.com2016-04-181-1/+4
|
* Add AVI writing to bgfx, nw therealmogminer@gmail.com2016-04-171-0/+6
|
* Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD Brad Hughes2016-04-151-8/+12
|
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-0/+8
| | | | Adding handler for the right mouse button in the main menu, calls the machine configuration.
* 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-101-23/+4
|
* Cleanups and version bump Miodrag Milanovic2016-03-301-28/+28
|
* Merge bgfx_shader into master, nw therealmogminer@gmail.com2016-03-231-93/+40
|\
| * Per-screen sliders and some bugfixing, nw therealmogminer@gmail.com2016-03-231-4/+23
| |
| * Merge with master therealmogminer@gmail.com2016-03-211-20/+7
| |\
| * | Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-171-3/+2
| | |
| * | Remove -mt, nw therealmogminer@gmail.com2016-03-151-91/+7
| | |
| * | Add most of the rest of the D3D HLSL chain, nw therealmogminer@gmail.com2016-03-151-1/+15
| | |
* | | Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-3/+3
| | | | | | | | | | | | | | | - Add core option -unevenstretch - Add core option -unevenstretchx
* | | 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-181-19/+7
|\ \ \ | | |/ | |/|
| * | #06144: Fixed infinite loop ImJezze2016-03-131-19/+7
| |/ | | | | | | | | | | - fixed infinite loop while building slider list, when more than one window was created refs mametesters #06144
* / Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-78/+16
|/
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-3/+2
|
* Use std::atomic and std::mutex where applicable (nw) Miodrag Milanovic2016-03-011-3/+6
|
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
|
* Merge input modules work. Brad Hughes2016-02-281-21/+61
|\
| * Refactor OSD input into modules Brad Hughes2016-02-281-22/+62
| |
* | fix compile (nw)mame0171 Miodrag Milanovic2016-02-241-5/+2
| |
* | Cleanups and version bump Miodrag Milanovic2016-02-241-8/+8
| |
* | Maybe fix nounevenstretch on windows osd therealmogminer@gmail.com2016-02-241-8/+71
| |
* | Fix -window -r -nokeepaspect behavior on Windows OSD, nw therealmogminer@gmail.com2016-02-231-1/+4
| |
* | Fix D3D and BGFX fullscreen toggle issues, nw therealmogminer@gmail.com2016-02-221-6/+29
| |