Commit Graph

8 Commits

Author SHA1 Message Date
Tom Hacohen 91edbfe243 client: Also delete the backtrace label.
I forgot to remove that when removing the backtrace panel.
2013-11-06 17:10:08 +00:00
Tom Hacohen bded5a9950 Highlight map area of object if exists.
This changes the highlighting code to highlight the map geometry of an object
instead of it's geometry when highlighting a mapped object.

While doing that, I also simplified the highlighting code a bit, more
specifically, removed the unused PADDING option.
2013-09-12 16:10:01 +01:00
Tom Hacohen d32bbe9895 Clouseau: Start Daemon from app instead of script.
SVN revision: 83694
2013-02-06 15:55:53 +00:00
Tom Hacohen 5effaef84b Clouseau: Moved private enum to the private header.
SVN revision: 83693
2013-02-06 15:55:51 +00:00
Tom Hacohen 20df08e176 Clouseau: libclouseau_preload is now correctly split.
SVN revision: 83681
2013-02-06 13:19:28 +00:00
Tom Hacohen e9fe6cb2c0 Clouseau: Minor cosmetic changes.
SVN revision: 83534
2013-01-31 18:05:32 +00:00
Tom Hacohen 54ffd3ebc9 Clouseau: Moved the legacy eet descriptors to a separate file.
This cleans up the code a bit and will let us get rid of it
easily when the time comes.

SVN revision: 83510
2013-01-31 11:01:16 +00:00
Tom Hacohen 12c379a500 Clouseau: Remove the Clouseau.h header and use clouseau_private2.h instead.
This wasn't really a public header. It exposed a lot of stuff it shouldn't have and it was just confusing.
We'll just create a public header when we'll be ready, i.e know
exactly what we need to expose.

SVN revision: 83492
2013-01-30 17:18:16 +00:00