Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-02 | configure: Add option to run clang static analysis | TingPing | |
2014-11-30 | Fix copying timestamp with server-time and indent nicks off | TingPing | |
2014-11-30 | Fix duplicate timestamps on selection | TingPing | |
Fixes #1226 | |||
2014-11-02 | Warning cleanup | Campbell Barton | |
- ignoring const - declarations after statements - some C files didnt include own headers (risking them getting out of sync) Closes #1064 | |||
2014-10-10 | Fix textbox not scrolling to to bottom on resize | RichardHitt | |
Set buf->scrollbar_down conditionally when vertically resizing text window If resize to enlarge appears to go to last line, set buf->scrollbar_down to be sure. Fixes #1151 Closes #1171 | |||
2014-09-21 | Fix attempting to toggle visibility when tray disabled | TingPing | |
2014-09-17 | win32: Fixed build break due to 7a4a024 | Arnavion | |
2014-09-13 | Use PlaySoundW to play sounds on Windows. | Arnavion | |
Fixes #1133 | |||
2014-09-13 | Correctly open URLs with non-ASCII characters on Windows. | Arnavion | |
Fixes #1023 | |||
2014-09-07 | Fix opening utf8 urls on OSX | TingPing | |
- Escape hostnames with punycode - Use proper encoding when launching open | |||
2014-09-01 | xtext: Add word and line selection modes | Farow | |
Similar to a GtkTextView if you double click you enter word selection mode and if you triple click you enter line selection mode. Allowing you to drag and select more than a single character. Closes #1108 | |||
2014-08-23 | Fix using negative index | TingPing | |
2014-08-20 | Use GFile API in gtkutil_check_file instead of stat/access. | Arnavion | |
The latter functions expect codepage-encoded filenames on Windows but GLib's API returns filesystem-encoded paths, which on Windows are UTF-8. GLib API should be used to deal with GLib API results. Also fixed leaks in two of the callers of gtkutil_check_file() Fixes #968 | |||
2014-07-21 | Fix apostrophe related spell check issues | RichardHitt | |
2014-07-19 | Fix possible crash in spell check | RichardHitt | |
Closes #1048 | |||
2014-06-21 | Clean up includes for gettext | TingPing | |
It is always enabled. | |||
2014-06-17 | Some problems in banlist.c are fixed | RichardHitt | |
2014-06-09 | Partial fix for out of source builds | TingPing | |
Patch from LRN Perl's makefile needs fixed and the relative include of config.h needs removed from hexchat.h Mentioned in #1018 | |||
2014-06-04 | Fix dcc dir warning showing when not auto-accept | TingPing | |
2014-06-04 | Fix warning | TingPing | |
2014-06-04 | Stop hardcoding plugin extensions everywhere | TingPing | |
2014-06-04 | Use glib to parse and launch commands for util_exec | TingPing | |
Fixes #958 | |||
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-06-03 | Fix scrolling the chanview on Unix | TingPing | |
Fixes #948 | |||
2014-05-31 | Sensitize open dialog button in friends list when selected | TingPing | |
Fixes #1001 | |||
2014-05-31 | Rework gtk_xtext_selection_draw(), simplify calls to _selection_render() | RichardHitt | |
Fixes #992. | |||
2014-05-30 | win32: Fix exiting fullscreen to a maximized window | TingPing | |
2014-05-29 | Make lawyers happy | Berke Viktor | |
2014-05-28 | Use newer format for default keybindings | TingPing | |
This uses the proper bindings on OS X | |||
2014-05-27 | osx: Properly handle quitting | TingPing | |
2014-05-27 | osx: Properly use app menu | TingPing | |
Mentioned in #994 | |||
2014-05-26 | Fix crash with invalid dnd to userlist | TingPing | |
2014-05-23 | Enable drag and drop on Windows | TingPing | |
The issues around it no longer seem to exist in current GTK | |||
2014-05-22 | Fixes #959. In xtext.c:find_x() return offset to hidden text if appropriate. | RichardHitt | |
2014-05-21 | Fix drag and drop | TingPing | |
2014-05-20 | Show notifications for private actions | TingPing | |
Fixes #990 | |||
2014-05-12 | Add global option to suppress nick change events | Berke Viktor | |
Might as well add a per-channel option, too but for me that seems a bit unnecessary. Closes #971 | |||
2014-05-11 | Fix spell check on OSX | TingPing | |
2014-05-11 | Fix sorting problem when using tabs | Riamse | |
Fixes #949 | |||
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-19 | Reset all nick entry errors in servlist when fixed | TingPing | |
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-15 | Use glib to format filesize in dccgui | TingPing | |
2014-04-02 | Add marker-line functionality for scrollback, instant seek. | RichardHitt | |
Fixes #662. | |||
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 |