Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | Don't indent channels with server tabs disabled. | TingPing | |
2013-03-17 | Get rid of testing line. | RichardHitt | |
2013-03-17 | ESC key will destroy the windows mentioned at issue 211. | RichardHitt | |
This change implements generic routine gtkutil_destroy_on_esc () and adds invocations of it in the requisite window-handling places. | |||
2013-03-15 | Add real name field to advanced pane | Berke Viktor | |
2013-03-15 | Remove double UTF-8, it's already default charset | Berke Viktor | |
2013-03-14 | Merge pull request #444 from TingPing/noticepos2 | TingPing | |
Add irc_notice_pos setting | |||
2013-03-14 | Change notice option wording | TingPing | |
2013-03-13 | fix typo | TingPing | |
2013-03-09 | Add option to color nicknames in the userlist to match the chat | TingPing | |
2013-03-09 | Add irc_notice_pos setting | TingPing | |
2013-03-03 | Merge pull request #436 from RichardHitt/issue435 | TingPing | |
Change is_del to remove ATTR_BOLD, ATTR_RESET -- closes issue 435 | |||
2013-03-03 | Change the is_del() macro to not regard ATTR_BOLD nor ATTR_RESET as delimiters. | RichardHitt | |
Remove old iffed-out version of is_del() as well, as a cleanup step; that change was for not regarding left and right parens as delimiters. With this change, mousing over a nickname will underline it even if it contains embedded formatting data; it used to work with all formatting data but bold and reset; now it works for all. | |||
2013-02-21 | set input's vertical scrollbar to auto with gtkspell | TingPing | |
2013-02-21 | Only show spelling preferences when supported | TingPing | |
2013-02-18 | add notification hints for gnome | TingPing | |
2013-02-18 | fix path to icon for notifications | TingPing | |
2013-02-16 | Bump copyright year | Berke Viktor | |
2013-02-06 | fix tray menu placement issues | TingPing | |
notably top taskbar issues on windows | |||
2013-02-05 | change URL for "Contents" option in "Help" menu | Thor K.H. | |
I propose that the address for the help contents is changed to docs.hexchat.org over simply being hexchat.org. | |||
2013-02-04 | Don't require scollback to edit scrollback lines | TingPing | |
text_max_lines also affects how many lines you can view not just scrollback | |||
2013-01-19 | Correct almost all compiler warning issues | RichardHitt | |
2013-01-11 | Correct nick recognition in mainurl.c as well. Closes #372. | RichardHitt | |
2013-01-09 | Make source cleah with cppcheck, except for mpc and sasl | RichardHitt | |
2013-01-08 | add join_delay to preferences | TingPing | |
2013-01-08 | Merge pull request #359 from RichardHitt/master | TingPing | |
Overhaul of URL detection, includes nick, channel, etc | |||
2013-01-07 | Merge pull request #341 from TingPing/lastact | RichardHitt | |
Add last activity keybinding from fedora | |||
2013-01-07 | Simplification of new code -- eliminate member lastact_elem | Richard Hitt | |
2013-01-05 | update keybinding description | TingPing | |
2013-01-04 | Merge pull request #337 from TingPing/tray | RichardHitt | |
add even more tray icon changes | |||
2013-01-04 | use notify::embedded | TingPing | |
2013-01-03 | use tabs | TingPing | |
2013-01-03 | Don't strip # from a WORD_CHANNEL | RichardHitt | |
2013-01-02 | Fix FSF address to be Franklin Street | RichardHitt | |
2013-01-02 | overhauling of URL detection, including channel, nick, etc 'words' | RichardHitt | |
2012-12-30 | add missing include | TingPing | |
2012-12-25 | Merge pull request #336 from TingPing/beep | TingPing | |
Don't beep when window is active. | |||
2012-12-25 | update url opening on linux | TingPing | |
2012-12-25 | Add last activity keybinding from fedora | TingPing | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-12-21 | add glebihans disappearing tray patch | TingPing | |
2012-12-20 | allow tray blinks to be static icons | TingPing | |
2012-12-20 | Add auto-away to plugin-tray | TingPing | |
2012-12-20 | Update src/fe-gtk/plugin-tray.c | TingPing | |
2012-12-16 | fix restoring previously maximized window from tray | TingPing | |
2012-12-12 | Don't beep when window is active. | TingPing | |
2012-12-06 | fix loading custom tray icons | TingPing | |
2012-12-03 | Merge pull request #296 from TingPing/tray | RichardHitt | |
Tray improvements | |||
2012-12-03 | make preferences in tray win only | TingPing | |
to make up for lack of 'blink on' and for ex-hextray users | |||
2012-12-03 | Merge pull request #297 from TingPing/util | RichardHitt | |
allow plugingui to open as tab | |||
2012-12-03 | remove unneeded gtk_widget_show | TingPing | |