git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2927 92316355-f0b4-4df1-b90c-862c8a59935fremotes/tiles
@@ -11,9 +11,13 @@ libtool | |||||
pipi/pipi.pc | pipi/pipi.pc | ||||
src/pipi | src/pipi | ||||
genethumb/genethumb | genethumb/genethumb | ||||
examples/bezier | |||||
examples/colorstring | |||||
examples/edd | examples/edd | ||||
examples/floodfill | examples/floodfill | ||||
examples/histogram | |||||
examples/img2rubik | examples/img2rubik | ||||
examples/line | |||||
examples/sharpen | examples/sharpen | ||||
test/u8tof32tou8 | test/u8tof32tou8 | ||||
stamp-h1 | stamp-h1 | ||||
@@ -1,4 +1,5 @@ | |||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | <PropertyGroup> | ||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
@@ -19,7 +20,6 @@ | |||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<OutputType>WinExe</OutputType> | <OutputType>WinExe</OutputType> | ||||
<AssemblyName>Pimp</AssemblyName> | |||||
<RootNamespace>ThePimp</RootNamespace> | <RootNamespace>ThePimp</RootNamespace> | ||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | ||||
@@ -32,30 +32,29 @@ | |||||
<ErrorReport>prompt</ErrorReport> | <ErrorReport>prompt</ErrorReport> | ||||
<WarningLevel>4</WarningLevel> | <WarningLevel>4</WarningLevel> | ||||
<OutputType>WinExe</OutputType> | <OutputType>WinExe</OutputType> | ||||
<AssemblyName>Pimp</AssemblyName> | |||||
<DebugSymbols>true</DebugSymbols> | <DebugSymbols>true</DebugSymbols> | ||||
<RootNamespace>ThePimp</RootNamespace> | <RootNamespace>ThePimp</RootNamespace> | ||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | ||||
</PropertyGroup> | </PropertyGroup> | ||||
<ItemGroup> | <ItemGroup> | ||||
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\atk-sharp.dll</HintPath> | <HintPath>..\win32\assembly\atk-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\gdk-sharp.dll</HintPath> | <HintPath>..\win32\assembly\gdk-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\glade-sharp.dll</HintPath> | <HintPath>..\win32\assembly\glade-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\glib-sharp.dll</HintPath> | <HintPath>..\win32\assembly\glib-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\gtk-sharp.dll</HintPath> | <HintPath>..\win32\assembly\gtk-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
@@ -63,11 +62,11 @@ | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath> | <HintPath>..\win32\assembly\gtkglarea-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="Mono.Posix"> | |||||
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\Mono.Posix.dll</HintPath> | <HintPath>..\win32\assembly\Mono.Posix.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f"> | |||||
<SpecificVersion>False</SpecificVersion> | <SpecificVersion>False</SpecificVersion> | ||||
<HintPath>..\win32\assembly\pango-sharp.dll</HintPath> | <HintPath>..\win32\assembly\pango-sharp.dll</HintPath> | ||||
</Reference> | </Reference> | ||||
@@ -124,4 +123,11 @@ | |||||
<Widget>ThePimp.ToolBox</Widget> | <Widget>ThePimp.ToolBox</Widget> | ||||
</ExportedWidgets> | </ExportedWidgets> | ||||
</GtkDesignInfo> | </GtkDesignInfo> | ||||
</Project> | |||||
<ProjectExtensions> | |||||
<MonoDevelop> | |||||
<Properties> | |||||
<GtkDesignInfo /> | |||||
</Properties> | |||||
</MonoDevelop> | |||||
</ProjectExtensions> | |||||
</Project> |
@@ -38,12 +38,13 @@ | |||||
<File name="gtk-gui/ThePimp.ToolBox.cs" subtype="Code" buildaction="Compile" /> | <File name="gtk-gui/ThePimp.ToolBox.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="SaveFile.cs" subtype="Code" buildaction="Compile" /> | <File name="SaveFile.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="gtk-gui/ThePimp.SaveFile.cs" subtype="Code" buildaction="Compile" /> | <File name="gtk-gui/ThePimp.SaveFile.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" /> | |||||
<File name="images/about.png" subtype="Code" buildaction="EmbedAsResource" resource_id="ThePimp.images.about.png" /> | |||||
<File name="AboutWindow.cs" subtype="Code" buildaction="Compile" /> | <File name="AboutWindow.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" /> | <File name="gtk-gui/ThePimp.AboutWindow.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="NewFile.cs" subtype="Code" buildaction="Compile" /> | <File name="NewFile.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" /> | <File name="gtk-gui/ThePimp.NewFile.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" /> | <File name="gtk-gui/ThePimp.ErrorWindow.cs" subtype="Code" buildaction="Compile" /> | ||||
<File name="ErrorWindow.cs" subtype="Code" buildaction="Compile" /> | |||||
</Contents> | </Contents> | ||||
<References> | <References> | ||||
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> | ||||
@@ -62,4 +63,4 @@ | |||||
<Widget>ThePimp.ToolBox</Widget> | <Widget>ThePimp.ToolBox</Widget> | ||||
</ExportedWidgets> | </ExportedWidgets> | ||||
</GtkDesignInfo> | </GtkDesignInfo> | ||||
</Project> | |||||
</Project> |
@@ -16,6 +16,8 @@ using System; | |||||
namespace ThePimp | namespace ThePimp | ||||
{ | { | ||||
[System.ComponentModel.Category("ThePimp")] | |||||
[System.ComponentModel.ToolboxItem(true)] | |||||
public partial class ToolBox : Gtk.Bin | public partial class ToolBox : Gtk.Bin | ||||
{ | { | ||||
public ToolBox() | public ToolBox() | ||||
@@ -84,6 +84,7 @@ namespace ThePimp { | |||||
this.DefaultWidth = 229; | this.DefaultWidth = 229; | ||||
this.DefaultHeight = 133; | this.DefaultHeight = 133; | ||||
this.Show(); | this.Show(); | ||||
this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked); | |||||
} | } | ||||
} | } | ||||
} | } |
@@ -981,9 +981,11 @@ Bayer Dithering Pattern</property> | |||||
</widget> | </widget> | ||||
<widget class="Gtk.Dialog" id="ThePimp.ErrorWindow" design-size="229 133"> | <widget class="Gtk.Dialog" id="ThePimp.ErrorWindow" design-size="229 133"> | ||||
<property name="MemberName" /> | <property name="MemberName" /> | ||||
<property name="Title" translatable="yes">Error</property> | |||||
<property name="Title" translatable="yes">Pimp Error</property> | |||||
<property name="Icon">stock:gtk-dialog-error Menu</property> | <property name="Icon">stock:gtk-dialog-error Menu</property> | ||||
<property name="TypeHint">Dialog</property> | |||||
<property name="WindowPosition">CenterOnParent</property> | <property name="WindowPosition">CenterOnParent</property> | ||||
<property name="Modal">True</property> | |||||
<property name="Buttons">1</property> | <property name="Buttons">1</property> | ||||
<property name="HelpButton">False</property> | <property name="HelpButton">False</property> | ||||
<property name="HasSeparator">False</property> | <property name="HasSeparator">False</property> | ||||
@@ -1045,8 +1047,8 @@ Bayer Dithering Pattern</property> | |||||
<property name="Type">StockItem</property> | <property name="Type">StockItem</property> | ||||
<property name="StockId">gtk-ok</property> | <property name="StockId">gtk-ok</property> | ||||
<property name="ResponseId">-5</property> | <property name="ResponseId">-5</property> | ||||
<signal name="Clicked" handler="OnButtonOkClicked" /> | |||||
<property name="label">gtk-ok</property> | <property name="label">gtk-ok</property> | ||||
<signal name="Clicked" handler="OnButtonCloseClicked" /> | |||||
</widget> | </widget> | ||||
<packing> | <packing> | ||||
<property name="Expand">False</property> | <property name="Expand">False</property> | ||||
@@ -17,4 +17,4 @@ | |||||
<Entry filename="pipi-sharp/pipi-sharp.mdp" /> | <Entry filename="pipi-sharp/pipi-sharp.mdp" /> | ||||
<Entry filename="ThePimp/ThePimp.mdp" /> | <Entry filename="ThePimp/ThePimp.mdp" /> | ||||
</Entries> | </Entries> | ||||
</Combine> | |||||
</Combine> |
@@ -3,3 +3,4 @@ | |||||
*.exe | *.exe | ||||
*.dll | *.dll | ||||
pipi-sharp.pc | pipi-sharp.pc | ||||
pipi-sharp.dll.config |