* Added $if_mpd_playing patch (thanks tarpman)
[monky] / src / conky.c
2008-10-08 Brenden Matthews* Added $if_mpd_playing patch (thanks tarpman)
2008-09-26 Brenden Matthewshandle BYE from server when idling (IMAP stuff)
2008-09-26 Brenden Matthewsrespect IMAP IDLE timeout period
2008-09-25 Brenden Matthewsclose socket before exiting thread
2008-09-25 Brenden Matthewsimproving IMAP IDLE support, more
2008-09-25 Brenden Matthewsimproving IMAP IDLE support
2008-09-24 Brenden Matthewsfix small bug in imap idle stuff
2008-09-24 Brenden Matthews* Introduced (buggy) support for IMAP IDLE
2008-09-12 Brenden Matthews* Added small patch to support negative values (such...
2008-09-12 Brenden Matthews* Improve Conky's overall interval timing
2008-09-11 Brenden Matthewsoops, remove debug stuff
2008-09-11 Brenden Matthews * Improved hddtemp support
2008-09-01 Philanother indentation (and some whitespace) fixup
2008-09-01 Philenable max length argument for mpd_smart
2008-09-01 Philfix indenting in construct_text_object()
2008-08-14 Brenden Matthews * Fix compile error when MPD support not enabled
2008-08-05 Brenden Matthewsremove hardcoded retry stuff; put -Werror back in ...
2008-08-05 Brenden Matthews * Add option to specify number of retries for IMAP...
2008-08-03 Phillittle simplification and improvement of $nvidia
2008-07-20 Brenden Matthewss/kiB/KiB/g
2008-07-17 Brenden Matthewsimprove last fix a bit
2008-07-17 Brenden Matthews * Fixed bug with $if_empty and $mpd_* vars (sf...
2008-07-12 Nikolas Garofilmade defines of some literal values and defines to...
2008-07-12 Nikolas GarofilProper indenting for eve-code, made a define of the...
2008-07-09 Nikolas Garofilsolve warnings
2008-07-06 Nikolas GarofilFix bug in optional normal/log argument for graphs
2008-07-06 Nikolas GarofilMade log/normal argument for graphs optional
2008-07-01 Nikolas Garofilconfigure option for mathfunctions
2008-06-28 Brenden MatthewsAdded support for EVE-Online skill monitoring (thanks...
2008-06-25 Philtwo new smapi variables and a bit of documentation...
2008-06-21 Nikolas GarofilMerge ... conky1-extra, Changelog contains the changes
2008-06-21 Nikolas Garofil'inline' removed from functions that are called from...
2008-06-21 Kevin LylesRe-arranged some if statements to reduce redundancy
2008-06-21 Kevin LylesConsolidated all barnum code into get_barnum
2008-06-21 Kevin LylesConsolidated all popen calls (and repeated surrounding...
2008-06-21 Kevin LylesRemoved some redundancies between imap and pop3
2008-06-21 Kevin LylesRenamed all my_infos to the more-descriptive tmp_info
2008-06-21 Kevin LylesRenamed more global variables with global_ prefix
2008-06-21 Kevin LylesReplaced the global text_object array and count with...
2008-06-21 Kevin LylesAdded comments to a couple of non-obvious lines (to...
2008-06-19 Kevin LylesSplit help output into a separate function
2008-06-19 Kevin LylesMoved global diskio variables into info
2008-06-19 Kevin LylesRefactored out some redundancy in the tab conversion...
2008-06-19 Kevin LylesRemoved some redundancy in mpd_elapsed and mpd_length
2008-06-19 Kevin LylesChanged addr to print "No Address" when there is no...
2008-06-15 Kevin LylesRemoved all trailing whitespace
2008-06-15 Roman BogorodskiyMore or less working on FreeBSD now.
2008-06-14 Kevin LylesSplit conky.h into several smaller header files
2008-06-08 Nikolas GarofilBugfix: execgraph scale 0-0 instead of 0-100
2008-06-08 Nikolas GarofilBugfix: didn't work
2008-06-07 Nikolas GarofilBugfix: same text multiple times caused by if-family
2008-06-07 Nikolas GarofilBugfix: DEV_NAME tried to read uninitialised mem
2008-06-04 Nikolas GarofilBugfix: Lines printed to STDOUT with out_to_console...
2008-06-04 Nikolas GarofilBugfix: chars followed by backspace should not be displayed
2008-06-03 Brenden Matthews* Added --quiet patch (thanks sceptik)
2008-06-03 Brenden Matthews* Added NVIDIA Graficcard support patch (thanks meissna)
2008-05-30 Philconfigurable if_up, may check for:
2008-05-06 Brenden Matthewsdocs; small code simplification
2008-05-06 Brenden Matthewsupdating docs, syntax highlighting, code formatting
2008-05-03 Roman BogorodskiySmall portion of FreeBSD fixes:
2008-04-29 Brenden Matthews* own_window_type dock patch (thanks Morgan).
2008-04-22 Brenden Matthewsfixed hddtemp problems as well as some other misc things
2008-04-22 Brenden Matthewsfixed crash on realloc due to use of strncpy
2008-04-17 Brenden Matthewsadd missing math.h include
2008-04-17 Brenden Matthewsinclude stdarg.h for va_start/va_end
2008-04-13 Brenden Matthews* Added patch for the following (thanks larsko):
2008-04-10 Brenden Matthews * Getting rid of goto usage throughout code.
2008-04-02 Brenden Matthews* Replacing strdup() with strndup() throughout
2008-04-02 Brenden Matthews* Added patch to use mail_spool correctly (thanks Kapil)
2008-04-02 Brenden Matthews* Fixed segfault when configuration doesn't contain...
2008-04-01 Brenden Matthewsbump version; doc fixes
2008-03-31 Philmake specifying hdd names more flexible
2008-03-31 Brenden Matthewsdoc cleanup
2008-03-30 Brenden Matthews* Added mem_res and mem_vsize to $top.
2008-03-29 Philmake use of __attribute__
2008-03-29 Philrename all shadowing variables for -Wshadow
2008-03-29 Philfix register_iconv
2008-03-29 Philthe big relocation patch
2008-03-29 Phildon't use %Lu here, too
2008-03-29 Philclear naming for the global text objects
2008-03-29 Philfix thread definitions
2008-03-29 Brenden Matthewsfix segfault
2008-03-29 Philmake intense use of const keyword
2008-03-29 Philmatch signedness and format when scanning into variables
2008-03-29 Philsome linting on function definitions
2008-03-28 Brenden Matthewsoh yeah, battery_percent too
2008-03-28 Brenden Matthews* Fixed messed up percentages (fs_free_perc, fs_used_pe...
2008-03-27 Brenden Matthewsminor updates; changing package naming to meet devmanua...
2008-03-24 Brenden Matthews * Fixed battery_bar default size
2008-03-24 Phildisk_protect - show queue protection state
2008-03-24 Philcheck validity of specified config
2008-03-23 Brenden Matthewsfixed compilation with --disable-x11
2008-03-22 Philsupport displaying current nameservers
2008-03-22 Philenable displaying the used ioscheduler for a given...
2008-03-22 Phillaptop_mode displays the current laptop mode
2008-03-22 Philmake default gateway information accessible
2008-03-22 Philhopefully fix spaced_print
2008-03-22 Philsmapi review
2008-03-22 Brenden Matthewsadded $execpi, new ebuild, various other misc updates
2008-03-21 Brenden Matthewssmall fix for newly introduced bug in non-xft font...
next