summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix 304018bulia byak2009-08-131-17/+19
* fix pulling out second handle when the segment was a linetobulia byak2009-08-131-0/+2
* Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour2009-08-125-15/+45
* Don't open 'Save as ...' dialog inside the application bundle on OS X when it...Maximilian Albert2009-08-121-4/+6
* Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour2009-08-121-1/+20
* Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine2009-08-111-4/+4
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
* patch 168780bulia byak2009-08-116-0/+58
* Add missing namespaces in win32 code (thanks to Yann Papouin for pointing thi...Maximilian Albert2009-08-102-3/+3
* Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert2009-08-093-5/+6
* Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert2009-08-095-5/+16
* Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert2009-08-092-2/+1
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert2009-08-0915-142/+254
* When translating too many items, then don't use the bbox of the selection as ...Diederik van Lierop2009-08-091-3/+3
* When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop2009-08-093-107/+153
* add additional files for win32 distributiontheAdib2009-08-082-1/+4
* Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah2009-08-073-29/+29
* Clarify tooltipMaximilian Albert2009-08-071-1/+1
* Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert2009-08-071-0/+6
* Fix compile on windowsMaximilian Albert2009-08-071-7/+7
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert2009-08-078-49/+93
* Fix buglet: In the Save dialog the file extension should be automatically upd...Maximilian Albert2009-08-071-1/+2
* Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2009-08-062-6/+6
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-06333-1320/+1139
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-056-16/+21
* xml/Document -> DocumentTreejohnce2009-08-058-17/+21
* SPDocument->Documentjohnce2009-08-054-5/+5
* Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as "ink...chriswombat2009-08-053-3/+3
* struct Document->class Documentjohnce2009-08-052-1/+2
* SPDocument->Documentjohnce2009-08-052-4/+4
* SPDocument->Documentjohnce2009-08-0558-179/+179
* SPDocument->Documentjohnce2009-08-0548-122/+122
* SPDocument->Documentjohnce2009-08-0516-47/+47
* SPDocument->Documentjohnce2009-08-0546-143/+143
* SPDocument->Documentjohnce2009-08-05158-622/+793
* FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also so...theAdib2009-08-031-2/+53
* FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib2009-08-021-10/+23
* remember sticky_zoom toggle button stateThomas Holder2009-08-021-1/+12
* FIX 407115 test writing into file and throw exception upstream if neededtheAdib2009-08-021-1/+4
* Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...Diederik van Lierop2009-08-026-179/+225
* Snap guides to grids (fixes bug #170741)Diederik van Lierop2009-08-023-43/+37
* FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben2009-08-014-11/+32
* When switching context by pressing a key, while dragging to create a new shap...Diederik van Lierop2009-08-015-0/+83
* Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop2009-07-293-9/+23
* Fix for bug LP #383244 (patch by Hannes Hochreiner)Nicolas Dufour2009-07-291-3/+7
* Fix for bug #404488 by Yann PapouinDiederik van Lierop2009-07-291-1/+1
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-292-4/+1
* Fix for bug #396580 (non-ASCII characters not displayed correctly in the open...Nicolas Dufour2009-07-291-1/+4
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-282-6/+50
* Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ...Josh Andler2009-07-211-1/+0