summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2012-09-01Some more consistency for variable namesBerke Viktor
2012-09-01Be consistent in PreferencesBerke Viktor
2012-09-01Consolidate color stripping for messages, topic and scrollbackBerke Viktor
2012-09-01Add Chat4all networkBerke Viktor
2012-09-01Add Unifo
extern GdkPixbuf *pix_book;
extern GdkPixbuf *pix_hop;
extern GdkPixbuf *pix_purple;
extern GdkPixbuf *pix_red;
extern GdkPixbuf *pix_op;
extern GdkPixbuf *pix_voice;
extern GdkPixbuf *pix_xchat;

extern GdkPixbuf *pix_tray_msg;
extern GdkPixbuf *pix_tray_hilight;
extern GdkPixbuf *pix_tray_file;

extern GdkPixbuf *pix_channel;
extern GdkPixbuf *pix_dialog;
extern GdkPixbuf *pix_server;
extern GdkPixbuf *pix_util;

extern GdkPixmap *pixmap_load_from_file (char *file);
extern void pixmaps_init (void);
tr> 2012-07-24No idea why I put 2011 hereBerke Viktor 2012-07-23Make HexChat remember minimum and maximum users set in channel listBerke Viktor 2012-07-22Now, really fix grep on WindowsBerke Viktor 2012-07-22Make GREP work on Windows, regexp support isn't implemented in fe_lastlog yetBerke Viktor 2012-07-21Unused sndPlaySound method for future referenceBerke Viktor 2012-07-21GtkFileFilter shouldn't be g_freedBerke Viktor 2012-07-21Fix error message displayed when cannot create config folderBerke Viktor 2012-07-21Add extension filter for file dialogs, specify filters and starting folder ↵Berke Viktor for loading plugins 2012-07-21Get rid of yet another implicit declarationBerke Viktor 2012-07-21Minor cosmetics for util.c tooBerke Viktor 2012-07-21Supposed fix for g_io_channel_read() deprecationBerke Viktor 2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor 2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ↵Berke Viktor Studio happy 2012-07-21More unused variablesBerke Viktor 2012-07-21Some aid for compiler warningsBerke Viktor 2012-07-21Add MS Gothic to default list of alternative fontsBerke Viktor 2012-07-20Some XChat string left outBerke Viktor 2012-07-20Only g_free() if we g_malloc() with strip_color()Berke Viktor 2012-07-20Restructure the preferences window which in turn fixes the marker line ↵Berke Viktor toggle bug 2012-07-20Be consistent about capsBerke Viktor 2012-07-20Merge pull request #9 from XhmikosR/masterbviktor more branding changes 2012-07-20Fix file version infoBerke Viktor