summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/dview.c
Commit message (Collapse)AuthorAgeFilesLines
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-1/+1
|
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-17/+17
| | | | | | | | | | | like them, but it's a start. Split implementation of individual view types out to separate files. Updated all callers. Also: * fixed okim6295 memory view * changed emualloc to free resource pools from earliest to latest so that early objects can safely clean up stuff they allocated
* SDL: fix compilation for GTK+ 2.20 and later [R. Belmont, Wingman] R. Belmont2010-05-271-0/+4
|
* Added comment that size hints are not really working. [No credit] Couriersud2010-02-041-0/+1
|
* Fix immediate crash on startup of GTK debugger R. Belmont2010-01-301-1/+4
|
* GTK-Debugger Couriersud2010-01-281-6/+12
| | | | | - fix a compile warning for gcc-4.4 (not detected by gcc-4.2) - Horizontal divider bar to individually size views. - minimum height aligned to win32 debugger
* GTK-Debugger Couriersud2010-01-261-2/+2
| | | | | | - Functionality now matches win32 debugger - Further code review/rewrite/simplification - Added more comment headings
* GTK-Debugger (SDL) Couriersud2010-01-241-16/+16
| | | | - implement key handling (Up, down, ..) like in windows - Tab and ESC not yet handled
* GTK-Debugger Couriersud2010-01-231-2/+4
| | | | | | | - Run to cursor (main view) - In place memory editing (memory view) There are still some issue with e.g. scrolling. However, it is usable.
* Added GTL_INSTLL_ROOT to optionally build win32 with the mame debugger. Couriersud2010-01-161-0/+4
|
* Cleanups and version bump. Aaron Giles2010-01-161-11/+11
|
* SDLMAME initial import [R. Belmont, Couriersud] R. Belmont2010-01-131-0/+408