summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/drawnone.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Let's try to solve the quit-on-minimize problem (nw) yz70s2019-06-171-0/+2
|
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
|
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-2/+2
| | | | * Change window handle storage to template instead of void* (nw)
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-1/+1
|
* Add more UWP support (nw) Miodrag Milanovic2016-11-091-0/+8
|
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-3/+7
| | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db.
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-7/+3
|
* Refactor OSD window. Brad Hughes2016-04-211-3/+7
| | | | | | | | | | 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. Brad Hughes2016-04-181-1/+1
| | | | Also encapsulate show/hide capture/release cursor functionality.
* Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-1/+1
|
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-94/+2
|
* fixing some more override (nw) Miodrag Milanovic2015-12-061-7/+7
|
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-2/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+122