summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2012-12-06fix loading custom tray iconsTingPing
2012-12-03Merge pull request #296 from TingPing/trayRichardHitt
2012-12-03make preferences in tray win onlyTingPing
2012-12-03Merge pull request #297 from TingPing/utilRichardHitt
2012-12-03remove unneeded gtk_widget_showTingPing
2012-12-03Fix warningRichardHitt
2012-12-02remove close button for consistancyTingPing
2012-12-02Merge pull request #298 from TingPing/verticalRichardHitt
2012-12-01rename pane height variableTingPing
2012-12-01fix language typoTingPing
2012-12-01on exit try hiding lastTingPing
2012-11-30Save pane height and restore on startTingPing
2012-11-30handle plugingui window like other utilsTingPing
2012-11-25Fix for issue #289, autocopy though no text selectedRichard Hitt
2012-11-25default to utf-8 encodingTingPing
2012-11-23relocate custom tray menu itemsTingPing
2012-11-23show away/back in windows tray menuTingPing
2012-11-22add preferences to tray menuTingPing
2012-11-20ensure menu existsTingPing
2012-11-19add missing ifdefTingPing
2012-11-18auto close menu on windowsTingPing
2012-11-18allow only one menuTingPing
2012-11-16Merge pull request #259 from TingPing/iconsTingPing
2012-11-16Merge pull request #265 from jtmohr/texteventsTingPing
2012-11-14Fix Text Events spacing issuesJeff Mohr
2012-11-13Limit url-grabbing to NOTICE, PRIVMSG, TOPIC, 332 (RPL_TOPIC), 372 (RPL_MOTD)Richard Hitt
2012-11-13removed extra wasted space around iconsTingPing
2012-11-12Disable auto-loading of deprecated pluginsBerke Viktor
2012-11-12Make sure g_strconcat() result is NULL terminatedBerke Viktor
2012-11-12utf8-everywhere: Forgot the g_free's and the g_unlink / g_rename.Arnav Singh
2012-11-12Re-enable plugin-tray context menu, submenus don't work yetBerke Viktor
2012-11-12Fix g_strdup_printf() call causing removal of hexchat.confBerke Viktor
2012-11-11utf8-everywhere: Derp.Arnav Singh
2012-11-11utf8-everywhere: Fixed some remaining C file I/O API calls to use the glib API.Arnav Singh
2012-11-12Load own certs from <config>\certsBerke Viktor
2012-11-11Fix 4996 warningsBerke Viktor
2012-11-11Hide 4996 warnings in all projects and fix license copyBerke Viktor
2012-11-11Fix wording for banlistBerke Viktor
2012-11-11Disable one instance code coz it's really buggyBerke Viktor
2012-11-11More rebrandingBerke Viktor
2012-11-11Copy-paste fixBerke Viktor
2012-11-11RebrandingBerke Viktor
2012-11-10Update commentBerke Viktor
2012-11-10Don't minimize/close to tray via plugin-tray when HexTray is availableBerke Viktor
2012-11-10Explode gui_tray_flagsBerke Viktor
2012-11-10Eliminate some more warnings and hide less warnings in VSBerke Viktor
2012-11-10Eliminate some unused stuffBerke Viktor
2012-11-06Disable some stupid warnings without the WDKBerke Viktor
2012-11-06Fix spacing once moreBerke Viktor
2012-11-05Remove spacing, it wouldn't work anywayBerke Viktor
/> <ClInclude Include="userlist.h" /> <ClInclude Include="util.h" /> <ClInclude Include="hexchat-plugin.h" /> <ClInclude Include="hexchat.h" /> <ClInclude Include="hexchatc.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="cfgfiles.c" /> <ClCompile Include="chanopt.c" /> <ClCompile Include="ctcp.c" /> <ClCompile Include="dcc.c" /> <ClCompile Include="history.c" /> <ClCompile Include="plugin-identd.c" /> <ClCompile Include="ignore.c" /> <ClCompile Include="inbound.c" /> <ClCompile Include="$(HexChatLib)marshal.c" /> <ClCompile Include="modes.c" /> <ClCompile Include="network.c" /> <ClCompile Include="notify.c" /> <ClCompile Include="outbound.c" /> <ClCompile Include="plugin-timer.c" /> <ClCompile Include="plugin.c" /> <ClCompile Include="proto-irc.c" /> <ClCompile Include="server.c" /> <ClCompile Include="servlist.c" /> <ClCompile Include="ssl.c" /> <ClCompile Include="sysinfo\win32\backend.c" /> <ClCompile Include="text.c" /> <ClCompile Include="tree.c" /> <ClCompile Include="url.c" /> <ClCompile Include="userlist.c" /> <ClCompile Include="util.c" /> <ClCompile Include="hexchat.c" /> </ItemGroup> <ItemGroup> <None Include="..\..\win32\config.h.tt" /> <ClInclude Include="$(HexChatLib)config.h" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{87554B59-006C-4D94-9714-897B27067BA3}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>common</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\win32\hexchat.props" /> <PropertyGroup> <OutDir>$(HexChatLib)</OutDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(HexChatLib);$(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(HexChatLib);$(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemDefinitionGroup> <PreBuildEvent> <Command><![CDATA[ SET SOLUTIONDIR=$(SolutionDir)..\ "$(Python3Path)\python.exe" $(ProjectDir)make-te.py "$(ProjectDir)textevents.in" "$(HexChatLib)textevents.h" "$(HexChatLib)textenums.h" powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir)..\win32\config.h.tt" "$(HexChatLib)config.h" "$(Python3Path)\python.exe" "$(DepsRoot)\bin\glib-genmarshal" --prefix=_hexchat_marshal --header "$(ProjectDir)marshalers.list" --output "$(HexChatLib)marshal.h" "$(Python3Path)\python.exe" "$(DepsRoot)\bin\glib-genmarshal" --prefix=_hexchat_marshal --body "$(ProjectDir)marshalers.list" --output "$(HexChatLib)marshal.c" ]]></Command> </PreBuildEvent> </ItemDefinitionGroup> </Project>