Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-21 | Fix apostrophe related spell check issues | RichardHitt | |
2014-07-19 | Fix possible crash in spell check | RichardHitt | |
Closes #1048 | |||
2014-07-19 | win32: Update Python links | TingPing | |
2014-07-19 | win32: Don't allow installing on Vista | TingPing | |
It does not run on Vista | |||
2014-07-18 | Fix formatting warnings | TingPing | |
Found by #1059 | |||
2014-07-18 | Use GNUC format attribute on print functions | Campbell Barton | |
Closes #1059 | |||
2014-07-17 | travis: update before installing deps | TingPing | |
2014-07-05 | Disable tray support on Elementary | TingPing | |
They followed Ubuntu in breaking any gtk trays.. | |||
2014-06-27 | configure: Improve python logic | hasufell | |
- add checks for python3.4 - only warn once for failure to find a version - only run pkg-config call if the .pc file was actually found - make unsupported python version non-fatal Closes #1006 Closes #989 | |||
2014-06-27 | Update server list | laurinkus | |
Closes #1013 | |||
2014-06-27 | win32: Silent installer improvements | TingPing | |
- Launch uninstaller as VERYSILENT - Don't launch Python/Perl installers when silent | |||
2014-06-25 | win32: Use theme shipped with gtk | TingPing | |
No reason for us to maintain own copy. This also makes custom theme installing easier. | |||
2014-06-21 | Fix autotools warning | TingPing | |
2014-06-21 | Clean up includes for gettext | TingPing | |
It is always enabled. | |||
2014-06-21 | Remove unused defines | TingPing | |
2014-06-21 | Remove broken debug code | TingPing | |
2014-06-21 | Make plugin-timer translatable | TingPing | |
2014-06-17 | Some problems in banlist.c are fixed | RichardHitt | |
2014-06-13 | We don't ship DNS as a plugin anymore | Berke Viktor | |
2014-06-13 | Fix GTK+ bundle licenses missing from installer | Berke Viktor | |
2014-06-13 | Enable logging by default | Berke Viktor | |
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-08 | Fix sending notify list to correct networks | TingPing | |
Fixes #1015 | |||
2014-06-04 | Fix dcc dir warning showing when not auto-accept | TingPing | |
2014-06-04 | win32: Fix path in installer project | TingPing | |
2014-06-04 | Use GDir instead of dirent | 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 | Update server list | TingPing | |
Removed any server that could not be connected to atm Closes #666 | |||
2014-06-03 | Remove random ifndef WIN32 | TingPing | |
I never found a reason for it existing, but it also never affected much anyway. | |||
2014-06-03 | win32: Don't auto-generate version.txt | TingPing | |
2014-06-03 | Fix scrolling the chanview on Unix | TingPing | |
Fixes #948 | |||
2014-06-02 | fishlim: Fix filename in error messages | TingPing | |
2014-06-02 | Handle a special character before "+OK", e.g. identify-msg + or - | Samuel Lidén Borell | |
2014-06-02 | Use path to HexChat instead of XChat in the test program | Samuel 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-02 | Add missing include in the test program | Samuel Lidén Borell | |
2014-06-02 | Fix memory leak in the test program | Samuel Lidén Borell | |
2014-06-02 | Fix undefined behaviour in left shift | Samuel 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-02 | Update translations | tomek | |
2014-06-02 | Always use GModule for plugin support | TingPing | |
Also cleans up some dead code | |||
2014-06-01 | Add missing files to POTFILES.in | TingPing | |
2014-06-01 | Bump version to 2.10.0 | TingPing | |
2014-06-01 | Remove dead network | TingPing | |
2014-06-01 | Remove some hardcoded version numbers | TingPing | |
- man page - makebundle.sh | |||
2014-05-31 | Sensitize open dialog button in friends list when selected | TingPing | |
Fixes #1001 | |||
2014-05-31 | Add SeionIRC to serverlist | Lee Watson | |
Closes #982 | |||
2014-05-31 | Add StormBit to network list | Yoeri Beumer | |
Closes #873 | |||
2014-05-31 | Cosmetics | bviktor | |