summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-04fix valgrind warnings in OhmPluginRob Taylor1-1/+6
2007-08-04unref owned objects in dispose, not finalizeRob Taylor2-9/+46
2007-08-04fix valgrind warnings in OhmModuleRob Taylor1-24/+17
2007-08-04Fix crasher on destroy in plugin-idleRob Taylor1-2/+3
2007-08-04make run-ohm.sh's valgrind running more usefulRob Taylor2-2/+760
2007-08-03add --efence and --underfence options to run-ohm.shRob Taylor3-0/+14
2007-08-03fix crasher in ohmd/ohm-plugin.cRob Taylor1-1/+0
2007-08-03fix memleak in OhmModuleRob Taylor1-1/+1
2007-08-03add command line options for --g-fatal-warnings and --g-fatal-criticalRob Taylor2-2/+18
2007-08-03add SIGINT handler to ohmdRob Taylor1-2/+14
2007-08-03make run-ohm.sh more capableRob Taylor1-4/+25
2007-08-01update plugins to new plugin interfaceRob Taylor12-406/+203
2007-08-01change plugin interface to be more efficientRob Taylor4-327/+248
2007-08-01add --debug option to run-ohm.shRob Taylor1-1/+8
2007-07-25fix loading of the plugin conf directory when installed properlyRichard Hughes2-13/+18
2007-07-23fix type in backlight plugin Makefile.amRob Taylor1-1/+1
2007-07-23remove mkinstalldirs from EXTRA_DISTRob Taylor1-2/+1
2007-07-23allow running of ohmd uninstalledRob Taylor19-233/+109
2007-07-23Correct some documentation of OhmConf.Rob Taylor1-8/+20
2007-07-23Don't expose signals in class structure of OhmConfRob Taylor2-8/+2
2007-07-23Use $(LIBTOOL) rather then executing libtool directlyRob Taylor1-2/+2
2007-07-18Turn DPMS off (put the DCON to sleep) when going into suspendChris Ball1-0/+7
2007-07-18Fix DCON switching; open X display, don't always reset backlight.state = 1Chris Ball2-2/+6
2007-07-18The xrandr semantics are inverted -- flip themChris Ball1-2/+2
2007-07-13it is possible to be set in coldplugRichard Hughes1-2/+2
2007-07-13make the idle.timer_ values public, we'll want to change them in the sessionRichard Hughes1-3/+3
2007-07-13require xorg if using the displayRichard Hughes4-2/+4
2007-07-13only connect idletime when X is upRichard Hughes1-10/+51
2007-07-13add an xorg plugin to detect when X is up and to set XAUTHORITYRichard Hughes7-1/+147
2007-07-13add ohm-get-key for shell scriptsRichard Hughes4-2/+88
2007-07-13don't assume we can do gdk_init, fixes a segfault on boot when running under ...Richard Hughes2-5/+36
2007-07-13don't unref ctx if not allocatedRichard Hughes1-1/+1
2007-07-13try to reconnect if X is not started up with ohm startsRichard Hughes2-16/+75
2007-07-13add a session setter for testingRichard Hughes3-1/+88
2007-07-12suggest xrandr in backlightRichard Hughes1-0/+1
2007-07-12watch the hal device for either a property changed _or_ a device conditionRichard Hughes1-2/+4
2007-07-12work around a bug in idletime where the idlecounter is being reset on dpms ac...Richard Hughes1-0/+17
2007-07-11dpms tidyupsRichard Hughes1-41/+20
2007-07-11button tidyupsRichard Hughes1-10/+1
2007-07-11don't send hal changes to plugins that don't careRichard Hughes2-1/+5
2007-07-11fix two typosRichard Hughes1-2/+2
2007-07-11add xrandr functionalityRichard Hughes9-0/+153