Bartosz Taudul
Bartosz Taudul
Probably fixed by #674.
On current master you can build a wayland-native application with the following changes: ```diff --- a/profiler/build/unix/build.mk +++ b/profiler/build/unix/build.mk @@ -1,15 +1,18 @@ CFLAGS += CXXFLAGS := $(CFLAGS) -std=c++17 DEFINES +=...
Wayland is now the default target and does not require the patch above.
Keyboard support is now implemented.
> Supporting multiple meson projects concurrently is a much bigger task. It means merging tasks in the side panel tree view? The build/configure commands should run on each projects? IMHO...
Hi, Adding new plot data items is managed in `Worker::InsertPlot()`. Processing of the data for drawing is performed in the `TimelineItemPlot` class. > I believe I can implement this in...
> I'm mostly trying to understand if this feature would be plainly ignored/denied, or if you would have interest in including this kind of "zoom out aggregation". The feature sounds...
Making a proxy that would mux multiple clients would be a preferred solution here. To properly handle thread identifiers, which may be duplicated across different processes, you may use the...
> If you feel like you'd accept a contribution on that topic, I could help. Sure.
Anyone interested in this feature should have a look at #766.