Allow method to pass execgraph arguments containing spaces.
[monky] / src / specials.c
2010-10-05 Brenden MatthewsAllow method to pass execgraph arguments containing...
2010-01-17 Pavel LabathAnother off-by-one found by valgrind.
2010-01-17 Pavel LabathAnother off-by-one found by valgrind.
2010-01-07 Pavel LabathFix $execbar et al.
2010-01-01 Brenden MatthewsUpdate copyright notices.
2009-11-22 Phil Sutterfix new_graph parameters
2009-11-22 Nikolas GarofilFix compiling with --disable-x11
2009-11-22 Phil Sutterimplement ASCII gauge and enable all gauge objects...
2009-11-22 Phil Sutterrealise seamless integration of new_bar_in_shell
2009-11-05 Phil Sutterscan_graph: allow giving a "hint" about a good scale...
2009-11-03 Phil Sutterspecials: convert stippled_hr object to new style
2009-11-03 Phil Sutterspecials: convert tab object to new style
2009-11-03 Phil Sutterspecials: convert gauge objects to new style
2009-11-03 Phil Sutterspecials: convert graph objects to new style
2009-11-03 Phil Sutterspecials: introduce dedicated per-object data and merge...
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-08-04 Nikolas GarofilGcc complains too much when build without X11 and NCurses
2009-08-03 Nikolas GarofilSupport for in ncurses
2009-07-28 Cesare Tirabassiadd emacs indentation variables to source files in...
2009-07-27 Brenden MatthewsAdd vim modelines.
2009-07-18 Brenden MatthewsMultiline alignment support, some other misc stuff.
2009-07-16 Nikolas GarofilFix a lot of unimportant memleaks caused by a CRIT_ERR
2009-07-11 Nikolas GarofilFix building without math but with X11
2009-07-05 Brenden MatthewsImprove docs and parsing of graph args further.
2009-07-05 Brenden MatthewsImproved parsing of graph arguments.
2009-06-07 Brenden Matthewsreload_config() fix, fix default net graph args.
2009-06-04 Phil Sutterbranch conditionally
2009-06-01 Nikolas GarofilLet membar work in shell
2009-06-01 Nikolas GarofilCreated a function to call bars in shell (not only...
2009-05-29 Brenden MatthewsCompilation fixes, fix a segfault on shutdown.
2009-05-26 Brenden MatthewsOMPtimize the gradient stuff.
2009-05-25 Brenden MatthewsLet the graphs be bigger.
2009-05-25 Brenden MatthewsFix some minor graph related bugs.
2009-05-24 Brenden MatthewsAdded fancy new 'temperature gradients' feature.
2009-05-18 Brenden MatthewsMerge branch 'lua'
2009-05-17 Nikolas Garofilexecbar can now be used in the shell even when compiled...
2009-05-16 Brenden MatthewsMerge branch 'master' of git.omp.am:/home/omp/git/conky...
2009-05-16 Nikolas GarofilExecbar can now also be used on the shell
2009-05-16 Brenden MatthewsCouple minor lua changes.
2009-05-11 Nikolas GarofilRemove even more x11-stuff with --disable-x11
2009-05-10 Nikolas Garofilno gauges, bars, ... when compiled without X11
2009-05-09 Brenden MatthewsFix build errors.
2009-05-09 Nikolas GarofilBugfix: vars related to graphics produced wrong output...
2009-04-10 Brenden MatthewsSpecial default & gauge fixes.
2009-04-09 Brenden MatthewsAdded default_bar/graph/gauge_size config options ...
2009-03-30 Brenden MatthewsUpdate copyright stuff, fix conky.conf weirdness.
2009-03-17 Nikolas GarofilFix: make sure compiling without X11 works
2009-03-16 anerI added Gagues to monitor variables
2009-02-22 Phil Sutterremove x11 dependency of fonts
2009-02-22 Phil Suttersplit off specials from conky.c