| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+1 | |
| | | |||||
| * | A few minor input fixes and cleanups | 2016-06-25 | 1 | -6/+24 | |
| | | | | | | | - input modules exit() is called twice. Remove the unnecessary input_exit() method - removed unnecessary pointer init in handle_input_event and should_hide_mouse - When registering event callbacks in SDL, don't assume the SDL enum values are int-sized | ||||
| * | Move window_list to osd_common_t | 2016-06-11 | 1 | -2/+2 | |
| | | |||||
| * | Unify window_list in Windows and SDL OSD | 2016-06-10 | 1 | -2/+2 | |
| | | |||||
| * | ui refactoring [Vas Crabb] | 2016-05-27 | 1 | -3/+15 | |
| | | | | | | | | | * Make ARRAY_LENGTH cause a compile error if used with a pointer/vector * Clean up text input code, move common operations to inline templates * Fix numerous one-byte buffer overruns * Don't flat-out ignore input beyond the C1 hole * Fix decoding of SDL text input | ||||
| * | RIP sdlinc.h | 2016-05-06 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -6/+6 | |
| | | |||||
| * | Revert "Temp revert of Brad changes (nw)" | 2016-04-25 | 1 | -9/+9 | |
| | | | | | This reverts commit 5e831f6506ee06f8c30cb113551ee0fec53804db. | ||||
| * | Temp revert of Brad changes (nw) | 2016-04-25 | 1 | -9/+9 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -14/+14 | |
| | | |||||
| * | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -1/+1 | |
| | | |||||
| * | Refactor OSD window. | 2016-04-21 | 1 | -9/+9 | |
| | | | | | | | | | | | 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. | ||||
| * | ui: Re-enabled configuration menu for single-machine and added some options. | 2016-04-15 | 1 | -0/+21 | |
| | | | | | Adding handler for the right mouse button in the main menu, calls the machine configuration. | ||||
| * | Fixed joystick on Android preventing application to crash, cleanup init for ↵ | 2016-04-02 | 1 | -17/+18 | |
| | | | | | SDL in total (nw) | ||||
| * | Unsubscribe SDL input modules from events on exit. | 2016-03-30 | 1 | -0/+8 | |
| | | |||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -12/+12 | |
| | | |||||
| * | Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT ↵ | 2016-03-19 | 1 | -1/+1 | |
| | | | | | compiler directive from the input refactor. | ||||
| * | Using SDL_INIT_GAMECONTROLLER it explicitly calls SDL_INIT_JOYSTICK some ↵ | 2016-03-05 | 1 | -5/+14 | |
| | | | | | experimental code (nw) | ||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -0/+843 | |
