| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -1612/+0 | |
| | | |||||
| * | SDL: fix 0.160 aspect ratio regression. [Hans Ostermeyer] | 2015-07-13 | 1 | -0/+4 | |
| | | |||||
| * | Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw) | 2015-05-25 | 1 | -2/+2 | |
| | | |||||
| * | Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) | 2015-05-18 | 1 | -1/+1 | |
| | | |||||
| * | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 1 | -5/+2 | |
| | | |||||
| * | Added license headers to the rest of files (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | SDLMAME v0.160 selects the first mode unconditionally as a best mode when ↵ | 2015-04-26 | 1 | -2/+4 | |
| | | | | | -switchres is used on SDL12 [KO Myng-Hun] | ||||
| * | Make sure monitor refresh is called when switchres is used (SDL). Remove | 2015-04-21 | 1 | -0/+1 | |
| | | | | a printf. (nw) | ||||
| * | * Take more link dependencies caused by OSD out of genie.lua | 2015-04-04 | 1 | -6/+11 | |
| | | | | | | * Always dynamically link SDL on Windows * Fix SDL1 build on Windows | ||||
| * | Changes in order to compile SDL build under VS2013, removed duplicated code, ↵ | 2015-03-31 | 1 | -0/+2 | |
| | | | | | it exists in strconv (nw) | ||||
| * | Cleanups and version bumpmame0160 | 2015-03-25 | 1 | -2/+2 | |
| | | |||||
| * | Fix switchres for sdl build. (nw) | 2015-03-02 | 1 | -5/+18 | |
| | | |||||
| * | Some more alignment. (nw) | 2015-03-01 | 1 | -2/+2 | |
| | | |||||
| * | Aligned monitor handling between sdl and baseline. [Couriersud] | 2015-03-01 | 1 | -3/+4 | |
| | | |||||
| * | Fix resizing on windows. (nw) | 2015-02-27 | 1 | -5/+9 | |
| | | |||||
| * | Fixed windows baseline build. | 2015-02-27 | 1 | -13/+12 | |
| | | | | More osd_dim use. (nw) | ||||
| * | Fix windows sdl build. (nw) | 2015-02-27 | 1 | -2/+2 | |
| | | |||||
| * | Introduced osd_rect and osd_dim to allow for more code alignment. (nw) | 2015-02-27 | 1 | -94/+128 | |
| | | |||||
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 1 | -11/+7 | |
| | | |||||
| * | Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading | 2015-02-23 | 1 | -5/+18 | |
| | | | | code-paths (via defines). (nw) | ||||
| * | More alignment of code: | 2015-02-22 | 1 | -23/+22 | |
| | | | | | | | | - HDC is passed differently to gdi renderer (the only one using it). - Merged sdl_window_config and win_window_config into osd_window_config. - Use osd_window_config instead of replicating individual member variables in osd_window. | ||||
| * | Remove start_viewscreen, fix sdl.mak. (nw) | 2015-02-12 | 1 | -1/+0 | |
| | | |||||
| * | Temporarily break SDL1.2 Xinerama Multi-Monitor Support as announced on | 2015-02-12 | 1 | -17/+6 | |
| | | | | mailing list. (nw) | ||||
| * | More osd_window migration. (nw) | 2015-02-11 | 1 | -0/+30 | |
| | | |||||
| * | sdl render operation moved towards the way window deals with renderers. | 2015-02-08 | 1 | -61/+43 | |
| | | |||||
| * | Set SDL_HINT_MOUSE_RELATIVE_MODE_WARP only for SDL ≥ 2.0.2 | 2015-02-06 | 1 | -2/+1 | |
| | | |||||
| * | A bit more alignment between windows and sdl. (nw) | 2015-02-06 | 1 | -3/+3 | |
| | | |||||
| * | Get rid of "resize" render method. (nw) | 2015-02-06 | 1 | -3/+0 | |
| | | |||||
| * | Remove some passing around of running_machine where it is not needed. | 2015-02-05 | 1 | -44/+36 | |
| | | | | (nw) | ||||
| * | Moved all window related code to window.c. (nw) | 2015-02-05 | 1 | -58/+99 | |
| | | |||||
| * | Window creation now is done in windows.c. (nw) | 2015-02-04 | 1 | -1/+126 | |
| | | |||||
| * | Safety commit before pull. More code alignment. (nw) | 2015-02-04 | 1 | -1/+2 | |
| | | |||||
| * | Reowrked the -video soft driver so it works like accel and opengl. That | 2015-02-03 | 1 | -19/+16 | |
| | | | | | will enable the move of some now identical functions back to window.c. (nw) | ||||
| * | Merged in BGFX changes and adapted BGFX draw to inherit from | 2015-02-01 | 1 | -0/+2 | |
| | | | | | | | osd_renderer. Made BGFX optional for SLD builds. You have to specify USE_BGFX=1 to enable BGFX. This is a temporary measure until dynamic linking is resolved. (nw) | ||||
| * | Merge branch 'master' of https://github.com/mamedev/mame.git | 2015-02-01 | 1 | -0/+5 | |
| |\ | |||||
| | * | Added BGFX skeleton to SDL build as well (nw) | 2015-02-01 | 1 | -0/+5 | |
| | | | |||||
| * | | introduced concept of an osd_renderer. Changed draw code to | 2015-02-01 | 1 | -11/+11 | |
| | | | | | | | inherit from this interface. (nw) | ||||
| * | | More transition to "m_" members. (nw) | 2015-01-31 | 1 | -4/+4 | |
| | | | |||||
| * | | All private members for sdl_window_info now start with "m_". (nw) | 2015-01-31 | 1 | -59/+59 | |
| |/ | |||||
| * | Converted sdl_monitor_info into a proper object. (nw) | 2015-01-29 | 1 | -17/+13 | |
| | | |||||
| * | Cleanups and version bumpmame0158 | 2015-01-28 | 1 | -32/+32 | |
| | | |||||
| * | SDL keeps adding SDL_HINTs with every patch release. [qmc2] | 2015-01-24 | 1 | -5/+16 | |
| | | |||||
| * | Removed some machine() references | 2015-01-14 | 1 | -1/+1 | |
| | | |||||
| * | - Moved OS specific low level code to osd/modules/lib. | 2015-01-09 | 1 | -0/+26 | |
| | | | | | | | - Removed duplicate code - Should support LIB/BASELIB separation better going forward | ||||
| * | Proposal to fix MT05682 (SDL resize issue). Please check and provide | 2015-01-06 | 1 | -1/+2 | |
| | | | | feedback whether MT05682 can be closed. (nw) | ||||
| * | Renamed draw[sdl2|ogl|sdl]_window_get_primitives and related variables | 2015-01-05 | 1 | -3/+14 | |
| | | | | | to set_target_bounds. That's what is really done here. Moved common code back to window.c. (nw) | ||||
| * | Palettes are now copied during get_primlist. This should fix | 2015-01-01 | 1 | -0/+1 | |
| | | | | | | | | | multithreading related palette issues. Along the way also - added constructors to SDL osd structs - changed related malloc to global_alloc - added a copyfrom routine to dynamic_array - minor code simplifications. | ||||
| * | Cleanups and version bumpmame0157 | 2014-12-31 | 1 | -40/+40 | |
| | | |||||
| * | Changed sdl_window_info to be closer to C++: | 2014-12-29 | 1 | -224/+180 | |
| | | | | | | | - Made some members private - moved static functions into sdl_window_info - extended work_param struct with constructors for better readability | ||||
| * | Fix "-mt" for SDLMAME windows build [Calamity, Couriersud]. | 2014-12-28 | 1 | -1/+21 | |
| | | |||||
