summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
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.
2013-10-12win32: Make all projects depend on common so that common is always run ↵Arnavion
before any others.
2013-10-12Rename Strawberry to Hexchat in Perl error messageEustachy Kapusta
2013-10-12Fix installer on 32bit WindowsTingPing
2013-10-11Merge pull request #801 from Phr33d0m/patch-2TingPing
Better understandable option for the input box's color rendering
2013-10-12Better understandable option for the input box's color renderingDenis M.
2013-10-10xtext: store palette as GdkColorsTingPing
2013-10-10Fix configure output when python disabledTingPing
2013-10-10Fix a few cppcheck warnings.XhmikosR
Use the proper data type in format functions and fix a resource leak.
2013-10-09Add hexchat perl module to gitignoreTingPing
2013-10-09Remove left over ifdef for spellcheckTingPing