summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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-12Better understandable option for the input box's color renderingDenis M.
2013-10-10xtext: store palette as GdkColorsTingPing
2013-10-10Fix a few cppcheck warnings.XhmikosR
Use the proper data type in format functions and fix a resource leak.
2013-10-09Remove left over ifdef for spellcheckTingPing
2013-10-09Fix messages with server-time not showing as new activityDiogo Sousa
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746.
2013-10-09Improve Windows installerTingPing
- Unify x86 and x64 installer files - Get rid of version program - Clean up .iss file - Only allow one installation
2013-10-09Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6TingPing
Scrolling has issues i couldn't easily fix, will get back to later but lets keep this usable
2013-10-08Round 3 of Gtk accessor functions: xtextTingPing
2013-10-08Work around for /away being called multiple timesTingPing
This will have to be solved eventually in menu.c so you can change their status without emitting the signals.
2013-10-08Fix scroll buttons when using tabsTingPing
2013-10-08Add preference to change tabs on scrollTingPing
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
2013-10-08Add chanview files to projectTingPing
2013-10-06Round 2.5 of gtk accessor functionsTingPing
Some leftovers in chanview-tabs and maingui
2013-10-05Round two of gtk accessor functions: chanview-tabsTingPing
2013-10-05some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv..Alf Gaida
2013-10-05tree-view: switch tabs on mouse wheel up/downFarow
2013-10-04Fix crash with long notify lists.TingPing
2013-10-04libsexy: Improve color parsingFarow
- Background colour is only parsed when there's a comma - Offset for background color is incorrectly calculated (there's no control character, just a comma)