summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
* Fix switchres for sdl build. (nw) couriersud2015-03-021-5/+18
* Some more alignment. (nw) couriersud2015-03-011-2/+2
* Aligned monitor handling between sdl and baseline. [Couriersud] couriersud2015-03-011-3/+4
* Fix resizing on windows. (nw) couriersud2015-02-271-5/+9
* Fixed windows baseline build. couriersud2015-02-271-13/+12
* Fix windows sdl build. (nw) couriersud2015-02-271-2/+2
* Introduced osd_rect and osd_dim to allow for more code alignment. (nw) couriersud2015-02-271-94/+128
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-11/+7
* Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading couriersud2015-02-231-5/+18
* More alignment of code: couriersud2015-02-221-23/+22
* Remove start_viewscreen, fix sdl.mak. (nw) couriersud2015-02-121-1/+0
* Temporarily break SDL1.2 Xinerama Multi-Monitor Support as announced on couriersud2015-02-121-17/+6
* More osd_window migration. (nw) couriersud2015-02-111-0/+30
* sdl render operation moved towards the way window deals with renderers. couriersud2015-02-081-61/+43
* Set SDL_HINT_MOUSE_RELATIVE_MODE_WARP only for SDL ≥ 2.0.2 announ2015-02-061-2/+1
* A bit more alignment between windows and sdl. (nw) couriersud2015-02-061-3/+3
* Get rid of "resize" render method. (nw) couriersud2015-02-061-3/+0
* Remove some passing around of running_machine where it is not needed. couriersud2015-02-051-44/+36
* Moved all window related code to window.c. (nw) couriersud2015-02-051-58/+99
* Window creation now is done in windows.c. (nw) couriersud2015-02-041-1/+126
* Safety commit before pull. More code alignment. (nw) couriersud2015-02-041-1/+2
* Reowrked the -video soft driver so it works like accel and opengl. That couriersud2015-02-031-19/+16
* Merged in BGFX changes and adapted BGFX draw to inherit from couriersud2015-02-011-0/+2
* Merge branch 'master' of https://github.com/mamedev/mame.git couriersud2015-02-011-0/+5
|\
| * Added BGFX skeleton to SDL build as well (nw) Miodrag Milanovic2015-02-011-0/+5
* | introduced concept of an osd_renderer. Changed draw code to couriersud2015-02-011-11/+11
* | More transition to "m_" members. (nw) couriersud2015-01-311-4/+4
* | All private members for sdl_window_info now start with "m_". (nw) couriersud2015-01-311-59/+59
|/
* Converted sdl_monitor_info into a proper object. (nw) couriersud2015-01-291-17/+13
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-32/+32
* SDL keeps adding SDL_HINTs with every patch release. [qmc2] couriersud2015-01-241-5/+16
* Removed some machine() references couriersud2015-01-141-1/+1
* - Moved OS specific low level code to osd/modules/lib. couriersud2015-01-091-0/+26
* Proposal to fix MT05682 (SDL resize issue). Please check and provide couriersud2015-01-061-1/+2
* Renamed draw[sdl2|ogl|sdl]_window_get_primitives and related variables couriersud2015-01-051-3/+14
* Palettes are now copied during get_primlist. This should fix couriersud2015-01-011-0/+1
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-40/+40
* Changed sdl_window_info to be closer to C++: couriersud2014-12-291-224/+180
* Fix "-mt" for SDLMAME windows build [Calamity, Couriersud]. couriersud2014-12-281-1/+21
* SDL: More cleanups. (nw) R. Belmont2014-09-011-3/+4
* Added window to osd_interface (nw) Miodrag Milanovic2014-09-011-14/+10
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-11/+11
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* SDL: Removed "totalColors" hack, now only RGB32 is sent to the GPU. [R. Belmont] R. Belmont2014-03-201-1/+0
* fix for sdl compile (nw) Miodrag Milanovic2014-01-291-1/+1
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-1/+1
* SDL2.0: Fix relative mouse motion. This makes Missile Attack playable again w... Couriersud2014-01-011-1/+2
* Upstream changes needed to compile JSMESS [Justin Kerk, John Vilk, Justin de... Justin Kerk2013-11-031-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0