9d68f75f3a
enhance UI
Pavol Rusnak
2009-06-10 08:59:08 +00:00
540115ed3b
Fix Issue 17: Add a contextual tool panel and changed the way the Delete tool works
Jeff Schiller
2009-06-10 04:44:59 +00:00
4e27f43026
Fix Issue 14: manual merge of text-enabled branch into trunk to enable text element creation/editing
Jeff Schiller
2009-06-10 03:12:19 +00:00
cd86b6520c
Sending state now works. Still some bugs in handling the state updates
Vidar Hokstad
2009-06-09 22:39:58 +00:00
6fda1f7d99
State send/update adapted from my earlier version - not completely working yet, but mostly there
Vidar Hokstad
2009-06-09 22:19:52 +00:00
8683c1f14a
Additional support for wave gadget state-exchange
Vidar Hokstad
2009-06-09 22:13:13 +00:00
d843eb92dd
keyboard handling (work in progress)
Pavol Rusnak
2009-06-09 13:28:37 +00:00
69eabb16b9
fixed CSS
Pavol Rusnak
2009-06-09 06:20:19 +00:00
064872de1e
Added broder to svgcanvas
Narendra Sisodiya
2009-06-09 06:12:57 +00:00
8fb76ac6f8
(hopefully) fixed odd behaviour in Firefox 2.x
Pavol Rusnak
2009-06-09 06:03:36 +00:00
882c59d800
update stroke-style in UI too
Pavol Rusnak
2009-06-08 16:28:48 +00:00
e55567b892
don't use setAttributeNS when setAttribute is enough
Pavol Rusnak
2009-06-08 15:05:12 +00:00
7d480a8df5
Fix Issue 8: Add tooltip to palette so that right-click capabilities is discoverable
Jeff Schiller
2009-06-08 13:10:23 +00:00
02de42049e
Remove debug alert, woops
Jeff Schiller
2009-06-08 12:55:55 +00:00
60c266b7f8
Fix to previous change so that the selected outline rect is not selectable
Jeff Schiller
2009-06-08 12:46:04 +00:00
2d38e17386
Fix moving elements without fill (using pointer-events:all), also this seems to fix the cursor issue in Opera
Jeff Schiller
2009-06-08 12:32:08 +00:00
ac9d093d82
use other form of static class definition
Pavol Rusnak
2009-06-08 09:08:45 +00:00
6c65abb188
moved base64 code into static class named Utils
Pavol Rusnak
2009-06-08 08:09:15 +00:00
d170302f39
Added a locally saveImage as base64 encoded
Narendra Sisodiya
2009-06-08 07:24:58 +00:00
7103e25a2f
Fix last bit of Issue 12: Show move cursor when hovering over visible elements in Select mode
Jeff Schiller
2009-06-08 02:55:15 +00:00
01fde3a807
Fix Issue 12: Ability to move elements around the canvas
Jeff Schiller
2009-06-08 02:17:07 +00:00
b071868af4
small details
Pavol Rusnak
2009-06-07 15:43:51 +00:00
897604b863
Return svgCanvas from the setup function for convenience
Vidar Hokstad
2009-06-07 15:07:57 +00:00
a96efbd6f9
Added comment about using the Google hosted jQuery
Vidar Hokstad
2009-06-07 15:04:55 +00:00
eda277720e
Initial commit - this versions is *not* currently working, and is in process of being adapted to the trunk vesion of SVG Edit
Vidar Hokstad
2009-06-07 15:03:22 +00:00
e9024ed4cc
The wave gadget can't rely on the editor initializing on the 'ready' event, so make it a function and handle the 'ready' event from the svg-editor.html file
Vidar Hokstad
2009-06-07 13:11:01 +00:00
7e9e85f9d3
add more mime-types
Pavol Rusnak
2009-06-07 11:33:30 +00:00
4d33fb925e
Added support for plugging in event handlers - will allow the wave gadget to receive state notifications without any wave specific code in the editor itself
Vidar Hokstad
2009-06-06 18:34:42 +00:00
d5ba10b166
Hoisting common code bits out of the mouseUp switch/case block
Vidar Hokstad
2009-06-06 17:53:38 +00:00
3aa51e81c3
Shortened some of the attribute setting code
Vidar Hokstad
2009-06-06 17:06:44 +00:00
09fb1d6c5c
Switched another id to use getId()
Vidar Hokstad
2009-06-06 13:21:45 +00:00
4aedad493b
add getters fix transparent handling in picker
Pavol Rusnak
2009-06-06 12:25:26 +00:00
979949da7a
forgot one line
Pavol Rusnak
2009-06-05 14:05:28 +00:00
f2d90fe0d3
replaced Farbtastic with jPicker, because of the license issues change license to Apache License v 2.0
Pavol Rusnak
2009-06-05 14:02:34 +00:00
c9e42a4783
Missed an id change
Vidar Hokstad
2009-06-05 13:20:04 +00:00
5d06fc70e8
Move id generation to a separate private method: getId() - this reduces the diff against the wave version considerably, as the wave version need to include the viewer id in the element id's to prevent them from clobbering eachothers new objects
Vidar Hokstad
2009-06-05 12:33:02 +00:00
d1df328cd3
Changed top.SvgCanvas to parent.SvgCanvas. Using top causes problems with having more than one canvas per browser window/tab
Vidar Hokstad
2009-06-05 12:23:24 +00:00
6799707fc7
Fix Issue 5: flyout menus collapse when color picker activated
Jeff Schiller
2009-06-05 00:15:17 +00:00
411f6d7aec
change dir layout
Pavol Rusnak
2009-06-04 22:16:59 +00:00
5fdd8ba9d7
it's enough to set opacity once :-)
Pavol Rusnak
2009-06-04 13:51:15 +00:00
3debc78945
control group, fill, stroke opacity
Pavol Rusnak
2009-06-04 13:43:58 +00:00
6543e7e872
fix last commit
Pavol Rusnak
2009-06-04 10:42:01 +00:00
936afe0c98
Issue 2 : Upon clicking a flyout menu, the other flyout menus should collapse, patch by codedread
Narendra Sisodiya
2009-06-04 07:13:31 +00:00
848ad0fc40
Tooltips mising from editor : patch by codedread,
Narendra Sisodiya
2009-06-04 07:01:16 +00:00
bf2738da8b
add README
Pavol Rusnak
2009-06-03 15:31:06 +00:00
050fac94c8
add project page
Pavol Rusnak
2009-06-03 15:08:51 +00:00
23badac757
make square/circle selecting more cooler :-)
Pavol Rusnak
2009-06-03 15:00:48 +00:00
d01e3497b5
improved design
Pavol Rusnak
2009-06-03 13:03:10 +00:00
cf317f0171
fix typo and change getFloatTrait to getAttribute
Pavol Rusnak
2009-06-03 08:51:50 +00:00
e7a483f029
don't add elements when not needed (eg. size = 0 x 0)
Pavol Rusnak
2009-06-03 08:41:25 +00:00
2255a31427
cleanup added elements in mouseUp
Pavol Rusnak
2009-06-02 16:40:33 +00:00
3f7f4165bf
added farbtastic color wheel
Pavol Rusnak
2009-06-02 12:52:44 +00:00
4b45e56dda
rename canvas to svgcanvas to avoid confusion
Pavol Rusnak
2009-06-02 11:09:49 +00:00
47dafac24c
added stroke style
Pavol Rusnak
2009-06-01 22:01:07 +00:00
750fce2357
rewritten to OOP
Pavol Rusnak
2009-06-01 21:24:30 +00:00
c00d1cf107
start with cleaning up the code
Pavol Rusnak
2009-06-01 17:35:22 +00:00
732f86cdab
delete empty dirs
Pavol Rusnak
2009-06-01 15:56:29 +00:00
6b2ff6f7f7
import 2.0 into trunk
Pavol Rusnak
2009-06-01 15:55:21 +00:00
76c17ae3e8
added clear svg function
Narendra Sisodiya
2009-02-13 09:32:31 +00:00