| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -8/+8 |
| | | | | (bzr r14509) | ||||
| * | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -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 cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| | | | | (bzr r13922.1.10) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -20/+20 |
| | | | | (bzr r13922.1.5) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -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.h | Liam P. White | 2014-12-21 | 1 | -10/+10 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -13/+13 |
| | | | | (bzr r13817) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -7/+7 |
| | | | | (bzr r13809) | ||||
| * | Fix for bug #1057494 (Remove Manual Kerns hides the selected text). | Nicolas Dufour | 2014-01-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1057494 (bzr r12880) | ||||
| * | more string leaks | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+6 |
| | | | | (bzr r12642) | ||||
| * | fix another g_strdup memleak | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+2 |
| | | | | (bzr r12635) | ||||
| * | Minor warning and dead code cleanup. | Jon A. Cruz | 2013-01-13 | 1 | -12/+0 |
| | | | | (bzr r12018) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -5/+5 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -4/+5 |
| | | | | (bzr r10461) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -38/+38 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -38/+38 |
| | | | | | | | (bzr r10064) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -24/+25 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -24/+25 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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 trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -7/+6 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | fix font size jump when unflowing flowed text | bulia byak | 2009-02-24 | 1 | -0/+7 |
| | | | | (bzr r7357) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -4/+4 |
| | | | | (bzr r7032) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | Fixing z-order problem on flowed text -> text. See LP#233830 | Mike Pittman | 2008-05-22 | 1 | -1/+1 |
| | | | | (bzr r5735) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+5 |
| | | | | (bzr r4629) | ||||
| * | fix bug 168751 (sf1749738) | bulia byak | 2007-12-30 | 1 | -1/+1 |
| | | | | (bzr r4340) | ||||
| * | removing kerns also trims multi-value x attribute; allow it to work on ↵ | bulia byak | 2007-07-23 | 1 | -3/+19 |
| | | | | | | tspans as well (bzr r3280) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+3 |
| | | | | (bzr r2723) | ||||
| * | fix crash 1640798 | bulia byak | 2007-01-24 | 1 | -0/+4 |
| | | | | (bzr r2275) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -9/+14 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | Fix 1633473 (Crash on "Convert to Text") | gustav_b | 2007-01-11 | 1 | -1/+21 |
| | | | | (bzr r2186) | ||||
| * | patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed text | bulia byak | 2007-01-08 | 1 | -19/+107 |
| | | | | (bzr r2158) | ||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -5/+5 |
| | | | | (bzr r1767) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -5/+10 |
| | | | | (bzr r1315) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -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 Spike | 2006-02-05 | 1 | -2/+19 |
| | | | | (bzr r83) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+390 |
| (bzr r1) | |||||
