summaryrefslogtreecommitdiff
path: root/src/hook_manager.hh
AgeCommit message (Expand)Author
2014-03-20exec and eval support the -no-hooks optionMaxime Coste
2014-01-09Style changes, replace typedefs with usingsMaxime Coste
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-11-11Make Context a class, not a structMaxime Coste
2013-04-11Hooks can have an (shareable) identifier, and thus be removedMaxime Coste
2013-02-18Fix class/struct mismatchesMaxime Coste
2013-01-17Hooks now takes a non-const contextMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-06-07HookManager are now hierarchical from window to buffer to globalMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-03rename HooksManager to HookManagerMaxime Coste