Commit Graph

6825 Commits

Author SHA1 Message Date
Bartosz Taudul
758edf8a05 Update manual. 2022-07-24 14:59:20 +02:00
Bartosz Taudul
c924981044 Update NEWS. 2022-07-24 14:42:11 +02:00
Bartosz Taudul
347317745b Update manual. 2022-07-24 14:31:57 +02:00
Bartosz Taudul
b782b021c7 Obey custom plot colors. 2022-07-24 14:31:56 +02:00
Bartosz Taudul
b026e09a09 Include custom color in plot configuration. 2022-07-24 13:42:25 +02:00
Bartosz Taudul
1dfe36e962 Implement reading 10 elements at once. 2022-07-24 13:40:06 +02:00
Bartosz Taudul
f4b0654fcd Allow setting plot color in the configuration message. 2022-07-24 13:32:21 +02:00
Bartosz Taudul
f354735fc4 Plot fill may be disabled. 2022-07-24 13:28:12 +02:00
Bartosz Taudul
b2a94cbfa2 Set plot fill using configuration message. 2022-07-24 13:10:20 +02:00
Bartosz Taudul
dceb2399ee Set plot staircase using plot configuration message. 2022-07-24 13:09:45 +02:00
Bartosz Taudul
3f51409389 Add step and fill parameters to plot configuration. 2022-07-24 13:05:01 +02:00
Bartosz Taudul
810f1573ac Use separate messages for transfer of different plot value types. 2022-07-24 13:00:36 +02:00
Bartosz Taudul
aeedf7de2d Save/load plot steps parameter. 2022-07-24 12:42:39 +02:00
Bartosz Taudul
16627d7313 Plots may now be drawn as staircases. 2022-07-24 12:37:30 +02:00
Bartosz Taudul
f8115168a6 Fill area under plots. 2022-07-24 12:28:47 +02:00
Bartosz Taudul
b0f484d593 Display plot colors in options menu. 2022-07-24 12:13:28 +02:00
Bartosz Taudul
3393471dcc Draw memory plot ranges on top of plot. 2022-07-24 12:10:46 +02:00
Bartosz Taudul
a3b6a9c95c Color plot background. 2022-07-24 01:39:51 +02:00
Bartosz Taudul
755df94f45 Move DarkenColor() to a proper source file. 2022-07-24 01:29:52 +02:00
Bartosz Taudul
27a98a3cc2 Make user plot color depend on its name. 2022-07-24 01:26:20 +02:00
Bartosz Taudul
a98bbc2340 Display plot color in plot tooltip. 2022-07-24 01:12:42 +02:00
Bartosz Taudul
7d1539a0ce Plot coloring, currently by type. 2022-07-24 01:07:10 +02:00
Bartosz Taudul
5bee753376 Add source preview to lock info window source location. 2022-07-24 00:18:57 +02:00
Bartosz Taudul
0a00925a9b More compact locks drawing. 2022-07-24 00:13:11 +02:00
Bartosz Taudul
efaf1df8d4 Move LockMap and LockHighlight definitions. 2022-07-23 15:54:48 +02:00
Bartosz Taudul
52f333a3f8 Update NEWS. 2022-07-23 13:38:52 +02:00
Bartosz Taudul
f7598d2431 Implement direct children search. 2022-07-23 13:31:41 +02:00
Bartosz Taudul
57f03dfe9a Implement children messages filtering in zone tooltip. 2022-07-23 13:19:30 +02:00
Bartosz Taudul
c44075544a Mention C# bindings. 2022-07-23 12:46:39 +02:00
Bartosz Taudul
a75846dd88 Do not try to demangle really long function names. 2022-07-23 12:37:00 +02:00
Bartosz Taudul
d282425287 Fix demangle buffer. 2022-07-23 12:34:35 +02:00
Bartosz Taudul
cb58b4803a Update NEWS. 2022-07-20 01:23:33 +02:00
Bartosz Taudul
7dc95bf3a8 Fix demangling of functions with names >64KB. 2022-07-20 01:21:43 +02:00
Bartosz Taudul
f52ac31468 Do not duplicate code. 2022-07-20 01:06:12 +02:00
Bartosz Taudul
a04f830962 Force inline string copy functions. 2022-07-20 01:04:59 +02:00
Bartosz Taudul
5e0eb7e26b Drop string copy length asserts.
These might now truncate data.
2022-07-20 01:03:06 +02:00
Bartosz Taudul
8ccfe93044 Apply 7409767 from libbacktrace. 2022-07-20 00:41:22 +02:00
Bartosz Taudul
fca8a7707d Don't fail compilation on emscripten. 2022-07-19 15:49:29 +02:00
Bartosz Taudul
4d40a9cb53 Track locking thread on server side. 2022-07-18 02:06:19 +02:00
Bartosz Taudul
440d20b864 Don't transfer lock release thread id.
We already know which thread is holding the lock.
2022-07-18 01:56:09 +02:00
Bartosz Taudul
d6a607b9f0 Update nativefiledialog-extended to 3311592. 2022-07-17 16:22:27 +02:00
Bartosz Taudul
85102f7a19 Update NEWS. 2022-07-17 15:47:39 +02:00
Bartosz Taudul
fedec0caf2 Update manual. 2022-07-17 15:47:39 +02:00
Bartosz Taudul
06c7984a16 Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
Bartosz Taudul
c3c799ebc4 Update NEWS. 2022-07-13 01:00:57 +02:00
Bartosz Taudul
94444e2afb Display compatible Tracy versions for bad protocols. 2022-07-13 00:53:15 +02:00
Bartosz Taudul
b70321fe6a Add protocol -> version mapping table. 2022-07-13 00:44:02 +02:00
Bartosz Taudul
0624c592e3 Advise about slow send queue. 2022-07-03 15:14:53 +02:00
Bartosz Taudul
edad2d7e35 Monitor send queue size. 2022-07-03 14:52:18 +02:00
Bartosz Taudul
3c49dea10c Link with UniformTypeIdentifiers on macos. 2022-07-03 13:52:39 +02:00