summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-02-25update readme link to building docsTingPing
closes #424
2013-02-24Merge pull request #426 from Misdre/masterTingPing
Typing /join #channel → focus the channel if it's already open. closes #406
2013-02-24focus the channel if it's already open (issue #406)misdre
2013-02-21set input's vertical scrollbar to auto with gtkspellTingPing
2013-02-21Only show spelling preferences when supportedTingPing
2013-02-18add gnome's UsesNotifications to the desktop fileTingPing
2013-02-18add notification hints for gnomeTingPing
2013-02-18Fallback to $HOME/Downloads for dcc_dirTingPing
2013-02-18fix path to icon for notificationsTingPing
2013-02-18Add HarfBuzz DLL to distBerke Viktor
2013-02-16follow XDG for default download directoryTingPing
closes #413
2013-02-16Move dependency graph to other repoBerke Viktor
2013-02-16Bump copyright yearBerke Viktor
2013-02-16Add vc redist to links, don't open links by default and cosmeticsBerke Viktor
2013-02-16Fix libwimp path in the installersBerke Viktor
2013-02-16Make copy not depend on perl-5.12 and perl-5.15Berke Viktor
2013-02-16Fix stupid GitHub autocrlf messBerke Viktor
2013-02-16Fix libwimp pathBerke Viktor
2013-02-16Merge branch 'master' of https://github.com/hexchat/hexchatBerke Viktor
2013-02-16Try to create the addons folder initiallyBerke Viktor
2013-02-13Merge pull request #407 from RichardHitt/masterRichardHitt
Fix bug in url.c at re_host().
2013-02-13Fix bug in url.c at re_host().RichardHitt
Unlike the other re_foo() functions it was not checking immediately and returning if host_ret had already been filled in. This would causes a memory leak since the previous GRegex would be lost.
2013-02-13Make sure we don't auto-load HexTrayBerke Viktor
2013-02-07Add autojoin backBerke Viktor
2013-02-06fix tray menu placement issuesTingPing
notably top taskbar issues on windows
2013-02-05Merge pull request #398 from thor/patch-1TingPing
change URL for "Contents" option in "Help" menu
2013-02-05change URL for "Contents" option in "Help" menuThor K.H.
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org.
2013-02-04Update installer to point to newsTingPing
2013-02-04Point to new download urlTingPing
2013-02-04Don't require scollback to edit scrollback linesTingPing
text_max_lines also affects how many lines you can view not just scrollback
2013-02-02Update translation templateTingPing
2013-01-31only detect full paths on windows.TingPing
closes #302
2013-01-31fix variable name in flood msg.TingPing
2013-01-23add station51 to servlistTingPing
2013-01-19Merge pull request #383 from RichardHitt/warningsTingPing
Correct almost all compiler warning issues
2013-01-19Correct almost all compiler warning issuesRichardHitt
2013-01-17actually fix updchkTingPing
2013-01-17fix fe-beep issue in fe-textTingPing
2013-01-17Merge pull request #380 from RichardHitt/pull350TingPing
Closes issue 350. Fix stat64 and malloc.h problems
2013-01-16Remove #include <malloc.h>, causes a #error in freebsd buildRichardHitt
2013-01-16Merge branch 'master' into pull350RichardHitt
2013-01-16Merge pull request #377 from RichardHitt/issue376TingPing
Parse url according to rfc 1738: add separate define for TLD. Closes 376.
2013-01-15Oops. didn't get the DOMAIN slight change last time. Here it is now.RichardHitt
2013-01-15Prev called anything a URL! Reverted but slight DOMAIN change.RichardHitt
2013-01-15Fix DOMAIN and TLD per rfc 1738, thanks ArnavionRichardHitt
2013-01-14Merge pull request #378 from aperson/patch-1TingPing
Snoonet is now snoonet.org, not .com
2013-01-14Snoonet is now snoonet.org, not .comaperson
http://www.reddit.com/r/irc/comments/13xpok/announcement_snoonet_operational_status/
2013-01-14Parse url according to rfc 1738: add separate define for TLD.RichardHitt
2013-01-11Merge pull request #373 from RichardHitt/issue372TingPing
closes Issue372 -- Fix nickname-mouseover recognition
2013-01-11Oops, Windows doesn't offer strndup(). Use g_strndup().RichardHitt