1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/src
2010-08-25 19:40:24 +02:00
..
algebra.cc Revert "Use "using namespace std;" and remove all std::'s" 2010-02-24 20:10:26 +01:00
algebra.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
apcupsd.cc fix apcupsd compilation 2010-08-19 16:26:34 +02:00
apcupsd.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
audacious.cc Simplify timed_thread time calculations with some c++0x magic 2010-06-10 19:19:49 +02:00
audacious.h forgot to change header in previous commit 2010-05-09 22:42:06 +02:00
bmpx.cc Use free_and_zero where possible in bmpx.cc 2010-02-22 22:03:14 +01:00
bmpx.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
bsdapm.cc Make sure that bsdapm.cc compiles in FreeBSD 2010-02-14 15:36:22 +01:00
bsdapm.h Make sure bsdapm functions can be reached 2010-02-14 21:22:31 +01:00
build.h.in - Comment out NetBSD/SanOS garbage 2006-08-12 06:10:18 +00:00
ccurl_thread.cc Use pass-by-reference paramers in ccurl_thread where possible 2010-06-17 15:19:31 +02:00
ccurl_thread.h Use pass-by-reference paramers in ccurl_thread where possible 2010-06-17 15:19:31 +02:00
CMakeLists.txt Merge remote branch 'origin/master' into lua-config 2010-06-20 19:09:13 +02:00
colours.cc C++ version of get_x11_color() 2010-02-28 12:26:18 +01:00
colours.h C++ version of get_x11_color() 2010-02-28 12:26:18 +01:00
combine.cc Revert "Use "using namespace std;" and remove all std::'s" 2010-02-24 20:10:26 +01:00
combine.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
common.cc Merge remote branch 'origin/master' into lua-config 2010-06-20 19:09:13 +02:00
common.h Merge remote branch 'origin/master' into lua-config 2010-06-20 19:09:13 +02:00
conf_cookie.cc cpp-ify conf_cookie.c 2010-02-24 15:37:20 +01:00
conf_cookie.h cpp-ify conf_cookie.c 2010-02-24 15:37:20 +01:00
conky.cc Make if_up_strictness a lua setting 2010-08-25 19:40:24 +02:00
conky.h Make if_up_strictness a lua setting 2010-08-25 19:40:24 +02:00
core.cc Make mysql_* lua settings 2010-06-22 01:34:55 +02:00
core.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
data-source.cc Change setting setter call order, add cleanup function 2010-03-10 19:33:45 +01:00
data-source.hh gcc-4.5 fix (kinda) 2010-08-21 18:01:16 +02:00
diskio.cc Make diskio_avg_samples a lua setting 2010-08-22 12:31:11 +02:00
diskio.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
entropy.cc Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
entropy.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
eve.cc add missing include 2010-08-19 16:22:09 +02:00
eve.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
exec.cc Simplify timed_thread time calculations with some c++0x magic 2010-06-10 19:19:49 +02:00
exec.h Implements texecpi variable 2010-02-07 10:29:43 +01:00
fonts.cc Make use_xft a lua setting 2010-04-21 19:33:39 +02:00
fonts.h Merge remote branch 'origin/master' into lua-config 2010-04-22 21:17:14 +02:00
freebsd.cc ${top}: big cleanup 2010-05-30 13:55:50 +02:00
freebsd.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
fs.cc Make $fs_used_perc and $fs_bar report used space correctly 2010-08-12 20:58:21 +02:00
fs.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
hddtemp.cc Make hddtemp_{host,port} lua settings 2010-08-25 19:16:56 +02:00
hddtemp.h Make hddtemp_{host,port} lua settings 2010-08-25 19:16:56 +02:00
i8k.cc Bugfix: pthread - $curl related bug 2010-05-06 01:24:30 +02:00
i8k.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
ibm.cc Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
ibm.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
ical.cc Let $ical show recurring events that had the first start in the past but have one of the next starts in the future. 2010-05-25 17:33:55 +02:00
ical.h Add support for $ical 2010-04-27 16:42:21 +02:00
iconv_tools.cc cpp-ify iconv_tools.c 2010-02-09 22:34:24 +01:00
iconv_tools.h cpp-ify iconv_tools.c 2010-02-09 22:34:24 +01:00
imlib2.cc Random C++ification: to_real_path() and current_config 2010-03-04 17:40:20 +01:00
imlib2.h make imlib2.c a C++ source, as it uses the C++ symbol 'to_real_path()' 2010-01-10 22:04:15 +01:00
irc.cc Bugfix: pthread - $curl related bug 2010-05-06 01:24:30 +02:00
irc.h Add support for $irc 2010-04-30 19:32:42 +02:00
libmpdclient.cc fix typo 2010-08-16 16:42:30 +02:00
libmpdclient.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
libtcp-portmon.cc Revert "Use "using namespace std;" and remove all std::'s" 2010-02-24 20:10:26 +01:00
libtcp-portmon.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
linux.cc Make net_avg_samples a lua setting 2010-08-22 12:28:04 +02:00
linux.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
llua.cc Merge remote branch 'origin/master' into lua-config 2010-06-20 19:09:13 +02:00
llua.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
logging.h Bugfix: pthread - $curl related bug 2010-05-06 01:24:30 +02:00
lua-config.cc Change lua::stack_sentry semantics. Using it should be much simpler now 2010-02-25 16:24:50 +01:00
lua-config.hh export functions for accessing data sources to lua 2010-02-12 18:39:01 +01:00
luamm.cc added state::createuserdata template function 2010-02-12 17:41:24 +01:00
luamm.hh Add one more pushstring overload to lua::state 2010-08-21 21:06:34 +02:00
mail.cc Use getaddrinfo instead of gethostbyname 2010-08-15 15:56:36 +02:00
mail.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
mboxscan.cc Revert "Use "using namespace std;" and remove all std::'s" 2010-02-24 20:10:26 +01:00
mboxscan.h cpp-ify mboxscan.c 2010-02-09 01:49:51 +01:00
mixer.cc Removed all code depending on MIXER_IS_ALSA 2010-04-12 16:55:03 +02:00
mixer.h C++ conversions WIP. 2010-01-04 19:21:12 -08:00
moc.cc Simplify timed_thread time calculations with some c++0x magic 2010-06-10 19:19:49 +02:00
moc.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
mpd.cc Improve range_config_setting<> 2010-08-25 18:51:29 +02:00
mpd.h Make mpd_{host,password,port} lua settings 2010-08-22 12:17:09 +02:00
mysql.cc Improve range_config_setting<> 2010-08-25 18:51:29 +02:00
mysql.h Fix double-free bug in mysql.cc 2010-06-23 19:06:32 +02:00
nc.cc make out_to_ncurses a lua setting 2010-04-30 19:33:21 +02:00
nc.h make out_to_ncurses a lua setting 2010-04-30 19:33:21 +02:00
net_stat.cc Make if_up_strictness a lua setting 2010-08-25 19:40:24 +02:00
net_stat.h Add support for $wireless_freq 2010-06-07 10:50:02 +02:00
netbsd.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
netbsd.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
nvidia.cc Make nvidia_display a lua setting 2010-08-21 14:13:07 +02:00
nvidia.h Make nvidia_display a lua setting 2010-08-21 14:13:07 +02:00
openbsd.cc ${top}: big cleanup 2010-05-30 13:55:50 +02:00
openbsd.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
prioqueue.cc cpp-ify prioqueue.c and use free_and_zero in [p-r]*.cc where appropriate 2010-02-24 02:46:45 +01:00
prioqueue.h cpp-ify prioqueue.c and use free_and_zero in [p-r]*.cc where appropriate 2010-02-24 02:46:45 +01:00
proc.cc Add support for $distribution 2010-04-15 16:05:42 +02:00
proc.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
prss.cc cpp-ify prioqueue.c and use free_and_zero in [p-r]*.cc where appropriate 2010-02-24 02:46:45 +01:00
prss.h cpp-ify prss.c 2010-02-09 15:24:58 +01:00
read_tcpip.cc Use getaddrinfo instead of gethostbyname 2010-08-15 15:56:36 +02:00
read_tcpip.h Add support for $tcp_ping 2010-04-24 01:40:24 +02:00
rss.cc Bugfix: memleaks in rss-code 2010-05-06 17:29:09 +02:00
rss.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
scroll.cc Port out_to_x setting to lua-config 2010-02-25 22:28:34 +01:00
scroll.h Fix 3 memleaks that happen when scroll receives wrong args 2010-02-15 16:02:29 +01:00
setting.cc Change setting setter call order, add cleanup function 2010-03-10 19:33:45 +01:00
setting.hh Improve range_config_setting<> 2010-08-25 18:51:29 +02:00
smapi.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
smapi.h fix smapi move to C++ 2010-01-10 22:06:01 +01:00
solaris.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
sony.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
sony.h Header housekeeping: remove unneeded extern "C", add modelines, add inclusion guards 2010-02-25 21:50:50 +01:00
specials.cc Make stippled_borders a lua setting 2010-08-25 19:26:15 +02:00
specials.h change specials back to ll (fixed bug mentioned in previous commit) 2010-04-21 18:03:53 +02:00
tailhead.cc Add missing header after commit d93dc72e6dbaaa254eaf7ccf0b014d6af1bb45ea;hpb=0336b5d67daf0b03868c4e594a0eca15a4aecd00 2010-03-08 18:13:55 +01:00
tailhead.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
tcp-portmon.cc Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
tcp-portmon.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
temphelper.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
temphelper.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
template.cc make templateN a lua setting 2010-06-21 00:37:58 +02:00
template.h make templateN a lua setting 2010-06-21 00:37:58 +02:00
text_object.cc Bugfix: $alignr had some problems after commit 40452c9712 2010-05-24 21:04:42 +02:00
text_object.h Bugfix: $alignr had some problems after commit 40452c9712 2010-05-24 21:04:42 +02:00
timed-thread.cc Simplify timed_thread time calculations with some c++0x magic 2010-06-10 19:19:49 +02:00
timed-thread.h Simplify timed_thread time calculations with some c++0x magic 2010-06-10 19:19:49 +02:00
timeinfo.cc make times_in_seconds a lua setting 2010-03-05 14:20:04 +01:00
timeinfo.h make times_in_seconds a lua setting 2010-03-05 14:20:04 +01:00
top.cc Make top_name_width a lua setting 2010-08-25 19:09:15 +02:00
top.h Make top_name_width a lua setting 2010-08-25 19:09:15 +02:00
user.cc Add missing memory header needed by std::unique_ptr 2010-02-09 17:43:56 +01:00
user.h cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
users.cc Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
users.h Bugfix: memory and thread-deleting problems 2010-05-05 18:46:04 +02:00
weather.cc Random C++ification: to_real_path() and current_config 2010-03-04 17:40:20 +01:00
weather.h Make weather.cc more c++-ish (and get rid of a leak in the process) 2010-01-13 13:59:24 +01:00
x11.cc make double_buffer a lua setting 2010-04-23 21:54:40 +02:00
x11.h Improve range_config_setting<> 2010-08-25 18:51:29 +02:00
xmms2.cc Small build fix & zero playtime and progress bars when XMMS2 playback is stopped. 2010-06-13 19:10:59 +02:00
xmms2.h Small build fix & zero playtime and progress bars when XMMS2 playback is stopped. 2010-06-13 19:10:59 +02:00