| Commit message (Expand) | Author | Age |
* | Formatting and style updates | ridiculousfish | 2013-05-05 |
* | Reduce compiled code size a bit | ridiculousfish | 2013-04-13 |
* | Use the new input_common_add_callback mechanism to not execute callbacks whil... | ridiculousfish | 2013-04-03 |
* | Make event_block_t.event not a reference | ridiculousfish | 2012-12-22 |
* | Formatting | ridiculousfish | 2012-12-22 |
* | include fixes and suggestions from code review | Jan Kanis | 2012-12-22 |
* | reference'ize event.cpp/h | Jan Kanis | 2012-12-20 |
* | Make event_t.arguments into a vector instead of an auto_ptr<vector>. | Jan Kanis | 2012-12-20 |
* | Allow 'emit' to accept event arguments | Jan Kanis | 2012-12-20 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Additional warnings cleanup, effective C++ violations, dead code removal | ridiculousfish | 2012-08-05 |
* | Signal handling cleanup and improved safety | ridiculousfish | 2012-06-04 |
* | Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota... | ridiculousfish | 2012-03-03 |
* | Fix for removing too many event handlers (that's why "Goodbye" never got prin... | ridiculousfish | 2012-02-17 |
* | Fixed compilation with recent changes on Linux. | Siteshwar Vashisht | 2012-02-10 |
* | Get event_t off of halloc (!) | ridiculousfish | 2012-02-08 |
* | Cleanup event_get_desc | ridiculousfish | 2012-02-08 |
* | Excised some more halloc and array_list_t | ridiculousfish | 2012-02-08 |
* | Removed discriminated union from block_t type, allowing us to store wcstrings... | ridiculousfish | 2012-02-07 |
* | Migrate to std::vector in event class | ridiculousfish | 2011-12-27 |
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | remove trailing spaces | Grissiom | 2010-09-18 |
* | Add support for the Ubuntu 'command-no-found' handler, which suggests a packa... | liljencrantz | 2008-01-15 |
* | Comment updates, minor code cleanups and other janitorial jobs | liljencrantz | 2007-10-02 |
* | Add a 'generic' type of event that can be emited from any piece of code or by... | liljencrantz | 2007-08-20 |
* | Minor code tweaks | axel | 2007-04-17 |
* | Remove superflous event_signal_listen function, replace all calls to it with ... | axel | 2006-05-15 |
* | Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi... | axel | 2006-05-14 |
* | Generalize the stack tracing code, add support for showing events and command... | axel | 2006-02-02 |
* | Fixes to api documentation, added .PHONY to makefile actions, made a few priv... | axel | 2006-01-24 |
* | Code cleanup | axel | 2005-12-15 |
* | Initial blocking implementation | axel | 2005-12-12 |
* | Remove old event hooks, add more event handler documentation | axel | 2005-12-04 |
* | Huge API documentation cleanup | axel | 2005-10-25 |
* | Add support for specifying event handler for calling job in command supstitut... | axel | 2005-10-15 |
* | Stop using anonymous unions | axel | 2005-10-12 |
* | Various updates to signal event handling | axel | 2005-10-06 |
* | Initial update for new event subsystem | axel | 2005-10-06 |