summaryrefslogtreecommitdiffstats
path: root/src/application (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski9-915/+0
(bzr r9828)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-3/+3
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2-15/+15
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-7/+7
(bzr r8406)
2009-08-05SPDocument->Documentjohnce1-8/+8
(bzr r8405)
2009-05-04Implement warning of prior errors.Jon A. Cruz1-2/+1
(bzr r7817)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
rather than for every subdirectory. (bzr r7336)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-1/+3
sub-libs of inkscape. (bzr r7120)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-0/+1
reduce linking stage command for windows. (bzr r7100)
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-1/+2
(bzr r6964)
2008-12-04Fixed missing EOL at end of file.Jon A. Cruz1-1/+1
(bzr r6937)
2008-12-04Fixed file final EOLJon A. Cruz1-1/+1
(bzr r6936)
2008-11-21Merge from fe-movedTed Gould6-28/+27
(bzr r6891)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski2-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)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-3/+0
(bzr r6046)
2008-05-06Cmake: Fix some undefined function callsJoshua L. Blocher1-2/+1
(bzr r5611)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-2/+2
(bzr r5594)
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
(bzr r5299)
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+9
(bzr r5206)
2007-11-11Minor cleanupJon A. Cruz1-5/+5
(bzr r4056)
2007-11-02warning cleanupJon A. Cruz1-1/+1
(bzr r4012)
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder1-3/+3
%.$(OBJEXT) instead of %.o. (bzr r3726)
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY2-4/+10
(bzr r2745)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-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)