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 |
|
Bartosz Taudul
|
de0182f12f
|
Update NFD.
|
2022-07-03 13:43:27 +02:00 |
|
Bartosz Taudul
|
71b3706486
|
Increase contrast on timeline CPU data CPU labels.
|
2022-07-03 13:04:09 +02:00 |
|
Bartosz Taudul
|
6748756fa1
|
Increase contrast of plot min/max labels.
|
2022-07-03 13:01:41 +02:00 |
|
Bartosz Taudul
|
f8f76a3d04
|
Text drawing with even more increased contrast.
|
2022-07-03 13:01:41 +02:00 |
|
Bartosz Taudul
|
21128be933
|
Limit number of make jobs.
|
2022-07-02 17:46:36 +02:00 |
|
Bartosz Taudul
|
c2a9a4e6be
|
Add missing includes.
|
2022-07-02 17:13:20 +02:00 |
|
Bartosz Taudul
|
2331ee04d2
|
Cleanup TracyView includes.
|
2022-07-02 17:00:08 +02:00 |
|
Bartosz Taudul
|
96dc8c8d1c
|
No need to include imgui.h in source view header.
|
2022-07-02 16:33:45 +02:00 |
|
Bartosz Taudul
|
1879d07eae
|
TracyImGui.hpp does not need assert.h nor algorithm includes.
|
2022-07-02 16:29:37 +02:00 |
|
Bartosz Taudul
|
4347cc58b1
|
Forward declare ImFont.
|
2022-07-02 16:25:47 +02:00 |
|
Bartosz Taudul
|
fa9e7c02bc
|
No force inlines in TracySocket.
|
2022-07-02 16:19:54 +02:00 |
|
Bartosz Taudul
|
a46d3992a2
|
Thread view adjustment is timeline handling.
|
2022-07-02 15:44:00 +02:00 |
|
Bartosz Taudul
|
d9ce848bb0
|
Also extract (and rename) timeline mouse handling.
|
2022-07-02 15:42:01 +02:00 |
|
Bartosz Taudul
|
889e643d2a
|
Extract ranges UI from View.
|
2022-07-02 15:40:51 +02:00 |
|
Bartosz Taudul
|
9fb618c12d
|
Rename DrawZone* -> DrawTimeline*.
|
2022-07-02 15:38:10 +02:00 |
|
Bartosz Taudul
|
e3b11821c3
|
Extract zone timeline rendering from View.
|
2022-07-02 15:36:36 +02:00 |
|
Bartosz Taudul
|
7b04d8c0b3
|
Extract frames timeline UI from View.
|
2022-07-02 15:31:03 +02:00 |
|
Bartosz Taudul
|
0d41a6c48b
|
Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.
|
2022-07-02 15:27:08 +02:00 |
|
Bartosz Taudul
|
5ed7d71927
|
DrawAllocList() is memory.
|
2022-07-02 15:24:59 +02:00 |
|
Bartosz Taudul
|
c2728fde04
|
Extract locks UI from View.
|
2022-07-02 15:24:09 +02:00 |
|
Bartosz Taudul
|
10205f90b4
|
Also extract timeline CPU data.
|
2022-07-02 15:20:47 +02:00 |
|
Bartosz Taudul
|
c6b6cb47da
|
Also move timeline samples.
|
2022-07-02 15:16:52 +02:00 |
|
Bartosz Taudul
|
e005d4ff36
|
Extract messages UI from View.
|
2022-07-02 15:15:24 +02:00 |
|
Bartosz Taudul
|
fe8269fa49
|
Mark syntax colors constexpr.
|
2022-07-02 15:10:01 +02:00 |
|
Bartosz Taudul
|
87d639c851
|
Move DrawStripedRect() out of header.
|
2022-07-02 15:08:52 +02:00 |
|
Bartosz Taudul
|
c427214f46
|
Move DrawHelpMarker to TracyImGui.hpp.
|
2022-07-02 15:07:40 +02:00 |
|
Bartosz Taudul
|
358148920a
|
Extract annotations UI from View.
|
2022-07-02 15:04:54 +02:00 |
|
Bartosz Taudul
|
5b451c3557
|
Extract samples UI from View.
|
2022-07-02 15:04:53 +02:00 |
|
Bartosz Taudul
|
06a840c19a
|
Wait stacks are context switches.
|
2022-07-02 15:01:23 +02:00 |
|
Bartosz Taudul
|
585587fa36
|
Extract frame tree functionality from View.
|
2022-07-02 15:01:22 +02:00 |
|
Bartosz Taudul
|
8147eadaf0
|
Extract connection state and notification area.
|
2022-07-02 14:47:13 +02:00 |
|
Bartosz Taudul
|
de5c4c678a
|
Extract memory UI from View.
|
2022-07-02 14:42:06 +02:00 |
|
Bartosz Taudul
|
f3fe8b27e8
|
Extract plot drawing from View.
|
2022-07-02 14:36:54 +02:00 |
|
Bartosz Taudul
|
e98b24a9ed
|
Extract frame overview UI from View.
|
2022-07-02 14:19:16 +02:00 |
|
Bartosz Taudul
|
b58a206d9d
|
More utility extract.
|
2022-07-02 14:14:27 +02:00 |
|
Bartosz Taudul
|
701cc16cbf
|
Zone tooltip is zone info.
|
2022-07-02 14:10:36 +02:00 |
|