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

1580 Commits

Author SHA1 Message Date
Berke Viktor
c401817d51 Load custom icons from <config>/icons 2012-08-01 19:49:12 +02:00
Berke Viktor
ea96ffc154 Fix port number for EntropyNet 2012-07-31 11:44:14 +02:00
Berke Viktor
27227d54c7 Add Windfyre to the Network List 2012-07-31 11:41:07 +02:00
Berke Viktor
ec2b68bb98 Add EntropyNet to the Network List 2012-07-31 11:38:08 +02:00
Berke Viktor
6a5c089728 Remove dead networks from the Network List 2012-07-31 11:33:15 +02:00
bviktor
08a3bb537b Merge pull request #31 from Joah/master
Update src/common/servlist.c with AlphaChat IRC Network
2012-07-31 01:48:36 -07:00
Berke Viktor
0242b706e0 Use 6697 for SSL connections by default
http://blog.freenode.net/2011/02/port-6697-irc-via-tlsssl/
2012-07-31 09:20:20 +02:00
Joah
8c3cdb8b06 Update src/common/servlist.c
Added the AlphaChat IRC network (http://www.alphachat.net), a ~300 user network that runs ShadowIRCd and Atheme services with leaves in North America, Europe, Australia, and South Africa.
2012-07-30 21:44:00 -03:00
Berke Viktor
dd1d5f8e6a Add missing include 2012-07-30 18:48:45 +02:00
Berke Viktor
303038e24f Use a more appropriate icon in a more appropriate size 2012-07-30 18:45:21 +02:00
luminoso
2421fbc4f2 Update src/common/servlist.c
PTlink Portuguese IRC server is dead for a few years and there is a new server for PTnet.
There is also SSL support and one ipv6-only server, but I'm not sure about the best way to add it to this list.
2012-07-27 18:11:45 +02:00
Richard Hitt
8752861b7e Remember last search pattern during sessions 2012-07-27 11:37:14 +02:00
Berke Viktor
cd0ffbe8ba Fix auto-loading the Perl interface on Windows 2012-07-27 00:24:56 +02:00
Berke Viktor
52175f439a Don't hardcode path when printing error message for config dir creation 2012-07-26 22:18:38 +02:00
Berke Viktor
ec301a5a54 Auto-load user plugins and scripts from <config>/addons
On Unix leave $(libdir)/hexchat/plugins for plugin packagers, on Windows
prevent users from modifying Program Files by ignoring everything except
bundled plugins
2012-07-26 20:53:59 +02:00
Berke Viktor
7f831646bb Autoload local plugins from <config>/plugins 2012-07-26 16:19:45 +02:00
Richard Hitt
309f1d3562 Fix memory leak in lastlog 2012-07-26 08:58:00 +02:00
Richard Hitt
ead7f234e5 Initial support for lastlog -r on win32 (Richard) 2012-07-25 22:14:27 +02:00
Berke Viktor
0d36e0cd2f No idea why I put 2011 here 2012-07-24 12:53:06 +02:00
Berke Viktor
4e2d376390 Make HexChat remember minimum and maximum users set in channel list 2012-07-23 10:09:39 +02:00
Berke Viktor
157dab258e Now, really fix grep on Windows 2012-07-22 02:23:30 +02:00
Berke Viktor
22cde0e5a2 Make GREP work on Windows, regexp support isn't implemented in fe_lastlog yet 2012-07-22 02:13:36 +02:00
Berke Viktor
6533b75313 Unused sndPlaySound method for future reference 2012-07-21 23:06:04 +02:00
Berke Viktor
56afb16608 GtkFileFilter shouldn't be g_freed 2012-07-21 21:56:19 +02:00
Berke Viktor
6091c8e75e Fix error message displayed when cannot create config folder 2012-07-21 21:43:14 +02:00
Berke Viktor
bc651b0222 Add extension filter for file dialogs, specify filters and starting folder for loading plugins 2012-07-21 21:42:48 +02:00
Berke Viktor
d05d298bbb Get rid of yet another implicit declaration 2012-07-21 16:25:08 +02:00
Berke Viktor
9dd3942c88 Minor cosmetics for util.c too 2012-07-21 16:17:53 +02:00
Berke Viktor
d559401c50 Supposed fix for g_io_channel_read() deprecation 2012-07-21 16:16:00 +02:00
Berke Viktor
0e3fbb01d7 Add _AMD64_ definition for x64 builds, make Visual Studio even happier 2012-07-21 14:59:25 +02:00
Berke Viktor
2ae76fcacf Add trailing backslashes to Output and Intermediate directories, make Visual Studio happy 2012-07-21 14:46:29 +02:00
Berke Viktor
c1f332f0a2 More unused variables 2012-07-21 14:36:16 +02:00
Berke Viktor
e7f723539d Some aid for compiler warnings 2012-07-21 14:26:19 +02:00
Berke Viktor
4cae471af3 Add MS Gothic to default list of alternative fonts 2012-07-21 11:46:56 +02:00
Berke Viktor
63ae51242b Some XChat string left out 2012-07-20 22:01:21 +02:00
Berke Viktor
78cc4adfed Only g_free() if we g_malloc() with strip_color() 2012-07-20 18:45:12 +02:00
Berke Viktor
1edd920362 Restructure the preferences window which in turn fixes the marker line toggle bug 2012-07-20 17:15:20 +02:00
Berke Viktor
47d6222f1c Be consistent about caps 2012-07-20 15:50:42 +02:00
bviktor
7fdcf9620e Merge pull request #9 from XhmikosR/master
more branding changes
2012-07-20 06:43:35 -07:00
Berke Viktor
27c6150ab3 Fix file version info 2012-07-20 15:41:08 +02:00
xhmikosr
f535702903 more branding changes 2012-07-19 18:30:12 +03:00
Berke Viktor
521d60736d Oh sweet free()dom 2012-07-19 10:34:48 +02:00
Berke Viktor
ef81a24f64 Add option to retain colors in scrollback 2012-07-19 09:14:56 +02:00
Berke Viktor
1084a85d5d Rebrand the manifest file too 2012-07-18 22:27:15 +02:00
Berke Viktor
7fff475fda Rebrand HexTray and fix icon rendering for certain events 2012-07-18 22:23:09 +02:00
Berke Viktor
cb2f9f3e7b Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggy 2012-07-18 20:16:35 +02:00
Berke Viktor
ad711026f5 Use hardcoded string for this one instance, otherwise it may be untranslatable for certain languages 2012-07-18 16:22:58 +02:00
Berke Viktor
bc6a452c54 Don't use hardcoded string for quit window 2012-07-18 16:06:00 +02:00
Berke Viktor
a4e32b104c Update quit window string 2012-07-18 16:02:52 +02:00
Berke Viktor
e690b83f4a Even more rebranding for the D-Bus plugin 2012-07-18 15:24:21 +02:00
Berke Viktor
746d9b542b Complete the rebranding of the D-Bus plugin 2012-07-18 15:18:43 +02:00
Berke Viktor
0cf80ecb32 For private messages, use message icon instead of hightlight icon 2012-07-17 20:45:51 +02:00
Berke Viktor
8ef97f24e0 Update Plugin-Tray icons (TingPing) 2012-07-17 20:45:11 +02:00
Berke Viktor
e47235efe3 Remove tab_xp as it was an xchat-windows thing 2012-07-16 22:56:28 +02:00
cremno
8f4399f900 escaped an unescaped backslash 2012-07-15 23:42:41 +02:00
Berke Viktor
f78acf5eda Another supposed fix for tray restoration 2012-07-15 14:54:44 +02:00
Berke Viktor
bf98464d2d Windows doesn't seem to like the hexchat mutex, stops working after some time, let's use the old, working one (might be a Win8 bug though) 2012-07-15 12:29:17 +02:00
Berke Viktor
b20e8feca2 Add these back, removed with XChat r1516 by the GTK check cleanup 2012-07-15 11:07:16 +02:00
Berke Viktor
c80cb47e5c Update XChat to r1516 2012-07-14 20:46:42 +02:00
xhmikosr
34bae3ef6d remove a few more *.user files 2012-07-14 06:14:27 +03:00
Berke Viktor
a9c8ab916b Rename X-Tray to HexTray 2012-07-13 23:17:29 +02:00
Berke Viktor
f61726ba49 Remove the last remnants of XChat-WDK 2012-07-13 22:27:12 +02:00
Berke Viktor
d0338fec1d Fix HexChat-Text compilation on Linux when NLS is enabled 2012-07-13 21:17:43 +02:00
Berke Viktor
a0c0e90f0c Now really fix window restoration via shortcut 2012-07-13 20:56:26 +02:00
Berke Viktor
24e06f1903 Update XChat to r1515 2012-07-13 20:18:53 +02:00
Berke Viktor
8f130324d3 Some cosmetic and compilation fixes for the about screen 2012-07-13 19:54:05 +02:00
Berke Viktor
cc28cc0177 Make the About screen and CTCP VERSION consistent and remove the license text option 2012-07-13 19:20:55 +02:00
Berke Viktor
2e73e51505 Fix frontend compilation on Linux 2012-07-13 18:46:30 +02:00
Berke Viktor
98dc22328f Fix installer script generation 2012-07-13 18:35:47 +02:00
Berke Viktor
16d32fdeda Another bunch of rebranding stuff 2012-07-13 18:04:00 +02:00
Berke Viktor
ea2c58c234 Rename files, delete old windows makefiles 2012-07-13 17:55:31 +02:00
Berke Viktor
52525478ab Config folder and some more HTM rebranding 2012-07-13 16:38:39 +02:00
Berke Viktor
c33342b202 Rename XTM to HTM 2012-07-13 15:01:54 +02:00
Berke Viktor
ba664dc848 Even more rebranding 2012-07-12 18:39:52 +02:00
Berke Viktor
37e39c26ce Make #hexchat@freenode the default 2012-07-12 18:08:43 +02:00
Berke Viktor
e57659e63f Some more rebranding 2012-07-12 17:49:26 +02:00
Berke Viktor
35ddb514ab Fix restoration via taskbar icon 2012-07-11 23:43:51 +02:00
Berke Viktor
c745e4ea79 Remove duplicate extension entry 2012-07-11 23:33:56 +02:00
Alfred Daw
797f686296 Improve URL recognition (sacarasc) 2012-07-11 23:16:20 +02:00
Berke Viktor
1f1c76a5d8 Initial rebranding in code 2012-07-11 22:41:15 +02:00
Berke Viktor
534cd2802f Rebranding on the file level 2012-07-11 21:33:10 +02:00
Berke Viktor
9d9c24c8d3 Another bunch of fixes and additions to the XTM 2012-06-17 10:08:39 +02:00
Berke Viktor
8ec3e46978 Fix a few more crashes in XTM 2012-06-17 06:41:29 +02:00
Patrick Griffs
6bca080d93 Add XChat Theme Manager (TingPing) 2012-06-17 05:45:08 +02:00
Berke Viktor
35821f3875 Fix string handling for Turkish locale 2012-06-16 13:01:47 +02:00
Berke Viktor
c1ed097b46 Add .user files and .gitignore 2012-06-15 22:48:18 +02:00
Berke Viktor
ad59c4a586 Add x64 support to the VS solution 2012-06-15 22:36:29 +02:00
Berke Viktor
593efa703b LOTS of fixes to the VS solution 2012-06-15 21:37:48 +02:00
Berke Viktor
a673109c49 Add all plugins to solution except WMPA 2012-06-10 14:19:40 +02:00
Berke Viktor
95aace51cc More solution fixes and add language interfaces 2012-06-10 12:49:17 +02:00
Berke Viktor
04829d015d Don't use the user's login name for real name while it's invisible 2012-06-10 09:20:58 +02:00
Berke Viktor
eaa6731822 Migrate VS solution to VS2010+WDK7 2012-06-10 07:52:15 +02:00
Berke Viktor
9f7f85fa5d Also check for executable name when restoring from tray via shortcut 2012-06-03 14:22:51 +02:00
Berke Viktor
f480aed3c4 Oopsie 2012-06-03 12:10:47 +02:00
Berke Viktor
39422d5503 Initial Visual Studio solution 2012-06-03 12:06:06 +02:00
Richard Hitt
4f73128e9b Fix coloring the bottom of the chat area (Richard Hitt) 2012-06-03 11:58:37 +02:00
Berke Viktor
e17c390d57 Merge branch 'master' into wdk 2012-06-02 04:34:03 +02:00
Berke Viktor
23f20cc230 Update XChat to r1508 2012-06-02 04:33:53 +02:00
Berke Viktor
2f6eccd873 Restore XChat-WDK from tray when only one instance is allowed to run and X-Tray is used 2012-06-02 04:28:37 +02:00
Richart Hitt
e012c9e5a7 Eliminate multiple inclusions (Richard Hitt) 2012-06-02 02:25:30 +02:00
Berke Viktor
a6cc734b38 Search window improvements (Richard Hitt) 2012-05-28 23:17:09 +02:00
Berke Viktor
1f62507fc0 remove real name field from network list 2012-05-16 19:47:12 +02:00
Berke Viktor
5cc3a49483 Merge branch 'master' into wdk 2012-05-13 14:33:50 +02:00
Berke Viktor
3f556398b3 Update XChat to r1507 2012-05-13 14:33:30 +02:00
Berke Viktor
eeed2c3da0 Merge branch 'master' into wdk 2012-05-04 19:23:07 +02:00
Berke Viktor
cba2e2e360 update xchat to r1505 2012-05-04 19:17:36 +02:00
Berke Viktor
0452f9582e Merge branch 'master' into wdk 2012-03-16 00:08:01 +01:00
Berke Viktor
1012be5efb update xchat to r1503 2012-03-15 23:58:52 +01:00
Berke Viktor
2835b09fd2 Revert "add some nice message to About"
This reverts commit e3121eae68.
2012-02-16 18:24:04 +01:00
Berke Viktor
e3121eae68 add some nice message to About 2012-02-16 18:14:49 +01:00
Berke Viktor
6e72d77bdd Merge branch 'master' into wdk 2012-02-16 17:36:34 +01:00
Berke Viktor
605c3dea36 update xchat to r1501 2012-02-16 17:34:40 +01:00
Berke Viktor
a27d2e4d0b cosmetics 2012-02-16 17:23:08 +01:00
Berke Viktor
0ac0510be0 fix for time stamp format crashes 2012-02-16 17:21:15 +01:00
Berke Viktor
fc3d4d31f0 avoid unnecessary g_free() calls 2012-02-16 00:43:12 +01:00
Berke Viktor
77ca8de9b3 provide a GUI field for alternative fonts, pango.aliases replacement 2012-02-15 22:56:52 +01:00
Berke Viktor
a6230d9e00 fix compilation error on Linux due to bad merge 2012-02-04 16:23:02 +01:00
Berke Viktor
99b9c1f0b2 IPv6 support for XChat (Olipro) 2012-02-01 18:09:27 +01:00
Berke Viktor
7aecdd3009 avoid confusion about strftime 2012-01-30 14:37:07 +01:00
Berke Viktor
3563acdb0d Revert "allow for disabling the filtering mechanism"
This reverts commit c1ec6d1039.
2012-01-20 01:47:01 +01:00
Berke Viktor
c1ec6d1039 allow for disabling the filtering mechanism 2012-01-20 01:31:53 +01:00
Berke Viktor
a9fb6a18ec initial patch for filtering malicious characters on win32 (Khisanth) 2012-01-20 00:38:57 +01:00
Berke Viktor
ffdd106588 remove unused buffer 2012-01-15 23:12:37 +01:00
Berke Viktor
6d8d9c335d avoid garbage in xchat_pluginpref_list 2012-01-15 22:08:14 +01:00
Berke Viktor
5c30b84891 implement xchat_pluginpref_list 2012-01-15 21:15:14 +01:00
Berke Viktor
4942dc667f refactor plugin config API and add skeleton for xchat_pluginpref_list 2012-01-15 19:07:48 +01:00
Berke Viktor
17d13aa8d3 implement xchat_del_pluginpref 2012-01-14 01:49:12 +01:00
Berke Viktor
c3821b6316 skeleton for xchat_del_pluginpref 2012-01-14 00:29:01 +01:00
Berke Viktor
34dace46af Merge branch 'master' into wdk 2012-01-08 23:57:46 +01:00
Berke Viktor
bca7e6c554 update xchat to r1499 2012-01-08 23:48:46 +01:00
Berke Viktor
38a42ed519 fix built-in spelling on linux 2011-12-11 19:27:37 +01:00
Berke Viktor
13ee029364 some more multiplatform support 2011-12-11 18:04:35 +01:00
Berke Viktor
132ef6cb50 initial patches for linux compatibility 2011-12-11 17:34:02 +01:00
Berke Viktor
6dbc85b2db obs gtk 2.24 is utter, unusable crap, revert to gtk 2.16 2011-12-02 11:28:27 +01:00
Berke Viktor
f99e0c73cb return to original code, this is an unnecessary modificatino 2011-12-01 23:04:07 +01:00
Berke Viktor
a3a6346fec fix cfgfiles bug when variable names include each other 2011-12-01 21:25:17 +01:00
Berke Viktor
455032938a plugin api conformance 2011-12-01 21:24:58 +01:00
Berke Viktor
b692172aa9 refactoring 2011-11-30 08:59:40 +01:00
Berke Viktor
e488a0232a make error check possible for xchat_get_plugin_pref_int 2011-11-30 08:52:55 +01:00
Berke Viktor
ac4043dd9d cosmetics 2011-11-30 08:35:18 +01:00
Berke Viktor
ebee44ca13 some more unix love for plugin config 2011-11-30 08:35:13 +01:00
Berke Viktor
1567d32697 plugin config - separate string and int functions 2011-11-30 08:28:19 +01:00
Berke Viktor
f49caf67f6 cosmetics 2011-11-30 07:32:40 +01:00
Berke Viktor
2fac353c85 fix nasty ifdef bug 2011-11-30 07:27:58 +01:00
Berke Viktor
845c4915bf plugin config unix compatibility part 1 2011-11-30 03:40:07 +01:00
Berke Viktor
e2fa2d4787 fix some memory leaks 2011-11-30 02:18:18 +01:00
Berke Viktor
14c7027d52 cfg_put_str is not required anymore 2011-11-30 01:43:45 +01:00
Berke Viktor
f9fa102690 plugin config save is done via raw file access, now works with multiple vars 2011-11-30 01:41:34 +01:00
Berke Viktor
b16ca3fa64 initial plugin config framework, can't save multiple entries 2011-11-29 20:15:56 +01:00
Berke Viktor
e4e44c93e1 disable taskbar alerts on x86 until it's fixed in gtk 2011-11-29 02:00:35 +01:00
Berke Viktor
986d0a1993 supposed fix for xtray, but not working correctly yet 2011-11-28 18:48:13 +01:00
Berke Viktor
9d1b4bbf9e some branding for gtkpref 2011-11-28 18:08:58 +01:00
Berke Viktor
ec29822ef4 obs fixes part 1 2011-11-28 15:37:36 +01:00
Berke Viktor
75904d4a04 an ugly hack to make the about screen consistent 2011-11-25 11:15:17 +01:00
Berke Viktor
0c3c36fdf3 disable one instance option in portable mode 2011-11-25 10:10:11 +01:00
Berke Viktor
fb1a986332 option to allow only one instance xchat to run 2011-11-25 09:59:39 +01:00
Berke Viktor
08ee077396 no manual saving, auto-save changes during /set 2011-11-23 13:58:50 +01:00
Berke Viktor
9ab089e2e4 disable saveconf menu item, autosave will be added later 2011-11-23 13:40:18 +01:00
Berke Viktor
2d0144500c the same for outbound /saveconf 2011-11-23 13:25:16 +01:00
Berke Viktor
f867949426 be consistent with menu item 2011-11-23 13:23:51 +01:00
Berke Viktor
60bcde41ae add menu item for saving preferences to disk 2011-11-23 13:13:58 +01:00
Berke Viktor
3e7adb9878 update offset due to new menu item (copy selection) 2011-11-23 12:38:51 +01:00
Berke Viktor
f45abe6fad Revert "add option to auto-open a new tab when sending /msg (openSUSE)", /query msg is already there for that
This reverts commit 1e74680172.
2011-11-23 11:58:39 +01:00
Berke Viktor
67ef819ebc report back when saving preferences via command 2011-11-23 11:51:19 +01:00
Berke Viktor
686685baa9 remove unused variable 2011-11-23 02:57:34 +01:00
Berke Viktor
99e015c3b3 release script updates and gtkpref complete removal 2011-11-22 16:53:48 +01:00
Berke Viktor
98938cd85e compatibility for gtk 2.16 2011-11-22 16:25:26 +01:00
Berke Viktor
760ebc785f use gtk.org library names 2011-11-22 15:36:54 +01:00
Berke Viktor
24e2da5c79 re-enable transparent backgrounds 2011-10-29 13:25:33 +02:00
Berke Viktor
36f67ffe28 add command for saving the preferences 2011-09-07 22:08:24 +02:00
Berke Viktor
440e3bc279 disable logging when not in portable mode 2011-08-17 15:26:08 +02:00
Berke Viktor
5c6dacbecf gtk2prefs tweaking 2011-08-17 14:37:09 +02:00
Berke Viktor
80be398c40 add gtk+ preference tool 2011-08-17 06:51:34 +02:00
Berke Viktor
4514516712 makefile and build script cleanup 2011-08-17 06:47:57 +02:00
Berke Viktor
2c9e9dfc9b update scripts for gendef usage 2011-08-15 05:39:26 +02:00
Berke Viktor
858db21519 restructuring part2 2011-08-15 05:38:59 +02:00
Berke Viktor
314a9578db some restructing 2011-08-15 01:34:21 +02:00
Berke Viktor
1934528900 obs gtk works but requires library conversion 2011-08-15 00:51:11 +02:00
Berke Viktor
54ee14903b first attempt at switching to OBS, compiles, but doesn't run yet 2011-08-14 23:39:03 +02:00
Berke Viktor
2db80fa599 VersionInfo enhancements (XhmikosR) 2011-08-11 08:11:57 +02:00
Berke Viktor
9a4907e28a add manifest file so that visual styles are applied to xtray (XhmikosR) 2011-08-11 03:58:30 +02:00
Berke Viktor
6d1b99654c disable channel switcher's context menu item for tray alerts when xtray is loaded 2011-08-09 21:04:11 +02:00
berkeviktor@aol.com
1e74680172 add option to auto-open a new tab when sending /msg (openSUSE) 2011-08-09 01:57:42 +02:00
berkeviktor@aol.com
c000073225 last minute typofix 2011-08-07 19:37:41 +02:00
berkeviktor@aol.com
69aedf51ce recognize all installed dictionaries and select the required ones via spell_langs 2011-08-07 18:26:31 +02:00
berkeviktor@aol.com
d8cac3bcfe some sorting 2011-08-07 14:11:58 +02:00
berkeviktor@aol.com
08e5778b19 spell checker support for multiple languages 2011-08-07 13:41:43 +02:00
viktor@asus
08ce6280df fix another mysterious ifdef which breaks gtkspell usage on windows 2011-08-07 07:12:10 +02:00
berkeviktor@aol.com
8877fe73b1 fix attach/detach keyboard shortcut broken by the autocopy patch 2011-07-28 02:22:22 +02:00
berkeviktor@aol.com
b1665136f8 forgot to update perl path for x86 2011-07-28 00:10:14 +02:00
berkeviktor@aol.com
b6a0e0d086 polish the building process of the perl interface 2011-07-28 00:05:58 +02:00
berkeviktor@aol.com
7061c055f1 remove odd ifdef 2011-07-27 23:13:07 +02:00
berkeviktor@aol.com
70f870fc96 remove perl 5.10, migrate 5.12 to strawberry 2011-07-27 04:51:28 +02:00
berkeviktor@aol.com
98999bb19d add support for Windows 8 in CTCP VERSION reply 2011-06-17 00:01:25 +02:00
berkeviktor@aol.com
87b68a17ad add option for changing spell checker color 2011-06-05 06:12:31 +02:00
berkeviktor@aol.com
5ea4855bc3 gui support for license text 2011-06-05 04:41:33 +02:00
berkeviktor@aol.com
5e4a60debe support for own license text 2011-05-31 00:40:13 +02:00
berkeviktor@aol.com
24ac838543 add support for Perl 5.14 2011-05-30 22:52:02 +02:00
berkeviktor@aol.com
a795b5ced9 display build type in CTCP VERSION reply 2011-05-30 21:24:36 +02:00
berkeviktor@aol.com
b85f311ddd move cpu arch stuff to separate function 2011-05-30 21:15:39 +02:00
berkeviktor@aol.com
bfb6120116 Merge with default 2011-05-30 20:29:33 +02:00
berkeviktor@aol.com
ff41e953cc update xchat to r1496 2011-05-30 20:27:08 +02:00
berkeviktor@aol.com
2aed83ec82 fix syntax error 2011-04-16 20:08:47 +02:00
berkeviktor@aol.com
4950155eb6 Merge with default 2011-04-16 19:33:59 +02:00
berkeviktor@aol.com
ca434e0e7a update xchat to r1494 2011-04-16 19:18:20 +02:00
berkeviktor@aol.com
f77baf7049 don't limit the number of concurrent compiler processes (XhmikosR) 2011-03-28 04:19:06 +02:00
berkeviktor@aol.com
d03d6e606b add wdk changes to named branch 2011-02-28 18:59:32 +01:00
berkeviktor@aol.com
4a6ceffb98 add xchat r1489 2011-02-24 04:14:30 +01:00
berkeviktor@aol.com
f16af8be94 nuke the repo 2011-02-24 04:13:14 +01:00
berkeviktor@aol.com
e26a1c5f7a split dirent.h and more xtray support 2011-01-14 06:43:56 +01:00
berkeviktor@aol.com
b0bb379400 hide deletion messages for fe-text 2011-01-10 10:03:17 +01:00
berkeviktor@aol.com
d025ff1464 make use of /MP (hint from XhmikosR) 2011-01-10 09:43:52 +01:00
berkeviktor@aol.com
9c8f37cc15 add support for xchat-text 2011-01-10 08:48:50 +01:00
berkeviktor@aol.com
32f76409d5 forgot to update python paths 2010-12-28 02:26:37 +01:00
berkeviktor@aol.com
2ebd225bb6 update python to 2.7 2010-12-28 02:21:52 +01:00
berkeviktor@aol.com
61d3ca40d0 minor cosmetics 2010-12-07 01:20:02 +01:00
berkeviktor@aol.com
608eef5b78 some makefile cleanup 2010-11-15 09:52:14 +01:00
berkeviktor@aol.com
582a319ab1 get rid of ALL absolute paths regarding build folder 2010-11-13 07:26:00 +01:00
berkeviktor@aol.com
f98ac35d9e restrict use of absolute paths as much as possible 2010-11-12 04:11:27 +01:00
berkeviktor@aol.com
9cbe171fd9 move specific stuff to the proper makefiles 2010-11-12 03:52:43 +01:00
berkeviktor@aol.com
6d0fa458f0 update wdk distribution to use relative paths where possible 2010-10-29 19:40:02 +02:00
berkeviktor@aol.com
6767185943 convert sha256sum to checksum plugin 2010-10-20 20:58:08 +02:00
berkeviktor@aol.com
48045bdf6a add sha256sum support code 2010-10-20 18:26:14 +02:00
berkeviktor@aol.com
baf032760b Merge 2010-10-09 12:52:05 +02:00
berkeviktor@aol.com
3c21396a4f Backed out changeset: cb5901bb1890 2010-10-09 12:51:46 +02:00
berkeviktor@aol.com
8b6c28eee2 don't delete the resource file 2010-10-09 09:08:19 +02:00
berkeviktor@aol.com
37fd78926f resource file for executable 2010-10-09 09:03:15 +02:00
berkeviktor@aol.com
833b130f26 Merge 2010-10-08 04:07:11 +02:00
berkeviktor@aol.com
c1fc5eb08f Backed out changeset: 21d400e5414f 2010-10-08 04:05:48 +02:00
berkeviktor@aol.com
d68e312723 build xchat-wdk with vc10 as well 2010-10-08 02:47:13 +02:00
berkeviktor@aol.com
11a9adb19f be consistent about ssize_t 2010-10-06 14:29:45 +02:00
berkeviktor@aol.com
dede76e56a native file open/save dialogs 2010-10-05 05:30:22 +02:00
berkeviktor@aol.com
72794f4fb5 some cleanup 2010-10-02 22:11:42 +02:00
berkeviktor@aol.com
17a432a661 spelling support 2010-10-01 19:13:44 +02:00
berkeviktor@aol.com
e884294f64 some cosmetics 2010-09-29 22:15:48 +02:00
berkeviktor@aol.com
f14741dc02 use GDK_DISABLE_DEPRECATED 2010-09-29 22:09:40 +02:00
berkeviktor@aol.com
6669d0f7f8 some makeinc cleanup 2010-09-29 22:03:04 +02:00
berkeviktor@aol.com
5b0123fa8c use G_DISABLE_DEPRECATED 2010-09-29 21:57:26 +02:00
berkeviktor@aol.com
099008d720 add separate gdk-pixbuf includes 2010-09-29 13:43:36 +02:00
berkeviktor@aol.com
67bae1f129 remove some redundancy 2010-09-29 05:19:18 +02:00
berkeviktor@aol.com
e12e5d136a move gtk includes to makefile 2010-09-29 05:11:01 +02:00
berkeviktor@aol.com
ed6a243f18 don't build mmx_cmod since it ain't speeding up anything (and it's x86-only btw) 2010-09-20 14:57:43 +02:00
berkeviktor@aol.com
b86ed8962e fix makefile comment 2010-09-06 13:23:35 +02:00
berkeviktor@aol.com
7672396a25 don't build fe-text as it is unusable ATM 2010-09-06 13:16:51 +02:00
berkeviktor@aol.com
4979f92836 disable update menu and widget 2010-09-06 11:44:19 +02:00
berkeviktor@aol.com
2309a5862c remove old references 2010-08-30 12:43:50 +02:00
berkeviktor@aol.com
4e81308c2e update checker cosmetics 2010-08-30 12:37:09 +02:00
berkeviktor@aol.com
cc6e18411c update checker reworked 2010-08-30 12:20:50 +02:00
berkeviktor@aol.com
12b5466b75 about dialog cosmetics 2010-08-30 10:23:08 +02:00
berkeviktor@aol.com
b2ba474f06 preliminary update checker 2010-08-30 10:08:17 +02:00
berkeviktor@aol.com
8a6409240f re-enable xtray, disable plugin-tray if installed 2010-08-30 02:57:48 +02:00
berkeviktor@aol.com
ae4d71939c make perl version selectable 2010-08-29 04:55:58 +02:00
berkeviktor@aol.com
40b7012630 clean fe-text before building for x64 2010-08-26 16:49:38 +02:00
berkeviktor@aol.com
28fa51d48b make fe-text build work (to some degree)
failsafe waitline2 need to be used though
2010-08-26 16:40:45 +02:00
berkeviktor@aol.com
e0b7f0008b xchat-text compiles but won't run 2010-08-25 04:19:10 +02:00
berkeviktor@aol.com
aa60e2eac0 some more rework 2010-08-24 20:51:38 +02:00
berkeviktor@aol.com
b9ece5464e even more cleanup 2010-08-24 20:46:59 +02:00
berkeviktor@aol.com
cbcf58aba6 huge cleanup on build system 2010-08-24 20:03:18 +02:00
berkeviktor@aol.com
809e4d76d4 remove a few dependencies 2010-08-24 18:15:16 +02:00
berkeviktor@aol.com
63b452acce makeinc cleanup 2010-08-19 00:44:40 +02:00
berkeviktor@aol.com
b38ad962c6 merge the x86 and x64 building process 2010-08-19 00:37:33 +02:00
berkeviktor@aol.com
b5d71d03b0 some more cleanup 2010-08-18 23:28:39 +02:00
berkeviktor@aol.com
ca904e4334 portable mode enabled in runtime 2010-08-18 23:20:18 +02:00
berkeviktor@aol.com
4cd93deec6 separate exe files, unified packages for standard and portable, stage 1 2010-08-17 02:13:04 +02:00
berkeviktor@aol.com
df49b9412d some heavy restructuring and reformatting 2010-08-16 14:39:35 +02:00
berkeviktor@aol.com
d1029ab4ec don't build and link with sexy-spell-entry since there's no spellcheck ATM 2010-08-15 17:12:04 +02:00
berkeviktor@aol.com
b9acd4c437 upgrade perl to 5.12 2010-08-13 23:20:25 +02:00
berkeviktor@aol.com
2f3d1e01e3 skeleton for adding spell support 2010-08-13 17:53:53 +02:00
berkeviktor@aol.com
355c3b0a4f lua support for x64 as well, and use own lua build 2010-08-12 04:23:51 +02:00
berkeviktor@aol.com
25603820c1 add support for xchat-lua, but don't build by default 2010-08-12 02:56:10 +02:00
berkeviktor@aol.com
d099acbaf1 enable the python interface 2010-08-11 05:49:33 +02:00
berkeviktor@aol.com
3cb46253fc enable openssl 2010-08-11 02:37:13 +02:00
berkeviktor@aol.com
26de5d404b no identd.obj built 2010-08-10 16:04:19 +02:00
berkeviktor@aol.com
b8022de9c7 update tcl lib and copy tcl interface for x64 too 2010-07-30 22:04:30 +02:00
berkeviktor@aol.com
8318988252 enable x64 Tcl, downgrade to 8.5 and update messages 2010-07-30 21:55:49 +02:00
berkeviktor@aol.com
505268882c update xchat to 1441 and enable dcc64 2010-06-15 21:36:46 +02:00
berkeviktor@aol.com
b0c5f10811 remove comment for an obvious thing 2010-05-29 18:52:28 +02:00
berkeviktor@aol.com
45ea25ed57 add support for building a portable version 2010-05-23 01:51:41 +02:00
berkeviktor@aol.com
bd1c57f6a1 enable taskbar alerts only on x64. on x86 they crash xchat-wdk. 2010-05-02 20:45:47 +02:00
berkeviktor@aol.com
c7ec88c88a move additions to own repo, so that patch contains only modifications 2010-04-02 07:29:16 +02:00