summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Fix platform toolset for certain projects in legacy solutionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-03Update GIMPNet name and serversBerke Viktor
2012-10-02Update default URL grabber limitBerke Viktor
2012-10-02Merge pull request #115 from RichardHitt/masterbviktor
2012-10-02Fix release path for HTM, C# projects don't support property sheets to use a ...Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-10-01Fix memory leak related to url grabbingRichardHitt
2012-09-29Limit the number of URLs to keep and add GUI options for itBerke Viktor
2012-09-28KISS!Berke Viktor
2012-09-28Save URL lists in config dir by defaultBerke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2012-09-23Add 2 new networks and fix some sortingBerke Viktor
2012-09-22Fix syntax error, remove extra parenthesisBerke Viktor
2012-09-22Allow full path for logs, actually it can be determined quite reliablyBerke Viktor
2012-09-22Force relative path for logs, for full path you can still use symlinks anywayBerke Viktor
2012-09-21no highlights for some more annoying nicksDaniel Leining
2012-09-20Some rebranding work leftBerke Viktor
2012-09-16Open links with just left click by defaultBerke Viktor
2012-09-16Force 5.x subsystem globallyBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-09-15Disable running WHO after joining channel by defaultBerke Viktor
2012-09-09Add EsperNet - the server list really needs a rewrite btw, IFDEFs are uglyBerke Viktor
2012-09-05Fix unchecked mallocPaul Wise
2012-09-02Don't make a numeric equation between chars (openSUSE)Berke Viktor
2012-09-02Consistency for the other Advanced pane tooBerke Viktor
2012-09-01Merge pull request #68 from RichardHitt/masterbviktor
2012-09-01Some more consistency for variable namesBerke Viktor
2012-09-01Be consistent in PreferencesBerke Viktor
2012-09-01Consolidate color stripping for messages, topic and scrollbackBerke Viktor
2012-09-01Add Chat4all networkBerke Viktor
2012-09-01Add Unifont to the default list of alternative fontsBerke Viktor
2012-08-28Enhance LASTLOG to use gtk_xtext_search_textentry()RichardHitt
2012-08-06reordered snoo because i dunno my ABC'sZachary Bloomquist
2012-08-06fixen snoonet sslZachary Bloomquist
2012-08-05added Snoonet, 600+ user netZachary Bloomquist
2012-08-01Avoid inline declarationsBerke Viktor
2012-08-01Load custom icons from <config>/iconsBerke Viktor
2012-07-31Fix port number for EntropyNetBerke Viktor
2012-07-31Add Windfyre to the Network ListBerke Viktor
2012-07-31Add EntropyNet to the Network ListBerke Viktor
2012-07-31Remove dead networks from the Network ListBerke Viktor
2012-07-31Merge pull request #31 from Joah/masterbviktor
2012-07-31Use 6697 for SSL connections by defaultBerke Viktor
2012-07-30Update src/common/servlist.cJoah
r>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcsysinfo</TargetName> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <MultiProcessorCompilation>true</MultiProcessorCompilation> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>sysinfo.def</ModuleDefinitionFile> <AdditionalDependencies>wbemuuid.lib;vccomsup.lib;%(AdditionalDependencies)</AdditionalDependencies> <IgnoreSpecificDefaultLibraries>comsupp.lib</IgnoreSpecificDefaultLibraries> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SYSINFO_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <MultiProcessorCompilation>true</MultiProcessorCompilation> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>sysinfo.def</ModuleDefinitionFile> <AdditionalDependencies>wbemuuid.lib;vccomsup.lib;%(AdditionalDependencies)</AdditionalDependencies> <IgnoreSpecificDefaultLibraries>comsupp.lib</IgnoreSpecificDefaultLibraries> </Link> </ItemDefinitionGroup> <ItemGroup> <None Include="sysinfo.def" /> </ItemGroup> <ItemGroup> <ClCompile Include="sysinfo.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>