summaryrefslogtreecommitdiffstats
path: root/src/io/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop "RegistryTool" which is no longer in use.Patrick Storz2019-03-291-8/+0
|
* Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-181-0/+4
| | | | | | | Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
* Fix CMakeLists for stream classesAlexander Valavanis2018-11-181-12/+12
|
* 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
* cleanup: remove Base64OutputStreamThomas Holder2018-10-291-2/+0
| | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase.
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-22/+34
|
* Add new libsoup based http access with caching and asyncMartin Owens2017-07-061-0/+2
|
* Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-251-2/+0
| | | (bzr r15075)
* updates for cmakeCampbell Barton2013-09-191-2/+0
| | | (bzr r12547)
* Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-241-2/+0
| | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-111-1/+2
| | | (bzr r12192)
* cmake:Campbell Barton2011-06-131-1/+16
| | | | | | | - 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-2/+3
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-15/+14
| | | | | | - 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-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-11/+1
| | | (bzr r6046)
* cmake: copy over some excluded files from build.xmlJohan B. C. Engelen2008-04-151-1/+1
| | | (bzr r5453)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-22/+22
| | | (bzr r5379)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-0/+23
(bzr r5245)