openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
herbstluftwm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
15 days
ago. based on code collected
16 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 55 of 101
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix: missing virtual destructor
Johannes Jordan
More...
about 10 years ago
fix chain length test
Johannes Jordan
More...
about 10 years ago
enrich hook object with attributes and action
Johannes Jordan
More...
about 10 years ago
move HookEvent to directory.h
Johannes Jordan
More...
about 10 years ago
re-enable default construction
Johannes Jordan
More...
about 10 years ago
remove unused member variable
Johannes Jordan
More...
about 10 years ago
convenience function thorsten style
Johannes Jordan
More...
about 10 years ago
add hooks to object tree
Johannes Jordan
More...
about 10 years ago
test implicitely replacing existing attribute
Johannes Jordan
More...
about 10 years ago
improve hook triggering also trigger when an object replacement caused an attribute change report initial attribute settings
Johannes Jordan
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.
Johannes Jordan
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
Johannes Jordan
More...
about 10 years ago
test watching an object
ypnos
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
ypnos
More...
about 10 years ago
notify hook on every change (fix)
ypnos
More...
about 10 years ago
debug output function
ypnos
More...
about 10 years ago
only emit hook if value really changed
ypnos
More...
about 10 years ago
fix realization of disappearance
ypnos
More...
about 10 years ago
by default only write a writeable attribute
ypnos
More...
about 10 years ago
test works with root node
ypnos
More...
about 10 years ago
reflect that root node is not part of hook path
ypnos
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.
ypnos
More...
about 10 years ago
disable Symlink as unsupported, maybe obsolete
ypnos
More...
about 10 years ago
more testing
ypnos
More...
about 10 years ago
sanity check for removed objects (incompl. chain)
ypnos
More...
about 10 years ago
introduce dynamic attribute to expose object name
ypnos
More...
about 10 years ago
fix readable/writeable to be managed by attribute, const read access
ypnos
More...
about 10 years ago
Merge branch 'winterbreeze' of https://github.com/herbstluftwm/herbstluftwm into winterbreeze
ypnos
More...
about 10 years ago
a print method for debugging
ypnos
More...
about 10 years ago
hook system
ypnos
More...
about 10 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
…
100
101
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree