Commit Graph

  • 36a8ba126c Fix incorrect timestamp in scrollback with server-time bendem 2015-03-02 19:58:27 +01:00
  • 658f30ec43 configure: Don't depend on gtk-2.0.m4 TingPing 2015-03-01 08:42:26 -05:00
  • 749e5b20da Make use of g_path_is_absolute() TingPing 2015-02-28 07:23:11 -05:00
  • d78db5070a Consistently use g_fopen() TingPing 2015-02-28 06:47:40 -05:00
  • a5584c6b57 Clean up some ifdefs TingPing 2015-02-28 06:42:20 -05:00
  • 97bf0de016 Make Preferences option in plugin tray menu available on all platforms. Arnavion 2015-02-27 17:33:33 -08:00
  • b6c4cfa2a3 Fixed undefined behavior causing hover highlights on the plugin tray menu not working. Arnavion 2015-02-27 17:24:57 -08:00
  • ec12871e60 Write scrollback as binary on win32 TingPing 2015-02-27 15:59:06 -05:00
  • 0a29313fff Remove unused win32 files TingPing 2015-02-27 15:06:45 -05:00
  • b009084a52 Don't install spelling dicts if win8+ TingPing 2015-02-22 00:20:26 -05:00
  • 7e7e87600e More type issues/warnings TingPing 2015-02-21 21:01:14 -05:00
  • c36d4859d7 Fix type mismatch TingPing 2015-02-21 20:52:43 -05:00
  • c1d06c7d63 Fixed cast warning, use of uninitialized buffer and whitespace. Arnavion 2015-02-21 17:28:56 -08:00
  • 5e3355a6c3 Unify sysinfo plugins and add osx support TingPing 2015-02-14 13:35:02 -05:00
  • 363321dc33 Fixed installer not actually bundling libenchant_win8.dll because it wasn't made to depend on the project. Arnavion 2015-02-21 03:17:44 -08:00
  • 4d44c17939 Removed unused variables left behind from bbb81af Arnavion 2015-02-21 03:14:32 -08:00
  • 5b24c60def Win8+ native spell checking requires compiling with Win8 target. Arnavion 2015-02-21 03:12:27 -08:00
  • 96026b82c7 Add support for native win8+ spell checking TingPing 2015-02-20 21:58:31 -05:00
  • e42da22716 Revert "xtext: Unselect old selection on button press" - breaks clicking URLs to open them. Arnavion 2015-02-20 02:54:41 -08:00
  • 0a8248578f Remove compiled date from about TingPing 2015-02-19 21:00:24 -05:00
  • c87f559334 Fix distfiles TingPing 2015-02-15 15:20:38 -05:00
  • 8ca96d7ea3 xtext: Unselect old selection on button press RichardHitt 2015-02-11 09:56:08 -08:00
  • bbb81af550 Removed unnecessary Windows-only code for seeding openssl's RNG. Arnavion 2015-02-14 00:31:41 -08:00
  • a22816fbbd Don't try to disable compression if openssl hasn't been compiled with compression support. Arnavion 2015-02-14 00:30:00 -08:00
  • b6877ccf5c win32: Use WinSparkle for handling updates TingPing 2014-07-29 18:48:56 -04:00
  • 7063406d6c Remove input_balloon_time setting TingPing 2015-02-11 17:58:44 -05:00
  • 9858784eb6 Better project files. Arnavion 2015-02-11 10:01:29 -08:00
  • 7e4a585611 win32: Use https for installer downloads TingPing 2015-02-11 07:59:48 -05:00
  • 5a87d814cf Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main process, not from a DLL. Arnavion 2015-02-10 22:14:22 -08:00
  • ac54a2ed45 Allow reordering some dialogs with dnd TingPing 2015-02-08 01:51:22 -05:00
  • 296fbaf94f Fix automake error TingPing 2015-02-04 21:49:58 -05:00
  • 75c022c49f Implement OSX notification backend TingPing 2015-02-04 21:38:45 -05:00
  • f4f27e438b Implement windows 8.1+ notifications TingPing 2015-02-02 19:35:49 -05:00
  • a216ed1df9 Partial fix for Windows 10 detection Berke Viktor 2015-02-04 04:48:44 -08:00
  • afee9fd42b Only send utf8 string in Key Press event TingPing 2015-02-01 16:37:27 -05:00
  • 60fa7efbc8 Fix logging hostname of queries TingPing 2015-02-01 01:45:34 -05:00
  • dc9a7d3a59 sysinfo: Fix braindead logic for stripping spaces from the end of the OS name. Arnavion 2015-01-31 21:29:10 -08:00
  • 1d83610341 Save iconv converters for input and output in the server. Arnavion 2015-01-31 00:52:31 -08:00
  • 5dde0d7c6d Also verify encoding read from servlist.conf Arnavion 2015-01-31 00:52:30 -08:00
  • 9968bb31a4 sysinfo: Strip spaces from the end of the OS name, if any, and ensure a space between name and arch. Arnavion 2015-01-31 00:52:30 -08:00
  • 5fe2dda146 ssl: Remove unused server code TingPing 2015-01-30 21:25:41 -05:00
  • 85fd6f525e Add default keybinding for shift+tab (Previous tab complete) TingPing 2015-01-26 17:53:33 -05:00
  • e5b65bbd69 servlist: Clean up specifying ssl for network TingPing 2015-01-20 03:03:45 -05:00
  • a838cd9c07 servlist: Various changes TingPing 2015-01-20 02:19:18 -05:00
  • 02470dffa5 servlist: Add AthemeNet and remove its old networks TingPing 2015-01-19 11:31:42 -05:00
  • c5bbf75f5e Removed one leftover check for server->encoding against NULL. Arnavion 2015-01-18 02:55:32 -08:00
  • b783c827c8 Fixed incorrect comment on server->encoding. Arnavion 2015-01-18 02:27:38 -08:00
  • d1897c1602 Remove "System default" encoding. The default for new servers is UTF-8. Arnavion 2015-01-18 02:10:05 -08:00
  • 6f8a6e66cc Detect unknown server encodings and set to UTF-8. Arnavion 2015-01-18 02:10:05 -08:00
  • 5749c53484 Server line text-encoding-related fixes. Arnavion 2015-01-18 02:10:04 -08:00
  • 5569205d15 Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 networks. Arnavion 2015-01-18 02:10:04 -08:00
  • 2e76a4e477 Removed CP1255-specific handling of server lines. Arnavion 2015-01-18 02:10:03 -08:00
  • ee17ec6b4f Removed legacy "IRC" encoding. Arnavion 2015-01-18 02:10:03 -08:00
  • 5a56f9ea01 Removed unimplemented, unused function. Arnavion 2015-01-14 23:42:21 -08:00
  • e400ed2855 Fixed bad const-cast. Arnavion 2015-01-14 21:38:19 -08:00
  • 1d316710ed Don't crash if the log file can't be opened. Arnavion 2015-01-14 16:29:03 -08:00
  • aab243592f Workaround crash when timestamp format is blank TingPing 2015-01-13 04:14:32 -05:00
  • 13db2011e3 Fix leak TingPing 2015-01-09 17:25:45 -05:00
  • 7739c99f3f Update alternative font list tomek 2015-01-07 22:46:37 +01:00
  • 99f74e8d94 Also print the command that wasn't recognized. Arnavion 2015-01-07 13:42:42 -08:00
  • 5ca87b3c8d identd: Fix unknown command when service fails to start TingPing 2015-01-07 16:21:46 -05:00
  • 62df565190 sysinfo: Also show HDD information. Arnavion 2015-01-05 03:57:59 -08:00
  • 4f08b0b386 sysinfo: Don't confuse build architecture with CPU architecture. Arnavion 2015-01-04 16:54:15 -08:00
  • 5b8cc683f3 sysinfo: Refactored out individual WMI parsing methods. Arnavion 2015-01-04 15:08:45 -08:00
  • e758da5d28 Bring the sysinfo plugin to the 21st century. Arnavion 2015-01-03 15:26:05 -08:00
  • 16d1fccf61 Fix disabling identd server TingPing 2015-01-03 18:00:37 -05:00
  • 480fa3cefc Initial work using Gio for server connections wip/connecting TingPing 2015-01-02 11:31:29 -05:00
  • eb08bcfacf Use GTask for async connecting TingPing 2014-12-29 01:42:49 -05:00
  • 086d4e3962 python: Use Py_RETURN_NONE macro TingPing 2014-12-31 15:11:47 -05:00
  • 9bd7405502 Remove last remnants of GtkClists TingPing 2014-12-31 11:55:48 -05:00
  • 2a28289314 Don't return 0 in place of NULL TingPing 2014-12-31 11:31:17 -05:00
  • 112632bb4e Fix some possible null-deref warnings TingPing 2014-12-31 11:12:43 -05:00
  • c5016e390f Show correct number of channels/dialogs when closing server tab TingPing 2014-12-31 10:50:13 -05:00
  • 63bb87fc93 Don't select join #hexchat by default in join dialog TingPing 2014-12-31 10:44:36 -05:00
  • 1fa4a000e7 Fix some unused warnings TingPing 2014-12-31 10:24:51 -05:00
  • 448cc962cd Python: Fix overflow and code-cleanup TingPing 2014-12-30 14:42:48 -05:00
  • 6ef7298870 Remove unnecessary use of void* TingPing 2014-12-31 03:36:02 -05:00
  • 9f7444baa2 Move userlist sorting to frontend TingPing 2014-12-31 03:34:55 -05:00
  • fef580ed7f Rewrite identd TingPing 2014-06-14 12:07:47 -04:00
  • 3bb717a3b5 Fix windows build TingPing 2014-12-29 02:08:42 -05:00
  • 5beaf15f21 Remove option to use socks5 library TingPing 2014-12-28 13:57:36 -05:00
  • 1b2bee37e4 Remove option to disable ipv6 TingPing 2014-12-28 13:38:47 -05:00
  • 9cb73f839f Remove MSProxy support TingPing 2014-12-28 13:28:19 -05:00
  • 330e31c70f Fix overflow TingPing 2014-12-28 12:43:53 -05:00
  • cbaa04905f Fix warning TingPing 2014-12-28 12:38:19 -05:00
  • 14d3a03f41 Fix leak in make-te TingPing 2014-12-28 08:14:05 -05:00
  • 95febd978c Fix building as c89 TingPing 2014-12-17 18:49:59 -05:00
  • 3f855f07f5 Use glib for allocations in all plugins TingPing 2014-12-28 06:08:20 -05:00
  • 83032b1aa3 Use glib for all allocations TingPing 2014-12-28 06:37:25 -05:00
  • c4cb1b25ec Fixup: Detect urls with unicode symbols TingPing 2014-12-28 00:39:02 -05:00
  • 77ecaa6093 Detect urls with unicode symbols TingPing 2014-12-28 00:29:21 -05:00
  • 664f6bf1e7 configure: Set glib min requirement to 2.32 TingPing 2014-12-15 22:58:23 -05:00
  • aeb5d15871 More consistently include config.h TingPing 2014-12-15 22:57:27 -05:00
  • 76c2cfebc3 Don't require glib 2.40 TingPing 2014-12-15 15:33:10 -05:00
  • addefa9ef1 fishlim: Handle server-time TingPing 2014-12-12 05:43:57 -05:00
  • 7769bc99fe fishlim: Use proper filesystem encoding for files TingPing 2014-12-12 05:29:43 -05:00
  • ce396b3ddb fishlim: Use standard keyfile save function TingPing 2014-12-12 05:26:22 -05:00
  • ebe0ad4cd5 fishlim: Strip whitespace when deleting keys TingPing 2014-12-12 05:21:55 -05:00
  • bdb5c3eb9d fishlim: Use hexchat_nickcmp() TingPing 2014-12-12 05:15:49 -05:00
  • c54a0c6db9 fishlim: Improve string handling TingPing 2014-12-12 04:04:39 -05:00