added new variables battery_volts and battery_temp
[monky] / src / core.c
2009-10-12 Phil Suttercurl: put init and print code to where it belongs
2009-10-12 Phil Sutterweather objects: move init and print code to weather.c
2009-10-12 Phil Sutterrss: move init and print code into rss.c
2009-10-12 Phil Sutterspend some time with eve.{c,h}
2009-10-12 Phil Suttersysfs objects: merge init and print routines
2009-10-12 Phil Suttertcp_portmon: drop useless function pointer cast, use...
2009-10-12 Phil Sutterfs_bar, fs_bar_free: merge init and print routines
2009-10-12 Phil Suttertail, head: use OBJ_ARG to simplify code
2009-10-12 Cesare TirabassiFix global info.desktop variables were incorrectly...
2009-10-04 Phil Suttericonv: outsource code into it's own file
2009-10-04 Phil Sutteroutsource time, utime and tztime into a separate file
2009-10-04 Phil Suttermove the SIZE_DEFAULTS() macro to where it belongs to
2009-10-01 Brenden MatthewsImprove IMAP/POP3 code, fix compiler error.
2009-09-25 Pavel LabathPut OBJ(image) in $ifdefs
2009-09-15 Pavel LabathOBJ -> OBJ_ARG; apparently forgotten in 9f22ba
2009-09-15 Phil Suttercore: add OBJ_ARG() and OBJ_IF_ARG() to force arguments
2009-09-15 Phil Sutterdo not unconditionally overwrite a variable after condi...
2009-09-15 Phil Sutterminor indenting fixup
2009-09-15 Phil Sutterapcupsd: drop init_apcupsd() since it was called at...
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-09-06 Phil Sutterupdate machinery: fix top objects
2009-09-06 Phil Sutterupdate machinery: let CALLBACK() die again
2009-09-06 Phil Sutterupdate machinery: clean up
2009-09-06 Phil Sutterupdate machinery: complete transition
2009-09-06 Phil Sutterrework the update machinery to use callbacks
2009-09-06 Phil SutterRewrite hddtemp support for better scaling
2009-09-03 Phil Suttermove the ncurses.h include from conky.h to core.c
2009-09-03 Phil Sutteroutsource the whole template object machinery
2009-09-03 Cesare TirabassiFix if_running not working on linux when a top flavour...
2009-08-08 Nikolas GarofilUndo adding local ncurses.h header-file added by b4b022...
2009-08-07 Phil Sutterinclude ncurses.h in core.c
2009-08-07 Brenden MatthewsRevert "Uhh..ansohus"
2009-08-07 Brenden MatthewsRevert "auesnthaeou"
2009-08-07 Brenden Matthewsauesnthaeou
2009-08-06 Brenden MatthewsUhh..ansohus
2009-08-05 Brenden MatthewsStarted on breaking up conky.c.