Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-04 | osx: Set Menlo as default font | TingPing | |
This moves the find_font function to the front ends since it depends on pango and cairo | |||
2014-01-30 | Make all parent directories when creating configdir | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-11 | Add Turkish language to preferences | TingPing | |
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this. | |||
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
2013-11-22 | Fix more warnings | TingPing | |
2013-11-22 | Fix warnings | TingPing | |
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-17 | Add option to auto +x on connect | TingPing | |
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
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-09-27 | Replace xtext's transparency with full window transparency | TingPing | |
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows. | |||
2013-09-19 | Add fullscreen to to view menu | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-06-28 | Added preferences options to enable the server-time extension when available. | Diogo Sousa | |
(Internationalization messages missing.) | |||
2013-06-08 | Minor cosmetic changes | Diogo Sousa | |
2013-06-08 | Now the default configuration tries to set the language from the system | Diogo Sousa | |
locale, and defaults to english if no language match. This closes #473. | |||
2013-06-07 | Change default irc_ban_type to 1 | TingPing | |
2013-05-24 | Merge pull request #590 from orium/run-as-root-589-504 | TingPing | |
Now hexchat doesn't abnormally terminate when started as root. | |||
2013-05-20 | Temporary workaround for reconnect crashes on win32 | Berke Viktor | |
Yes, we really need to fix this ASAP | |||
2013-05-17 | Increase default irc_join_delay to 5 | TingPing | |
2013-05-13 | Restructured a fair bit of cfgfiles.c. Besides making the code cleaner this ↵ | Diogo Sousa | |
allows for better error handling (in fact the error message of check_prefs_dir () whould make hexchat abort). | |||
2013-05-12 | Removed unnecessary call to check_prefs_dir() in load_config(). | Diogo Sousa | |
This function is called in save_config(), where it is actually needed. | |||
2013-05-12 | Now hexchat doesn't abnormally terminal when started as root. | Diogo Sousa | |
This fixes #589/#504. | |||
2013-05-11 | Cosmetics | Berke Viktor | |
2013-05-11 | Make logmask consistent with scrollback mask | Berke Viktor | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-04-28 | Remove away announce | TingPing | |
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-28 | Remove dead code for sound_command | Berke Viktor | |
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-27 | Reverts commit d964af81428a6d768aeb96906eb0538a30d919ca | TingPing | |
2013-04-16 | Move beep to proper place | Berke Viktor | |
2013-04-14 | Use bundled beep file for beep alerts | Berke Viktor | |
2013-04-14 | Remove sound_dir, it's pointless | Berke Viktor | |
2013-04-14 | Add default beep sound, deploy on Windows | Berke Viktor | |
FIXME on Unix yet | |||
2013-04-13 | Add option for omitting alerts while focused | TingPing | |
2013-04-05 | Fix root user warning running before g_type_init | TingPing | |
closes #504 | |||
2013-04-03 | renable irc_who_join by default | TingPing | |
2013-03-24 | Merge pull request #445 from TingPing/ulistcolors | TingPing | |
Add option to color nicknames in the userlist to match the chat | |||
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-02-18 | Fallback to $HOME/Downloads for dcc_dir | TingPing | |
2013-02-16 | follow XDG for default download directory | TingPing | |
closes #413 | |||
2013-02-16 | Try to create the addons folder initially | Berke Viktor | |
2013-01-04 | Merge pull request #337 from TingPing/tray | RichardHitt | |
add even more tray icon changes | |||
2013-01-02 | use g_get_user_config_dir | TingPing | |
2012-12-29 | default irc_whois_front on | TingPing | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-12-20 | allow tray blinks to be static icons | TingPing | |