Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-17 | Fix crash with negative timestamp in banlist | TingPing | |
Closes #841 | |||
2013-11-14 | Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll(). | RichardHitt | |
2013-11-12 | Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout(). | RichardHitt | |
2013-11-11 | Fixes #836. In gtk_xtext_scroll() always force line integral line boundary. | RichardHitt | |
2013-11-03 | fe-gtk: Quote path to glib-compile-resources.exe | Arnavion | |
2013-11-03 | Use correct path to TextTransform.exe depending on the platform. | Arnavion | |
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-11-01 | Update help message for kick/kickban | TingPing | |
2013-11-01 | Don't auto unmark away when getting znc playback | TingPing | |
2013-10-29 | Round 4 of gtk accessor functions: setup.c | TingPing | |
2013-10-27 | Properly set away and fullscreen menu items | TingPing | |
2013-10-27 | Fix random_line() cutting off text | TingPing | |
fgets() wont include the newline | |||
2013-10-27 | Use a full path to configdir when using portable mode | TingPing | |
This avoids the issue of plugins changing paths on us | |||
2013-10-26 | Only update userlistgui when necessary | TingPing | |
2013-10-26 | xtext: Get proper text width with attributes | TingPing | |
2013-10-25 | Sensitize banlist buttons if half-op | TingPing | |
For #647 | |||
2013-10-23 | Match nick last when checking url | Jahan Addison | |
Closes #796 | |||
2013-10-22 | fix another warning | TingPing | |
2013-10-22 | fix warning | TingPing | |
2013-10-22 | Open channel list window on /list | Farow | |
2013-10-22 | url_check_line () now recognizes all urls | Diogo Sousa | |
previously it only recognized url with "://" after the scheme. Urls without a scheme are purposely not recognized by this function. Fixes #701 Closes #815 | |||
2013-10-22 | make_re() now doesn't free the argument. | Diogo Sousa | |
This is good practice and also helped simplifying re_*() functions. | |||
2013-10-22 | fix some warnings | TingPing | |
2013-10-22 | Port editlist to GtkTreeView | TingPing | |
2013-10-20 | Fix SASL on some networks | TingPing | |
2013-10-20 | Ignore nick prefix when splitting NAMES reply | TingPing | |
2013-10-20 | Only split NAMES reply if server supports userhost-in-names | TingPing | |
2013-10-18 | Add support for userhost-in-names capability | TingPing | |
2013-10-17 | Add option to auto +x on connect | TingPing | |
2013-10-17 | libsexy: last color parsing improvement | TingPing | |
2013-10-17 | libsexy: More color parsing improvements | TingPing | |
2013-10-17 | Remove dead networks | TingPing | |
2013-10-17 | Default to SASL on every supported network | TingPing | |
2013-10-17 | Remove #xchat from ChatJunkies autojoin | TingPing | |
2013-10-17 | Respect use global flag with SASL | TingPing | |
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 | 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 | 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 a few cppcheck warnings. | XhmikosR | |
Use the proper data type in format functions and fix a resource leak. | |||
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. |