summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-24add some debug to backlight pluginRob Taylor1-0/+7
2007-09-23idle glue: remove unnecessary initRob Taylor1-23/+2
2007-09-23display policy: handle return from powersave correctlyRob Taylor1-1/+2
2007-09-23libidletime: debug output for counter value on timeoutsRob Taylor1-0/+1
2007-09-23use int64_to_xsyncvalue and xsyncvalue_to_int64 rather than XSyncValueAdd and...Rob Taylor1-15/+1
2007-09-13add --without-xauth configure optionRob Taylor2-6/+26
2007-09-13xorg plugin: first call of plugin_poll_startup handled incorrectlyRob Taylor1-1/+1
2007-09-05add some debug for which plugin changed which keyRob Taylor1-0/+1
2007-09-05add idle.resetRob Taylor3-12/+57
2007-09-04don't try to distribute index.html if we can't build it.Rob Taylor1-11/+13
2007-09-03add missing ohm-logo-small.png to EXTRA_DISTRob Taylor1-0/+1
2007-09-03install automake, libtoolize and gtkdocize files with copyRob Taylor1-3/+3
2007-09-03docs/index.html should not be in the repo.Rob Taylor1-500/+0
2007-08-22remove test for OhmConfObj from ohm-test.cRob Taylor1-6/+0
2007-08-22covert OhmKeystore to use new OhmCOnf key iteratorRob Taylor1-18/+16
2007-08-22Add ohm_conf_keys_length methodRob Taylor2-3/+10
2007-08-22replace ohm_conf_get_keys with ohm_conf_keys_foreach and remove OhmConfobjRob Taylor3-134/+76
2007-08-22add configure flags for distcheckRob Taylor1-0/+2
2007-08-22add some debug when suspendingRob Taylor1-0/+1
2007-08-22fixes for the new idle plugin interfaceRob Taylor2-20/+27
2007-08-22add configure flag for .Xauthorty directory on single-user-devicesRob Taylor2-7/+33
2007-08-22fix dpms plugin to not crash at end if failed to connect to xserverRob Taylor1-2/+4
2007-08-22fix backlight plugin not to crash when no laptop_panels found.Rob Taylor1-7/+9
2007-08-22convert existing policy plugins to use the timeouts policy moduleRob Taylor2-11/+11
2007-08-22allow a plugin to have no defaults ini file.Rob Taylor1-1/+1
2007-08-22remove idle.ini, no longer needed.Rob Taylor2-8/+0
2007-08-22fix up changes to idle pluginRob Taylor1-5/+14
2007-08-22clean out the temp plugin install directory in run-ohm.shRob Taylor1-0/+1
2007-08-22support for a plugin to listen on its own keysRob Taylor3-3/+19
2007-08-22add 'timeouts' policy module.Rob Taylor5-1/+116
2007-08-22document idle plugin usage.Rob Taylor1-1/+16
2007-08-22modify idle plugin to use a generic interfaceRob Taylor2-29/+20
2007-08-20Revert "add the missing gtk-doc.make to fix compile"Richard Hughes1-154/+0
2007-08-19add the missing gtk-doc.make to fix compileRichard Hughes1-0/+154
2007-08-17don't pass --enable-gtk-doc in autogen.shRob Taylor1-1/+1
2007-08-17add 'none' option for --with-distro configure flagRob Taylor1-1/+3
2007-08-17Comment out EXTRA_DIST += lines in gtk-doc makefiles.Rob Taylor2-2/+2
2007-08-16Add missing ohm-plugin-docs.sgmlRob Taylor1-0/+10
2007-08-16ohm-plugin fixRob Taylor1-1/+1
2007-08-16call gtkdocize before automakeRob Taylor1-2/+3
2007-08-16gtk-doc for libohmRob Taylor5-2/+91
2007-08-16output whether gtk-doc is enabled at end of configureRob Taylor1-0/+1
2007-08-16gtk-doc for Ohm plugin interfaceRob Taylor8-0/+151
2007-08-15prefix struct names with underscore in public apiRob Taylor2-9/+11
2007-08-13add ohm-plugin-internal.h to ohmd_SOURCESRob Taylor1-0/+1
2007-08-13split ohm-plugin.h into ohm-plugin.h and ohm-plugin-internal.hRob Taylor4-48/+75
2007-08-13initialise plugin's conf in initRob Taylor1-1/+1
2007-08-08try to free up some more memoryRob Taylor1-1/+3
2007-08-08remove unneeded scriptsRob Taylor2-22/+0
2007-08-08add --time option to run-ohm.shRob Taylor1-3/+10