monky
2009-08-03 Brenden MatthewsLet's try __attribute__ this time for unused vars.
2009-08-03 Brenden MatthewsDo the UNUSED() thing another way.
2009-08-03 Brenden MatthewsSpell 'of' correctly.
2009-08-03 Brenden MatthewsBetter fix for unused var problem.
2009-08-03 Brenden MatthewsFix compiler warning.
2009-08-03 Brenden MatthewsRevert "Compilation fix for weather stuff."
2009-08-03 Brenden MatthewsCompilation fix for weather stuff.
2009-08-03 Brenden MatthewsMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-08-03 Brenden MatthewsFix imlib2 context.
2009-08-03 Cesare TirabassiMerge branch 'master' into weather-forecast
2009-08-03 Cesare TirabassiAdd parser initialisation and cleanup
2009-08-03 Nikolas GarofilSupport for $color in ncurses
2009-08-03 Nikolas GarofilSupport for in ncurses
2009-08-03 Cesare TirabassiUpdated ChangeLog with weather_forecast
2009-08-03 Cesare Tirabassiweather_forecast: corrected variables.xml formatting
2009-08-03 Cesare Tirabassiweather: change hardcoded constant 5 to FORECAST_DAYS...
2009-08-02 Cesare TirabassiFix bad memory allocation
2009-08-02 Cesare TirabassiAdd weather_forecast object
2009-08-01 Brenden MatthewsUpdate conky_window Lua table when it changes.
2009-08-01 Brenden MatthewsMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-08-01 Brenden MatthewsCode formatting.
2009-08-01 Nikolas GarofilFix minor spelling mistake
2009-08-01 Brenden MatthewsAdd lua_startup_hook.
2009-08-01 Brenden MatthewsMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-08-01 Brenden MatthewsAdd lua_shutdown_hook.
2009-08-01 Nikolas GarofilFix minor spelling mistake
2009-08-01 Brenden MatthewsDoc cleanup.
2009-08-01 Nikolas GarofilAdded support for out_to_ncurses
2009-08-01 Nikolas GarofilFix reloading config after 7ff2a71aa09054811833ce0aafb0...
2009-08-01 Cesare TirabassiBug fix: make -X,--display actually work, improve error...
2009-07-31 Nikolas GarofilAdded $include var to load configfiles inside of other...
2009-07-31 Cesare Tirabassiminor fix to allow out-of-tree builds
2009-07-31 Brenden MatthewsRemoved alias config option due to brokenness.
2009-07-31 Brenden MatthewsActually fix Lua extra compiler includes.
2009-07-31 Brenden MatthewsUndo some automake brain damage.
2009-07-31 Brenden MatthewsFix Lua extra compiler includes.
2009-07-30 Brenden MatthewsCouple minor automake fixes.
2009-07-30 Cesare TirabassiAdd missing changelog entry.
2009-07-30 Brenden MatthewsAdd missing changelog entry.
2009-07-29 Cesare Tirabassiweather: add icon data_type for xoap
2009-07-29 Nikolas GarofilMerge branch 'master' of ssh://git.omp.am/home/omp...
2009-07-29 Nikolas GarofilFix: make sure 51c928a8ef589c722c8342769a491556c25d67c4...
2009-07-29 Cesare TirabassiMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-07-29 Cesare Tirabassicorrect typo in error message
2009-07-29 Nikolas GarofilFix: kill zombies without breaking b963c2827fe5491e7073...
2009-07-28 Cesare Tirabassiadd emacs indentation variables to source files in...
2009-07-28 Brenden MatthewsRemove deprecated stuff from docs and conky.c (for...
2009-07-28 Brenden MatthewsAdded some Lua API stuff.
2009-07-28 Nikolas GarofilFix: Always include stuff that used to use popen becaus...
2009-07-28 Brenden MatthewsFix problem with invalid window props?
2009-07-27 Brenden MatthewsClean up x11.c a bit.
2009-07-27 Brenden MatthewsMake configure opts for Lua extras more concise.
2009-07-27 Cesare TirabassiFix user_times bug (launchpad #405188).
2009-07-27 Brenden MatthewsFix linking error with Lua extras disabled.
2009-07-27 Brenden MatthewsAdd/fix vim modelines for automake stuff.
2009-07-27 Brenden MatthewsAdd vim modelines.
2009-07-27 Brenden MatthewsBe more intelligent about handling tolua++ user types.
2009-07-27 Nikolas GarofilFix: If there is no battery then we don't care about...
2009-07-26 Nikolas Garofiluse EXIT_SUCCESS and EXIT_FAILURE instead of 0 and...
2009-07-26 Cesare Tirabassiremove imlib_clip_line from lua/imlib2.pkg; the actual...
2009-07-26 Cesare TirabassiMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-07-26 Cesare Tirabassiclean the stack when llua_update_window_table is called...
2009-07-26 Nikolas GarofilFix: conky waited indefinitely on programs started...
2009-07-25 Nikolas GarofilHandle if popen should fail
2009-07-25 Nikolas GarofilDon't place conky_ in front of lua functionnames if...
2009-07-25 Nikolas GarofilFix: Make sure lua works without X11
2009-07-24 Nikolas Garofiljust making bdf5e87c927348a6cf446e2840b2b14ad46a7dbc...
2009-07-24 Cesare Tirabassiworkaround to fix feed_title being processed when not...
2009-07-24 Cesare TirabassiFixed parsing of rss parameters (last 2 are optional...
2009-07-24 Nikolas GarofilDon't do useless checks
2009-07-24 Nikolas GarofilSupport for update_interval_on_battery
2009-07-24 Nikolas GarofilMerge branch 'master' of ssh://git.omp.am/home/omp...
2009-07-24 Nikolas Garofilbugfix
2009-07-24 Cesare TirabassiMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-07-24 Cesare TirabassiRevert "the why recasting when you can simply declare...
2009-07-24 Nikolas GarofilMerge branch 'master' of ssh://git.omp.am/home/omp...
2009-07-24 Nikolas GarofilFix unclosed file in get_battery_stuff
2009-07-23 Cesare Tirabassithe why recasting when you can simply declare it commit ...
2009-07-23 Cesare TirabassiChanged xoap parsing method to xpath, in preparation...
2009-07-23 Nikolas GarofilFix CRIT_ERR everywhere
2009-07-23 Nikolas GarofilFix memleak in $weather
2009-07-23 Nikolas GarofilFix bug SF ID 2814810 (wrong output with execp and...
2009-07-22 Nikolas GarofilLet $tail and $head work with FIFOs again (was disabled...
2009-07-22 Cesare Tirabassideleted obsolete buildubu.sh
2009-07-22 Brenden MatthewsInclude lua.html in tarball.
2009-07-21 Nikolas GarofilFix bug with SF id 2808272 (tail and head)
2009-07-21 Nikolas GarofilFix multiline stuff when build with X11 but output_to_x...
2009-07-21 Brenden MatthewsFix multiline stuff without X11.
2009-07-20 Brenden MatthewsRevert "Fix multiline strings displayed on 1 line when...
2009-07-20 Brenden MatthewsUpdate the doc date when check_docs.py is ran.
2009-07-20 Brenden MatthewsFix up some lua configure stuff.
2009-07-20 Nikolas GarofilFix multiline strings displayed on 1 line when output...
2009-07-20 Cesare TirabassiMerge branch 'master' of git.omp.am:/home/omp/git/conky
2009-07-20 Cesare Tirabassiadd tolua++5.1 as an additional helper function and...
2009-07-20 Brenden MatthewsClarify weather opts, refactor some weather code.
2009-07-20 Brenden MatthewsEnable weather if XOAP is enabled.
2009-07-20 Brenden MatthewsActually apply c1cf1232e002bd32e1bc07ea0e7ffdcf4454e09f.
2009-07-20 Brenden MatthewsFix iostats configure stuff.
2009-07-20 Brenden MatthewsDocument curl stuff better.
2009-07-20 Nikos NtarmosTeach freebsd.c to use the new CRIT_ERR format
next