summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* make the alt-drag profile symmetricbulia byak2007-11-291-1/+1
* Fix Bug #172582 crash when dragging line with mouseJohan B. C. Engelen2007-11-281-7/+7
* Remove debug messagesJohan B. C. Engelen2007-11-281-2/+0
* use size_t for comparison with strlen() to be more portableBob Jamison2007-11-271-1/+1
* Excised unneeded windows include that slipped in by mistake.gorodish2007-11-271-4/+0
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-2611-82/+121
* Don't snap the smooth nodes of a pathDiederik van Lierop2007-11-261-4/+20
* Undo compile breakJon A. Cruz2007-11-261-3/+4
* Fix for Bug #1823541: Added support for pasting bitmap data from the system c...gorodish2007-11-251-1/+59
* Export/Import text as text + some bug-fixes.Ulf Erikson2007-11-253-42/+522
* Warning cleanupJon A. Cruz2007-11-2525-266/+282
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-249-42/+373
* LPEbendpath fix: save widthfactor parameter ofcourse doh!Johan B. C. Engelen2007-11-232-3/+5
* LPE add experimental width control to bend path!Johan B. C. Engelen2007-11-232-11/+19
* Fix [ 1835591 ] Reproducible crash on opening the attached fileJohan B. C. Engelen2007-11-232-8/+30
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-222-9/+9
* The dialog to panel refactoring:gustav_b2007-11-2262-812/+819
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-212-31/+41
* rename path along path to Bend PathJohan B. C. Engelen2007-11-211-3/+3
* Also consider path nodes for snappingDiederik van Lierop2007-11-213-16/+6
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-214-56/+88
* fix gobble_key_events so it also handles release eventsbulia byak2007-11-211-3/+4
* patch 1833571: better handle calculation for nodes converted to smooth/symmbulia byak2007-11-211-9/+21
* correct another copy-paste error ;-)Maximilian Albert2007-11-201-1/+1
* Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen2007-11-202-6/+15
* correct copy-paste errorJohan B. C. Engelen2007-11-202-2/+2
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-208-87/+228
* add one fractional digit to zooms less than 10%bulia byak2007-11-191-2/+7
* 1) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop2007-11-186-43/+97
* rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIG...Johan B. C. Engelen2007-11-183-4/+4
* Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen2007-11-184-2/+18
* Make LPE Path along path behave more naturally. (fixes problems in moving a p...Johan B. C. Engelen2007-11-182-2/+8
* further work on the gtkmm exception problems in the file dialog/filedialogimp...Johan B. C. Engelen2007-11-181-2/+7
* Switched from directly using CairoOutputDev to using the poppler-glib APImiklosh2007-11-182-22/+25
* Improving snapping logic; more to followDiederik van Lierop2007-11-181-5/+21
* whitespaceJohan B. C. Engelen2007-11-171-3/+2
* Prevent CMS button from pinning space used by scrollbarsJon A. Cruz2007-11-171-0/+4
* Fix exception catching, to allow polymorphism. Note to all: always catch by r...Johan B. C. Engelen2007-11-173-11/+8
* Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...miklosh2007-11-171-0/+4
* 2geom: splice exceptions code from utils.h into exception.hJohan B. C. Engelen2007-11-178-86/+130
* fix compile warning with C++ style castJohan B. C. Engelen2007-11-171-1/+1
* Adding ICC Profiles in X supportJon A. Cruz2007-11-175-39/+791
* 2geom tryout: new exceptionsJohan B. C. Engelen2007-11-178-18/+77
* hopefully fix compile (#include <errno.h>Johan B. C. Engelen2007-11-161-0/+1
* fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen2007-11-166-48/+19
* Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen2007-11-164-25/+28
* make the order of buttons the same as that of menu commandsbulia byak2007-11-161-4/+4
* INX files: <option>, <_option>, <item> and <_item> now all work. The undersco...Johan B. C. Engelen2007-11-152-4/+6
* A pasted selection is supposed to snap to the grid, but this cannot work the ...Diederik van Lierop2007-11-143-70/+1
* Snap to intersections of line segmentsDiederik van Lierop2007-11-1413-63/+185