summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-4/+3
| | | | | for the devs) (bzr r8960)
* Warning cleanup for char const*Jon A. Cruz2009-12-311-6/+4
| | | (bzr r8929)
* Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵Diederik van Lierop2009-12-301-1/+17
| | | | | replacing tabs by spaces, removing some commented lines (bzr r8925)
* utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-211-2/+8
| | | (bzr r8898)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-3/+2
| | | (bzr r7478)
* gcc warning cleanup:Felipe Corr??a da Silva Sanches2009-02-081-1/+1
| | | | | | warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
* Make all tools consider full parent transform (up to document, not just up ↵Thomas Holder2008-12-081-2/+4
| | | | | | | to root) See http://wiki.inkscape.org/wiki/index.php/ViewBoxToDo (bzr r6974)
* Merge from fe-movedTed Gould2008-11-211-1/+5
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-16/+16
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+8
| | | (bzr r6839)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Patch from codedread. Prevents rendering of title/desc/metadata elements in ↵Stephen Silver2008-07-081-1/+1
| | | | | text (fixes bug 238093). (bzr r6226)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-5/+4
| | | (bzr r5884)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen2007-11-161-1/+6
| | | (bzr r4092)
* Purged fill type enumJon A. Cruz2007-09-101-1/+1
| | | (bzr r3706)
* fix bug 1672619bulia byak2007-03-031-1/+4
| | | (bzr r2520)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-10/+13
| | | | | create methods to match DOM (bzr r2253)
* patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak2007-01-081-35/+21
| | | (bzr r2158)
* port the fix from sp-text.cpp rev 11260 to fix bug 1628173bulia byak2007-01-051-0/+12
| | | (bzr r2133)
* undo annotationsbulia byak2006-10-051-1/+1
| | | (bzr r1767)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* removing some gcc4.1 warnings the right wayRalf Stephan2006-05-301-4/+8
| | | (bzr r1082)
* revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan2006-05-301-8/+8
| | | (bzr r1081)
* use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan2006-05-291-8/+8
| | | (bzr r1061)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-4/+4
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* add stroke to bbox for flowtext toobulia byak2006-04-051-0/+15
| | | (bzr r429)
* minor changes to adjust strings for plural formsAndrius Ramanauskas2006-03-271-2/+2
| | | (bzr r308)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-3/+3
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-3/+3
| | | (bzr r134)
* implement par_indent in flowtext, no ui yet, done via first character's dxbulia byak2006-02-031-5/+30
| | | (bzr r67)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+681
(bzr r1)