summary refs log tree commit diff stats
path: root/src
AgeCommit message (Collapse)Author
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
2014-05-31Rework gtk_xtext_selection_draw(), simplify calls to _selection_render()RichardHitt
Fixes #992.
2014-05-30win32: Fix exiting fullscreen to a maximized windowTingPing
2014-05-29Make lawyers happyBerke Viktor
2014-05-28Use newer format for default keybindingsTingPing
This uses the proper bindings on OS X
2014-05-27osx: Properly handle quittingTingPing
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-05-26Fix crash with invalid dnd to userlistTingPing
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