summaryrefslogtreecommitdiffstats
path: root/src/application (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-129-915/+0
| | | (bzr r9828)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-062-15/+15
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-7/+7
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8405)
* Implement warning of prior errors.Jon A. Cruz2009-05-041-2/+1
| | | (bzr r7817)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* 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)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-1/+2
| | | (bzr r6964)
* Fixed missing EOL at end of file.Jon A. Cruz2008-12-041-1/+1
| | | (bzr r6937)
* Fixed file final EOLJon A. Cruz2008-12-041-1/+1
| | | (bzr r6936)
* Merge from fe-movedTed Gould2008-11-216-28/+27
| | | (bzr r6891)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-162-6/+3
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-3/+0
| | | (bzr r6046)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-2/+1
| | | (bzr r5611)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-2/+2
| | | (bzr r5594)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
| | | (bzr r5299)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+9
| | | (bzr r5206)
* Minor cleanupJon A. Cruz2007-11-111-5/+5
| | | (bzr r4056)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-232-4/+10
| | | (bzr r2745)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-13/+13
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-169-0/+913
(bzr r1)