summary refs log tree commit diff stats
path: root/src/fe-gtk/banlist.c
AgeCommit message (Expand)Author
2016-03-31Increase default size of some util windowsPatrick Griffis
2014-12-28Use glib for all allocationsTingPing
2014-06-17Some problems in banlist.c are fixedRichardHitt
2013-10-25Sensitize banlist buttons if half-opTingPing
2013-10-13Don't open banlist in empty channel tabTingPing
2013-09-20First round of using GTK accessor functionsTingPing
2013-07-02Don't use G_VALUE_INIT since it was introduced in glib 2.30, and our minimumDiogo Sousa
2013-06-04Add copy option to right click in banlistTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02fix strptime on bsdTingPing
2013-04-02Missing includeTingPing
2013-04-01use proper table sizeTingPing
2013-03-31Last oneTingPing
2013-03-31Add
/* 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.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */

#ifndef HEXCHAT_ASCII_H
#define HEXCHAT_ASCII_H

void ascii_open (void);

#endif