summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-27From trunkTed Gould1-145/+148
2008-10-11Merging from trunkTed Gould1-8/+8
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-0/+124
2008-09-21fix crash: desktop->selection was not deleted when desktop is destroyedbulia byak1-0/+5
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-38/+45
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-42/+42
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-2/+0
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-10/+10
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-08-01replace matrix division code.Johan B. C. Engelen1-2/+1
2008-07-19a better way to make cursor change immediate; of course this trick is not doc...bulia byak1-7/+2
2008-06-18add commentary about temporary canvas items.Johan B. C. Engelen1-4/+12
2008-06-13Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz1-0/+26
2008-05-31wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...Stephen Silver1-0/+10
2008-04-01move temporary canvas items to bottom by default. maybe fixes interfering of ...Johan B. C. Engelen1-1/+6
2008-03-31implement filter toggleMenTaLguY1-21/+15
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-7/+8
2008-03-15Split data mode apart from UI and added button trackersJon A. Cruz1-0/+4