summaryrefslogtreecommitdiffstats
path: root/src/helper/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Toolbox: Move deprecated VerbAction to separate fileAlexander Valavanis2019-02-101-0/+2
|
* Remove helper/window.h helper/window.cppTavmjong Bah2019-01-091-2/+0
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-2/+0
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* adding gtk-themeJabier Arraiza2018-07-211-0/+2
|
* remove helper/gnome-utils.*Marc Jeanmougin2017-09-291-2/+0
|
* Move gettext initialization into separate function so it can be re-used ↵Eduard Braun2017-05-071-2/+4
| | | | | (will come in handy in inkview) (bzr r15675.1.2)
* Rename branchJabier Arraiza Cenoz2016-05-261-2/+2
| | | (bzr r13645.1.145)
* Fixes from branch reviewJabier Arraiza Cenoz2015-07-061-0/+4
| | | (bzr r13645.1.102)
* Let's hope the world doesn't endLiam P. White2015-03-191-0/+2
| | | | | Native 2geom path outliner, still buggy (bzr r14014)
* whoopsLiam P. White2015-02-251-0/+1
| | | (bzr r13949)
* update cmakefilesCampbell Barton2013-08-311-7/+0
| | | (bzr r12493)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-0/+2
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* fix cmakelistsJohan B. C. Engelen2012-03-071-1/+0
| | | (bzr r11059)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+0
| | | (bzr r10996)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-251-1/+3
| | | | | include paths explicitly. (bzr r10358)
* cmake:Campbell Barton2011-06-131-1/+0
| | | | | | | | The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289)
* cmake:Campbell Barton2011-06-131-3/+23
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-5/+4
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-23/+25
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-4/+8
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake: Fix issue with generated sp-marshall.h/.cpp not linkingJoshua L. Blocher2008-05-191-1/+5
| | | (bzr r5715)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-1/+1
| | | | | inkscape source list (bzr r5608)
* Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵Joshua L. Blocher2008-04-111-1/+1
| | | | | issue with dependency.cpp (bzr r5406)
* adjust the file generation path fir sp-marshal to jive with the include vs ↵Aaron Spike2008-04-101-5/+1
| | | | | add_directories mentality (bzr r5398)
* cmake: fix file names in marshal generationJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5349)
* cmake: fix prefixJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5346)
* Cmake: add missing CMakeLists.txtJoshua L. Blocher2008-04-051-0/+23
(bzr r5340)