summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2011-11-30plugin config save is done via raw file access, now works with multiple varsBerke Viktor
2011-11-29initial plugin config framework, can't save multiple entriesBerke Viktor
2011-11-29disable xtray until it's usableBerke Viktor
2011-11-29better installer logic for pngs used by pluginsBerke Viktor
2011-11-29display sysinfo for self when not in channel/dialogBerke Viktor
2011-11-29own icon for winsysBerke Viktor
2011-11-29add murrine gtk engineBerke Viktor
2011-11-29relicense own plugins under the MIT licenseBerke Viktor
2011-11-29disable taskbar alerts on x86 until it's fixed in gtkBerke Viktor
2011-11-29winsys cosmetics and extensionsBerke Viktor
2011-11-28MSVC-style printBerke Viktor
2011-11-28fix winsys freezeBerke Viktor
2011-11-28enable winsys releaseBerke Viktor
2011-11-28now winsys actually works as a pluginBerke Viktor
2011-11-28enable building of winsys with other pluginsBerke Viktor
2011-11-28more winsys fixes and build as c++Berke Viktor
2011-11-28more winsys fixes for wdkBerke Viktor
2011-11-28supposed fix for xtray, but not working correctly yetBerke Viktor
2011-11-28some branding for gtkprefBerke Viktor
2011-11-28once again, copy is BAD for your healthBerke Viktor
2011-11-28installer support for obs and gtk engines, x64 supportBerke Viktor
2011-11-28obs fixes part 1Berke Viktor
2011-11-28first piece of wdk fixes for winsysBerke Viktor
2011-11-27initial version of winsys sysinfo pluginBerke Viktor
2011-11-27installer support for execBerke Viktor
2011-11-27fix the update checker, return correctly with callbackBerke Viktor
2011-11-27some formatting for execBerke Viktor
2011-11-27make exec display as nice as possibleBerke Viktor
2011-11-27exec cleanupBerke Viktor
2011-11-27exec support for releaser and makefileBerke Viktor
2011-11-27initial execBerke Viktor
2011-11-25perform periodic update checks automaticallyBerke Viktor
2011-11-25an ugly hack to make the about screen consistentBerke Viktor
2011-11-25version bumpBerke Viktor
2011-11-25rename fishlim main file in makefile tooBerke Viktor
2011-11-25get in sync with fishlim upstreamBerke Viktor
2011-11-25rename fishlim main file to avoid confusionBerke Viktor
2011-11-25disable one instance option in portable modeBerke Viktor
2011-11-25option to allow only one instance xchat to runBerke Viktor
2011-11-24fix fishlim config handlerBerke Viktor
2011-11-24add fishlim pluginBerke Viktor
2011-11-23update openssl dependenciesBerke Viktor
2011-11-23update certificatesBerke Viktor
2011-11-23no manual saving, auto-save changes during /setBerke Viktor
2011-11-23disable saveconf menu item, autosave will be added laterBerke Viktor
2011-11-23the same for outbound /saveconfBerke Viktor
2011-11-23be consistent with menu itemBerke Viktor
2011-11-23add menu item for saving preferences to diskBerke Viktor
2011-11-23update offset due to new menu item (copy selection)Berke Viktor
2011-11-23use a single start menu program group for both versions, they won't interfereBerke Viktor
pace> <ProjectName>wmpa</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>false</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> <PlatformToolset>WDK7</PlatformToolset> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>false</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> <PlatformToolset>WDK7</PlatformToolset> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\win32\hexchat-xp.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\..\win32\hexchat-xp.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcwmpa</TargetName> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <TargetName>hcwmpa</TargetName> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader>Create</PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;WMPA_EXPORTS;_AFXDLL;_AFX_NO_DAO_SUPPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>false</MultiProcessorCompilation> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>wmpa.def</ModuleDefinitionFile> </Link> <Midl> <MkTypLibCompatible>true</MkTypLibCompatible> </Midl> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader>Create</PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WMPA_EXPORTS;_AFXDLL;_AFX_NO_DAO_SUPPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>false</MultiProcessorCompilation> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>wmpa.def</ModuleDefinitionFile> </Link> <Midl> <MkTypLibCompatible>true</MkTypLibCompatible> </Midl> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="StdAfx.cpp" /> <ClCompile Include="wmpa.cpp" /> <ClCompile Include="wmpadialog.cpp" /> <ClCompile Include="wmpcdrom.cpp" /> <ClCompile Include="wmpcdromcollection.cpp" /> <ClCompile Include="wmpclosedcaption.cpp" /> <ClCompile Include="wmpcontrols.cpp" /> <ClCompile Include="wmpdvd.cpp" /> <ClCompile Include="wmperror.cpp" /> <ClCompile Include="wmperroritem.cpp" /> <ClCompile Include="wmpmedia.cpp" /> <ClCompile Include="wmpmediacollection.cpp" /> <ClCompile Include="wmpnetwork.cpp" /> <ClCompile Include="wmpplayer4.cpp" /> <ClCompile Include="wmpplayerapplication.cpp" /> <ClCompile Include="wmpplaylist.cpp" /> <ClCompile Include="wmpplaylistarray.cpp" /> <ClCompile Include="wmpplaylistcollection.cpp" /> <ClCompile Include="wmpsettings.cpp" /> <ClCompile Include="wmpstringcollection.cpp" /> <ClCompile Include="hexchat-plugin.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="resource.h" /> <ClInclude Include="StdAfx.h" /> <ClInclude Include="wmpa.h" /> <ClInclude Include="wmpadialog.h" /> <ClInclude Include="wmpcdrom.h" /> <ClInclude Include="wmpcdromcollection.h" /> <ClInclude Include="wmpclosedcaption.h" /> <ClInclude Include="wmpcontrols.h" /> <ClInclude Include="wmpdvd.h" /> <ClInclude Include="wmperror.h" /> <ClInclude Include="wmperroritem.h" /> <ClInclude Include="wmpmedia.h" /> <ClInclude Include="wmpmediacollection.h" /> <ClInclude Include="wmpnetwork.h" /> <ClInclude Include="wmpplayer4.h" /> <ClInclude Include="wmpplayerapplication.h" /> <ClInclude Include="wmpplaylist.h" /> <ClInclude Include="wmpplaylistarray.h" /> <ClInclude Include="wmpplaylistcollection.h" /> <ClInclude Include="wmpsettings.h" /> <ClInclude Include="wmpstringcollection.h" /> <ClInclude Include="hexchat-plugin.h" /> </ItemGroup> <ItemGroup> <None Include="ReadMe.txt" /> <None Include="res\wmpa.rc2" /> <None Include="wmpa.aps" /> <None Include="wmpa.def" /> <None Include="wmpa.ico" /> </ItemGroup> <ItemGroup> <Midl Include="wmpa.odl" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="wmpa.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>