summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix 167857bulia byak2009-08-191-2/+4
| | | (bzr r8509)
* patch from 289774bulia byak2009-08-181-7/+2
| | | (bzr r8508)
* fix for 415168bulia byak2009-08-181-2/+2
| | | (bzr r8507)
* patch by Alvin Penner for bug 415079bulia byak2009-08-181-0/+2
| | | (bzr r8503)
* fix 396851: move absolutizing relative path (added by Ted) out of ↵bulia byak2009-08-173-35/+72
| | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500)
* fix remaining issues of bug 407893bulia byak2009-08-171-1/+1
| | | (bzr r8499)
* fix ctrl+arrow keys not working after startupbulia byak2009-08-171-0/+2
| | | (bzr r8498)
* some more ungrabbing neededbulia byak2009-08-171-0/+9
| | | (bzr r8497)
* * Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno2009-08-151-1/+1
| | | (bzr r8489)
* additional file for building nr-testtheAdib2009-08-141-0/+1
| | | (bzr r8487)
* fix 407893bulia byak2009-08-131-6/+6
| | | (bzr r8484)
* fix 376068bulia byak2009-08-131-14/+16
| | | (bzr r8483)
* fix 304018bulia byak2009-08-131-17/+19
| | | (bzr r8481)
* fix pulling out second handle when the segment was a linetobulia byak2009-08-131-0/+2
| | | (bzr r8479)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-125-15/+45
| | | | | by Adrian Johnson. (bzr r8473)
* Don't open 'Save as ...' dialog inside the application bundle on OS X when ↵Maximilian Albert2009-08-121-4/+6
| | | | | it is invoked for the first time (bzr r8472)
* Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour2009-08-121-1/+20
| | | (bzr r8469)
* Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine2009-08-111-4/+4
| | | (bzr r8468)
* Maximum value of alpha is 255 (not 256).Tavmjong Bah2009-08-111-1/+1
| | | (bzr r8467)
* patch 168780bulia byak2009-08-116-0/+58
| | | (bzr r8464)
* Add missing namespaces in win32 code (thanks to Yann Papouin for pointing ↵Maximilian Albert2009-08-102-3/+3
| | | | | this out) (bzr r8460)
* Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert2009-08-093-5/+6
| | | | | when trying to export files, dunno why) (bzr r8457)
* Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-095-5/+16
| | | | | (whatever that is) (bzr r8456)
* Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-092-2/+1
| | | | | extension) (bzr r8455)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-0915-142/+254
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* When translating too many items, then don't use the bbox of the selection as ↵Diederik van Lierop2009-08-091-3/+3
| | | | | a whole but instead use the closest corner of one of the individual bboxes instead. (bzr r8450)
* When snapping while translating, use the bounding box corners of each ↵Diederik van Lierop2009-08-093-107/+153
| | | | | selected item instead of the selection as a whole (fixes bug #404941) (bzr r8449)
* add additional files for win32 distributiontheAdib2009-08-082-1/+4
| | | (bzr r8447)
* Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah2009-08-073-29/+29
| | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438)
* Clarify tooltipMaximilian Albert2009-08-071-1/+1
| | | (bzr r8437)
* Report complete paths when doing an emergency save (closes LP #171392)Maximilian Albert2009-08-071-0/+6
| | | (bzr r8436)
* Fix compile on windowsMaximilian Albert2009-08-071-7/+7
| | | (bzr r8434)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-078-49/+93
| | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
* Fix buglet: In the Save dialog the file extension should be automatically ↵Maximilian Albert2009-08-071-1/+2
| | | | | updated when it is changed from the dropdown box. (bzr r8431)
* Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2009-08-062-6/+6
| | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-06333-1320/+1139
| | | | | which cannot be fixed easily. (bzr r8422)
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-056-16/+21
| | | (bzr r8420)
* xml/Document -> DocumentTreejohnce2009-08-058-17/+21
| | | (bzr r8417)
* SPDocument->Documentjohnce2009-08-054-5/+5
| | | (bzr r8416)
* Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵chriswombat2009-08-053-3/+3
| | | | | "inkscape" wasn't working (probably some obscure bug somewhere with a reserved name or similar). This fixes the problem where the About Inkscape menu item in Help had a broken image picture rather than the Inkscape logo (on Win32 at least). (bzr r8411)
* struct Document->class Documentjohnce2009-08-052-1/+2
| | | (bzr r8410)
* SPDocument->Documentjohnce2009-08-052-4/+4
| | | (bzr r8409)
* SPDocument->Documentjohnce2009-08-0558-179/+179
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-0548-122/+122
| | | (bzr r8407)
* SPDocument->Documentjohnce2009-08-0516-47/+47
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-0546-143/+143
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-05158-622/+793
| | | (bzr r8404)
* FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵theAdib2009-08-031-2/+53
| | | | | solved the case where filename is emphty (bzr r8399)
* FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib2009-08-021-10/+23
| | | (bzr r8387)
* remember sticky_zoom toggle button stateThomas Holder2009-08-021-1/+12
| | | | | use short side ratio instead of area ratio for sticky zoom (revise commit 21355) (bzr r8386)