A whole bunch of changes, mostly Lua related.
[monky] / src / conky.c
2009-07-10 Brenden MatthewsA whole bunch of changes, mostly Lua related.
2009-07-09 Nikolas GarofilAdded support for swapfree
2009-07-08 Nikolas GarofilFix memleaks in CRIT_ERR
2009-07-07 Nikolas GarofilFix memleak triggered by (and others)
2009-07-07 Cesare Tirabassiweather: lets make this compliant to prehistoric standa...
2009-07-07 Nikolas Garofilfix minor memleak when closing conky
2009-07-07 Nikolas GarofilFixed mixed code and declarations (not allowed in some...
2009-07-06 Cesare TirabassiAdded support for $weather (experimental).
2009-07-05 Brenden MatthewsImproved parsing of graph arguments.
2009-07-05 Brenden MatthewsFix some minor leaky code.
2009-07-05 Brenden MatthewsRemove newline with comment only lines in TEXT.
2009-07-02 Nils SchweinsbergFix escaping of comments in TEXT (sf.net #2813390,...
2009-06-22 Phil Sutterfix a few memleaks
2009-06-22 Phil Sutterfix for testing and debug on FreeBSD
2009-06-21 Phil Sutterfix conf_cookie for FreeBSD
2009-06-19 Phil SutterUse the internal process list for if_running on Linux
2009-06-15 Ole Christian TvedtRead MPD connection data from environment.
2009-06-14 Brenden MatthewsIncrease backwards compat for border_margin.
2009-06-14 Lassi SelanderFix XMMS2 related crash (sf.net #2806111 and #2805310...
2009-06-13 Ole Christian TvedtAdded own_window_type panel
2009-06-13 Nikolas GarofilAdded support for blink
2009-06-13 Ole Christian TvedtA mainly cosmetic update.
2009-06-13 Brenden MatthewsUgh...finish ca340d26430091ef97c5eb9d9a11cf4efe4b0434.
2009-06-13 Brenden MatthewsFix inotify segfault (sf.net #2804886).
2009-06-12 Nikolas GarofilAdded
2009-06-12 Pavel LabathSupport for per-task I/O statistics - $top_io
2009-06-12 Brenden MatthewsPixel perfect borders?
2009-06-12 Brenden MatthewsAdded border_inner_margin and border_outer_margin.
2009-06-11 Brenden MatthewsApply fs stat changes to fs_free_perc also (thanks...
2009-06-10 Brenden MatthewsRevert b6e691e8ac1d09df7a01c25583b785025a6212a6, fix...
2009-06-10 Brenden MatthewsRevert "Clarify fs free stats."
2009-06-10 Brenden MatthewsFix regression with loading of non-Xft fonts (sf.net...
2009-06-10 Brenden MatthewsClarify fs free stats.
2009-06-10 Brenden MatthewsFixed a regression with font rendering.
2009-06-09 Pavel LabathFix comments in TEXT section
2009-06-09 Vincent BreitmoserAdded format_human_readable option (sf.net #2803345...
2009-06-07 Nikolas GarofilFix compiling without X11
2009-06-07 Nikolas Garofilneed_to_load_fonts shouldn't be used without X11
2009-06-07 Brenden MatthewsMake device argument optional for most net stats.
2009-06-07 Brenden Matthewsreload_config() fix, fix default net graph args.
2009-06-07 Brenden MatthewsUpdate command opts docs.
2009-06-06 Brenden MatthewsFix some stupidity in 33754ecebe33eb0b5f517012da59757a3...
2009-06-06 Brenden MatthewsLet lua_graph behave more like other graphs.
2009-06-06 Brenden MatthewsMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-06-06 Pavel LabathFix bug in template code.
2009-06-06 Nikolas GarofilLet wireless_link_bar work in shell
2009-06-06 Phil SutterAdd a better fix for the $addr update problem
2009-06-06 Phil SutterRevert "Bugfix: $addr and $addrs couldn't find ip's...
2009-06-06 Nikolas GarofilBugfix: $addr and $addrs couldn't find ip's before...
2009-06-06 Brenden MatthewsFix 6994caa18bc233aedf8ed417fa09fa9d101d1a4c.
2009-06-06 Brenden MatthewsUnbreak $combine.
2009-06-06 Brenden Matthewss/IMLIB2/Imlib2/g
2009-06-06 Pavel LabathA couple more fixes for the template machinery
2009-06-04 Phil Sutteradd entropy_perc
2009-06-04 Nikolas Garofilread_tcp werkt maar moet nog stresstesten ondergaan
2009-06-04 Nikolas GarofilLet entropy_bar, mpd_bar and apcupsd_loadbar work in...
2009-06-03 Brenden MatthewsMake Imlib2 global cache flushing actually work.
2009-06-03 Brenden MatthewsAdded some better cache control options for Imlib2.
2009-06-03 Nikolas Garofilsome c standards only allow initialisations at the...
2009-06-03 Nikolas GarofilMake it possible to compile without C99
2009-06-03 Nikolas GarofilLet lua_bar work in shell
2009-06-02 Brenden MatthewsMinor refactoring for template code.
2009-06-02 Pavel LabathMake templates work with --disable-x11
2009-06-02 Pavel LabathFix core dumps while handling templates
2009-06-02 Nikolas GarofilLet execibar work in shell
2009-06-02 Nikolas GarofilLet battery_bar work in shell
2009-06-01 Nikolas GarofilLet fs_bar and fs_bar_free work in shell
2009-06-01 Nikolas GarofilLet cpubar work in shell
2009-06-01 Nikolas GarofilLet swapbar work in shell
2009-06-01 Nikolas GarofilLet membar work in shell
2009-06-01 Pavel LabathFix mouse click coordinates forwarded to the desktop...
2009-06-01 Nikolas GarofilCreated a function to call bars in shell (not only...
2009-05-31 Nikolas GarofilDon't check if output to X is requested when compiled...
2009-05-31 Brenden MatthewsFix an issue with reload_config()?
2009-05-30 Alexander GrafFix if_existing
2009-05-29 Brenden MatthewsFix default sizing for bars/graphs/gauges.
2009-05-29 Nikos NtarmosInclude bsd/bsd.h on kFreeBSD
2009-05-29 Brenden MatthewsCompilation fixes, fix a segfault on shutdown.
2009-05-29 Nikos NtarmosGracefully exit from main_loop()
2009-05-29 Nikos Ntarmosfree(3) previously strdup(3)'ed disp
2009-05-29 Nikos NtarmosXDestroyRegion(3) only for non-NULL regions
2009-05-29 Nikos Ntarmosfree(3) strdup(3)'ed templates array
2009-05-26 Brenden MatthewsSimplify graph gradient stuff.
2009-05-26 Brenden MatthewsOMPtimize the gradient stuff.
2009-05-25 Brenden MatthewsFix some minor graph related bugs.
2009-05-25 Brenden MatthewsAllow ~/... and $HOME/... paths for more stuff.
2009-05-24 Brenden MatthewsFix segfault on reload.
2009-05-24 Brenden MatthewsFix clipping, enable alpha for imlib2.
2009-05-24 Brenden MatthewsAdded fancy new 'temperature gradients' feature.
2009-05-24 Brenden MatthewsSome OpenMP related fixes.
2009-05-24 Joe MyreMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-05-24 Brenden MatthewsTry and fix weirdness with hwmon/i2c/platform options.
2009-05-24 Joe Myreomped it up
2009-05-24 Brenden MatthewsAdd OpenMP to list of compiled in features (for -v).
2009-05-24 Brenden MatthewsFixed parsing of $hwmon?
2009-05-22 Brenden MatthewsBetter checking for cases when inotify doesn't work.
2009-05-22 Brenden MatthewsFix other parsing bug with hwmon.
2009-05-22 Brenden MatthewsFix (possibly overkill) hwmon parsing bug.
2009-05-20 Brenden MatthewsAdded inotify support for reloading Lua scripts automag...
2009-05-20 Brenden MatthewsImprove reload_config() window destruction/creation.
next