Ryan Fleury
|
16a717d684
|
further elimination of entity-based code; more simplification/moving to cfg; begin sketching out expanded eval-viz block tree, such that each block can have its own table topology (will be useful to collapse/simplify/expand the capabilities of watch views)
|
2025-01-22 09:22:06 -08:00 |
|
Ryan Fleury
|
6ce8046029
|
part 1: new cfg data structure & caches to replace rd_entity, rd_window, rd_panel, rd_view, etc.
|
2025-01-09 17:31:02 -08:00 |
|
Ryan Fleury
|
ac54281062
|
fix nccalcsize in fullscreen mode
|
2024-12-16 10:59:35 -08:00 |
|
alektron
|
0c86580e1e
|
Further simplify WM_NCCALCSIZE handling;
|
2024-12-01 08:21:58 -08:00 |
|
alektron
|
b4cbaa0171
|
Simplify borderless window code and improve resizing behavior and style (e.g. dropshadow);
|
2024-12-01 08:21:58 -08:00 |
|
Ryan Fleury
|
adbd7fbc97
|
fix is-zoomed behavior in nccalcsize
|
2024-11-20 10:44:54 -08:00 |
|
Ryan Fleury
|
cb4232469e
|
adjust nccalcsize window message; we just need to coax windows into doing the copy in order to avoid resize artifacts. still not perfect, can get into a weird state, and we may need to do more full size calculation in some cases
|
2024-11-19 16:59:20 -08:00 |
|
Ryan Fleury
|
0d50157239
|
fixes with path map application; further completeness of file drop completion menu; fix of set-next-statement
|
2024-10-10 12:03:11 -07:00 |
|
Ryan Fleury
|
0c6912ed78
|
sketch out meta-evaluation for file path maps; have an extra drop-completion ui step when drag/dropping exes, so you can easily drag/drop exes from explorer and add them as targets (the likely common case), but also allowing viewing them with the memory viewer
|
2024-10-10 09:03:38 -07:00 |
|
Ryan Fleury
|
9c5d9caa32
|
pass over help menu; typeof in eval
|
2024-10-10 07:44:26 -07:00 |
|
Ryan Fleury
|
3720634a62
|
scroll output to bottom by default (not yet configurable)
|
2024-10-07 17:45:57 -07:00 |
|
Ryan Fleury
|
534a727b7c
|
unminimize on exception hit
|
2024-10-07 17:33:10 -07:00 |
|
Ryan Fleury
|
4b382777e9
|
fix debug engine incorrectly using visual run state to soft halt, when ctrl thread did not necessarily report it was running; was leading to 'phantom halts'; other small fixes, dead code elimination, and begin sketching out proper cross-window drag/drop
|
2024-09-16 17:09:41 -07:00 |
|
Ryan Fleury
|
9899efe93c
|
merge view rules & view specs entirely; simplify graphical view rules down to single hook
|
2024-09-16 14:44:28 -07:00 |
|
Ryan Fleury
|
65ed1f0997
|
another checkpoint - eliminate cmd specs from engine, move all dynamic command definition things into frontend
|
2024-09-12 12:11:00 -07:00 |
|
Ryan Fleury
|
a204018e94
|
Revert "checkpoint on pass to majorly simplify debug frontend state, and eliminate df entities, and move from cmds -> msgs"
This reverts commit 06a685221a.
|
2024-09-07 14:50:27 -07:00 |
|
Ryan Fleury
|
cccbd265ff
|
Revert "another checkpoint in big df entity elimination pass"
This reverts commit f8fd32e328.
|
2024-09-07 14:48:34 -07:00 |
|
Ryan Fleury
|
f8fd32e328
|
another checkpoint in big df entity elimination pass
|
2024-09-04 15:50:59 -07:00 |
|
Ryan Fleury
|
06a685221a
|
checkpoint on pass to majorly simplify debug frontend state, and eliminate df entities, and move from cmds -> msgs
|
2024-09-03 12:46:30 -07:00 |
|
Ryan Fleury
|
6ead03ac17
|
strip out update/render/repaint window cruft; promote layer per-tick APIs to base layer
|
2024-09-01 09:00:58 -07:00 |
|
Ryan Fleury
|
59360f770c
|
file drop support
|
2024-08-27 14:49:57 -07:00 |
|
Ryan Fleury
|
b18e437337
|
git normalize all files
|
2024-07-26 11:13:47 -07:00 |
|
Ryan Fleury
|
4835264059
|
stub out linux demon; linux font provider; begin work, get windows/events up and running in os_gfx
|
2024-07-18 13:37:22 -07:00 |
|
Ryan Fleury
|
ec9c68f55e
|
start work on raddbg building
|
2024-07-16 17:23:08 -07:00 |
|
Ryan Fleury
|
3cc51038df
|
os_core: linux port for memory, thread info, filesystem apis
|
2024-07-16 13:24:54 -07:00 |
|
Ryan Fleury
|
1b74fb0760
|
simplification pass over os core layer; simplification pass over base arena; set up build.sh; stub out new spot for linux os core
|
2024-07-15 17:23:01 -07:00 |
|
Ryan Fleury
|
c60d3aab22
|
mouse-driven ui path for query completion; show-in-explorer ui for tab ctx menu
|
2024-06-20 08:02:01 -07:00 |
|
Ryan Fleury
|
f50b54cff7
|
complete metacodification of rdi format info into tables
|
2024-06-01 19:24:46 -07:00 |
|
Ryan Fleury
|
ece414c575
|
prioritize title-bar-client-areas over built-in window borders; expand top bar rect a bit to ensure edge of window coverage
|
2024-05-23 14:40:23 -07:00 |
|
Ryan Fleury
|
72e8ae6e30
|
actually do redraw on resize - need that win32 window class style..
|
2024-04-17 09:58:03 -07:00 |
|
Ryan Fleury
|
27fef06b6c
|
remove unnecessary window class styles
|
2024-04-17 09:19:00 -07:00 |
|
Ryan Fleury
|
572fad1f03
|
first pass at custom window border
|
2024-04-17 08:46:21 -07:00 |
|
Ryan Fleury
|
9c7fd0a411
|
metagen: simplify & straighten out table generation further; raddbgi_cons: fix incorrect str8_list_join
|
2024-02-13 11:38:43 -08:00 |
|
Ryan Fleury
|
1d9dc2b9a9
|
metagen: simplify data tables
|
2024-02-13 11:16:45 -08:00 |
|
Ryan Fleury
|
ea840a71e8
|
metagen: simplify enum generation; reading/organization pass over raddbgi_from_pdb
|
2024-02-13 10:55:06 -08:00 |
|
Ryan Fleury
|
7f357b264c
|
os_gfx_win32: fix preservation of sign info in x/y lparams for mouse events
|
2024-02-08 17:05:24 -08:00 |
|
Ryan Fleury
|
6e3242848f
|
wm_mousewheel and wm_mousehwheel report mouse coordinates in screen space, not client space; fix to account fo rthat
|
2024-02-08 10:05:29 -08:00 |
|
Ryan Fleury
|
c637ad6ede
|
rewrite ui box -> signal path for less lossy event processing & correctness; also extend to use all 3 mouse buttons. eliminate ui signal bitfields, just use flags & helper macros everywhere.
|
2024-02-07 16:46:57 -08:00 |
|
Ryan Fleury
|
6e874c7449
|
syschar -> defwindowproc
|
2024-02-05 11:07:36 -08:00 |
|
Ryan Fleury
|
0be4680ec9
|
os_gfx -> report mouse move events; still allow passive mouse interaction if window is unfocused, but have recently received mousemove events
|
2024-02-03 18:04:21 -08:00 |
|
Ryan Fleury
|
813554fa62
|
detect alt-held character inputs; short-circuit menu bar shenanigans on chars-with-alt
|
2024-01-25 07:29:55 -08:00 |
|
Ryan Fleury
|
8789e763fd
|
equip os events with timestamp; re-enable leftover event feed-forward but add timeout
|
2024-01-24 12:38:19 -08:00 |
|
Ryan Fleury
|
959550151a
|
preserve per-event mouse coordinates; prefer in ui signal producing codepath
|
2024-01-23 20:17:50 -08:00 |
|
Ryan Fleury
|
fd0feefcf2
|
pipe through left-over OS events to subsequent frames; do not drop them
|
2024-01-23 16:44:57 -08:00 |
|
Ryan Fleury
|
27deda390f
|
raddbg icon building/embedding/loading
|
2024-01-21 22:21:41 -08:00 |
|
Ryan Fleury
|
25ef507201
|
eliminate some old win32 timer code; use LLD in clang builds; eliminate unnecessary Clang architecture flags; eliminate /MP from builds, since mostly unnecessary
|
2024-01-19 10:37:27 -08:00 |
|
Ryan Fleury
|
b932e6236a
|
os gfx stub backend
|
2024-01-12 20:30:38 -08:00 |
|
Ryan Fleury
|
2078af15f9
|
mc -> mdesk; I do not know what Monkey C is
|
2024-01-12 19:22:11 -08:00 |
|
Ryan Fleury
|
a42ec6aeff
|
initial upload
|
2024-01-10 19:57:50 -08:00 |
|