| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -10/+10 |
| | | | | (bzr r10067) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -31/+27 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -4/+4 |
| | | | | | | | | | | | 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 | -3/+3 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | 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) | ||||
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -142/+8 |
| | | | | (bzr r8911) | ||||
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵ | Maximilian Albert | 2009-12-26 | 1 | -100/+153 |
| | | | | | | perspectives. (bzr r8910) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8404) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+1 |
| | | | | | | suggested parentheses (bzr r7252) | ||||
| * | More NR::Point ==> Geom::Point | Maximilian Albert | 2008-09-18 | 1 | -9/+9 |
| | | | | (bzr r6837) | ||||
| * | comments | Maximilian Albert | 2008-07-30 | 1 | -0/+7 |
| | | | | (bzr r6480) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -4/+3 |
| | | | | (bzr r5884) | ||||
| * | Patch from sas to avoid GC warning during vacuum defs (closes LP #236816) | Maximilian Albert | 2008-06-08 | 1 | -1/+0 |
| | | | | (bzr r5852) | ||||
| * | Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵ | John Faith | 2008-04-04 | 1 | -18/+21 |
| | | | | | | being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329) | ||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -28/+45 |
| | | | | (bzr r5122) | ||||
| * | If present, use existent perspective as default for new boxes when opening a ↵ | Maximilian Albert | 2008-03-06 | 1 | -0/+13 |
| | | | | | | document. (bzr r4978) | ||||
| * | Fix LP #196893 (weird snapping of 3D box Z handles) | Maximilian Albert | 2008-03-03 | 1 | -1/+1 |
| | | | | (bzr r4933) | ||||
| * | less arbitrary default perspective | bulia byak | 2008-02-27 | 1 | -3/+3 |
| | | | | (bzr r4875) | ||||
| * | Fix LP #194718 | Maximilian Albert | 2008-02-23 | 1 | -3/+3 |
| | | | | (bzr r4836) | ||||
| * | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 2008-02-22 | 1 | -32/+2 |
| | | | | (bzr r4824) | ||||
| * | Don't store perspectives in plain SVG | Maximilian Albert | 2008-02-17 | 1 | -1/+1 |
| | | | | (bzr r4755) | ||||
| * | Check for perspective in document defs (to avoid hanging/crashes after ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+21 |
| | | | | | | vacuum defs or when opening pre-0.46 documents); partly fixes LP #182031 (bzr r4461) | ||||
| * | fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵ | Johan B. C. Engelen | 2008-01-09 | 1 | -1/+1 |
| | | | | | | name clash on windows compile. (bzr r4437) | ||||
| * | Enable 3D box toolbar | Maximilian Albert | 2008-01-08 | 1 | -3/+4 |
| | | | | (bzr r4436) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | Recompute box corners relative to new perspective when merging persps (to ↵ | Maximilian Albert | 2007-12-26 | 1 | -8/+2 |
| | | | | | | prevent boxes from jumping randomly) (bzr r4311) | ||||
| * | noop: remove unused variable | Maximilian Albert | 2007-12-26 | 1 | -1/+0 |
| | | | | (bzr r4307) | ||||
| * | Fix bug #178004 [assert when saving as plain svg] | Maximilian Albert | 2007-12-26 | 1 | -4/+5 |
| | | | | (bzr r4302) | ||||
| * | Bug fix: prevent perspectives from being transformed more than once (by ↵ | Maximilian Albert | 2007-12-23 | 1 | -2/+98 |
| | | | | | | keeping track of selected boxes and their transformations). (bzr r4291) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-15 | 1 | -6/+6 |
| | | | | (bzr r4234) | ||||
| * | If necessary, split up perspectives when applying transformations to boxes; ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+32 |
| | | | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -0/+546 |
| this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | |||||
