1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: missing virtual destructor More... about 10 years ago
fix chain length test More... about 10 years ago
enrich hook object with attributes and action More... about 10 years ago
move HookEvent to directory.h More... about 10 years ago
re-enable default construction More... about 10 years ago
remove unused member variable More... about 10 years ago
convenience function thorsten style More... about 10 years ago
add hooks to object tree More... about 10 years ago
test implicitely replacing existing attribute More... about 10 years ago
improve hook triggering also trigger when an object replacement caused an attribute change report initial attribute settings More... about 10 years ago
use enable_shared_from_this instead of self_ as before, all directories and hooks need to be held by a shared_ptr. The correct way to do is is to use make_shared. Note: as shared_from_this() is not allowed during construction, hooks still need a separate hook_into() method to be called. More... about 10 years ago
use plain pointer to owner in attributes/actions note: we did not implement an object move constructor objects should not be moved in memory as we pass ::this to our attribute members during construction. as attributes are members of objects, they are always outlived by their owner More... about 10 years ago
test watching an object More... about 10 years ago
let hooks watch objects, not only attributes if an object is watched, the hook reports if children are added/removed More... about 10 years ago
notify hook on every change (fix) More... about 10 years ago
debug output function More... about 10 years ago
only emit hook if value really changed More... about 10 years ago
fix realization of disappearance More... about 10 years ago
by default only write a writeable attribute More... about 10 years ago
test works with root node More... about 10 years ago
reflect that root node is not part of hook path More... about 10 years ago
splice Directory out of Object Directories have children and hooks. Objects also deal with Attributes and Actions. Things like the root node and by-name are Directories. More... about 10 years ago
disable Symlink as unsupported, maybe obsolete More... about 10 years ago
more testing More... about 10 years ago
sanity check for removed objects (incompl. chain) More... about 10 years ago
introduce dynamic attribute to expose object name More... about 10 years ago
fix readable/writeable to be managed by attribute, const read access More... about 10 years ago
Merge branch 'winterbreeze' of https://github.com/herbstluftwm/herbstluftwm into winterbreeze More... about 10 years ago
a print method for debugging More... about 10 years ago
hook system More... about 10 years ago