summary refs log tree commit diff stats
path: root/plugins/sysinfo
AgeCommit message (Expand)Author
2013-06-01be more specific about sysinfo menu entryTingPing
2013-05-17Fix warning from hwmon.c in plugins/sysinfoRichard Hitt
2013-05-10Added help text for sysinfo plugin.Rahat Ahmed
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2013-04-14Relocate plugin iconsBerke Viktor
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-01-19Correct almost all compiler warning issuesRichardHitt
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-28Fix SysInfo displaying garbage for too long linesBerke Viktor
2012-10-26Fix buffer sizeBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Fix LSB filenameBerke Viktor
2012-10-21CosmeticsBerke Viktor
2012-10-21TypofixBerke Viktor
2012-10-21Even more SysInfo fixesBerke Viktor
2012-10-21Some more cleanup for SysInfoBerke Viktor
2012-10-21A LOT of cleanup for SysInfo-UnixBerke Viktor
2012-10-21Add Mageia support to SysInfoBerke Viktor
2012-10-21First bunch of fixes to SysInfo-Unix, now it works - barelyBerke Viktor
2012-10-21Compilation fixes and integration with HexChatBerke Viktor
2012-10-21Add Arch patches to SysInfo-Unix and rebrand itBerke Viktor
2012-10-21Add vanilla X-Sys sourcesBerke Viktor
2012-10-21Rename WinSys on the code levelBerke Viktor
2012-10-21Rename WinSys filesBerke Viktor
ral.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* X-Tray
 * Copyright (C) 2005 Michael Hotaling <Mike.Hotaling@SinisterDevelopments.com>
 *
 * X-Tray is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * X-Tray is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with X-Tray; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifndef _H_SDALERTS_H
#define _H_SDALERTS_H

void				sdSystemAlert	(HINSTANCE, UINT, char *, char *, UINT);
LRESULT CALLBACK	sdAlertProc		(HWND, UINT, WPARAM, LPARAM);
int					sdAlertNum		();
void				sdCloseAlerts	();
#endif