summary refs log tree commit diff stats
path: root/src
AgeCommit message (Expand)Author
2013-09-24Fix tab completion with utf8 completion charTingPing
2013-09-23typo..TingPing
2013-09-23Update help messages for userlist buttons and user popupsTingPing
2013-09-23Revert menu.c @ ae04663aa9TingPing
2013-09-23Fix /cycle commandTingPing
2013-09-23Only underline the channel part if nick prefixTingPing
2013-09-23Fix url detection of channel with nick prefixTingPing
2013-09-23Strip trailing space from CAP REQTingPing
2013-09-20Fix warningTingPing
2013-09-20First round of using GTK accessor functionsTingPing
2013-09-20Fix messages on networks that have chantypes the same as nick prefixesTingPing
2013-09-19Make manual reposition after unfullscreen Windows onlyTingPing
2013-09-19Replace more GDK_* with GDK_KEYTingPing
2013-09-19Add fullscreen to to view menuTingPing
2013-09-18Improve text repositioning when searchbar string is modified.Richard Hitt
2013-09-17Add message arguement to /queryTingPing
2013-09-16Searchbar: Don't show error on empty stringTingPing
2013-09-16Fix searchbar loading highlight all pref on startTingPing
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Fix xtext crash in rawlog/text events windowTingPing
2013-09-15Fix logging networks with invalid names on WindowsTingPing
2013-09-15use GDK_KEYTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-09-15Merge xchat r1525TingPing
2013-09-14Update tooltip for sound alerts without libcanberraTingPing
2013-09-12Default spotchat to SASLTingPing
2013-09-07Add channelkey to channel listsTingPing
2013-09-07Merge branch 'saslmech'TingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-09-06Merge pull request #733 from hexchat/filedialogTingPing
2013-09-06Fix detecting utf-8 on some networksTingPing
2013-08-31Of course mimetype doesn't work on Windows..TingPing
2013-08-31Use mimetypes for audio and imagesTingPing
2013-08-31Improve file dialogsTingPing
2013-08-28Update text events, fix colored vhostsNoneGiven
2013-08-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
2013-08-26Handle incoming messages from yourselfTingPing
2013-08-25Update CLEAR and MSG help messageTingPing
2013-08-25Update help for close commandTingPing
2013-08-21Add TinyCrab to network listTingPing
2013-08-20Handle lists in MONITOR repliesTingPing
2013-08-17Make formatting more consistentTingPing
2013-08-16Improve cursor behaviorFarow
2013-08-15Merge pull request #718 from Farow/pullTingPing
<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> <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;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> <PostBuildEvent> <Command>"$(OutDir)\$(TargetName)$(TargetExt)" -r &gt; "$(SolutionDir)\..\resource.h"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> <PostBuildEvent> <Command>"$(OutDir)\$(TargetName)$(TargetExt)" -r &gt; "$(SolutionDir)\..\resource.h"</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="version.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>