Commit Graph

33 Commits

Author SHA1 Message Date
Unknown W. Brackets
d0d4e665d1 Clean up double creation of memory debugger. 2014-02-14 21:17:36 -08:00
Unknown W. Brackets
8f09a341df Fix a few leaks in the Windows UI code. 2014-02-14 21:08:24 -08:00
Kingcom
2b7a601c17 Add checkboxes to GenericListControl, use them in CtrlBreakpointList 2014-02-13 10:24:42 +01:00
Unknown W. Brackets
fc6bbbff76 Add select all to all generic list controls. 2014-02-09 00:08:37 -08:00
Unknown W. Brackets
7deeb813a7 Make all list controls copy by default.
Yay.  Much better than screenshots.
2014-02-09 00:00:20 -08:00
The Dax
b58746816a Make the bool a class member instead. 2014-01-22 18:36:40 -05:00
The Dax
97a5382b50 Win32: Use a hacky workaround to prevent a rare hang when starting up. 2014-01-22 17:38:34 -05:00
Unknown W. Brackets
360068075b windows: Show the open dialog on a separate thread.
Allows the screen to continue rendering, which should prevent black
screens, etc. while browsing.

May help #2755.
2014-01-19 20:15:08 -08:00
Kingcom
a972b5d0dc Correct use of GetAsyncKeyState 2013-11-05 11:29:55 +01:00
Unknown W. Brackets
b06fdfeb02 Fix crash in wine (it not works.)
It was sending the notify early, and we didn't have tabs set up yet.
Fixes #4173, at least for the current wine-1.6 Ubuntu packages.
2013-10-25 23:48:54 -07:00
Henrik Rydgard
5b9123b3c5 Main screen: Add Browse button on Windows to choose a folder easily 2013-10-15 13:28:09 +02:00
Unknown W. Brackets
dc98ede031 Warning fixes. 2013-10-08 00:03:58 -07:00
Unknown W. Brackets
3e7f7e9abd Add tabs for depth/stencil to ge debugger. 2013-10-06 22:17:54 -07:00
Kingcom
0601f88b6d Don't change border when the tab uses the buttons style 2013-09-30 21:49:17 +02:00
Kingcom
54f5405b4f -remember/restore focus when switching tabs
-if a tab has a border, display if when titles are disabled, and don't display it when they are enabled
2013-09-30 21:38:46 +02:00
Kingcom
a5ae03cae1 -use tab control class for left tabs
-add a way to hide tab titles
-accelerator for GEDebugger
2013-09-30 15:56:08 +02:00
Kingcom
f41e5a3867 -use TabControl for bottom tabs
-show/hide bottom tabs with ctrl+x
2013-09-30 10:40:15 +02:00
Kingcom
ed9c72e8eb Update CtrlBreakpointList 2013-09-29 11:19:13 +02:00
Kingcom
9e2866d618 Update CtrlThreadList 2013-09-29 10:50:18 +02:00
Kingcom
c1690cd3dc Range checks 2013-09-29 01:08:46 +02:00
Kingcom
aae0b98cfe Display list tab 2013-09-29 01:02:05 +02:00
Kingcom
72faf8c8ab Move tab control into separate class 2013-09-28 20:57:02 +02:00
Unknown W. Brackets
2251b0dd59 Avoid a "pure call" issue. 2013-09-15 10:36:19 -07:00
Kingcom
31a8a04675 Fix BrowseForFolder 2013-09-07 22:32:29 +02:00
Henrik Rydgard
0d0b43818c Warning fixes and stuff 2013-08-30 20:14:16 +02:00
Kingcom
8a5ba1e406 Fix clipboard type 2013-08-28 09:59:08 +02:00
Henrik Rydgard
b6ce0b3d3b Fix some unicode bugs (open file dialog) 2013-08-26 21:32:35 +02:00
Henrik Rydgard
55aa3d13c7 Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
Unknown W. Brackets
97098f109a Use CommonWindows.h from Windows/ too.
Might as well.  Everything still builds fine.
2013-07-28 21:04:20 -07:00
Henrik Rydgard
4bc25c91d8 Add option to have PPSSPP stay on top of other windows. Fixes #2199 2013-06-10 23:45:12 +02:00
Unknown W. Brackets
7a7e5ccb0b Fix some x64 type conversion warnings. 2013-04-19 08:41:31 -07:00
Diogo Franco (Kovensky)
6108e36ae9 Several fixes to build under stricter C++11
Add missing #include to various files.

strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.

Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.

Fixes some linuxisms.

Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
Henrik Rydgard
4f7ad15758 Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00