toehead2001
762fe57074
Use a standard window for the Language Selector
2015-11-10 20:00:15 -07:00
zilmar
f7923d2a94
Merge pull request #742 from toehead2001/about-cleanup
...
Remove some leftover code from the old About box
2015-11-10 23:01:20 +11:00
zilmar
21163cb870
Merge pull request #743 from toehead2001/window-styles
...
Get rid of WS_EX_CLIENTEDGE
2015-11-10 23:01:02 +11:00
toehead2001
8358211e9a
Remove some leftover code from the old About box
...
This allowed you click the top region of the About box to move the
window.
2015-11-10 03:04:11 -07:00
toehead2001
bdfb64c4e8
Get rid of WS_EX_CLIENTEDGE
...
Switch to CreateWindow, as CreateWindowEx is no longer need
2015-11-10 02:50:08 -07:00
toehead2001
923f6a485a
"Project 64" -> "Project64"
2015-11-09 22:21:49 -07:00
toehead2001
26d9339e2c
Remove some dead code
...
This doesn't do anything anymore
2015-11-09 21:12:48 -07:00
toehead2001
67bd22acc2
Create window using DialogBoxParamW
2015-11-09 21:10:47 -07:00
toehead2001
695ebfa9ad
Use a standard window for the About Dialog
2015-11-09 04:39:36 -07:00
zilmar
786be5b062
[Project64] Move Logging.cpp/h out of c core folder
2015-11-08 17:45:43 +11:00
zilmar
9f87dbf30d
[Project64] Split cheat class between UI and code
2015-11-07 14:32:23 +11:00
zilmar
6a2e88a25c
[Project64] change AsciiToHex to std::strtoul in rom browser
2015-11-07 12:45:59 +11:00
zilmar
a1d9af57a6
[Project64] remove some of the #ifdef WINDOWS_UI from settings pages
2015-11-07 12:11:25 +11:00
zilmar
6585657d05
[Project64] Change CDebugger to CDebuggerUI
2015-11-07 08:22:02 +11:00
zilmar
d56236356a
[Project64] Fix showing file name in break point
2015-11-07 07:51:41 +11:00
Nekokabu
4b725105d2
Update Settings Page - Game Browser.cpp
...
Fixed text when remove fields
2015-11-06 01:21:50 +09:00
MELERIX
ba27fc543c
increased the size of some elements of the ui to match with some translations.
2015-10-27 02:07:22 -03:00
zilmar
160d27d400
Merge pull request #666 from lioncash/delete
...
Project64: correct delete usages on arrays
2015-10-26 13:46:31 +11:00
zilmar
0608a8b504
[Project64] Remove DisplayError and DisplayMessage being able to take variable param (eg ... )
2015-10-25 22:40:21 +11:00
zilmar
81fdcb9373
[Project64] Get settngs to use std int
2015-10-25 21:50:28 +11:00
Lioncash
5350cfac8d
Project64: correct delete usages on arrays
2015-10-10 14:47:08 -04:00
Nekokabu
1d68f0bf35
fix character corruption
...
fix Recent Dir & ROM
2015-10-03 13:38:40 +09:00
Julio C. Rocha
f5ef8d3359
Fix ROM Browser issue on Windows XP.
2015-09-26 05:29:48 -07:00
zilmar
315027b7fb
Merge pull request #622 from lioncash/initialization
...
Correct order of class initialization lists
2015-09-24 10:00:32 +10:00
Lioncash
adfa096230
Correct order of class initialization lists
2015-09-23 05:00:51 -04:00
Lioncash
fb98d402a0
Remove unimplemented function declarations
2015-09-23 04:13:11 -04:00
unknown
e6f5e495f2
macro'd out all sources of VS Express linker errors
2015-09-14 15:55:11 -04:00
unknown
4b4c37e9bd
first pass--compiles on VS2013 w/o ATL
2015-09-07 15:47:44 -04:00
zilmar
8d7c7d91a1
Merge pull request #577 from cxd4/moar_Unicode_references
...
more Unicode compile ref. errors to _T() fixed
2015-09-02 17:41:11 +10:00
unknown
7b4b5a6827
explicit <shlobj.h> to fix just a few build errors w/o ATL
2015-08-28 18:35:13 -04:00
unknown
7ce4f3db93
explicit <commdlg.h> to fix anti-ATL build errors
2015-08-28 18:34:34 -04:00
unknown
6b34e8b89a
explicit <commctrl.h> to fix anti-ATL build errors
2015-08-28 18:34:12 -04:00
unknown
074b2cc007
explicitly included <prsht.h>
2015-08-28 18:29:55 -04:00
unknown
152b365fcc
more Unicode compile ref. errors to _T() fixed
2015-08-28 17:23:47 -04:00
unknown
6ef0a34188
[Project64] fixed warning C4018: '<' : signed/unsigned mismatch
2015-05-24 14:35:47 -04:00
unknown
c30e41b102
[Project64] fixed warning C4018: '>' : signed/unsigned mismatch
2015-05-24 13:45:30 -04:00
unknown
068fbcbd13
[Project64] fixed warning C4018: '>=' : signed/unsigned mismatch
2015-05-24 13:33:56 -04:00
zilmar
13e62d7354
[64bit] Get nrage and rsp compiling as 64bit
2015-05-16 10:55:23 +10:00
zilmar
e5c2df4dbc
[Project64] Get the code to compile in 64bit
2015-05-15 08:38:52 +10:00
Lioncash
21c3c8fd32
Remove unnecessary struct/union typedefs
2015-05-03 20:13:12 -04:00
zilmar
c31e3f210c
Merge pull request #425 from death-droid/UpdateZLib
...
Update ZLib to 1.2.8
2015-05-03 19:58:12 +10:00
zilmar
c182ec9fd5
[Project64] Rom Browser - show good name in column other than the first
2015-05-03 19:54:06 +10:00
Lioncash
82c2554357
Convert BOOL to bool where possible.
2015-05-02 23:37:08 -04:00
Emmet Young
c9805dd5d3
Update ZLib to 1.2.8
2015-05-01 14:06:20 +10:00
Emmet Young
23eeaeeb2c
When scanning in 7z files make sure we are actually setting the rom file size.
...
Fixes issue #255
2015-04-29 23:02:53 +10:00
theboy181
405f59eafc
Fix Speeeling
2015-04-23 22:43:01 -07:00
zilmar
b5cd125809
Merge pull request #409 from cxd4/i_accidentally_your_function_inside_my_function
...
some more high-level code reusability via functions
2015-04-21 12:53:06 +10:00
unknown
3b9ec019bc
ya i r need h4lp plz i iz shot
2015-04-20 15:41:25 -04:00
unknown
dbe9da858a
no longer multiple references to recently added `STRING_SIZE` constant
...
It seems that zilmar would rather use the sizeof() operator repeatedly than to declare a new constant or use macros to show array sizes. Since I have already centralized the usage of all sizeof() operators to the new high-level function I declared, I think that there is no longer use for the `STRING_SIZE` constant which Lioncash contributed.
2015-04-20 14:57:55 -04:00
unknown
9fcf4def63
reusable functions in high-level code for About dialog messages
2015-04-20 14:55:07 -04:00