| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move window_list to osd_common_t | 2016-06-11 | 1 | -1/+1 | |
| | | |||||
| * | Unify window_list in Windows and SDL OSD | 2016-06-10 | 1 | -2/+2 | |
| | | |||||
| * | RIP sdlinc.h | 2016-05-06 | 1 | -1/+1 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -5/+6 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -6/+5 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -3/+3 | |
| | | |||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -5/+6 | |
| | | | | | | | | | | | 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. | ||||
| * | Standardize platform window pointer storage in osd_window. | 2016-04-18 | 1 | -1/+1 | |
| | | | | | Also encapsulate show/hide capture/release cursor functionality. | ||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -1/+8 | |
| | | |||||
| * | Iterate over core classes C++11 style | 2016-03-31 | 1 | -25/+24 | |
| | | | | | | | | | C++11 range-based for loops can now iterate over simple_list, tagged_list, core_options, device_t::subdevice_list, device_t::interface_list, render_primitive_list and all subclasses of the above, and much code has been refactored to use them. Most core classes that have these lists as members now have methods that return the lists themselves, replacing most of the methods that returned the object at an owned list's head. (A few have been retained due to their use in drivers or OSD.) device_t now manages subdevice and interface lists through subclasses, but has given up the work of adding and removing subdevices to machine_config. memory_manager has its tagged lists exposed, though the old rooted tag lookup methods have been removed (they were privatized already). | ||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Handle a couple more SDL window events to track focus in input module. | 2016-03-19 | 1 | -0/+5 | |
| | | |||||
| * | Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT ↵ | 2016-03-19 | 1 | -3/+10 | |
| | | | | | compiler directive from the input refactor. | ||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -0/+283 | |
