Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-16 | Merge pull request #594 from Tux/master | TingPing | |
Allow the special colors 32..41 in %Cfg,bg | |||
2013-05-16 | Merge pull request #586 from bviktor/authcleanup | TingPing | |
Login and network list cleanup | |||
2013-05-16 | Have rawlog properly handle newlines | TingPing | |
This is most noticable with /cycle or the missing USER command on connect. | |||
2013-05-13 | Allow the special colors 32..41 in %Cfg,bg | H.Merijn Brand | |
Text events allow %Cfg,bg as decribed in "Theming" on https://hexchat.readthedocs.org/en/latest/appearance.html?#theming That section describes mIRC colors 0-15 and local colors 16-31, but when selecting background colors, the 9 special internal colors are extremely useful, like %C20,33 will do bright red on the selected text background color. As the documentation is on-line, this patch has no doc-change. Ideally, the color-codes should show in the colored squares in the preferences color-dialog just as with colors 0-31 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl> | |||
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-12 | Remember selected tab | Berke Viktor | |
2013-05-12 | Cosmetics | Berke Viktor | |
2013-05-12 | Add auto-reconnect to preferences | TingPing | |
2013-05-12 | Fixed misleading comments identifying the colours | Heiki Ojasild | |
Replaced incorrect numbers (16 to 31) for mIRC colours with the correct ones (0 to 15). | |||
2013-05-12 | Remove unused variable | Berke Viktor | |
2013-05-12 | Remove dead GLib code | Berke Viktor | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | Fix crash when quickly attaching/detaching tabs | TingPing | |
2013-05-11 | Add explanation as well | Berke Viktor | |
2013-05-11 | Make login type more intuitive and disable unused /NS | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | Fix layout when resized | Berke Viktor | |
2013-05-11 | Allocate all extra vertical space to the treeviews | Berke Viktor | |
2013-05-11 | Set up window sizes correctly | Berke Viktor | |
2013-05-11 | Reorganize the network editor | Berke Viktor | |
2013-05-11 | GtkComboBoxText requires GTK+ 2.24, dump code for older versions | Berke Viktor | |
2013-05-11 | Reorganize a bit and fix spacing | Berke Viktor | |
2013-05-11 | Re-enable resize | Berke Viktor | |
2013-05-11 | fix error | TingPing | |
2013-05-11 | serverlistgui cleanup | TingPing | |
2013-05-11 | Remove some redundancy | Berke Viktor | |
2013-05-11 | Also disable labels, not just entries | Berke Viktor | |
2013-05-11 | Nuke nickserv password field and some cosmetics | Berke Viktor | |
2013-05-11 | Skeleton for tabbed ui | Berke Viktor | |
2013-05-11 | Reorganize the network list | Berke Viktor | |
2013-05-10 | Replace various network options with universal login method option | Berke Viktor | |
2013-05-09 | Added support for marking nicks that are away in different colour when ↵ | Repentinus | |
away_size_max = 0, but tracking enabled. | |||
2013-05-08 | Fix server tab changing color when active | TingPing | |
2013-05-08 | Show hours for last seen in friends list | TingPing | |
closes #579 | |||
2013-05-07 | Have gui_input_icon depend on gui_input_nick in prefs | TingPing | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-05-03 | Merge pull request #565 from bviktor/nickservtype | TingPing | |
Make NickServ registration configurable per-network | |||
2013-05-01 | Do save_config() on Channel List window min, max changes | RichardHitt | |
#570 | |||
2013-05-01 | Do save_config() on Search-window checkbox change | RichardHitt | |
#570 | |||
2013-05-01 | Save nicks when closing network list | TingPing | |
#570 | |||
2013-04-28 | Remove away announce | TingPing | |
2013-04-28 | Remove useless slash | Berke Viktor | |
2013-04-28 | Make NickServ registration configurable per-network | Berke Viktor | |
Fixes #394 | |||
2013-04-28 | Cosmetics | Berke Viktor | |
2013-04-28 | Add hints about the beep file | Berke Viktor | |
2013-04-28 | Rename Sound to Sounds and reorder Chatting pages | Berke Viktor | |
2013-04-28 | Eliminate compiler warning | Berke Viktor | |
free() requires stdlib.h | |||
2013-04-28 | Store just the filename if the sound file comes from the default sound dir | Berke Viktor | |
And get rid of some hardcoding while we're at it | |||
2013-04-27 | Use regular canberra not gtk | TingPing | |
2013-04-28 | Remove dead code for sound_command | Berke Viktor | |