StalderT
97f0ff959b
Update lang.it.js
2015-12-01 12:05:40 +01:00
StalderT
97f27fa706
Update lang.is.js
2015-12-01 12:05:18 +01:00
StalderT
0cd931fdec
Update lang.id.js
2015-12-01 12:04:59 +01:00
StalderT
3af3537eee
Update lang.hu.js
2015-12-01 12:04:26 +01:00
StalderT
d213983acd
Update lang.hr.js
2015-12-01 12:04:06 +01:00
StalderT
64ff6434bd
Update lang.hi.js
2015-12-01 12:03:30 +01:00
StalderT
2ff1827c4c
Update lang.he.js
2015-12-01 12:02:34 +01:00
StalderT
3f97780057
Update lang.gl.js
2015-12-01 12:01:57 +01:00
StalderT
263098c544
Update lang.ga.js
2015-12-01 12:01:11 +01:00
StalderT
2cee136268
Update lang.fy.js
2015-12-01 12:00:44 +01:00
StalderT
c071c7c150
Update lang.fr.js
2015-12-01 11:53:09 +01:00
StalderT
e9f1de2057
Update lang.fi.js
2015-12-01 11:51:54 +01:00
StalderT
27c247e0ef
Update lang.fa.js
2015-12-01 11:51:29 +01:00
StalderT
59a4284487
Update lang.et.js
2015-12-01 11:51:00 +01:00
StalderT
1ebd7174b2
Update lang.es.js
2015-12-01 11:46:11 +01:00
StalderT
76f528eabe
Update lang.el.js
2015-12-01 11:39:11 +01:00
StalderT
26acb1429a
Update lang.de.js
2015-12-01 11:37:53 +01:00
StalderT
e7d8c34b6d
Update lang.da.js
2015-12-01 11:34:17 +01:00
StalderT
1da1a56db4
Update lang.cy.js
2015-12-01 11:33:45 +01:00
StalderT
aa9cd93bfe
Update lang.cs.js
2015-12-01 11:32:54 +01:00
StalderT
afcda71283
Update lang.ca.js
2015-12-01 11:32:15 +01:00
StalderT
de0ad3e91a
Update lang.bg.js
2015-12-01 11:31:37 +01:00
StalderT
8ecf951091
Update lang.be.js
2015-12-01 11:31:11 +01:00
StalderT
c76905325b
Update lang.ar.js
2015-12-01 11:29:45 +01:00
StalderT
6b13bd5978
Update lang.af.js
2015-12-01 11:28:54 +01:00
Jeff Schiller
d68c964588
Merge pull request #30 from progers/master
...
Fix icons in Safari due to a redefinition of the xmlns attribute
2015-11-30 20:45:03 -08:00
Philip Rogers
243aa04d67
Merge pull request #33 from StalderT/patch-2
...
Update lang.de.js
2015-11-30 11:28:59 -08:00
StalderT
9ab7917393
Update lang.de.js
2015-11-30 15:47:56 +01:00
StalderT
bdcd9fcb04
Update lang.fr.js
...
fix "delete" "move_down" "move_back" french translation
2015-11-30 15:46:28 +01:00
Philip Rogers
68580b5664
Fix icons in Safari due to a redefinition of the xmlns attribute
2015-11-29 17:59:28 -08:00
Philip Rogers
c5dadfbe77
Include upstream fix for shape editing: 11f7e5a958
2015-11-06 21:08:23 -08:00
Philip Rogers
7e3f9e037d
Add pathseg.js, a polyfill for the SVGPathSeg API
...
The SVGPathSeg API is being removed from the spec [1] and is being
removed in Chromium 47 [2]. I implemented a drop-in polyfill[3] so
svg-edit users are not broken as browsers migrate away from the
path seg api.
This patch simply imports the upstream pathseg.js and updates all
dependencies. With this change all tests pass in Chrome 46 (with
the path seg api), Chrome 47 (without the path seg api), and
there are no changes to tests in Safari 9.01 or Firefox 43. I
also manually tested svg-edit while developing the polyfill and
could not find any broken features.
[1] https://lists.w3.org/Archives/Public/www-svg/2015Jun/0044.html
[2] https://groups.google.com/a/chromium.org/d/msg/blink-dev/EDC3cBg9mCU/OvElJgOWCgAJ
[3] https://github.com/progers/pathseg
2015-11-04 19:25:30 -08:00
Jeff Schiller
b8fc4eef01
Merge pull request #13 from mynext/master
...
Added class support
2015-10-12 07:24:48 -07:00
Francesco Strappini
ce009a4581
Spacing like the code around
2015-09-27 09:01:04 +02:00
Francesco Strappini
1f11691c60
Added class support
2015-09-24 16:15:34 +02:00
Daniel Davis
9c45785cdd
Changed jQuery absolute link to HTTPS
...
This is needed to display icon buttons (and other functionality) in browsers that block mixed content.
2015-09-03 15:24:42 +09:00
Jeff Schiller
7008583b15
Merge pull request #2 from ibrierley/master
...
Fix of pathtool deleting path when moving ctrl points.
2015-07-15 07:54:30 -07:00
ibrierley
85a68c3f42
fixed indentation and extra vars
2015-07-15 13:02:03 +02:00
Brett Zamir
072ca75c94
Let's let config.js take advantage of all other head-loaded scripts like jquery-ui if useful
2015-07-09 18:24:35 -07:00
ibrierley
5bd4952a13
formatting
2015-07-06 12:44:36 +02:00
ibrierley
7d278dbfd8
formatting
2015-07-06 12:42:25 +02:00
ibrierley
92caa0a8d7
indentation
2015-07-06 12:39:41 +02:00
Ian
75dbd66561
Update path.js
2015-07-06 11:36:24 +01:00
ibrierley
fbbd740c79
fixed pathtool bug, where browsers would delete path with pathseg error in console. Worked around this by copying 'item' object, but could possibly be optimised further by only copying required pars of object
2015-07-06 12:21:37 +02:00
portablejim
692817d610
Fix delete element hover text in english locale file.
...
"Delete Layer" -> "Delete Element(s)"
2015-06-20 10:15:01 +10:00
portablejim
a62f7c1c5a
Make context menu group option work.
2015-06-16 18:17:52 +10:00
Brett Zamir
7a1273eb93
Strip trailing spaces
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2891 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-23 03:54:52 +00:00
Brett Zamir
0ac9754dbd
further indenting fixes
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2890 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-22 22:46:40 +00:00
Brett Zamir
35a44998bf
Apply Slovenian locale patches by jaka@freeapproved.com with a few fixes (use tab indents, fix JS object, update 2 outdated keys)
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2889 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-22 22:43:53 +00:00
Brett Zamir
e8a15a5582
Some error reporting in fileopen.php
...
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2888 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-06-13 15:38:20 +00:00