summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/debugviewinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-812/+0
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-2/+2
|
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
| | | First, try to unregister previously registered class.
* Fixed GetModuleHandle to be universal. Vladimir Kryvian2015-08-251-5/+7
|
* debugviewinfo.c: destroy window before destroying view (nw) Peter Ferrie2015-08-101-5/+5
| | | | | | destroying the focus window triggers a killfocus event. for cursor-supporting windows, this accesses the just-deleted view data, and then crashes
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-20/+19
|
* WM_SIZE etc may be posted before CreateWindowEx returns Vas Crabb2015-02-211-2/+2
|
* Port Windows debugger to C++, fix some memory leaks, make menus and window ↵ Vas Crabb2015-02-211-0/+809
resize a bit nicer