summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| | | (bzr r9546.1.4)
* New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-6/+6
| | | | | SPDocument based methods (bzr r9546.1.3)
* C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | (bzr r9546.1.2)
* This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* fix font size jump when unflowing flowed textbulia byak2009-02-241-0/+7
| | | (bzr r7357)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-4/+4
| | | (bzr r7032)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* Fixing z-order problem on flowed text -> text. See LP#233830Mike Pittman2008-05-221-1/+1
| | | (bzr r5735)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+5
| | | (bzr r4629)
* fix bug 168751 (sf1749738)bulia byak2007-12-301-1/+1
| | | (bzr r4340)
* removing kerns also trims multi-value x attribute; allow it to work on ↵bulia byak2007-07-231-3/+19
| | | | | tspans as well (bzr r3280)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-3/+3
| | | (bzr r2723)
* fix crash 1640798bulia byak2007-01-241-0/+4
| | | (bzr r2275)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-9/+14
| | | | | create methods to match DOM (bzr r2253)
* Fix 1633473 (Crash on "Convert to Text")gustav_b2007-01-111-1/+21
| | | (bzr r2186)
* patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak2007-01-081-19/+107
| | | (bzr r2158)
* undo annotationsbulia byak2006-10-051-5/+5
| | | (bzr r1767)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-5/+10
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-21/+21
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Warn user when attempting to put flowtext on path.Aaron Spike2006-02-051-2/+19
| | | (bzr r83)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+390
(bzr r1)