summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2012-07-31Use 6697 for SSL connections by defaultBerke Viktor
http://blog.freenode.net/2011/02/port-6697-irc-via-tlsssl/
2012-07-30Add missing includeBerke Viktor
2012-07-30Use a more appropriate icon in a more appropriate sizeBerke Viktor
2012-07-27Update src/common/servlist.cluminoso
PTlink Portuguese IRC server is dead for a few years and there is a new server for PTnet. There is also SSL support and one ipv6-only server, but I'm not sure about the best way to add it to this list.
2012-07-27Remember last search pattern during sessionsRichard Hitt
2012-07-27Fix auto-loading the Perl interface on WindowsBerke Viktor
2012-07-26Don't hardcode path when printing error message for config dir creationBerke Viktor
2012-07-26Auto-load user plugins and scripts from <config>/addonsBerke Viktor
On Unix leave $(libdir)/hexchat/plugins for plugin packagers, on Windows prevent users from modifying Program Files by ignoring everything except bundled plugins
2012-07-26Autoload local plugins from <config>/pluginsBerke Viktor
2012-07-26Fix memory leak in lastlogRichard Hitt
2012-07-25Initial support for lastlog -r on win32 (Richard)Richard Hitt
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
2012-07-19more branding changesxhmikosr
2012-07-19Oh sweet free()domBerke Viktor
2012-07-19Add option to retain colors in scrollbackBerke Viktor
2012-07-18Rebrand the manifest file tooBerke Viktor
2012-07-18Rebrand HexTray and fix icon rendering for certain eventsBerke Viktor
2012-07-18Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggyBerke Viktor
2012-07-18Use hardcoded string for this one instance, otherwise it may be ↵Berke Viktor
untranslatable for certain languages
2012-07-18Don't use hardcoded string for quit windowBerke Viktor
2012-07-18Update quit window stringBerke Viktor
2012-07-18Even more rebranding for the D-Bus pluginBerke Viktor
2012-07-18Complete the rebranding of the D-Bus pluginBerke Viktor
2012-07-17For private messages, use message icon instead of hightlight iconBerke Viktor
2012-07-17Update Plugin-Tray icons (TingPing)Berke Viktor
2012-07-16Remove tab_xp as it was an xchat-windows thingBerke Viktor
2012-07-15escaped an unescaped backslashcremno
2012-07-15Another supposed fix for tray restorationBerke Viktor
2012-07-15Windows doesn't seem to like the hexchat mutex, stops working after some ↵Berke Viktor
time, let's use the old, working one (might be a Win8 bug though)