summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding some documentation for things related to markersBryce Harrington2006-11-181-4/+15
| | | (bzr r1985)
* separate updating window from updating layersbulia byak2006-11-186-2/+10
| | | (bzr r1984)
* update layers after effectbulia byak2006-11-181-0/+1
| | | (bzr r1983)
* remove g++ 4.1.1 compiler errorsBob Jamison2006-11-182-5/+5
| | | (bzr r1980)
* extend the range of cap rounding, rename it to make more sensebulia byak2006-11-181-2/+2
| | | (bzr r1979)
* correct the cap rounding in the temporary (red) shapebulia byak2006-11-181-4/+8
| | | (bzr r1978)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-1810-38/+594
| | | (bzr r1977)
* enable Enter to activate filedialogsbulia byak2006-11-181-3/+3
| | | (bzr r1973)
* Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵Bob Jamison2006-11-171-84/+0
| | | | | has evolved enough that we don't need it any more. (bzr r1970)
* Slight include tweakBob Jamison2006-11-161-1/+1
| | | (bzr r1962)
* change include to not interfere with other instances of uri.hBob Jamison2006-11-161-1/+1
| | | (bzr r1961)
* cleanup filter handling, fix hreffing, implement release and modified signal ↵bulia byak2006-11-162-40/+90
| | | | | listening for filters (fixes numerous crashes) (bzr r1960)
* Fix non-basenamesBob Jamison2006-11-151-1/+3
| | | (bzr r1956)
* More compile error cleanupBob Jamison2006-11-155-27/+30
| | | (bzr r1955)
* Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵Bob Jamison2006-11-1527-340/+259
| | | | | places where C++ is stricter than C. (bzr r1954)
* removed obsolete -G option from main.cpp and therefore from '--help' outputAlexandre Prokoudine2006-11-141-9/+0
| | | (bzr r1952)
* redesign the dialog into 3 tabs, rewrite most texts, increase preview sizebulia byak2006-11-141-145/+129
| | | (bzr r1951)
* no need to list win32 stuff here?bulia byak2006-11-141-12/+1
| | | (bzr r1950)
* remove debug outputbulia byak2006-11-141-2/+0
| | | (bzr r1949)
* patch 1591723 for extra tracing parametersbulia byak2006-11-143-18/+143
| | | (bzr r1948)
* patch for emf export on win32bulia byak2006-11-136-2/+2242
| | | (bzr r1947)
* fix another crash on exit caused by trying to do stuff when canvas is no morebulia byak2006-11-131-0/+3
| | | (bzr r1946)
* fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom ↵bulia byak2006-11-131-0/+1
| | | | | out from max zoom with slow redraw (bzr r1945)
* remove default minsize for creating bitmapbulia byak2006-11-131-1/+1
| | | (bzr r1944)
* factor out retrieving export hints from selection and document; use that for ↵bulia byak2006-11-133-65/+120
| | | | | create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function (bzr r1943)
* remove warning - it's normalbulia byak2006-11-121-1/+0
| | | (bzr r1938)
* ok, fix another crash caused by GTK's broken spinbuttonsbulia byak2006-11-121-1/+8
| | | (bzr r1937)
* allow union on a single object for the purpose of removing self overlapsAaron Spike2006-11-101-1/+1
| | | (bzr r1935)
* disable "experimental" Cairo PDF output for nowMenTaLguY2006-11-101-0/+2
| | | (bzr r1934)
* "fix" gradients; things need to be resolved on the Cairo side, of courseMenTaLguY2006-11-101-4/+4
| | | (bzr r1933)
* fix alpha compositing in PDF exportMenTaLguY2006-11-101-13/+17
| | | (bzr r1932)
* jettison old PDF exportMenTaLguY2006-11-107-2250/+0
| | | (bzr r1930)
* undo annotationsgustav_b2006-11-082-4/+2
| | | (bzr r1926)
* us spellingbulia byak2006-11-071-2/+2
| | | (bzr r1925)
* spelling, view menu rearrangement, swatches moved to viewbulia byak2006-11-071-14/+12
| | | (bzr r1921)
* implement select next/prev in gradient tool as wellbulia byak2006-11-063-14/+26
| | | (bzr r1919)
* implement select next/prev as verbsbulia byak2006-11-061-12/+0
| | | (bzr r1918)
* implement select next/prev as verbsbulia byak2006-11-065-42/+27
| | | (bzr r1917)
* Applied patch to disable the pressure sensitivity for those people that have Jon Phillips2006-11-064-2/+10
| | | | | | | | | problems and added new author to our authors file: https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308 Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc... (bzr r1911)
* When canvas cannot update quickly, ensure that nodes being dragged will stay ↵John Bintz2006-11-052-17/+45
| | | | | selected. (bzr r1904)
* add diagonals, fix shape conversionbulia byak2006-11-051-2/+10
| | | (bzr r1902)
* display images as rects in Outline modebulia byak2006-11-053-28/+78
| | | (bzr r1901)
* enable Affichebulia byak2006-11-051-7/+5
| | | (bzr r1900)
* fix crash reported by Vladimir Savicbulia byak2006-11-051-1/+1
| | | (bzr r1899)
* add (outline) to window title when in outline modebulia byak2006-11-041-2/+11
| | | (bzr r1897)
* update window title when switching display modebulia byak2006-11-041-0/+4
| | | (bzr r1896)
* store display mode in desktop toobulia byak2006-11-041-0/+2
| | | (bzr r1895)
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-042-2/+14
| | | (bzr r1894)
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
| | | (bzr r1891)
* enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to ↵bulia byak2006-11-031-4/+4
| | | | | finish) to the statusbar (bzr r1890)