| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Toolbox: Move deprecated VerbAction to separate file | Alexander Valavanis | 2019-02-10 | 1 | -0/+2 |
| | | |||||
| * | Remove helper/window.h helper/window.cpp | Tavmjong Bah | 2019-01-09 | 1 | -2/+0 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -2/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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-theme | Jabier Arraiza | 2018-07-21 | 1 | -0/+2 |
| | | |||||
| * | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 1 | -2/+0 |
| | | |||||
| * | Move gettext initialization into separate function so it can be re-used ↵ | Eduard Braun | 2017-05-07 | 1 | -2/+4 |
| | | | | | | (will come in handy in inkview) (bzr r15675.1.2) | ||||
| * | Rename branch | Jabier Arraiza Cenoz | 2016-05-26 | 1 | -2/+2 |
| | | | | (bzr r13645.1.145) | ||||
| * | Fixes from branch review | Jabier Arraiza Cenoz | 2015-07-06 | 1 | -0/+4 |
| | | | | (bzr r13645.1.102) | ||||
| * | Let's hope the world doesn't end | Liam P. White | 2015-03-19 | 1 | -0/+2 |
| | | | | | | Native 2geom path outliner, still buggy (bzr r14014) | ||||
| * | whoops | Liam P. White | 2015-02-25 | 1 | -0/+1 |
| | | | | (bzr r13949) | ||||
| * | update cmakefiles | Campbell Barton | 2013-08-31 | 1 | -7/+0 |
| | | | | (bzr r12493) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -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 cmakelists | Johan B. C. Engelen | 2012-03-07 | 1 | -1/+0 |
| | | | | (bzr r11059) | ||||
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 1 | -1/+0 |
| | | | | (bzr r10996) | ||||
| * | update cmake file lists | Campbell Barton | 2011-10-08 | 1 | -1/+0 |
| | | | | (bzr r10673) | ||||
| * | added a Modules cmake dir, only use for find_package, reference cmake ↵ | Campbell Barton | 2011-06-25 | 1 | -1/+3 |
| | | | | | | include paths explicitly. (bzr r10358) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -5/+4 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -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. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -4/+8 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake: Fix issue with generated sp-marshall.h/.cpp not linking | Joshua L. Blocher | 2008-05-19 | 1 | -1/+5 |
| | | | | (bzr r5715) | ||||
| * | Cmake: Moved helper macros to their own file and removed *-test.h from ↵ | Joshua L. Blocher | 2008-05-05 | 1 | -1/+1 |
| | | | | | | inkscape source list (bzr r5608) | ||||
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵ | Joshua L. Blocher | 2008-04-11 | 1 | -1/+1 |
| | | | | | | issue with dependency.cpp (bzr r5406) | ||||
| * | adjust the file generation path fir sp-marshal to jive with the include vs ↵ | Aaron Spike | 2008-04-10 | 1 | -5/+1 |
| | | | | | | add_directories mentality (bzr r5398) | ||||
| * | cmake: fix file names in marshal generation | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5349) | ||||
| * | cmake: fix prefix | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 |
| | | | | (bzr r5346) | ||||
| * | Cmake: add missing CMakeLists.txt | Joshua L. Blocher | 2008-04-05 | 1 | -0/+23 |
| (bzr r5340) | |||||
