1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00
Commit Graph

478 Commits

Author SHA1 Message Date
Berke Viktor
a37bc00b59 Remove unnecessary include 2012-10-30 05:42:02 +01:00
Berke Viktor
c73c9b4b31 Fix plugin function ordering 2012-10-30 03:55:25 +01:00
Berke Viktor
9bf00ac214 Don't provide untranslatable strings for translation 2012-10-30 02:28:06 +01:00
Berke Viktor
07cbcfe846 Make HexTray filename consistent with the rest 2012-10-29 00:42:52 +01:00
Berke Viktor
16b14ec765 Saner limit 2012-10-28 20:54:08 +01:00
Berke Viktor
6a9e7bb4d3 Further doc relocations and conversions 2012-10-28 10:49:44 +01:00
Berke Viktor
df635db882 Let's see how it works with 2 seconds 2012-10-28 03:13:07 +01:00
Berke Viktor
4880b2977a Nick box icon requires a restart 2012-10-28 03:09:59 +01:00
Berke Viktor
85119b9a80 Add option to hide user mode icon in nick box 2012-10-28 03:05:50 +01:00
Berke Viktor
6ae224107f Use Consolas as the default font where available 2012-10-28 02:08:36 +01:00
Berke Viktor
e0f61605de Some more unuseful but fancy eyecandy 2012-10-28 01:54:15 +02:00
Berke Viktor
3bfd749037 Even more eyecandy 2012-10-28 01:37:01 +02:00
Berke Viktor
e39a4db309 Add notes about managing text events 2012-10-28 01:06:09 +02:00
Berke Viktor
9550862cb0 Fix text event argument counts 2012-10-28 01:05:55 +02:00
Berke Viktor
79b00170ba Even moar polishing 2012-10-28 00:12:53 +02:00
Berke Viktor
fe1d958838 More polishing for the About dialog 2012-10-28 00:05:40 +02:00
Berke Viktor
d892b3346e Accidental commit is accidental 2012-10-27 23:46:37 +02:00
Berke Viktor
745c0913f6 Redesign the About dialog a'la XChat 2012-10-27 23:44:17 +02:00
Berke Viktor
366e76e3a7 Fix color codes for consistency's sake 2012-10-27 18:27:28 +02:00
Berke Viktor
c7ca4a5e68 Fix spacing 2012-10-27 18:09:54 +02:00
Berke Viktor
a46df34a2a Remove baked text event headers 2012-10-27 17:39:51 +02:00
Jan Engelhardt
b8927e9d1d build: use BUILT_SOURCES to properly order text*.h before libhexcommon.a 2012-10-27 17:25:34 +02:00
Berke Viktor
d15d07212d Change default icons 2012-10-27 13:55:52 +02:00
Berke Viktor
cd3ade3046 Change default text events 2012-10-27 13:32:04 +02:00
Berke Viktor
9634e4574f Change default colors 2012-10-27 13:32:02 +02:00
Berke Viktor
a98dc18d55 Ignore generated config.h properly on Unix 2012-10-27 01:26:32 +02:00
Berke Viktor
1ecc6b3155 g_str_hash is inconsistent, always recalculate it 2012-10-26 15:06:30 +02:00
Berke Viktor
644d24b0d7 Disable spell langs option when spelling is disabled 2012-10-26 00:24:06 +02:00
Berke Viktor
b1db3cf514 Eliminate compiler warning and update Windows Server name 2012-10-25 22:04:16 +02:00
Berke Viktor
215325c058 Move SASL passphrase generation code to utils 2012-10-25 21:08:26 +02:00
Berke Viktor
f50a1bf1dd Reorganize Preferences/Appearance 2012-10-25 20:39:45 +02:00
Berke Viktor
21424154a8 Hide "empty" SASL messages during auth 2012-10-25 20:24:20 +02:00
Berke Viktor
ce3fa431f4 Check for unallocated string 2012-10-25 18:15:35 +02:00
Berke Viktor
7cc2dc36e5 Get rid of the SASL plugin 2012-10-25 16:40:26 +02:00
Berke Viktor
4f4958878a Built-in SASL support and other CAP fixes 2012-10-25 16:17:21 +02:00
Berke Viktor
47310229a4 Some more rebranding for consistency's sake 2012-10-25 01:33:23 +02:00
Berke Viktor
87aa65653b Use own configfile 2012-10-25 00:42:34 +02:00
Berke Viktor
0003b85ccb Bypass the identify-msg patch as well, breaks SASL 2012-10-25 00:20:21 +02:00
Berke Viktor
842e74dce8 Quickfix for plugin breakage after the DCC patch 2012-10-25 00:18:02 +02:00
Berke Viktor
d6dec82d3d Some more rebranding 2012-10-25 00:16:27 +02:00
Berke Viktor
1a75c8e1be A lot more rebranding 2012-10-24 21:33:02 +02:00
Berke Viktor
6d356a5e51 Rename libxchatcommon to libhexchatcommon 2012-10-24 20:41:30 +02:00
Berke Viktor
bbf2ad1793 Fix fe-text compilation - it still segfaults though 2012-10-24 20:41:13 +02:00
Berke Viktor
d26aa1bf82 Move scrollback lines to Logging 2012-10-24 19:19:06 +02:00
Berke Viktor
d9b5900525 Add support for ircd-seven identify-msg (author unknown) 2012-10-24 18:52:13 +02:00
Berke Viktor
464b005c97 Fix compilation on Unix with GLib 2.24 or older 2012-10-24 18:34:07 +02:00
Berke Viktor
aa917d568f System includes before own includes 2012-10-24 13:13:25 +02:00
Berke Viktor
bdbb3d14bd Fix error message printing for raw numeric 263 2012-10-24 12:54:02 +02:00
Arnav Singh
8902f52eb9 Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed usage of g_stat to use GStatBuf instead of OS-native struct stat. 2012-10-22 19:08:36 -07:00
Arnav Singh
8c7ec909b8 Replaced use of OS file I/O functions which expect filenames in system codepage with GLib's, since GLib's functions work with UTF-8 and GLib handles converting the filename to system codepage for us. 2012-10-22 19:07:28 -07:00