summaryrefslogtreecommitdiffstats
path: root/src/io (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 430301 : core dump exporting to non existing folderJohn Smith2012-11-302-0/+36
| | | (bzr r11915)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Additional cleanup.Jon A. Cruz2012-04-101-1/+1
| | | (bzr r11206)
* cppcheck stuffKris De Gussem2012-04-091-11/+7
| | | (bzr r11201)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-272-0/+11
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-2720-116/+116
| |\ | | | | | | (bzr r10092.1.36)
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-242-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18)
* | | cppcheck tells us: fprintf format string has 0 parameters but 1 are givenKris De Gussem2012-02-021-2/+2
| |/ |/| | | (bzr r10930)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-084-10/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | variable initialisationKris De Gussem2011-11-191-5/+8
| | | | | | (bzr r10746)
* | fix pointer usage after releasing memoryKris De Gussem2011-11-192-15/+14
| | | | | | (bzr r10745)
* | Fixing more broken and split doc comments.Jon A. Cruz2011-10-278-8/+8
| | | | | | (bzr r10697)
* | Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-256-25/+31
| | | | | | (bzr r10696)
* | cppcheckKris De Gussem2011-10-181-2/+2
| | | | | | (bzr r10681)
* | Memory leak fixes (Bug #812497)Kris De Gussem2011-07-202-11/+16
| | | | | | (bzr r10483)
* | memory leak fixKris De Gussem2011-07-201-0/+2
| | | | | | (bzr r10481)
* | Merge from trunkKrzysztof Kosi??ski2011-06-192-19/+33
|\ \ | | | | | | (bzr r9508.1.89)
| * | 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)
| * | Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Reinstating version bump.Jon A. Cruz2011-05-201-3/+1
| | | | | | | | | (bzr r10215)
| * | Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-1/+3
| | | | | | | | | (bzr r10210)
| * | Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-3/+1
| |/ | | | | (bzr r10208)
* / No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-152-22/+1
|/ | | (bzr r9508.1.82)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-173-3/+3
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski2010-03-281-904/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-143-0/+715
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Cast cleanup.Jon A. Cruz2010-03-011-2/+1
| | | (bzr r9124)
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-4/+7
| | | (bzr r9118)
* Fix by Adib for 353847Josh Andler2009-09-162-0/+36
| | | (bzr r8601)
* FIX 407115 test writing into file and throw exception upstream if neededtheAdib2009-08-021-1/+4
| | | (bzr r8384)
* docPeter Moulder2009-04-061-3/+3
| | | (bzr r7639)
* io/crystalegg.xml: Fix a couple of textual errors.Peter Moulder2009-04-031-4/+2
| | | (bzr r7615)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-262-0/+2
| | | (bzr r7380)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski2009-02-132-3/+0
| | | (bzr r7278)
* 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)
* From trunkTed Gould2008-10-271-4/+5
| | | (bzr r6885)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-11/+1
| | | (bzr r6046)
* Remove warningsBob Jamison2008-05-042-8/+53
| | | (bzr r5599)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* 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)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
| | | (bzr r5299)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-0/+23
| | | (bzr r5245)
* fix broken link to _wspawn prototypeAdib Taraben2008-03-281-1/+15
| | | (bzr r5213)