summary refs log tree commit diff stats
path: root/src/fe-gtk/banlist.c
AgeCommit message (Collapse)Author
2014-12-28Use glib for all allocationsTingPing
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free
2014-06-17Some problems in banlist.c are fixedRichardHitt
2013-10-25Sensitize banlist buttons if half-opTingPing
For #647
2013-10-13Don't open banlist in empty channel tabTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanvi
/* HexChat
 * Copyright (C) 1998-2010 Peter Zelezny.
 * Copyright (C) 2009-2013 Berke Viktor.
 *
 * This program 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.
 *
 * This program 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.
 *
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-24A lot more rebrandingBerke Viktor
2012-07-12Some more rebrandingBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-07-27remove odd ifdefberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
n>*serv, char *nick); session * new_ircwindow (server *serv, char *name, int type, int focus); void hexchat_reinit_timers (void); void lastact_update (session * sess); session * lastact_getfirst (int (*filter) (session *sess)); int is_session (session * sess); void session_free (session *killsess); void lag_check (void); void hexchat_exit (void); void hexchat_exec (const char *cmd); #endif