Ryan Fleury
|
76b2facbf4
|
restrict menu bar keyboard shortcuts to being modifierless
|
2024-01-25 07:47:11 -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
|
96b0dd0783
|
note on bilinear sampling requirement (e.g. not interpolating per-vertex coordinates) for specific UI
|
2024-01-24 16:10:11 -08:00 |
|
Ryan Fleury
|
0d1ccd7264
|
switch to partner file command - quick way to switch from .h to .c, or similar
|
2024-01-24 13:59:31 -08:00 |
|
Ryan Fleury
|
4ddb4d0fed
|
consume menu bar events properly
|
2024-01-24 13:38:37 -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
|
f3ca6ff9b3
|
temporarily disable leftover event piping...
|
2024-01-24 12:14:33 -08:00 |
|
Ryan Fleury
|
d98a04ad22
|
correct animation response to new events
|
2024-01-24 12:02:36 -08:00 |
|
Ryan Fleury
|
69f77456b8
|
dbgi: fix incorrect grab of raddbg header; raddbg_from_pdb: fix unsigned interpretation of offsets in defrange symbols; fix incorrect byte position/size encoding ordering in some location info cases
|
2024-01-24 11:57:17 -08:00 |
|
Ryan Fleury
|
2b265e7ced
|
also consume window close events
|
2024-01-23 18:59:27 -08:00 |
|
Ryan Fleury
|
00ee0e58db
|
oops! consume text input events...
|
2024-01-23 18:56:55 -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
|
a94e1b1928
|
major simplification pass over command query system; eliminate per-window query views, just collapse down to a single query view stack per-window (way simpler and honestly just what everyone does anyways); simplify/dejankify ui focus system
|
2024-01-21 21:07:04 -08:00 |
|
Ryan Fleury
|
58a0084024
|
notes for next ui pass
|
2024-01-21 21:07:04 -08:00 |
|
Ryan Fleury
|
921b555346
|
enable type evaluation in eval system & watch views
|
2024-01-20 10:49:23 -08:00 |
|
Ryan Fleury
|
f3db75a05b
|
fix decimal enum value display
|
2024-01-19 22:13:04 -08:00 |
|
Ryan Fleury
|
e7046cb9d7
|
build fix for msvc 2017
|
2024-01-19 19:14:55 -08:00 |
|
Ryan Fleury
|
616897c8d6
|
version tick
|
2024-01-19 18:46:58 -08:00 |
|
Ryan Fleury
|
d88000ddeb
|
if exe-embedded pdb path doesn't work, fall back on attempting to treat that same path as relative to the executable
|
2024-01-19 18:14:39 -08:00 |
|
Ryan Fleury
|
42993b3fb0
|
silently filter access violations in asan's shadow address space
|
2024-01-19 17:47:56 -08:00 |
|
 Martins MozeikoandRyan Fleury
|
b1e2ca0ff8
|
show dialog with call stack in crash handler
|
2024-01-19 10:27:33 -08:00 |
|
Ryan Fleury
|
23572ca63f
|
notes
|
2024-01-18 12:11:01 -08:00 |
|
Ryan Fleury
|
ac521a8f60
|
do not use graphical error reporting in auto-launched conversion instances of the debugger; will fix repeated debug info conversion fatal error exception message boxes
|
2024-01-18 10:36:15 -08:00 |
|
Ryan Fleury
|
3567e6c53d
|
txti layer -> open files in write-shared mode, to prevent locking file from e.g. an editor which is writing; also only enable change detection when ui is actively updating
|
2024-01-18 10:04:00 -08:00 |
|
Ryan Fleury
|
bdecb6d522
|
disable hook-based list view rule, since it is currently unimplemented and visualization engine hooks need to mature before it is formally implemented in them
|
2024-01-17 16:31:26 -08:00 |
|
Ryan Fleury
|
1c40afc067
|
import notes from email bugs; add non-virtual-but-still-multiple-inheritance example to mule_main; slightly increase loudness of exception/trap-caused stop ctrl events
|
2024-01-16 11:59:44 -08:00 |
|
Ryan Fleury
|
a9ec1a05b1
|
notes
|
2024-01-15 20:30:11 -08:00 |
|
Ryan Fleury
|
cf58137b0f
|
todo notes
|
2024-01-15 15:38:12 -08:00 |
|
Ryan Fleury
|
0c497abba6
|
only supply config defaults when doing user config application
|
2024-01-14 06:42:49 -08:00 |
|
Ryan Fleury
|
c0322437d6
|
arresting confirmation ui - use in exit-while-debugging
|
2024-01-13 14:48:02 -08:00 |
|
Ryan Fleury
|
b932e6236a
|
os gfx stub backend
|
2024-01-12 20:30:38 -08:00 |
|
Ryan Fleury
|
b9a7b64280
|
stub render backend for tests; hoist out raddbg code/entry points from build target file, to be called into by sanity tests
|
2024-01-12 20:06:38 -08:00 |
|
Ryan Fleury
|
ca8727c4af
|
pipe parsed command line through render layer initialization; add new command line flags for render layer - (a) to disable API calls which require debug SDKs, and (b) to force software warp driver type
|
2024-01-12 14:42:24 -08:00 |
|
Ryan Fleury
|
8948206661
|
bugfix new config file creation
|
2024-01-12 10:48:28 -08:00 |
|
Ryan Fleury
|
ec7600cac8
|
measure underperformance of monitor refresh rate, & adjust expectations & delta-time accordingly
|
2024-01-12 09:45:42 -08:00 |
|
Ryan Fleury
|
af26066f68
|
add important github issue
|
2024-01-12 08:31:51 -08:00 |
|
Ryan Fleury
|
d3fcd77a1a
|
guarantee font fallbacks if font loading fails
|
2024-01-12 08:21:03 -08:00 |
|
Ryan Fleury
|
020444a540
|
task notes sorting/prioritizing
|
2024-01-12 08:10:47 -08:00 |
|
Ryan Fleury
|
2c98c5e970
|
next batch of todo notes
|
2024-01-12 07:34:40 -08:00 |
|
Ryan Fleury
|
e7243a2c28
|
GetThreadDescription (win 10+ thread name) API support
|
2024-01-11 16:02:27 -08:00 |
|
Ryan Fleury
|
1318aad83b
|
improve readability of theme colors in theme menu; improve readability of inactive tab names
|
2024-01-11 16:02:17 -08:00 |
|
Ryan Fleury
|
81fb7a40a3
|
quick notes reading/marking pass
|
2024-01-11 12:24:41 -08:00 |
|
Ryan Fleury
|
ac259f0ebd
|
include version number & build mode in window titles & help menu
|
2024-01-11 10:21:38 -08:00 |
|
Ryan Fleury
|
56333530e9
|
readme introduction paragraphs; notes
|
2024-01-11 09:36:16 -08:00 |
|
Ryan Fleury
|
a42ec6aeff
|
initial upload
|
2024-01-10 19:57:50 -08:00 |
|