Extend commit 25680305095bfcedaa46cb017182544183ab743b to the whole cpu object.
[monky] / src / llua.c
2010-01-02 Brenden MatthewsFix some minor memleaks, fix crash on reload.
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-19 Phil Sutterlua: outsource code
2009-11-16 Phil Sutterfix potential buffer overflow in parse_conky_vars()
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-08-07 Brenden MatthewsRevert "Uhh..ansohus"
2009-08-06 Brenden MatthewsUhh..ansohus
2009-08-05 Brenden MatthewsStarted on breaking up conky.c.
2009-08-01 Brenden MatthewsAdd lua_startup_hook.
2009-08-01 Brenden MatthewsAdd lua_shutdown_hook.
2009-08-01 Nikolas GarofilAdded support for out_to_ncurses
2009-07-29 Cesare Tirabassicorrect typo in error message
2009-07-28 Cesare Tirabassiadd emacs indentation variables to source files in...
2009-07-28 Brenden MatthewsAdded some Lua API stuff.
2009-07-27 Brenden MatthewsFix linking error with Lua extras disabled.
2009-07-27 Brenden MatthewsAdd vim modelines.
2009-07-27 Brenden MatthewsBe more intelligent about handling tolua++ user types.
2009-07-26 Cesare Tirabassiclean the stack when llua_update_window_table is called...
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-18 Brenden MatthewsMultiline alignment support, some other misc stuff.
2009-07-13 Brenden MatthewsFix Lua window table segfault.
2009-07-12 Nikolas GarofilUgly workaround for segfaults when build with x11 and lua
2009-07-10 Brenden MatthewsFix build errors with --disable-x11.
2009-07-10 Brenden MatthewsA whole bunch of changes, mostly Lua related.
2009-06-13 Brenden MatthewsFix regression in Lua inotify stuff.
2009-06-13 Brenden MatthewsFix inotify segfault (sf.net #2804886).
2009-06-06 Brenden MatthewsFix some stupidity in 33754ecebe33eb0b5f517012da59757a3...
2009-06-06 Brenden MatthewsLet lua_graph behave more like other graphs.
2009-05-25 Brenden MatthewsAllow ~/... and $HOME/... paths for more stuff.
2009-05-22 Brenden MatthewsBetter checking for cases when inotify doesn't work.
2009-05-20 Brenden MatthewsOops, null pointer.
2009-05-20 Brenden MatthewsOh yeah, make sure it compiles without inotify.
2009-05-20 Brenden MatthewsAdd message to show the Lua script was reloaded.
2009-05-20 Brenden MatthewsAdded inotify support for reloading Lua scripts automag...
2009-05-16 Brenden MatthewsMore lua stuff.
2009-05-16 Brenden MatthewsCouple minor lua changes.
2009-05-16 Toni SpetsMoved the Lua function calling to it's own function
2009-05-16 Toni SpetsSpecifically ask for an integer from Lua for percentage
2009-05-15 Toni Spets* Fix leaks
2009-05-15 Toni SpetsRemove new lines from ERR messages
2009-05-15 Toni SpetsFix old copyright year
2009-05-15 Toni SpetsLua scripting support, initial commit