summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-11-12Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout().RichardHitt
2013-11-11Fixes #836. In gtk_xtext_scroll() always force line integral line boundary.RichardHitt
2013-11-10win32: Download deps during installationTingPing
2013-11-03installer: Use correct path to iscc.exe depending on the platform.Arnavion
2013-11-03fe-gtk: Quote path to glib-compile-resources.exeArnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-11-01Update help message for kick/kickbanTingPing
2013-11-01Don't auto unmark away when getting znc playbackTingPing
2013-10-29Round 4 of gtk accessor functions: setup.cTingPing
2013-10-28win32: Install pixbuf engineTingPing
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-10-27Fix random_line() cutting off textTingPing
fgets() wont include the newline
2013-10-27Use a full path to configdir when using portable modeTingPing
This avoids the issue of plugins changing paths on us
2013-10-26Only update userlistgui when necessaryTingPing
2013-10-26xtext: Get proper text width with attributesTingPing
2013-10-25Sensitize banlist buttons if half-opTingPing
For #647
2013-10-24Update readme.mdTingPing
2013-10-23Match nick last when checking urlJahan Addison
Closes #796
2013-10-22fix another warningTingPing
2013-10-22fix warningTingPing
2013-10-22Open channel list window on /listFarow
2013-10-22url_check_line () now recognizes all urlsDiogo Sousa
previously it only recognized url with "://" after the scheme. Urls without a scheme are purposely not recognized by this function. Fixes #701 Closes #815
2013-10-22make_re() now doesn't free the argument.Diogo Sousa
This is good practice and also helped simplifying re_*() functions.
2013-10-22fix some warningsTingPing
2013-10-22Port editlist to GtkTreeViewTingPing
2013-10-20Fix SASL on some networksTingPing
2013-10-20sysinfo: Fix showing debian version on ubuntuTingPing
2013-10-20win32: install theme manager by defaultTingPing
2013-10-20Ignore nick prefix when splitting NAMES replyTingPing
2013-10-20Only split NAMES reply if server supports userhost-in-namesTingPing
2013-10-18Add support for userhost-in-names capabilityTingPing
2013-10-17Add option to auto +x on connectTingPing
2013-10-17libsexy: last color parsing improvementTingPing
2013-10-17libsexy: More color parsing improvementsTingPing
2013-10-17Remove dead networksTingPing
2013-10-17Default to SASL on every supported networkTingPing
2013-10-17Remove #xchat from ChatJunkies autojoinTingPing
2013-10-17Respect use global flag with SASLTingPing
2013-10-15Focus new server tabsTingPing
2013-10-15Reset entry attributes on newlinesTingPing
2013-10-15Add remaining chanopts to plugin apiTingPing
In flags of get_list('channels')
2013-10-15Fix moving channels when using tabsTingPing
2013-10-14Don't overwrite existing ignores when floodedTingPing
Closes #792
2013-10-13Remove commented out networks in servlistTingPing
2013-10-13When opening a query dialog with /query nick msg, the message was not shown inDiogo Sousa
the newly opened dialog. This fixes that issue.
2013-10-13Perl: fixed crash when a script exits abnormallyFarow
2013-10-13Renamed FurryLand to ElectronIRCIota Spencer
Closes #804 Closes #780
2013-10-13Don't open banlist in empty channel tabTingPing
2013-10-12win32: Use version information from configure.ac to populate the ↵Arnavion
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.