summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-05-29Replace Inno Perl with MSI PerlBerke Viktor
2014-05-28... and update perl description in installerTingPing
2014-05-28win32: Update perl urls in installerTingPing
2014-05-28perl: Update Perl to 5.20tomek
2014-05-28Update translationsTingPing
2014-05-28Use newer format for default keybindingsTingPing
This uses the proper bindings on OS X
2014-05-27osx: Use applespell enchant backendTingPing
And fix enchant loading backends in the bundle
2014-05-27osx: makebundle.sh improvementsTingPing
2014-05-27osx: Properly handle quittingTingPing
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-05-26osx: Use osx friendly bindings for GtkEntryTingPing
Fixes #995
2014-05-26Fix crash with invalid dnd to userlistTingPing
2014-05-26osx: Improve gtk themeTingPing
2014-05-23Update default settingsTingPing
- Enable server-time - Disable tree dots
2014-05-23Enable drag and drop on WindowsTingPing
The issues around it no longer seem to exist in current GTK
2014-05-22Fixes #959. In xtext.c:find_x() return offset to hidden text if appropriate.RichardHitt
2014-05-21Fix drag and dropTingPing
2014-05-20Show notifications for private actionsTingPing
Fixes #990
2014-05-12Default completion to last spokeTingPing
2014-05-12Add global option to suppress nick change eventsBerke Viktor
Might as well add a per-channel option, too but for me that seems a bit unnecessary. Closes #971
2014-05-12Properly support notices to prefix'd users on a channelDerp Derpingston
Instead of hardcoding this behavior for @, +, and %, fetch the list of mode prefixes from the server's state and look for one of those instead. Closes #977
2014-05-12Fixed truncation of the reason when receiving a KILL message.Derp Derpingston
The KILL handler thought the message started one word later than it did, and would cut off the first word. This change starts the reason in the correct place, and shaves off a leading : if one is present. Closes #977 Closes #774
2014-05-12Add missing NULL check in cmd_lastlogcortexcorepl
Closes #961
2014-05-12Default Techman's World IRC to SASLTheTechman
Closes #963
2014-05-11Fix spell check on OSXTingPing
2014-05-11Fix sorting problem when using tabsRiamse
Fixes #949
2014-05-11Fix logging incorrect timestamp with server-timeRiamse
Fixes #972
2014-05-11Add option to bounce dock icon on OSXTingPing
2014-05-11Don't ignore command key in keybindings on OSXTingPing
2014-05-03Use filesize format based on OSTingPing
Adds gui_filesize_iec option on Unix Closes #966
2014-04-29Fix warningTingPing
2014-04-24Replace deprecated GetVersionEx calls with version helpersBerke Viktor
Only compiles with 8.1 SDK but runs everywhere Closes #957
2014-04-21Use the right API to get the path to Roaming AppData and Downloads ↵Arnavion
directories, and actually convert it to utf-8 instead of using it directly.
2014-04-21Don't convert the result of g_get_user_name / g_get_real_name from locale to ↵Arnavion
utf-8 on Windows. They return utf-8 already.
2014-04-21Use utf-8 variant of strftime to format log file paths.Arnavion
strftime assumes the format string is in locale encoding, which mangles log file paths that are in utf-8. Fixes #767 Fixes #945
2014-04-19Reset all nick entry errors in servlist when fixedTingPing
2014-04-19sysinfo: Use less ambiguous IEC prefixes in storage measurementsMax Zerzouri
Closes #922
2014-04-19python: Scan for non-NULLs in print eventsAdam Dane [:hobophobe]
Closes #916 Closes #915
2014-04-18Fix warnings like usualTingPing
2014-04-18Improve displaying errors in servlistTingPing
2014-04-18Fix issues removing autojoin channelsTingPing
- Makes remove case insensitive - Fixes crashing when channel not found
2014-04-17Fix #928. Fix memory leak, mea culpa.RichardHitt
2014-04-17Fixes #928 again. In scrollback replay, skip every line that starts 0x0d.RichardHitt
2014-04-17win32: Update gtk theme description in installerTingPing
2014-04-15Use glib to format filesize in dccguiTingPing
2014-04-10Fix whitespace...TingPing
2014-04-10Add Xertion to network listTingPing
Closes #939
2014-04-08win32: Fix python 3.4 check in installerTingPing
2014-04-06Add account to Join eventTingPing
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
Fixes #662.