summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
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-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-15Use glib to format filesize in dccguiTingPing
2014-04-10Fix whitespace...TingPing
2014-04-10Add Xertion to network listTingPing
Closes #939
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.
2014-03-29Fix scrollback_load to deal with e.g. the output of /HELPRichardHitt
Fixes #928.
2014-03-24Improve handling scrollback when gui_tab_server==FALSERichardHitt
Fixes #925.
2014-03-19Correctly scroll down autojoined channelsRichardHitt
Fixes #58
2014-03-19Fix three miscellaneous bugs in gtk_xtext_get_word()RichardHitt
* Use utf8 functions for moving within string * Fix memory leak * Fix non-indent select problem
2014-03-18win32: Quote paths when invoking glib-compile-resources.exeArnavion
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it.
2014-03-18win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵Arnavion
it parses arguments with spaces as separate parameters.
2014-03-15Disable hiding characters in the inputTingPing
2014-03-15Partial revert of 5f732128TingPing
Still some scrolling issues remain, much work is to be done to properly fix it.
2014-03-08Add ElectroCodeKen Spencer
Closes #910
2014-03-08Added Anthrochat and Furnet to server lista Code Lizard
Closes #900
2014-02-18Minor redesign to text events windowTingPing
This makes it more consistent with the other settings windows - Use editable cell for entry - Use pane to resize both treeviews - Make preview fixed size and on bottom - Enable search for event name
2014-02-16Remove migration code for xchat 1 colorsTingPing
2014-02-16Properly handle shift tab in keyboard shortcutsTingPing
2014-02-16Use more user friendly label for keys in keyboard shortcutsTingPing
2014-02-15Hide tray balloon option on OSXTingPing
2014-02-15Fix warning..TingPing
2014-02-15Use GRegex for channel list searchTingPing
This adds support for Windows
2014-02-14Tweak column sizing in channel listTingPing
2014-02-14Build with GTK_DISABLE_DEPRECATEDTingPing
2014-02-14Redesign keyboard shortcuts windowTingPing
- Convert GtkCLists to GtkTreeViews - Save keybindings in GtkAccelerator format - Store keybindings in a GSList
2014-02-14Cleanup the preferences windowTingPing
Simplifies some code and removes many widgets
2014-02-12Fix some leaksTingPing
2014-02-12Remove unused functionTingPing
2014-02-12Fix warningTingPing
2014-02-09Show help as tooltips in editlistsTingPing
2014-02-07Fix hiding unsupported channel modes in topicbarTingPing
2014-02-07Fix some warnings in editlistTingPing