summaryrefslogtreecommitdiffstats
path: root/src/text-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged trunkAdrian Boguszewski2016-08-031-2/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
| | | | | | (bzr r14954.1.21)
* | Last part of new SPObject children listAdrian Boguszewski2016-07-141-5/+5
| | | | | | (bzr r14954.1.20)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+3
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-19/+20
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-12/+12
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-12-071-8/+8
| | | (bzr r14509)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-1/+2
| | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
* more cast cleanupMarc Jeanmougin2015-02-271-4/+4
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-5/+5
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-20/+20
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-47/+36
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-10/+10
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-13/+13
| | | (bzr r13817)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-7/+7
| | | (bzr r13809)
* Fix for bug #1057494 (Remove Manual Kerns hides the selected text).Nicolas Dufour2014-01-041-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1057494 (bzr r12880)
* more string leaksJohan B. C. Engelen2013-09-301-2/+6
| | | (bzr r12642)
* fix another g_strdup memleakJohan B. C. Engelen2013-09-301-2/+2
| | | (bzr r12635)
* Minor warning and dead code cleanup.Jon A. Cruz2013-01-131-12/+0
| | | (bzr r12018)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-5/+5
| | | | | they are not used elsewhere. (bzr r11735)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+5
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-38/+38
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-38/+38
| | | | | | (bzr r10064)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-24/+25
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-24/+25
| |\ | | | | | | (bzr r9945.1.1)
| | * 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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* / Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-7/+6
|/ | | (bzr r9508.1.45)
* 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)