Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | Focus new server tabs | TingPing | |
2013-10-15 | Reset entry attributes on newlines | TingPing | |
2013-10-15 | Add remaining chanopts to plugin api | TingPing | |
In flags of get_list('channels') | |||
2013-10-15 | Fix moving channels when using tabs | TingPing | |
2013-10-14 | Don't overwrite existing ignores when flooded | TingPing | |
Closes #792 | |||
2013-10-13 | Remove commented out networks in servlist | TingPing | |
2013-10-13 | When opening a query dialog with /query nick msg, the message was not shown in | Diogo Sousa | |
the newly opened dialog. This fixes that issue. | |||
2013-10-13 | Perl: fixed crash when a script exits abnormally | Farow | |
2013-10-13 | Renamed FurryLand to ElectronIRC | Iota Spencer | |
Closes #804 Closes #780 | |||
2013-10-13 | Don't open banlist in empty channel tab | TingPing | |
2013-10-12 | win32: Use version information from configure.ac to populate the ↵ | Arnavion | |
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin. | |||
2013-10-12 | win32: Make all projects depend on common so that common is always run ↵ | Arnavion | |
before any others. | |||
2013-10-12 | Rename Strawberry to Hexchat in Perl error message | Eustachy Kapusta | |
2013-10-12 | Fix installer on 32bit Windows | TingPing | |
2013-10-11 | Merge pull request #801 from Phr33d0m/patch-2 | TingPing | |
Better understandable option for the input box's color rendering | |||
2013-10-12 | Better understandable option for the input box's color rendering | Denis M. | |
2013-10-10 | xtext: store palette as GdkColors | TingPing | |
2013-10-10 | Fix configure output when python disabled | TingPing | |
2013-10-10 | Fix a few cppcheck warnings. | XhmikosR | |
Use the proper data type in format functions and fix a resource leak. | |||
2013-10-09 | Add hexchat perl module to gitignore | TingPing | |
2013-10-09 | Remove left over ifdef for spellcheck | TingPing | |
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
2013-10-09 | Improve Windows installer | TingPing | |
- Unify x86 and x64 installer files - Get rid of version program - Clean up .iss file - Only allow one installation | |||
2013-10-09 | Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6 | TingPing | |
Scrolling has issues i couldn't easily fix, will get back to later but lets keep this usable | |||
2013-10-08 | Round 3 of Gtk accessor functions: xtext | TingPing | |
2013-10-08 | Work around for /away being called multiple times | TingPing | |
This will have to be solved eventually in menu.c so you can change their status without emitting the signals. | |||
2013-10-08 | Fix scroll buttons when using tabs | TingPing | |
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
2013-10-08 | Add chanview files to project | TingPing | |
2013-10-07 | Rebrand Perl plugin to HexChat, | Farow | |
Add /pl and plugin_pref Add help messages | |||
2013-10-06 | Round 2.5 of gtk accessor functions | TingPing | |
Some leftovers in chanview-tabs and maingui | |||
2013-10-05 | Round two of gtk accessor functions: chanview-tabs | TingPing | |
2013-10-05 | Merge pull request #787 from siduction/master | TingPing | |
some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | |||
2013-10-05 | some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | Alf Gaida | |
2013-10-04 | Merge pull request #784 from Farow/pull2 | TingPing | |
tree-view: switch tabs on mouse wheel up/down | |||
2013-10-05 | tree-view: switch tabs on mouse wheel up/down | Farow | |
2013-10-04 | Fix crash with long notify lists. | TingPing | |
2013-10-04 | libsexy: Improve color parsing | Farow | |
- Background colour is only parsed when there's a comma - Offset for background color is incorrectly calculated (there's no control character, just a comma) | |||
2013-10-04 | libsexy: never include spaces when spell-checking | TingPing | |
2013-10-04 | libsexy: Add "HexChat" to session dictionary | TingPing | |
2013-10-03 | Don't try to update the clear button state when there's no DCC window. | Arnavion | |
2013-10-03 | More improvements to libsexy | TingPing | |
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings | |||
2013-10-03 | Use spell entry for topicbar | TingPing | |
Closes #150 | |||
2013-10-03 | libsexy: Don't mark nicks spelled incorrect | TingPing | |
2013-10-03 | Update to gtkspell3's iso code lookup | TingPing | |
This no longer requires libxml so now there is no reason for this to be optional | |||
2013-10-03 | Remove gtkspell support | TingPing | |
2013-10-03 | Fix loading enchant on Unix | TingPing | |
2013-10-03 | libsexy: load colors more efficiently | TingPing | |
2013-10-03 | libsexy: fix spell-check on contractions | TingPing | |
2013-10-03 | Parse attributes in the input box | TingPing | |