summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-04-24Early on, call g_type_init() unless deprecatedRichardHitt
2013-04-24Fix left-click of URL/HOST by tidying what we pass to fe_open_url()RichardHitt
2013-04-24Merge pull request #561 from RichardHitt/no-depr-declRichardHitt
Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warnings
2013-04-23Merge pull request #560 from RichardHitt/warning-fixTingPing
Add '(void)' to fix perl.c unused-value warning message
2013-04-23Add '#define GLIB_DISABLE_DEPRECATION_WARNINGS' to fix fkeys.c warningsRichardHitt
2013-04-23Add '(void)' to fix perl.c unused-value warning messageRichardHitt
2013-04-23reduce abuse of ternary operatorMantas Mikulėnas
The ?: operator should not be used as a generic shorthand for if/else. (Which isn't needed here either...)
2013-04-23fix omitting custom soundsTingPing
2013-04-22Clean up balloon formattingTingPing
2013-04-22fix warning in new glibTingPing
2013-04-22Merge pull request #556 from RichardHitt/ignore-unusedTingPing
Fix Ubuntu build warnings by using gcc flag -Wno-unused-result
2013-04-22Fix Ubuntu build warnings by using gcc flag -Wno-unused-resultRichardHitt
2013-04-22Fall back to global username for saslTingPing
2013-04-20Merge pull request #550 from RichardHitt/issue440aTingPing
In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440
2013-04-20fix install errorTingPing
2013-04-19Build with travisTingPing
2013-04-19In do_an_re() put WORD_CHANNEL before WORD_HOST. fixes #440RichardHitt
2013-04-18Add english generic nameTingPing
2013-04-18Fix a typo.Christoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Add GTK and IRCClient to Categories. This is Based on:Christoph J. Thompson
http://standards.freedesktop.org/menu-spec/latest modified: share/misc/hexchat.desktop
2013-04-18Translate Comment in french, german, italian and norwegian bokmålChristoph J. Thompson
modified: share/misc/hexchat.desktop
2013-04-18Change "no" to "nb" for Norsk Bokmål. In norway there is not onlyChristoph J. Thompson
one official language but two. modified: share/misc/hexchat.desktop
2013-04-18Change most Comment lines to be GenericName. GenericName should beChristoph J. Thompson
used when only one IRC client in installed. modified: share/misc/hexchat.desktop
2013-04-17typoTingPing
2013-04-17Use more useful example for url handlerTingPing
2013-04-17add paplayTingPing
2013-04-17beep sound is gtk onlyTingPing
2013-04-17g_file requires gioTingPing
2013-04-17Install sound file on unixTingPing
for #542
2013-04-16Update installers as wellBerke Viktor
2013-04-16Move beep to proper placeBerke Viktor
2013-04-15only 1TingPing
2013-04-15fix warningTingPing
2013-04-15finish removing sound_dirTingPing
2013-04-15Merge pull request #545 from RichardHitt/issue522TingPing
Fix broken logic in mg_word_clicked(). fixes #522
2013-04-15Fix broken logic in mg_word_clicked(). fixes #522RichardHitt
2013-04-15no error on beepsTingPing
2013-04-14try play first.TingPing
2013-04-14Remove one warning bypassBerke Viktor
2013-04-14Eliminate compiler warningBerke Viktor
2013-04-14Fix missing first letter in busy server error popupBerke Viktor
2013-04-14If no path given, try to load plugins from config dir, not from install dirBerke Viktor
2013-04-14Load connect commands from config dirBerke Viktor
2013-04-14Fix tabulationBerke Viktor
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+Berke Viktor
2013-04-14Browse into the sounds folder by defaultBerke Viktor
2013-04-14Remove sound_dir, it's pointlessBerke Viktor
2013-04-14Add default beep sound, deploy on WindowsBerke Viktor
FIXME on Unix yet
2013-04-14Really relocateBerke Viktor
ot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="cairo.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="cairo.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> </ClCompile> <Link> <AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir $(CopyDir)\bin copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin mkdir $(CopyDir)\lib copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib mkdir $(CopyDir)\include copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include </Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <PreBuildEvent> <Command> </Command> </PreBuildEvent> <ClCompile> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsC</CompileAs> </ClCompile> <Link> <AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir $(CopyDir)\bin copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin mkdir $(CopyDir)\lib copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib mkdir $(CopyDir)\include copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include </Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <Optimization>MaxSpeed</Optimization> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> </ClCompile> <Link> <AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir $(CopyDir)\bin copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin mkdir $(CopyDir)\lib copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib mkdir $(CopyDir)\include copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include </Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <PreBuildEvent> <Command> </Command> </PreBuildEvent> <ClCompile> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsC</CompileAs> </ClCompile> <Link> <AdditionalDependencies>glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention> </DataExecutionPrevention> <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary> <TargetMachine>MachineX64</TargetMachine> </Link> <PostBuildEvent> <Command>mkdir $(CopyDir)\bin copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin mkdir $(CopyDir)\lib copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib mkdir $(CopyDir)\include copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include </Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="util\cairo-gobject\cairo-gobject-enums.c" /> <ClCompile Include="util\cairo-gobject\cairo-gobject-structs.c" /> </ItemGroup> <ItemGroup> <ProjectReference Include="cairo.vcxproj"> <Project>{e82f3508-c849-4d33-86af-13300224a169}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>