summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2014-01-14Don't use SCROLL_HACK on osxTingPing
2014-01-14Clean up formatting during buildTingPing
2014-01-12Tweak 908 syntaxTingPing
2014-01-12... Add inbound_sasl_supportedmechs to inbound.hTingPing
2014-01-12Support numeric 908TingPing
2014-01-11Add Turkish language to preferencesTingPing
2014-01-11... and ignore blank network passwordsTingPing
2014-01-11Login when /server is used on known hostnameTingPing
2014-01-11libsexy: Properly reflect reset attributes in inputTingPing
2014-01-08Don't select tab while closing with middle-clickTingPing
2014-01-08Fix warningsTingPing
2014-01-08Rewrite dns commandTingPing
2014-01-04Define AI_ADDRCONFIG in inet.h, needed by OpenBSDConnor Cooper
2014-01-03Change url-handler example to firefox -new-windowTingPing
2014-01-02Bind middle-click to close tabTingPing
2013-12-27Fixed whitespace.Arnavion
2013-12-27fe-gtk: Fixed notification balloons for PMs not getting displayed if blinking...Arnavion
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
2013-12-27Properly request server-time when it's the only capTingPing
2013-12-25Merge pull request #842 from ManiacTwister/setup-fixTingPing
2013-12-25Add Techman's World IRC networkPoorDog
2013-12-23Merge pull request #864 from RichardHitt/snadgeTingPing
2013-12-23Only return channel sessions from find_channel()TingPing
2013-12-22Ignore realname if it's a null stringRichardHitt
2013-11-28Fix NAMES command syntaxTingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
2013-11-23update help message for /namesTingPing
2013-11-22Fix more warningsTingPing
2013-11-22Fix warningsTingPing
2013-11-19Add InterlinkedAndrew
2013-11-18Fixed setup window title offsetsManiacTwister
2013-11-17Fix crash with negative timestamp in banlistTingPing
2013-11-14Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll().RichardHitt
2013-11-12Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout().RichardHitt
2013-11-11Fixes #836. In gtk_xtext_scroll() always force line integral line boundary.RichardHitt
2013-11-03fe-gtk: Quote path to glib-compile-resources.exeArnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-11-01Update help message for kick/kickbanTingPing
2013-11-01Don't auto unmark away when getting znc playbackTingPing
2013-10-29Round 4 of gtk accessor functions: setup.cTingPing
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-10-27Fix random_line() cutting off textTingPing
2013-10-27Use a full path to configdir when using portable modeTingPing
2013-10-26Only update userlistgui when necessaryTingPing
2013-10-26xtext: Get proper text width with attributesTingPing
2013-10-25Sensitize banlist buttons if half-opTingPing
2013-10-23Match nick last when checking urlJahan Addison
2013-10-22fix another warningTingPing
2013-10-22fix warningTingPing
rtGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(HexChatBin)</OutDir> <IntDir>$(HexChatObj)$(ProjectName)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <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;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile> <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies> </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;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <ModuleDefinitionFile>xtray.def</ModuleDefinitionFile> <AdditionalDependencies>ntstc_msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup> <None Include="bitmaps\sd.bmp" /> <None Include="icons\ban.ico" /> <None Include="icons\disconnect.ico" /> <None Include="icons\highlight.ico" /> <None Include="icons\kick.ico" /> <None Include="icons\message.ico" /> <None Include="icons\sd.ico" /> <None Include="icons\notice.ico" /> <None Include="icons\hexchat.ico" /> <None Include="xtray.def" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="resource.rc" /> </ItemGroup> <ItemGroup> <ClCompile Include="callbacks.cpp" /> <ClCompile Include="sdAlerts.cpp" /> <ClCompile Include="sdTray.cpp" /> <ClCompile Include="utility.cpp" /> <ClCompile Include="xchat.cpp" /> <ClCompile Include="xtray.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="callbacks.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="sdAlerts.h" /> <ClInclude Include="sdTray.h" /> <ClInclude Include="utility.h" /> <ClInclude Include="xchat.h" /> <ClInclude Include="xtray.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>