shyguyhex
ac94f2505e
[Debugger] Rewrite script API ( #2110 )
...
* [Debugger] Rewrite script API
* Update js api paths in installer script
2021-09-03 14:41:04 +09:30
zilmar
ee864797ab
vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup
2021-05-18 21:21:36 +09:30
zilmar
cdb7cdcfd5
Replace getwindow text with GetCWindowText
2021-04-20 12:26:16 +09:30
zilmar
662637460e
Remove Disable copy constructor comments
2021-04-13 09:37:11 +09:30
zilmar
cf58754414
Change NULL to nullptr
2021-04-12 21:05:39 +09:30
Derek "Turtle" Roe
9ec34d4c39
Update HexEditCtrl.cpp
...
Fix title case, adjust spacing, fix comments
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
3a18ee46de
Update ListCtrl.h
...
Fix lines, fix title case, fix typos, fix abbreviations
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
8251abf36d
Update ListCombo.h
...
Remove a line, fix title case
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
53d936ec05
Update DragDrop.h
...
Remove a line, fix title case
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
82059adc6f
Update ListDate.h
...
Remove a line, fix title case, adjust spacing
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
2d427d3a3b
Update ListEdit.h
...
Fix title case and punctuation, remove one line at the top
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
4052011e09
Update TitleTip.h
...
Fix title case, adjust spacing, remove some punctuation
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
c8faa1d46d
Update wtl-BitmapPicture.h
...
Add newline
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
eba0bc30a2
Update TooltipDialog.h
...
Remove a line, remove some spacing
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
be699d3986
Update PartialGroupBox.cpp
...
Remove punctuation, fix title case
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
c417a1e439
Update ModifiedEditBox.h
...
Remove a line
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
77f1bde845
Update ModifiedEditBox.cpp
...
Add newline
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
215859c96e
Update ModifiedComboBox.h
...
Remove a line
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
eb03ed4b7e
Update GetCWindowText.h
...
Remove a line
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
7e922500b6
Update GetCWindowText.cpp
...
Add newline
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
8859fab473
Update EditNumber32.cpp
...
Fix title case and adjust some spacing, add newline
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
1049ffe489
Update ListTypes.h
...
Remove a line
2021-03-17 20:47:05 -05:00
Derek "Turtle" Roe
3f9431d609
Update DataArray.h
...
Fix title case and add a line
2021-03-17 20:47:05 -05:00
zilmar
5c60ea213f
Update copyright date
2021-03-02 12:43:17 +10:30
Vincent Cunningham
dcb360cf41
Replace \ with / in include directives
2021-02-28 17:38:56 -05:00
oddMLan
914ad3b74a
Remove hardcoded Unicode API calls
...
Since #define UNICODE is defined in the project it will call the wrapper function which will return the W version
2021-01-01 20:37:00 -07:00
zilmar
883632b4a4
Project64: Add choosing game dir on welcome screen
2020-08-04 22:28:40 +09:30
shygoo
e1b2fee7af
[Debugger] Use better charset for memory viewer's text
2020-06-18 22:46:17 -05:00
shygoo
f82ee04173
Fix pasting for EditNumber32 textboxes
2020-06-14 03:04:41 -05:00
zilmar
0462f637c4
Add UNICODE to Project64 project
2020-05-12 21:49:05 +09:30
Summate
af0b0e18ea
Adding label IDs to correspond to debugger register edit IDs
...
Abstracting pairing edit IDs with label IDs
Extracting definition of register tab data to a separate file
Adding a facility to get the text of a CWindow, there didn't seem to be a straightforward mechanism to do this Adding functionality to clipboard the current tab's registers or registers from all tabs
Fixing FCSR to have the same styling as all of the other register edit fields
2020-04-09 01:17:19 -05:00
Summate
fef045baed
Cleaning up unclear booleans with a clearer enum class
2020-04-08 07:00:17 -05:00
shygoo
277f1c4a31
[Debugger] Clean up compiler warnings
2020-01-22 00:34:27 -06:00
shygoo
5c2aa06f7c
[Debugger] Rewrite memory viewer
...
replace the list control with a custom hex editor control
add ability to select/copy/paste/delete multiple bytes
add byte group size option
make window resizable
fix DPI-related issues
speed up auto-refresh
remove option to disable auto-refresh (new control's cpu usage is insignificant)
move the dump and search buttons into the context menu
change colors of breakpoints to match the command window's
highlight CPU read and write targets while stepping
move address info into a status bar
allow window to open before MMU is initialized
add shortcut keys for various actions
add "follow pointer" feature
add "safe mode" feature
add copy gameshark code feature
add copy with row/group addresses feature
add tabs feature
add jump menu for hardware regions
fix cartridge ROM addresses not being viewable
allow writes to cartridge ROM
use thread-safe functions for reading/writing memory
2019-11-30 11:48:46 -06:00
oddMLan
3b9cafc058
[Debugger UI] Try to handle spaces in Mem Viewer address editbox
...
FormatClipboard() doesn't seem to be doing anything for some reason.
2019-05-13 01:32:00 -07:00
zilmar
188d6ae6d1
[User Interface] Rename CEditNumber to CEditNumber32
2017-11-22 07:37:45 +11:00
zilmar
6fa3be42cd
[User Interface] Move code for EditNumber32 code to in to cpp file
2017-11-21 18:09:50 +11:00
zilmar
9267d1311d
[User Interface] Rename numberctrl.h to EditNumber32.h
2017-11-21 17:53:34 +11:00
zilmar
0730582085
[Project64] Clean up some warnings in List Control
2017-11-10 16:52:10 +11:00
zilmar
06653d326a
[Project64] Fix up warning ListCtrl.h
2017-09-13 20:13:09 +10:00
shygoo
47fd0632ff
Add debug features
2017-08-18 00:08:22 -05:00
zilmar
a228a9d1f9
line ends ?
2016-01-27 20:11:59 +11:00
zilmar
e3b32c572d
[Project64] Remove spaces from filename
2015-12-04 17:49:31 +11:00