summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/osdwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move window_list to osd_common_t Brad Hughes2016-06-111-6/+0
|
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-3/+5
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
|
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-11/+12
| | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db.
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-12/+11
|
* Refactor OSD window. Brad Hughes2016-04-211-11/+12
| | | | | | | | | | 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.
* Fix compile on linux and windows. couriersud2016-04-101-8/+0
|
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
|
* Fix some compile errors, not sure if all(nw) therealmogminer@gmail.com2016-02-211-0/+2
|
* Final fixups, get sliders working again, nw therealmogminer@gmail.com2016-02-211-2/+6
|
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+57