aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/action.h
AgeCommit message (Collapse)Author
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2007-07-12ignore break or repeat when the make code for this key was not visibleAndreas Monzner
2007-06-19add 'domain' in actionmap for loading (and unloading) multiple keymaps at onceFelix Domke
2007-01-14remove unneeded workaroundAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-16take device string into accountFelix Domke
2005-12-31make many constructors and destructors invisible for pythonAndreas Monzner
2005-03-21 - added missing actions (sorry)Felix Domke