Fixed $texeci regression.
[monky] / src / conky.c
2009-05-02 Brenden MatthewsFixed $texeci regression.
2009-05-01 Yeon-Hyeong YangAdded diskio_avg_samples patch (thanks Yeon-Hyeong)
2009-05-01 Brenden MatthewsFew misc doc related things.
2009-04-30 Nikolas GarofilAdded the combine variable
2009-04-28 Jérôme PlûtMake ALSA mixers available on Linux, and added $if_mixe...
2009-04-28 Brenden MatthewsFix minor environment variable bug.
2009-04-28 Brenden MatthewsMinor for for mail args parsing.
2009-04-28 Lassi SelanderVarious XMMS2 updates (thanks Lassi).
2009-04-26 Phil Sutterfix for enviroment variable expansion
2009-04-18 Nikolas GarofilWorkaround for the problem that $goto only moves the...
2009-04-13 Nikolas GarofilBugfix: compilation without X11 broke after latest...
2009-04-10 Brenden MatthewsSpecial default & gauge fixes.
2009-04-09 Brenden MatthewsAdded default_bar/graph/gauge_size config options ...
2009-04-09 Or CohenMinor fix for fs_used_perc, fs_free and fs_free_perc
2009-04-03 Phil Sutterbe consistent when parsing args of cpu objects
2009-04-01 Nikos NtarmosAdd X11 display argument/conf entry (FR #2474243)
2009-03-30 Brenden MatthewsUpdate copyright stuff, fix conky.conf weirdness.
2009-03-30 Brenden MatthewsFixed bug in template stuff.
2009-03-29 Nikos NtarmosAdding if_up support for FreeBSD.
2009-03-29 Nikos Ntarmossysfs is a Linux-only feature.
2009-03-29 Nikos NtarmosFix a typo and teach linux code to use data
2009-03-24 Phil Sutteradd eval object, evaluating it's args
2009-03-23 Phil Sutterfix dollar escape in TEXT
2009-03-19 Brenden MatthewsCouple minor fixes.
2009-03-18 Brenden MatthewsMake print_config() stuff match configure.
2009-03-17 Nikolas GarofilFix: make sure compiling without X11 works
2009-03-16 Nikolas GarofilNo limits for environment variables
2009-03-16 Brenden MatthewsMake gauge stuff look a little less funny.
2009-03-16 Brenden MatthewsUnbreak alias stuff.
2009-03-16 anerI added Gagues to monitor variables
2009-03-16 Nikos NtarmosDisk i/o support on FreeBSD patch.
2009-03-16 Brenden MatthewsFix compilation errors.
2009-03-15 Nikolas Garofilbugfix: segfault when nothing x11-related is mentioned...
2009-03-07 Nikolas GarofilAdded alias configfile setting
2009-03-01 Phil Sutterfix padding of $processes
2009-03-01 Phil Sutterintroduce percent_print() for printing percentages
2009-03-01 Phil Sutterrewrite human_readable() to minimise padding
2009-03-01 Nikolas Garofilif_updatenr added
2009-02-24 Phil Suttermove the custom defined memrchr to the right place
2009-02-23 Phil Sutterfix 966a05a9848f20a740c5e695d182039ebfe7d2fd
2009-02-22 Phil Sutteradd help text for --print-config option
2009-02-22 Phil Sutterwhitespace cleanup
2009-02-22 Phil Sutterremove x11 dependency of fonts
2009-02-22 Phil Suttersplit off specials from conky.c
2009-02-22 Phil Sutterfix for building with --disable-x11
2009-02-22 Phil Suttermerge tail and head into a single source file
2009-02-22 Phil Sutterput tail and head code into separate files
2009-02-22 Phil Suttermerge ibm-acpi and smapi together
2009-02-22 Phil Sutteroutsource ibm-acpi stuff into it's own source file
2009-02-22 Phil Sutterfix coding style of the last few patches
2009-02-18 Brenden MatthewsNo space between number and units please.
2009-02-18 Nicolas SierroExtended support for local Maildir patch sf.net id...
2009-02-18 Alexander MonakovFix diskio_read/write patch sf.net id #2493084 (thanks...
2009-02-18 Kim HolvialaPatch by Kim Holviala sf.net id #2484548.
2009-02-18 SwoögPatch to add $battery_short variable.
2009-02-18 Brenden MatthewsMisc compilation fixes.
2009-02-15 Nikolas Garofilout_to_x can now be turned off
2009-02-12 Nikolas Garofilappend_file output method
2009-02-12 Nikolas Garofiloverwrite_file output method
2009-02-10 Nikolas GarofilAdded output_to_stderr
2009-02-09 Brenden MatthewsFix my last 'fix'.
2009-02-08 Brenden MatthewsFix warning on older versions of gcc.
2009-02-08 Brenden MatthewsCouple fixes for the top_time stuff.
2009-02-08 Alexander Grafbetter combine top, top_mem and top_time handlers
2009-02-08 Alexander GrafAlso free process list when ${top_time} is used
2009-02-07 Alexander GrafAdd ${top_time} sorting processes by CPU time
2008-12-23 mipasBuild fix patch
2008-12-22 Phil Suttersimplify declaration of ifblock objects
2008-12-22 Phil Sutteruse a global struct moc_s
2008-12-22 Phil Sutterseparate parsing and interpreting text objects for...
2008-12-22 Phil Suttermove and add function prototypes to src/conky.c
2008-12-22 Phil Sutterdo not use a global ifblock stack
2008-12-20 Phil Suttertreat mpd opjects as non-threaded
2008-12-20 Phil Sutteradd if_match object comparing strings, floats and ints
2008-12-18 Phil Sutterfix segfault for diskiograph
2008-12-18 Phil Sutterinternal rewrite of mpd support
2008-12-16 Itai ZukermanPatch to allow escaping newlines in the config.
2008-12-16 Phil Suttersimplify human_readable
2008-12-16 Phil Suttermake use_spacer an enum
2008-12-16 Phil Suttersimplify diskio stats
2008-12-15 Phil Sutterhere comes the big header include rewrite
2008-12-15 Phil Sutteroutsource ifblock and text_object helpers
2008-12-15 Phil Sutterput text_object stuff into an own header
2008-12-15 Phil Sutterorganise text objects in a linked list
2008-12-15 Phil Sutterhave a maximum width for all variable length mpd vars
2008-12-15 Phil Suttersimplify free_text_objects a bit
2008-12-15 Phil Suttersimplify if_existing evaluation
2008-12-14 Phil Sutterenable DEV_NAME to handle symlinks
2008-12-14 Phil Sutteruse the builtin config also as a default one
2008-12-14 Brenden MatthewsMove imap/pop3 stuff into mail.c
2008-12-14 Brenden MatthewsMove imap/pop3 stuff into mail.c
2008-12-12 Phil Sutterimplement sample config printing support
2008-12-11 Phil Sutterrewrite tcp-portmon hooks
2008-12-11 Phil Sutterrewrite template engine completely
2008-12-09 Brenden MatthewsRemoving old svn keywords.
2008-12-09 Brenden MatthewsFix broken cpu usage stuff (due to a previous commit).
2008-12-09 Brenden MatthewsAdd an option to timed_thread_test() to not wait for...
2008-12-08 Phil Sutterrewrite hddtemp
2008-12-08 Phil Sutterfix for renamed DEBUG2 macro (again)
2008-12-08 Phil Sutterset conky in dock mode to be withdrawn
next