Commit Graph

7 Commits

Author SHA1 Message Date
2cb11dce46 libsysprof-ui: simplify zoom at load 2019-05-29 15:13:00 -07:00
938839c3cb libsysprof-ui: fit zoom when loading 2019-05-29 15:13:00 -07:00
b19ce4b741 libsysprof-ui: remove offsets from allocation
This isn't actually needed, and messes things up in the new capture view
depending on the ancestry.
2019-05-29 15:13:00 -07:00
5f5920a6d4 libsysprof-ui: cleanup 2019-05-29 15:13:00 -07:00
af6c392ecc libsysprof-ui: whitespace cleanup 2019-05-29 15:13:00 -07:00
7ea6ca43ec libsysprof: add inside guards to prevent stray includes
This requires that things use #include <sysprof.h> now instead
of individual includes. A few cases are still allowed in the
libsysprof-capture library to make copy/paste embedding easier.
2019-05-29 15:12:59 -07:00
53c718b708 build: rename all symbols to use sysprof_ as prefix
As we gain in usage, we need to be more careful about using a prefix
that will not collide with other symbols. So version 3 of our ABI will
change to using Sysprof/SYSPROF/sysprof as the various prefixes.

The soname/api version bump will happen later on this branch so that
things are easier to test up until then.
2019-05-29 15:12:59 -07:00