summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-33/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-24/+22
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-41/+16
2011-08-27Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski1-0/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-7/+7
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-10/+11
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-44/+45
2011-07-31Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...Jon A. Cruz1-20/+13
2011-07-30Memory leaks fix / code cleanupKris De Gussem1-0/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-7/+8
2011-06-24Switch to GObjectAlex Valavanis1-2/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+3
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+7
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-0/+3
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-1/+21
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-4/+4
2011-02-19Fix the zoom changed signal to no longer be sent out before the values have f...Jon A. Cruz1-1/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-28Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop1-1/+7
2010-08-11XML Privatisation Stuff after a long timeAbhishek Sharma public1-7/+12
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+1
2010-07-17More in XML privatisation with new create3DBox function and other supplements...Abhishek Sharma Public1-0/+22
2010-07-07Disabling Print Colors dialog due to lack of resolution from mailing list thr...Josh Andler1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-9/+9
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-8/+11
2010-04-04Coords: fix SPDesktop::point() methodKrzysztof Kosi??ski1-2/+2
2010-04-03Fix behavior when loading a documentKrzysztof Kosi??ski1-1/+0
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-8/+6
2010-03-02Cleanup on id access.Jon A. Cruz1-1/+1
2010-01-15Whitespace cleanup.Jon A. Cruz1-1/+1
2010-01-08C++-ification pass.Jon A. Cruz1-2/+4
2009-12-23Comment cleanupKrzysztof Kosi??ski1-5/+3
2009-12-11- new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches1-0/+3
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-65/+29
2009-10-25remove registerEditWidget, move this to SPDesktop::init instead; a noop chang...bulia byak1-1/+3
2009-09-21Patch by Adib for 238796Josh Andler1-7/+9
2009-08-23- fix bug #414142 (Moving path nodes twice is hard when snap is enabled)Diederik van Lierop1-1/+8
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-04-28Fix crash reported in bug #311737Diederik van Lierop1-45/+47
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-34/+0
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-4/+4
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-2/+1
2008-12-20object-snapper.cppThomas Holder1-1/+7
2008-11-21Merge from fe-movedTed Gould1-12/+9