| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+1 | |
| | | |||||
| * | fix handling VIDEO_NONE on windows (nw) | 2016-06-12 | 1 | -1/+5 | |
| | | | | | fix SDL version of zexall (nw) | ||||
| * | Move window_list to osd_common_t | 2016-06-11 | 1 | -26/+26 | |
| | | |||||
| * | Unify window_list in Windows and SDL OSD | 2016-06-10 | 1 | -49/+43 | |
| | | |||||
| * | Fix -resolution and -switchres | 2016-05-26 | 1 | -3/+1 | |
| | | |||||
| * | ui refactoring [Vas Crabb] | 2016-05-27 | 1 | -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) | 2016-05-23 | 1 | -131/+6 | |
| | | |||||
| * | window.cpp - Remove dead WM_USER_* events for which handling was causing ↵ | 2016-05-22 | 1 | -26/+0 | |
| | | | | | crashes. Fixes MT6217. | ||||
| * | Move slider_state and ui_menu_item into src/frontend/mame, nw | 2016-05-16 | 1 | -0/+1 | |
| | | |||||
| * | no deps between osd and frontend, internal debugger removed (nw) | 2016-05-06 | 1 | -2/+1 | |
| | | |||||
| * | leftovers from mt (nw) | 2016-05-06 | 1 | -64/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -3/+3 | |
| | | |||||
| * | Reset menu on toggle fullscreen [barlog] | 2016-04-26 | 1 | -1/+5 | |
| | | |||||
| * | Fix for Alt-Enter on Brad code (nw) | 2016-04-25 | 1 | -2/+2 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -100/+70 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -70/+100 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -2/+2 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -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 | 2016-04-18 | 1 | -0/+36 | |
| | | |||||
| * | fix compile (nw) | 2016-04-18 | 1 | -2/+2 | |
| | | |||||
| * | Check that we have a window before updating cursor state | 2016-04-18 | 1 | -2/+6 | |
| | | |||||
| * | Standardize platform window pointer storage in osd_window. | 2016-04-18 | 1 | -72/+97 | |
| | | | | | Also encapsulate show/hide capture/release cursor functionality. | ||||
| * | Fix crash with -video none, nw | 2016-04-18 | 1 | -1/+4 | |
| | | |||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -0/+6 | |
| | | |||||
| * | Use std::chrono instead of GetTickCount in window.cpp/h for Windows OSD | 2016-04-15 | 1 | -8/+12 | |
| | | |||||
| * | ui: Re-enabled configuration menu for single-machine and added some options. | 2016-04-15 | 1 | -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 | 2016-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Make sliders use an std::vector instead of a linked list, nw | 2016-04-10 | 1 | -23/+4 | |
| | | |||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -28/+28 | |
| | | |||||
| * | Merge bgfx_shader into master, nw | 2016-03-23 | 1 | -93/+40 | |
| |\ | |||||
| | * | Per-screen sliders and some bugfixing, nw | 2016-03-23 | 1 | -4/+23 | |
| | | | |||||
| | * | Merge with master | 2016-03-21 | 1 | -20/+7 | |
| | |\ | |||||
| | * | | Fix scrolling in slider list, nw | 2016-03-17 | 1 | -3/+2 | |
| | | | | |||||
| | * | | Remove -mt, nw | 2016-03-15 | 1 | -91/+7 | |
| | | | | |||||
| | * | | Add most of the rest of the D3D HLSL chain, nw | 2016-03-15 | 1 | -1/+15 | |
| | | | | |||||
| * | | | Move integer scaling implementation to render_target::compute_visible_area | 2016-03-20 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | - Add core option -unevenstretch - Add core option -unevenstretchx | ||||
| * | | | Revert changes in layout view prior to rework of integer scaling | 2016-03-19 | 1 | -3/+3 | |
| | | | | |||||
| * | | | Merge remote-tracking branch 'refs/remotes/mamedev/master' | 2016-03-18 | 1 | -19/+7 | |
| |\ \ \ | | |/ | |/| | |||||
| | * | | #06144: Fixed infinite loop | 2016-03-13 | 1 | -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] | 2016-03-15 | 1 | -78/+16 | |
| |/ | |||||
| * | Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) | 2016-03-07 | 1 | -3/+2 | |
| | | |||||
| * | Use std::atomic and std::mutex where applicable (nw) | 2016-03-01 | 1 | -3/+6 | |
| | | |||||
| * | cleanup (nw) | 2016-02-29 | 1 | -1/+0 | |
| | | |||||
| * | Merge input modules work. | 2016-02-28 | 1 | -21/+61 | |
| |\ | |||||
| | * | Refactor OSD input into modules | 2016-02-28 | 1 | -22/+62 | |
| | | | |||||
| * | | fix compile (nw)mame0171 | 2016-02-24 | 1 | -5/+2 | |
| | | | |||||
| * | | Cleanups and version bump | 2016-02-24 | 1 | -8/+8 | |
| | | | |||||
| * | | Maybe fix nounevenstretch on windows osd | 2016-02-24 | 1 | -8/+71 | |
| | | | |||||
| * | | Fix -window -r -nokeepaspect behavior on Windows OSD, nw | 2016-02-23 | 1 | -1/+4 | |
| | | | |||||
| * | | Fix D3D and BGFX fullscreen toggle issues, nw | 2016-02-22 | 1 | -6/+29 | |
| | | | |||||
