Alexis Deveria
|
bb78010e84
|
Fixed issue 354: SHIFT-click or CTRL-click on an image opens image in new browser window
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1007 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-09 21:00:35 +00:00 |
Alexis Deveria
|
1986b452ed
|
Possibly fixed issue 353
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1006 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-09 20:16:40 +00:00 |
Alexis Deveria
|
9279ba0a1d
|
Added fix for Issue 349 (and 352) to trunk
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1005 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-09 19:06:28 +00:00 |
Alexis Deveria
|
df642b1500
|
Added support for translated text in svgcanvas.js, updated es, ja files, complete fr file by wormsxulla
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1004 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-08 19:38:14 +00:00 |
Alexis Deveria
|
161714b157
|
Updated lang.en.js
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1003 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-08 18:08:23 +00:00 |
Alexis Deveria
|
ed45a7b2fa
|
fixtransforms branch: Fixed issues 348, 349 and 350. Made multiplyMatrix() accept any amount of matrices as parameters. Improved BBox calculation on rotated groups
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@1002 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-08 15:01:47 +00:00 |
Alexis Deveria
|
fddc6f2b10
|
Removed language list from lang.en.js in favor of local-langage names in HTML file
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1001 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-07 21:16:13 +00:00 |
Alexis Deveria
|
bf1cd8606d
|
Updated lang.en.js file and added fixes to issues 346 and 347 to trunk
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1000 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-07 15:42:36 +00:00 |
Alexis Deveria
|
fecc1da764
|
Fixtransforms branch: Fixed issues 346 and 347, changed resetPathOrientation() to use transformPoint()
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@999 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-07 14:51:32 +00:00 |
Jeff Schiller
|
789c977594
|
fixtransforms branch: switch order of translate/scale conversion for groups. Also fixed bug where dragging multiple elements would strip off their rotation
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@998 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-05 16:21:18 +00:00 |
Alexis Deveria
|
4c66ccbabe
|
Made un-rotated child elements properly resize when resizing non-rotated groups
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@997 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-04 17:53:05 +00:00 |
Jeff Schiller
|
4b0d3b23d3
|
fixtransforms branch: Properly update rotation center
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@996 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-04 05:18:20 +00:00 |
Jeff Schiller
|
61d03c8cbf
|
fixtransforms branch: really fix rotations this time (I am not just trying to rack up revision numbers)
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@995 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-03 21:50:46 +00:00 |
Jeff Schiller
|
3cebabc86a
|
fixtransforms branch: Ensure rotations are re-centered
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@994 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-03 21:41:13 +00:00 |
Jeff Schiller
|
464b1580bf
|
fixtransforms branch: Another attempt to fix transforms on groups/ungrouped elements - mostly broken, still a work-in-progress
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@993 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-03 16:34:44 +00:00 |
Jeff Schiller
|
dba61fb803
|
Making a branch to fix transform problems in groups and ungrouped elements
git-svn-id: http://svg-edit.googlecode.com/svn/branches/fixtransforms@992 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-03 16:31:00 +00:00 |
Alexis Deveria
|
59c4f0c739
|
Fixed issue 345 and related attribute resets in FF bugs
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@991 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-03 16:15:07 +00:00 |
Alexis Deveria
|
9ff715bbe1
|
Fixed bug in last revision where new font didn't affect element
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@990 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-02 21:17:11 +00:00 |
Alexis Deveria
|
73f6b976a8
|
Fixed Issue 265: Allow selection of a user-defined font in the text dialog
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@989 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-02 20:09:36 +00:00 |
Jeff Schiller
|
c3fecc8bf9
|
More minor updates, comments
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@988 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-02 04:13:01 +00:00 |
Jeff Schiller
|
9a273558d6
|
Add a transformBox() helper function
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@987 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-02 03:54:02 +00:00 |
Alexis Deveria
|
d800f4b5f9
|
Updated control point link icon, fixed issue 344
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@986 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-01 21:23:18 +00:00 |
Alexis Deveria
|
5173ad7eea
|
Added option to link curved segment control points in pathedit mode
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@985 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-12-01 19:26:33 +00:00 |
Alexis Deveria
|
7cbb5ebddc
|
Fixed bug related to path reorientation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@984 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-30 21:33:37 +00:00 |
Alexis Deveria
|
37392020ce
|
Fixed Issue 342: Keyboard rotation broken
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@983 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-30 21:14:03 +00:00 |
Alexis Deveria
|
32c6096791
|
Fixed bug caused when serializing in Webkit
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@982 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-30 21:08:09 +00:00 |
Alexis Deveria
|
d5f867f0a8
|
Fixed issue 68 by adding Convert to Path button, also included Reorient Path button
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@981 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-30 19:14:23 +00:00 |
Alexis Deveria
|
474690f2a2
|
Fixed base64 decoder
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@980 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-30 14:05:20 +00:00 |
Alexis Deveria
|
ac19a9fe15
|
Added quick and dirty URL param source loader
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@979 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-25 21:10:48 +00:00 |
Alexis Deveria
|
2653ebdaad
|
Fixed main issue 339 problem by adding methods to convert elements to paths and re-orient rotated paths
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@978 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-25 19:35:06 +00:00 |
Jeff Schiller
|
04d0823eb4
|
Whitelist stroke/fill properties on groups to improve handling of arbitrary SVG
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@977 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-25 16:44:13 +00:00 |
Jeff Schiller
|
3481940e38
|
Update selector box to be a path, change selectors to be circles (for convenience). Getting closer to a fix for negative resizing
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@976 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-25 13:51:42 +00:00 |
Alexis Deveria
|
da6fb0a3cc
|
Fixed issue 339...for Firefox
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@975 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-24 15:43:57 +00:00 |
Alexis Deveria
|
da09855230
|
Fixed bug where source couldn't be saved in FF using a group
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@974 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-24 14:33:48 +00:00 |
Jeff Schiller
|
27064ff8da
|
Update some TODOs, comment out some no-longer needed code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@973 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-24 06:54:43 +00:00 |
Jeff Schiller
|
7b6a304520
|
Remove some logging debug code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@972 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-24 06:33:28 +00:00 |
Jeff Schiller
|
1387116be6
|
Fix rotation of resized groups for Firefox/WebKit, Opera still semi-broken
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@971 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-24 06:10:33 +00:00 |
Jeff Schiller
|
11ed30d303
|
Fix more of Issue 338: rotations in opera do not collapse scales now
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@970 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-23 17:39:01 +00:00 |
Alexis Deveria
|
04ed475d6f
|
Fixed Issue 337: MouseUp on Rect selects Square (Opera)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@969 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-23 17:10:13 +00:00 |
Jeff Schiller
|
4bb363466f
|
Fix second problem of issue 338 by truly recalculating the new center from the bbox
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@968 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-23 16:24:01 +00:00 |
Kevin Kwok
|
e689ca3dcf
|
Fixed embed API
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@967 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-22 20:33:12 +00:00 |
Kevin Kwok
|
db5df84bcc
|
Embed communication protocol updated, embed api file added
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@966 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-22 20:13:06 +00:00 |
Jeff Schiller
|
ceb89dd557
|
Fix undo problem when moving rotated/resized groups due to global start_transform variable
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@965 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-22 03:45:18 +00:00 |
Jeff Schiller
|
f633ddeb11
|
Fix Issue 111: Finally got the math right for group transformations including translation, rotation, resizing. Still broken: Undo for transforming groups. Still massively broken: Ungrouping (Issue 204)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@964 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-22 00:50:09 +00:00 |
Alexis Deveria
|
1bd107b58b
|
Updated lang.en.js with latest changes (may still be some entries missing)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@963 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-20 19:23:09 +00:00 |
Alexis Deveria
|
03d2a3e32b
|
Fixed issue 266 by changing the viewBox to width/height on serialization
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@962 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-20 18:10:59 +00:00 |
Alexis Deveria
|
6d2729cf6b
|
Fixed issue 287 by adding x,y fields for freehand lines, paths and groups
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@961 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-20 17:17:55 +00:00 |
Alexis Deveria
|
2441b75477
|
Fixed issue 330 (rotation on zoom) and other small bug
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@960 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-20 15:40:05 +00:00 |
Alexis Deveria
|
afabb249cb
|
Made inverted resizing work for most elements. Selection boxes still need fixing, though
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@959 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-19 20:16:29 +00:00 |
Alexis Deveria
|
40cd489b4c
|
Fixed Opera rotation bug in Issue 330
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@956 eee81c28-f429-11dd-99c0-75d572ba1ddd
|
2009-11-19 16:08:16 +00:00 |