summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating tests for attributes now supportedBryce Harrington2007-01-131-33/+33
| | | (bzr r2206)
* long is not always the same size from arch to arch: causing amd64 ↵Kees Cook2007-01-131-2/+2
| | | | | svg/test-svg failures (bzr r2203)
* fixes for style-test prefs crashesKees Cook2007-01-134-0/+10
| | | (bzr r2202)
* full correction for rest of test buildsKees Cook2007-01-133-6/+17
| | | (bzr r2201)
* stub out heavy routines during svg testsKees Cook2007-01-133-4/+69
| | | (bzr r2200)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-134-17/+18
| | | (bzr r2198)
* Fixed bug where offset was not written to XML when stop was added.Johan B. C. Engelen2007-01-121-0/+1
| | | (bzr r2197)
* fix by jasper for bug 1631016bulia byak2007-01-121-23/+27
| | | (bzr r2195)
* fix 1633451: mark the help commands as not needing the document and avoid ↵bulia byak2007-01-123-19/+50
| | | | | saving/reading/parsing errors when running them (bzr r2194)
* fixing the rest of packaging bug missing files 1632894theAdib2007-01-113-3/+7
| | | (bzr r2189)
* fixing win32 part of packaging bug [ 1632894 ] files missing from 0.45pre0 ↵theAdib2007-01-111-0/+4
| | | | | tarball (bzr r2188)
* Fix 1633473 (Crash on "Convert to Text")gustav_b2007-01-111-1/+21
| | | (bzr r2186)
* lessen the overkill nature of whiteboard's QuitBob Jamison2007-01-111-1/+4
| | | (bzr r2183)
* fix 1632748bulia byak2007-01-111-2/+1
| | | (bzr r2179)
* patch 1632843bulia byak2007-01-111-1/+1
| | | (bzr r2178)
* Small typofix.Colin Marquardt2007-01-101-1/+1
| | | (bzr r2176)
* remove duplicate includebulia byak2007-01-101-2/+0
| | | (bzr r2172)
* fix 1630485, add some keysbulia byak2007-01-101-0/+7
| | | (bzr r2171)
* Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington2007-01-101-5/+7
| | | | | | defined. Fixes bug 1631906. (bzr r2170)
* Gradient colors are recalculated when style or offset changes of stops. (for ↵Johan B. C. Engelen2007-01-081-1/+5
| | | | | | | example when selecting a color in a swatch) Now changing colors is interactive. (bzr r2164)
* :) Wrong line Josh :DJohan B. C. Engelen2007-01-081-1/+2
| | | (bzr r2161)
* from Johan - fixes a memory leakJosh Andler2007-01-081-0/+1
| | | (bzr r2160)
* patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak2007-01-085-59/+144
| | | (bzr r2158)
* fix 1517414bulia byak2007-01-081-1/+4
| | | (bzr r2157)
* fix 1630193bulia byak2007-01-081-4/+10
| | | (bzr r2156)
* Fix for 1502439, annoying GTK warning: "Gtk-CRITICAL **: gtk_style_detach: ↵gustav_b2007-01-071-0/+2
| | | | | assertion:style->" (bzr r2152)
* force full redraw every 5 interruptions when dragging knots; disconnect knot ↵bulia byak2007-01-071-0/+18
| | | | | signals when destroying dragger (bzr r2151)
* Reverting revision 13615Johan B. C. Engelen2007-01-078-223/+119
| | | (bzr r2150)
* Gradient nodes progress...Johan B. C. Engelen2007-01-078-119/+223
| | | (bzr r2148)
* use relaytool to weak link libsslAaron Spike2007-01-072-9/+65
| | | (bzr r2146)
* Fixed crash when doing a boolean union when nothing is selected.Johan B. C. Engelen2007-01-071-3/+8
| | | (bzr r2145)
* comment on possible optimizationbulia byak2007-01-071-1/+4
| | | (bzr r2144)
* when bailing out on update due to missing curve or style, don't forget to ↵bulia byak2007-01-071-4/+6
| | | | | update item->bbox; fixes 1623869 (bzr r2143)
* Using translator-creditsLuca Bruno2007-01-071-95/+4
| | | (bzr r2142)
* Added an option for axonometric-grid enabling. It's off per default.Johan B. C. Engelen2007-01-071-1/+3
| | | (bzr r2141)
* Cleans it from //#ifndef WIN32Johan B. C. Engelen2007-01-061-2/+0
| | | (bzr r2140)
* Small edits to copyright info.Johan B. C. Engelen2007-01-066-6/+14
| | | (bzr r2139)
* Special #ifdef win32 code to enable Dialogs on Top for windows. Note the ↵Johan B. C. Engelen2007-01-067-14/+55
| | | | | removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! (bzr r2138)
* robustize remembering the dragged segment - store node number, not pointer; ↵bulia byak2007-01-054-4/+14
| | | | | fixes crash 1505549 (bzr r2134)
* port the fix from sp-text.cpp rev 11260 to fix bug 1628173bulia byak2007-01-051-0/+12
| | | (bzr r2133)
* patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone ↵bulia byak2007-01-051-8/+12
| | | | | selection in transformed group (bzr r2132)
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ↵bulia byak2007-01-051-0/+4
| | | | | a special treatment) (bzr r2131)
* Committed patch [ 1591411 ] [PATCH] Paths w/ spaces need to have double quotesJohan B. C. Engelen2007-01-041-2/+2
| | | (bzr r2130)
* Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the ↵Johan B. C. Engelen2007-01-041-3/+34
| | | | | actual problem was that Windows defaults to not displaying extensions >< (bzr r2129)
* Fix 1593499 (Tablet cursor drift when dragging bezier).gustav_b2007-01-041-3/+18
| | | (bzr r2127)
* Fixed and disabled extra debugging routines in pixblock scaler and transformerNiko Kiirala2007-01-042-4/+4
| | | (bzr r2126)
* Added bitmap transformer to fix blur with rotation and non-uniform scalingNiko Kiirala2007-01-034-9/+216
| | | (bzr r2125)
* Fixed [ 1610944 ] Text dialog discard style and crashJohan B. C. Engelen2007-01-021-13/+18
| | | (bzr r2124)
* Fixed bug [ 1610103 ]: font-size px unit missing after font family changeJohan B. C. Engelen2007-01-021-2/+2
| | | (bzr r2123)
* Fix for bug 1620741: strtof replaced.Hugo Rodrigues2007-01-011-2/+2
| | | (bzr r2121)