| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -14/+26 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -26/+14 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -14/+26 | |
| | | | | | | | | | | | 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. | ||||
| * | These init calls all returned false. No need for a return value in this | 2016-04-18 | 1 | -3/+1 | |
| | | | | case. [Couriersud] | ||||
| * | soft is hard and hard is soft. Two is one and one is two. No wonder | 2016-04-18 | 1 | -22/+22 | |
| | | | | | "-video accel" has substandard performance if opengl is disabled. [Couriersud] | ||||
| * | Standardize platform window pointer storage in osd_window. | 2016-04-18 | 1 | -2/+2 | |
| | | | | | Also encapsulate show/hide capture/release cursor functionality. | ||||
| * | 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). | ||||
| * | Implement integer scaling in core renderer [Calamity] | 2016-03-15 | 1 | -2/+2 | |
| | | |||||
| * | Fix D3D and BGFX fullscreen toggle issues, nw | 2016-02-22 | 1 | -0/+26 | |
| | | |||||
| * | Fix some compile errors, not sure if all(nw) | 2016-02-21 | 1 | -29/+29 | |
| | | |||||
| * | Final fixups, get sliders working again, nw | 2016-02-21 | 1 | -20/+16 | |
| | | |||||
| * | First take on render API reorg, nw | 2016-02-21 | 1 | -262/+59 | |
| | | |||||
| * | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -0/+4 | |
| | | |||||
| * | opengl as requirement (nw) | 2016-02-16 | 1 | -4/+0 | |
| | | |||||
| * | Remove SDL 1.2 support (nw) | 2016-02-16 | 1 | -36/+0 | |
| | | |||||
| * | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -4/+4 | |
| | | |||||
| * | fix SDL on Windows compile | 2015-12-06 | 1 | -5/+5 | |
| | | |||||
| * | Fix narrowing (nw) | 2015-12-04 | 1 | -1/+1 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1188 | |
