| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -4/+4 |
| | | | | (bzr r11608.1.65) | ||||
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | (bzr r11608.1.63) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -18/+18 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -138/+11 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -39/+13 |
| | | | | | | | (bzr r12055) | ||||
| | * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+8 |
| | | | | | | | (bzr r11782) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -5/+5 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.48) | ||||
| * | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 2012-10-06 | 1 | -6/+6 |
| | | | | | | | (bzr r11608.1.46) | ||||
| * | | Fixed some virtual function calls in SPItem and SPUse that led to crashes as ↵ | Markus Engel | 2012-08-21 | 1 | -1/+6 |
| | | | | | | | | | | | they were not implemented in the base class. (bzr r11608.1.36) | ||||
| * | | Added "virtual pad" to SPUse. | Markus Engel | 2012-08-19 | 1 | -54/+116 |
| |/ | | | (bzr r11608.1.29) | ||||
| * | Adding checks to prevent null pointer dereferences | Kris De Gussem | 2012-05-04 | 1 | -3/+7 |
| | | | | (bzr r11325) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10830) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -8/+5 |
| | | | | (bzr r10582.1.5) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -11/+6 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -4/+4 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -15/+18 |
| | | | | (bzr r10347.1.21) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -53/+55 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -35/+37 |
| | | | | | | | (bzr r10064) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -18/+18 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -27/+32 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -27/+32 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -5/+5 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | 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) | ||||
| | * | | Fix Bug #675309 - crash when unlinking an orphaned clone | Adonis Papaderos | 2010-11-25 | 1 | -1/+1 |
| | |/ | | | | | (bzr r9917.2.1) | ||||
| * / | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+0 |
| |/ | | | (bzr r9508.1.45) | ||||
| * | Fix wrong bbox upon selecting clones of horizontal/vertical lines (related ↵ | Johan B. C. Engelen | 2010-04-27 | 1 | -1/+8 |
| | | | | | | | | | to bug #318726) Fixed bugs: - https://launchpad.net/bugs/318726 (bzr r9385) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8404) | ||||
| * | suppress warnings caused by an orphaned clone, which is legit even if useless | bulia byak | 2009-03-09 | 1 | -3/+5 |
| | | | | (bzr r7445) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -5/+5 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -1/+1 |
| | | | | (bzr r7032) | ||||
| * | NR -> 2geom some headers in src/ | Joshua L. Blocher | 2008-12-04 | 1 | -7/+7 |
| | | | | (bzr r6935) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -6/+8 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -16/+16 |
| | | | | (bzr r6884) | ||||
| * | properly detach SPObject from repr when deleting clone | bulia byak | 2008-09-20 | 1 | -1/+10 |
| | | | | (bzr r6857) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -5/+5 |
| | | | | (bzr r6839) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -2/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 |
| | | | | (bzr r5884) | ||||
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 1 | -2/+2 |
| | | | | (bzr r5594) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -8/+5 |
| | | | | (bzr r5149) | ||||
| * | Don't crash when the original of an SPUse can't be found. This sort of fixes ↵ | Maximilian Albert | 2008-02-22 | 1 | -2/+5 |
| | | | | | | LP 185734, but maybe further action would be appropriate (e.g., should we remove orphaned items from the xml tree in the first place?). (bzr r4821) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+4 |
| | | | | (bzr r4629) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -3/+3 |
| | | | | (bzr r4043) | ||||
| * | Fix for bug #1699198: snap nodes of clones | Diederik van Lierop | 2007-04-23 | 1 | -0/+18 |
| | | | | (bzr r2951) | ||||
| * | a better and more complete fix for 1690914 | bulia byak | 2007-03-30 | 1 | -2/+2 |
| | | | | (bzr r2785) | ||||
| * | fix 1690914 | bulia byak | 2007-03-30 | 1 | -1/+1 |
| | | | | (bzr r2784) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -2/+2 |
| | | | | (bzr r2723) | ||||
