aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
Commit message (Expand)AuthorAge
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Reduce compiled code size a bitGravatar ridiculousfish2013-04-13
* Use the new input_common_add_callback mechanism to not execute callbacks whil...Gravatar ridiculousfish2013-04-03
* Make event_block_t.event not a referenceGravatar ridiculousfish2012-12-22
* FormattingGravatar ridiculousfish2012-12-22
* include fixes and suggestions from code reviewGravatar Jan Kanis2012-12-22
* reference'ize event.cpp/hGravatar Jan Kanis2012-12-20
* Make event_t.arguments into a vector instead of an auto_ptr<vector>.Gravatar Jan Kanis2012-12-20
* Allow 'emit' to accept event argumentsGravatar Jan Kanis2012-12-20
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Fix for removing too many event handlers (that's why "Goodbye" never got prin...Gravatar ridiculousfish2012-02-17
* Fixed compilation with recent changes on Linux.Gravatar Siteshwar Vashisht2012-02-10
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
* Cleanup event_get_descGravatar ridiculousfish2012-02-08
* Excised some more halloc and array_list_tGravatar ridiculousfish2012-02-08
* Removed discriminated union from block_t type, allowing us to store wcstrings...Gravatar ridiculousfish2012-02-07
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add support for the Ubuntu 'command-no-found' handler, which suggests a packa...Gravatar liljencrantz2008-01-15
* Comment updates, minor code cleanups and other janitorial jobsGravatar liljencrantz2007-10-02
* Add a 'generic' type of event that can be emited from any piece of code or by...Gravatar liljencrantz2007-08-20
* Minor code tweaksGravatar axel2007-04-17
* Remove superflous event_signal_listen function, replace all calls to it with ...Gravatar axel2006-05-15
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Code cleanupGravatar axel2005-12-15
* Initial blocking implementationGravatar axel2005-12-12
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* Huge API documentation cleanupGravatar axel2005-10-25
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Stop using anonymous unionsGravatar axel2005-10-12
* Various updates to signal event handlingGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06