summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
AgeCommit message (Collapse)Author
2014-02-04osx: Set Menlo as default fontTingPing
This moves the find_font function to the front ends since it depends on pango and cairo
2014-01-30Make all parent directories when creating configdirTingPing
2014-01-14Build with gtk-mac-integrationTingPing
- Use HexChat logo for dock icon - Use appmenu (not finished)
2014-01-11Add Turkish language to preferencesTingPing
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2013-11-22Fix more warningsTingPing
2013-11-22Fix warningsTingPing
2013-10-27Use a full path to configdir when using portable modeTingPing
This avoids the issue of plugins changing paths on us
2013-10-17Add option to auto +x on connectTingPing
2013-10-08Add preference to change tabs on scrollTingPing
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
2013-10-03More improvements to libsexyTingPing
- 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-27Replace xtext's transparency with full window transparencyTingPing
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-19Add fullscreen to to view menuTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-06-28Added preferences options to enable the server-time extension when available.Diogo Sousa
(Internationalization messages missing.)
2013-06-08Minor cosmetic changesDiogo Sousa
2013-06-08Now the default configuration tries to set the language from the systemDiogo Sousa
locale, and defaults to english if no language match. This closes #473.
2013-06-07Change default irc_ban_type to 1TingPing
2013-05-24Merge pull request #590 from orium/run-as-root-589-504TingPing
Now hexchat doesn't abnormally terminate when started as root.
2013-05-20Temporary workaround for reconnect crashes on win32Berke Viktor
Yes, we really need to fix this ASAP
2013-05-17Increase default irc_join_delay to 5TingPing
2013-05-13Restructured 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-12Removed 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-12Now hexchat doesn't abnormally terminal when started as root.Diogo Sousa
This fixes #589/#504.
2013-05-11CosmeticsBerke Viktor
2013-05-11Make logmask consistent with scrollback maskBerke Viktor
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-04-28Remove away announceTingPing
2013-04-28Store just the filename if the sound file comes from the default sound dirBerke Viktor
And get rid of some hardcoding while we're at it
2013-04-28Remove dead code for sound_commandBerke Viktor
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-27Reverts commit d964af81428a6d768aeb96906eb0538a30d919caTingPing
2013-04-16Move beep to proper placeBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14Remove sound_dir, it's pointlessBerke Viktor
2013-04-14Add default beep sound, deploy on WindowsBerke Viktor
FIXME on Unix yet
2013-04-13Add option for omitting alerts while focusedTingPing
2013-04-05Fix root user warning running before g_type_initTingPing
closes #504
2013-04-03renable irc_who_join by defaultTingPing
2013-03-24Merge pull request #445 from TingPing/ulistcolorsTingPing
Add option to color nicknames in the userlist to match the chat
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2013-03-09Add irc_notice_pos settingTingPing
2013-02-18Fallback to $HOME/Downloads for dcc_dirTingPing
2013-02-16follow XDG for default download directoryTingPing
closes #413
2013-02-16Try to create the addons folder initiallyBerke Viktor
2013-01-04Merge pull request #337 from TingPing/trayRichardHitt
add even more tray icon changes
2013-01-02use g_get_user_config_dirTingPing
2012-12-29default irc_whois_front onTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-12-20allow tray blinks to be static iconsTingPing