summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
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-02fishlim: Fix filename in error messagesTingPing
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell
Note that this affects the test program only. It doesn't affect users of FiSHLiM. The reason for this change is that XChat doesn't seem to be maintained any longer.
2014-06-02Add missing include in the test programSamuel Lidén Borell
2014-06-02Fix memory leak in the test programSamuel Lidén Borell
2014-06-02Fix undefined behaviour in left shiftSamuel Lidén Borell
This is not a problem with a usual compiler configuration, but LLVM/clang detects it when compiled with: -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv
2014-06-02Update translationstomek
2014-06-02Always use GModule for plugin supportTingPing
Also cleans up some dead code
2014-06-01Add missing files to POTFILES.inTingPing
2014-06-01Bump version to 2.10.0TingPing
2014-06-01Remove dead networkTingPing
2014-06-01Remove some hardcoded version numbersTingPing
- man page - makebundle.sh
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-31Cosmeticsbviktor
2014-05-31osx: Fix loading system's openssl configTingPing
2014-05-31osx: More theme tweaksTingPing
2014-05-31Rework gtk_xtext_selection_draw(), simplify calls to _selection_render()RichardHitt
Fixes #992.
2014-05-30osx: Use key theme shipped with gtkTingPing
2014-05-30win32: Fix exiting fullscreen to a maximized windowTingPing
2014-05-29Make lawyers happyBerke Viktor
2014-05-29Replace Inno Perl with MSI PerlBerke Viktor
2014-05-28... and update perl description in installerTingPing
2014-05-28win32: Update perl urls in installerTingPing
2014-05-28perl: Update Perl to 5.20tomek
2014-05-28Update translationsTingPing
2014-05-28Use newer format for default keybindingsTingPing
This uses the proper bindings on OS X
2014-05-27osx: Use applespell enchant backendTingPing
And fix enchant loading backends in the bundle
2014-05-27osx: makebundle.sh improvementsTingPing
2014-05-27osx: Properly handle quittingTingPing
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-05-26osx: Use osx friendly bindings for GtkEntryTingPing
Fixes #995
2014-05-26Fix crash with invalid dnd to userlistTingPing
2014-05-26osx: Improve gtk themeTingPing
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