summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
2014-09-21Take two at fixing out of source buildsTingPing
2014-09-21Fix attempting to toggle visibility when tray disabledTingPing
2014-09-20Fix missing headerTingPing
And just use g_snprintf() while at it..
2014-09-20Increase max len of chiper namesTingPing
For example ECDHE-ECRSA-AES256-GCM-SHA384
2014-09-20Replace some unsafe usage of strncpyTingPing
Ensure everything is null terminated
2014-09-17win32: Fixed build break due to 7a4a024Arnavion
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-09-13Use PlaySoundW to play sounds on Windows.Arnavion
Fixes #1133
2014-09-13Correctly open URLs with non-ASCII characters on Windows.Arnavion
Fixes #1023
2014-09-07Detect utf8 urlsTingPing
They might not be valid, but like many things they are still used
2014-09-07Fix opening utf8 urls on OSXTingPing
- Escape hostnames with punycode - Use proper encoding when launching open
2014-09-01Escape values set via pluginprefTingPing
Fixes #790
2014-09-01Fix DOMAIN and EMAIL patterns.LightningW
Closes #1107
2014-09-01xtext: Add word and line selection modesFarow
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-23Fix using negative indexTingPing
2014-08-23Use glib to get portable mode dirTingPing
This should fix any non-ascii paths
2014-08-20Use 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-28Fix warningTingPing
2014-07-28Fixed expand_homedir to handle paths like "~user" correctly.Arnavion
2014-07-28Fix various crashes with pluginprefTingPing
2014-07-21Add GeeksIRC and IRC4Fun to network listsiniStar7boy
Closes #1057 Closes #1058
2014-07-21Fix apostrophe related spell check issuesRichardHitt
2014-07-19Fix possible crash in spell checkRichardHitt
Closes #1048
2014-07-18Fix formatting warningsTingPing
Found by #1059
2014-07-18Use GNUC format attribute on print functionsCampbell Barton
Closes #1059
2014-07-05Disable tray support on ElementaryTingPing
They followed Ubuntu in breaking any gtk trays..
2014-06-27Update server listlaurinkus
Closes #1013
2014-06-21Clean up includes for gettextTingPing
It is always enabled.
2014-06-21Remove unused definesTingPing
2014-06-21Remove broken debug codeTingPing
2014-06-21Make plugin-timer translatableTingPing
2014-06-17Some problems in banlist.c are fixedRichardHitt
2014-06-13Enable logging by defaultBerke Viktor
2014-06-09Partial fix for out of source buildsTingPing
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-08Fix sending notify list to correct networksTingPing
Fixes #1015
2014-06-04Fix dcc dir warning showing when not auto-acceptTingPing
2014-06-04Use GDir instead of direntTingPing
2014-06-04Fix warningTingPing
2014-06-04Stop hardcoding plugin extensions everywhereTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
Fixes #958
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-06-03Update server listTingPing
Removed any server that could not be connected to atm Closes #666
2014-06-03Remove random ifndef WIN32TingPing
I never found a reason for it existing, but it also never affected much anyway.
2014-06-03win32: Don't auto-generate version.txtTingPing
2014-06-03Fix scrolling the chanview on UnixTingPing
Fixes #948
2014-06-02Always use GModule for plugin supportTingPing
Also cleans up some dead code
2014-06-01Remove dead networkTingPing
2014-05-31Sensitize open dialog button in friends list when selectedTingPing
Fixes #1001
2014-05-31Add SeionIRC to serverlistLee Watson
Closes #982
2014-05-31Add StormBit to network listYoeri Beumer
Closes #873