diff --git a/.gitignore b/.gitignore index 7ff2ab3..9ae703e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,13 @@ libtool pipi/pipi.pc src/pipi genethumb/genethumb +examples/bezier +examples/colorstring examples/edd examples/floodfill +examples/histogram examples/img2rubik +examples/line examples/sharpen test/u8tof32tou8 stamp-h1 diff --git a/ThePimp/ThePimp.csproj b/ThePimp/ThePimp.csproj index ae99bb0..5310b91 100644 --- a/ThePimp/ThePimp.csproj +++ b/ThePimp/ThePimp.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -19,7 +20,6 @@ prompt 4 WinExe - Pimp ThePimp false true @@ -32,30 +32,29 @@ prompt 4 WinExe - Pimp true ThePimp false true - + False ..\win32\assembly\atk-sharp.dll - + False ..\win32\assembly\gdk-sharp.dll - + False ..\win32\assembly\glade-sharp.dll - + False ..\win32\assembly\glib-sharp.dll - + False ..\win32\assembly\gtk-sharp.dll @@ -63,11 +62,11 @@ False ..\win32\assembly\gtkglarea-sharp.dll - + False ..\win32\assembly\Mono.Posix.dll - + False ..\win32\assembly\pango-sharp.dll @@ -124,4 +123,11 @@ ThePimp.ToolBox - + + + + + + + + \ No newline at end of file diff --git a/ThePimp/ThePimp.mdp b/ThePimp/ThePimp.mdp index 67555cd..f9e2fce 100644 --- a/ThePimp/ThePimp.mdp +++ b/ThePimp/ThePimp.mdp @@ -38,12 +38,13 @@ - + + @@ -62,4 +63,4 @@ ThePimp.ToolBox - + \ No newline at end of file diff --git a/ThePimp/ToolBox.cs b/ThePimp/ToolBox.cs index 587e749..e3edc98 100644 --- a/ThePimp/ToolBox.cs +++ b/ThePimp/ToolBox.cs @@ -16,6 +16,8 @@ using System; namespace ThePimp { + [System.ComponentModel.Category("ThePimp")] + [System.ComponentModel.ToolboxItem(true)] public partial class ToolBox : Gtk.Bin { public ToolBox() diff --git a/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs b/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs index 3a9543d..2c30814 100644 --- a/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs +++ b/ThePimp/gtk-gui/ThePimp.ErrorWindow.cs @@ -84,6 +84,7 @@ namespace ThePimp { this.DefaultWidth = 229; this.DefaultHeight = 133; this.Show(); + this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked); } } } diff --git a/ThePimp/gtk-gui/gui.stetic b/ThePimp/gtk-gui/gui.stetic index 503a0b4..0e94e7e 100644 --- a/ThePimp/gtk-gui/gui.stetic +++ b/ThePimp/gtk-gui/gui.stetic @@ -981,9 +981,11 @@ Bayer Dithering Pattern - Error + Pimp Error stock:gtk-dialog-error Menu + Dialog CenterOnParent + True 1 False False @@ -1045,8 +1047,8 @@ Bayer Dithering Pattern StockItem gtk-ok -5 + gtk-ok - False diff --git a/ThePimp.mds b/libpipi.mds similarity index 98% rename from ThePimp.mds rename to libpipi.mds index 616eaf4..9e38d82 100644 --- a/ThePimp.mds +++ b/libpipi.mds @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/pipi-sharp/.gitignore b/pipi-sharp/.gitignore index 6ef216a..0003ff1 100644 --- a/pipi-sharp/.gitignore +++ b/pipi-sharp/.gitignore @@ -3,3 +3,4 @@ *.exe *.dll pipi-sharp.pc +pipi-sharp.dll.config