summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-19fix 167857bulia byak1-2/+4
2009-08-18patch from 289774bulia byak1-7/+2
2009-08-18fix for 415168bulia byak1-2/+2
2009-08-18patch by Alvin Penner for bug 415079bulia byak1-0/+2
2009-08-17fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak3-35/+72
2009-08-17fix remaining issues of bug 407893bulia byak1-1/+1
2009-08-17fix ctrl+arrow keys not working after startupbulia byak1-0/+2
2009-08-17some more ungrabbing neededbulia byak1-0/+9
2009-08-15* Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno1-1/+1
2009-08-14additional file for building nr-testtheAdib1-0/+1
2009-08-13fix 407893bulia byak1-6/+6
2009-08-13fix 376068bulia byak1-14/+16
2009-08-13fix 304018bulia byak1-17/+19
2009-08-13fix pulling out second handle when the segment was a linetobulia byak1-0/+2
2009-08-12Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour5-15/+45
2009-08-12Don't open 'Save as ...' dialog inside the application bundle on OS X when it...Maximilian Albert1-4/+6
2009-08-12Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour1-1/+20
2009-08-11Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine1-4/+4
2009-08-11Maximum value of alpha is 255 (not 256).Tavmjong Bah1-1/+1
2009-08-11patch 168780bulia byak6-0/+58
2009-08-10Add missing namespaces in win32 code (thanks to Yann Papouin for pointing thi...Maximilian Albert2-3/+3
2009-08-09Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert3-5/+6
2009-08-09Put #ifdefs around all code related to the so-called "new" ExportDialog (what...Maximilian Albert5-5/+16
2009-08-09Cleanup (remove unused variable; use generic function to determine the file e...Maximilian Albert2-2/+1
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert15-142/+254
2009-08-09When translating too many items, then don't use the bbox of the selection as ...Diederik van Lierop1-3/+3
2009-08-09When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop3-107/+153
2009-08-08add additional files for win32 distributiontheAdib2-1/+4
2009-08-07Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah3-29/+29
2009-08-07Clarify tooltipMaximilian Albert1-1/+1
2009-08-07Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert1-0/+6
2009-08-07Fix compile on windowsMaximilian Albert1-7/+7
2009-08-07Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ...Maximilian Albert8-49/+93
2009-08-07Fix buglet: In the Save dialog the file extension should be automatically upd...Maximilian Albert1-1/+2
2009-08-06Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2-6/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert333-1320/+1139
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce6-16/+21
2009-08-05xml/Document -> DocumentTreejohnce8-17/+21
2009-08-05SPDocument->Documentjohnce4-5/+5
2009-08-05Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as "ink...chriswombat3-3/+3
2009-08-05struct Document->class Documentjohnce2-1/+2
2009-08-05SPDocument->Documentjohnce2-4/+4
2009-08-05SPDocument->Documentjohnce58-179/+179
2009-08-05SPDocument->Documentjohnce48-122/+122
2009-08-05SPDocument->Documentjohnce16-47/+47
2009-08-05SPDocument->Documentjohnce46-143/+143
2009-08-05SPDocument->Documentjohnce158-622/+793
2009-08-03FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also so...theAdib1-2/+53
2009-08-02FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib1-10/+23
2009-08-02remember sticky_zoom toggle button stateThomas Holder1-1/+12