diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-04 21:53:56 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-04 21:53:56 +0000 |
| commit | dc1f7ce719d703d8dd4d7747d1967a3e8a1bfb18 (patch) | |
| tree | e6d71c68e4f404a29c03850744f03b1182f4e745 /src/ui/dialog/swatches.cpp | |
| parent | Merge to trunk (diff) | |
| download | inkscape-dc1f7ce719d703d8dd4d7747d1967a3e8a1bfb18.tar.gz inkscape-dc1f7ce719d703d8dd4d7747d1967a3e8a1bfb18.zip | |
Remove tag dialog temporarily
(bzr r13090.1.13)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/swatches.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ui/dialog/swatches.cpp b/src/ui/dialog/swatches.cpp index 5e77a28ab..711bcfe2d 100644 --- a/src/ui/dialog/swatches.cpp +++ b/src/ui/dialog/swatches.cpp @@ -20,6 +20,7 @@ #include "swatches.h" #include <gtkmm/radiomenuitem.h> +#include <gtkmm/widget.h> #include <glibmm/i18n.h> #include <glibmm/main.h> @@ -57,6 +58,22 @@ #include "gradient-chemistry.h" #include "helper/action.h" #include "helper/action-context.h" +#include "xml/node-observer.h" +#include "xml/repr.h" +#include "sp-pattern.h" +#include "icon-size.h" +#include "widgets/icon.h" +#include "filedialog.h" +#include "sp-stop.h" +#include "svg/svg-color.h" +#include "sp-radial-gradient.h" +#include "color-rgba.h" +#include "event-context.h" +#include <queue> +//sorry! +#ifdef WIN32 +#include <windows.h> +#endif namespace Inkscape { namespace UI { @@ -64,6 +81,7 @@ namespace Dialogs { #define VBLOCK 16 #define PREVIEW_PIXBUF_WIDTH 128 +#define SWATCHES_FILE_NAME "swatches.svg" void _loadPaletteFile( gchar const *filename, gboolean user=FALSE ); |
