a9ab2f2c7e
removed unused var and uneeded else
Bruno Heridet
2013-02-14 12:34:11 +00:00
3bd244a88f
removed bad paste
Bruno Heridet
2013-02-14 12:20:28 +00:00
5e68aefef8
fixed unit[s] typo in svgedit.units.convertUnit, added the corresponding test
Bruno Heridet
2013-02-14 12:18:13 +00:00
7f560c0ed1
minor change so we don't have two variables named "attrName" and "attrname", and make it more explicit that these are style-related attributes.
Waldir Pimenta
2013-02-13 17:21:13 +00:00
5dcdc76912
reorder namespaces (put all W3C ones first); align a few lines; tweak comments for consistency and clarity.
Waldir Pimenta
2013-02-13 17:09:12 +00:00
f43adb25fa
code readability/organization: move nsMap_ getter to immediately after it is created. make comment on nsRevMap_ more explicit.
Waldir Pimenta
2013-02-13 16:37:10 +00:00
4ddcc94f2f
Support smooth curve in real-time
Iseki Masaya (井関正也)
2013-02-13 16:10:15 +00:00
936d9cc362
Fix issue 1052: Properly parse the style attribute during sanitization
Jeff Schiller
2013-02-13 15:04:58 +00:00
bc84fac91b
Ack! Butterfingers.
Jacques Distler
2013-02-10 17:44:09 +00:00
7fe3d3ef2d
Fix Bug 1048 (foreignObject selection in Webkit)
Jacques Distler
2013-02-10 17:07:30 +00:00
9041ef9609
Fixed: ext-panning removes last created element
Luis Aguirre
2013-02-07 18:12:36 +00:00
197c62f7cd
Enable ext-panning extension
Luis Aguirre
2013-02-07 17:41:42 +00:00
3ad14a1e2a
Updating ext-panning to use svgEditor.setPanning() instead of svgEditor.setPan()
Luis Aguirre
2013-02-07 14:07:04 +00:00
167b502b67
Removing comments and updating wrong ones from ext-panning.js
Luis Aguirre
2013-02-07 14:00:11 +00:00
a16a490f5e
Adding Padding extension for tablet/mobile devices
Luis Aguirre
2013-02-07 13:57:55 +00:00
93950ca293
Change name from svgEditor.setPan to svgEditor.setPanning
Luis Aguirre
2013-02-07 13:55:23 +00:00
45389b6b94
Create setPan at svg-editor.js to let move the document without pressing any key or mouse button. Usefull for future tablet/mobile edition
Luis Aguirre
2013-02-07 11:47:17 +00:00
522b0d6f35
Fix for issue 1046: Firefox drag-and-drop bug with elements in scaled canvas
Luis Aguirre
2013-02-06 15:49:12 +00:00
f410e21006
Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2
Chance Roth
2013-01-18 18:05:41 +00:00
ec0b458fff
Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine.
Chance Roth
2013-01-18 18:04:17 +00:00
e5a32fc003
prettify the resulting zoom decimal
Rafael Couto
2013-01-17 11:05:06 +00:00
795eed4525
removed console.log
Rafael Couto
2013-01-17 10:58:40 +00:00
a4c4539117
fix mouse wheel scroll (in the right place this time!) //TODO(rafaelcastrocouto): User preference for shift key and zoom factor
Rafael Couto
2013-01-16 11:42:18 +00:00
bf0a0c991c
viewport meta tag should use , instead of ; no more error alerts in console
Rafael Couto
2013-01-16 10:35:54 +00:00
8823218968
fix - function already exist in other file (sorry about that!)
Rafael Couto
2013-01-16 00:31:32 +00:00
c659d36b88
correct some mistake
薄成文
2013-01-10 03:29:08 +00:00
fcdbbe7474
Mouse Wheel Zoom
Rafael Couto
2013-01-09 23:23:28 +00:00
89416b0ac6
Add a default autosave canvas to localstorage
Dale Harvey
2013-01-09 23:14:35 +00:00
944e652a01
pt-BR por rafaelcastrocouto v 1.0
Rafael Couto
2013-01-09 21:39:11 +00:00
b17b4c1548
Romanian ready for 2.6
Christian Tzurcanu
2012-12-05 10:59:23 +00:00
cf4c7c4f68
Testing translation via web interface to update documentation accordingly
Marc Laporte
2012-12-05 00:33:15 +00:00
bea865ae4f
fix for transparent color
Mark MacKay
2012-12-05 00:06:48 +00:00
fb7e0d6682
Changing Româneşte to Română (issue 1032)
Mark MacKay
2012-12-04 18:12:34 +00:00
9fdc9cf01b
Initiating some stigmergy (https://en.wikipedia.org/wiki/Stigmergy). Even if the version number is not readily visible anymore, everyone watching closely will get the signal that the time to release 2.6 is that much closer! :-)
Marc Laporte
2012-12-04 04:19:44 +00:00
5025411c13
larger grips for touch devices
Mark MacKay
2012-11-28 06:14:13 +00:00
b8c8b65024
correct 'use' behavior when dragging elements in webkit
Mark MacKay
2012-11-28 05:39:48 +00:00
c99f759d46
changing context now clears the selection
Mark MacKay
2012-11-28 05:02:46 +00:00
650fa70404
added zoomChanged to the embedded api, partial patch from RobertLeePlummerJr #973
Mark MacKay
2012-11-28 04:32:59 +00:00
6065268f32
fixing positioning of color picker
Mark MacKay
2012-11-28 02:08:13 +00:00
08e5405a41
interface optimizations for maximizing canvas area
Mark MacKay
2012-11-28 01:42:57 +00:00
79337bb3aa
Touch events for Image Library, issue 1008
Mark MacKay
2012-11-13 11:01:07 +00:00
7846230af9
Adding vectorEffect: non-scaling-stroke workaround to all of Webkit, since this bug has propagated to Safari 6 and Mobile Safari on iOS6
Mark MacKay
2012-11-13 10:37:24 +00:00
4cc9c7d0ec
Apply duopixel's patch for drag 'n drop image support (see issue 999). Also removed trailing spaces
Ahmad Syazwan
2012-10-22 10:47:50 +00:00
d7ad790024
Updating year of copyright
Marc Laporte
2012-09-16 18:22:56 +00:00
cfa0f0b697
Address issue 526: new file that is part of patch to handle touch events
Will Schleter
2012-07-21 11:06:01 +00:00
7f487a89b2
Address issue 526 - incorporate duopixel's patch to convert touch events to mouse events.
Will Schleter
2012-07-21 11:02:54 +00:00
36e0fbd2d5
Fix issue 934. Patch by adambender.
Ahmad Syazwan
2012-05-25 04:04:22 +00:00
db95f77300
Fix issue 964. Patch by bdkzero.
Ahmad Syazwan
2012-05-23 10:33:22 +00:00
a808ea61ef
Applying this logic to foreignObject leads to incorrect positioning of the grip for the element (displaced from its correct location by (x,y) ).
Jacques Distler
2012-05-22 12:05:25 +00:00
519859eaf8
fix XSS in editor/extensions/fileopen.php reported by Lukas Reschke <lukas@statuscode.ch>
Pavol Rusnak
2012-05-08 20:09:38 +00:00
3a0cfe1ce0
Add some tests for ChangeElementCommand by adambender from issue 936
Ahmad Syazwan
2012-04-03 02:59:51 +00:00
597176e2c1
Fix Firefox unit test for realz
Jeff Schiller
2012-03-31 18:04:10 +00:00
7e6a6e68a1
Rollback bad revision 2075
Jeff Schiller
2012-03-31 18:02:08 +00:00
b0aa96bdec
Fix a test failing in Firefox by decreasing the precision expected
Jeff Schiller
2012-03-31 17:55:01 +00:00
5c1227997b
Reformat unit test page. Add in dependencies for test1 (but they still do not run)
Jeff Schiller
2012-03-30 16:27:32 +00:00
dd29b6a054
Properly set MIME type for context menu tests
Jeff Schiller
2012-03-30 04:03:00 +00:00
2d74a7ace5
Fix regression due to earlier fix of issue 937
Ahmad Syazwan
2012-03-30 03:50:54 +00:00
f2c76b4b39
Fix issue 937
Ahmad Syazwan
2012-03-29 02:47:06 +00:00
168eed7944
Fix issue 874
Ahmad Syazwan
2012-03-26 13:33:48 +00:00
277e391108
Fix issue 929
Ahmad Syazwan
2012-03-26 11:53:12 +00:00
49d9bf34d9
Fix issue 904 for Chrome on linux
Ahmad Syazwan
2012-03-26 07:55:03 +00:00
c3f7b7541d
Fix issue 927 and issue 462. Patch by duopixel.
Ahmad Syazwan
2012-03-22 10:31:25 +00:00
c15e813afb
Fix issue 924 by calling jQ .attr() for empty object, which basically will return 'undefined' instead of 'this'
Ahmad Syazwan
2012-03-22 07:43:11 +00:00
70429df0cd
Fix issue 919, patch by duopixel. Also introduced browser.isMac
Ahmad Syazwan
2012-03-20 08:58:24 +00:00
8a576812f0
Uplift canvg to v1.1, which also fixes r928
Ahmad Syazwan
2012-03-20 04:57:23 +00:00
3ab630261f
Partial fix for issue 927 (patch by duopixel)
Jeff Schiller
2012-03-17 20:16:43 +00:00
7c949e2e17
Fix issue 925, patch by asyazwan
Jeff Schiller
2012-03-17 17:56:46 +00:00
aefa8a5061
Remove minified file as it is no longer used
Jeff Schiller
2012-03-17 17:46:40 +00:00
5786a1bc30
Patch for jquery.contextmenu.js. Add jquery.contextmenu.js to Closure compiler step in Makefile
Jeff Schiller
2012-03-17 17:45:28 +00:00
2b669ce556
Hopefully fix 889: adopt/import nodes and handle CDATA nodes (patch by asyazwan)
Jeff Schiller
2012-02-27 17:24:03 +00:00
0f85c54128
Potential fix for issue 889, importing problems by adding style element to whitelist (patch by asyazwan)
Jeff Schiller
2012-02-26 18:08:34 +00:00
e9cb4c2ce1
Fix Issue 909: editor-wide access to the show_save_warning bit (applied patch by adambender)
Jeff Schiller
2012-02-25 02:17:34 +00:00
c7635282f4
Fix Issue 907: Allow custom menu options (Apply patch from adambender)
Jeff Schiller
2012-02-25 02:13:18 +00:00
1d05b8340b
Second attempt to fix bug 904 by asyazwan
Jeff Schiller
2012-02-23 04:13:59 +00:00
53b1c45ed9
Fix bug 904: Chrome Windows crashing
Jeff Schiller
2012-02-23 03:11:28 +00:00
dfc67588dc
Update to jQuery and jQuery-UI latest
Jeff Schiller
2012-02-23 02:48:21 +00:00
9c2148a983
Fixes issue with r2045 that prevented selecting text in various controls
Adrian Jones
2011-10-14 15:07:24 +00:00
4cc0e5c78d
Fix regression (drawing of zoomed paths) from rev 1826.
Jacques Distler
2011-10-01 04:41:14 +00:00
1c11da64a4
Extra part to undesirable selection patch
Adrian Jones
2011-09-30 14:50:00 +00:00
f1fcca06a8
Patch for preventing undesirable selection of tool buttons. For example if ctrl-a is pressed.
Adrian Jones
2011-09-30 14:37:52 +00:00
7c69f04d21
add 2.5 changes to CHANGES, change license to MIT
Pavol Rusnak
2011-09-29 14:56:00 +00:00
718d377a98
Fixed flyout menus sometimes getting stuck partially closed (Issue 856).
Peter Reid
2011-09-24 23:38:47 +00:00
25c6faf0e8
Commit patch for Issue 840, duplicate shortcut key for D
Jeff Schiller
2011-09-23 00:05:16 +00:00
53fbb25328
Check in James Wright's patch for proper zooming of the background image
Jeff Schiller
2011-09-22 23:58:12 +00:00
6b1483446b
Some MathML3 attributes for the Sanitizer (to match itex2MML 1.4.7)
Jacques Distler
2011-09-11 04:15:15 +00:00
c19b88c509
added ext-server_moinsave.js extension by Reimar (Issue 821)
Pavol Rusnak
2011-07-27 15:39:43 +00:00
364b0a61ae
-More null checks for alternative interfaces
Jacob Brookover
2011-07-07 17:36:58 +00:00
f85d4b9e88
-null element checks for alternative HTML interfaces
Jacob Brookover
2011-06-24 16:28:34 +00:00
7220cd1079
add files for creating chrome webstore app
Pavol Rusnak
2011-06-01 12:53:49 +00:00
1c38606a34
Fixed Issue 760: Drawing with an imported Image selected sets default stroke and fill to none
Alexis Deveria
2011-03-09 20:00:49 +00:00
3f54e9d5e2
Fixed Issue 784: Allow extensions to set font color
Alexis Deveria
2011-03-09 18:55:48 +00:00
582b249a97
Move recalcRotatedPath() into path.js
Jeff Schiller
2011-03-07 18:26:12 +00:00
13cee8b672
Tiny bit of refactoring. Tentative removal of selectedBBoxes from svgcanvas.js
Jeff Schiller
2011-02-24 16:13:26 +00:00