Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-11 | Fix spell check on OSX | TingPing | |
2014-05-11 | Fix sorting problem when using tabs | Riamse | |
Fixes #949 | |||
2014-05-11 | Fix logging incorrect timestamp with server-time | Riamse | |
Fixes #972 | |||
2014-05-11 | Add option to bounce dock icon on OSX | TingPing | |
2014-05-11 | Don't ignore command key in keybindings on OSX | TingPing | |
2014-05-03 | Use filesize format based on OS | TingPing | |
Adds gui_filesize_iec option on Unix Closes #966 | |||
2014-04-29 | Fix warning | TingPing | |
2014-04-24 | Replace deprecated GetVersionEx calls with version helpers | Berke Viktor | |
Only compiles with 8.1 SDK but runs everywhere Closes #957 | |||
2014-04-21 | Use 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-21 | Don'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-21 | Use 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-19 | Reset all nick entry errors in servlist when fixed | TingPing | |
2014-04-19 | sysinfo: Use less ambiguous IEC prefixes in storage measurements | Max Zerzouri | |
Closes #922 | |||
2014-04-19 | python: Scan for non-NULLs in print events | Adam Dane [:hobophobe] | |
Closes #916 Closes #915 | |||
2014-04-18 | Fix warnings like usual | TingPing | |
2014-04-18 | Improve displaying errors in servlist | TingPing | |
2014-04-18 | Fix issues removing autojoin channels | TingPing | |
- Makes remove case insensitive - Fixes crashing when channel not found | |||
2014-04-17 | Fix #928. Fix memory leak, mea culpa. | RichardHitt | |
2014-04-17 | Fixes #928 again. In scrollback replay, skip every line that starts 0x0d. | RichardHitt | |
2014-04-17 | win32: Update gtk theme description in installer | TingPing | |
2014-04-15 | Use glib to format filesize in dccgui | TingPing | |
2014-04-10 | Fix whitespace... | TingPing | |
2014-04-10 | Add Xertion to network list | TingPing | |
Closes #939 | |||
2014-04-08 | win32: Fix python 3.4 check in installer | TingPing | |
2014-04-06 | Add account to Join event | TingPing | |
Also reorganizes some logic. The account will usually be NULL unless extended-join capability enabled. Closes #934 | |||
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
2014-03-30 | Merge pull request #929 from hexchat/928 | Richard Hitt | |
Fix scrollback_load to deal with e.g. the output of /HELP | |||
2014-03-29 | Fix scrollback_load to deal with e.g. the output of /HELP | RichardHitt | |
Fixes #928. | |||
2014-03-24 | Improve handling scrollback when gui_tab_server==FALSE | RichardHitt | |
Fixes #925. | |||
2014-03-19 | Correctly scroll down autojoined channels | RichardHitt | |
Fixes #58 | |||
2014-03-19 | Fix 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-18 | win32: Quote paths when invoking glib-compile-resources.exe | Arnavion | |
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it. | |||
2014-03-18 | win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵ | Arnavion | |
it parses arguments with spaces as separate parameters. | |||
2014-03-17 | win32: Bump python to 3.4.0 | TingPing | |
2014-03-15 | Disable compression on tree_channel.png | TingPing | |
This causes some artifacts in the icon, none of the others seem to have the problem | |||
2014-03-15 | Disable hiding characters in the input | TingPing | |
2014-03-15 | Partial revert of 5f732128 | TingPing | |
Still some scrolling issues remain, much work is to be done to properly fix it. | |||
2014-03-11 | Fix miscapitalization | Eustachy Kapusta | |
2014-03-08 | Add ElectroCode | Ken Spencer | |
Closes #910 | |||
2014-03-08 | Added Anthrochat and Furnet to server list | a Code Lizard | |
Closes #900 | |||
2014-02-28 | win32: Updated Python dependencies to 2.7.6 and 3.3.4 | Arnavion | |
2014-02-18 | Minor redesign to text events window | TingPing | |
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-16 | Remove migration code for xchat 1 colors | TingPing | |
2014-02-16 | Properly handle shift tab in keyboard shortcuts | TingPing | |
2014-02-16 | Use more user friendly label for keys in keyboard shortcuts | TingPing | |
2014-02-16 | Add safemode action to desktop file | TingPing | |
2014-02-16 | Translate desktop files | TingPing | |
2014-02-15 | Tweak readme formatting | TingPing | |
2014-02-15 | Add Jenkins badge | tomek | |
2014-02-15 | Hide tray balloon option on OSX | TingPing | |