mohamed-ahmed
8a28dc9df5
added comment explaining cursor calculations
2013-09-23 20:45:01 +00:00
mohamed-ahmed
3764cc4ae1
cursor now moves to correct location
2013-09-23 20:43:38 +00:00
mohamed-ahmed
2695586f8c
page resize now alsop handles fit to width
2013-09-23 20:11:32 +00:00
mohamed-ahmed
ca8dfa7e21
fixed zooming to handle fit to width
2013-09-23 18:29:16 +00:00
mohamed-ahmed
2a1d2f7525
simplified a function
2013-09-20 19:15:15 +00:00
mohamed-ahmed
f359337e6c
fixed page resize
2013-09-17 16:54:29 +00:00
mohamed-ahmed
ad297e8079
fixed ellipse tool
2013-09-17 15:34:17 +00:00
mohamed-ahmed
20c9118b68
now the zooming will still be correct when the window is resized
2013-09-16 18:36:16 +00:00
mohamed-ahmed
58ab406e12
html5 client now handles the zoom event I created
2013-09-16 15:45:58 +00:00
mohamed-ahmed
df5721ecae
ellipse tool can now draw prefect circle in html5 client
2013-08-27 21:30:54 +00:00
Gary Deng
f04c048526
After clearShape,currentshape should not be null
2013-08-01 08:57:17 -07:00
Gary Deng
17881b19ee
remove unnecessary changes
2013-08-01 08:27:22 -07:00
Gary Deng
ebe17628f5
send undo and clrPaper events to html5-client, and enable html5-client to see square while Ctrl keypressed
2013-08-01 08:10:59 -07:00
Richard Alam
997ecb15cb
Merge pull request #210 from mohamed-ahmed/html5-bridge
...
Html5 bridge
2013-07-15 14:15:27 -07:00
mohamed-ahmed
5014f68379
added jquery as depency, fixed bugs
2013-07-15 20:39:44 +00:00
mohamed-ahmed
48f108469f
added jquery as depency, fixed bugs
2013-07-15 20:38:23 +00:00
Richard Alam
5c6585736b
Merge pull request #196 from SenecaCDOT-BigBlueButton/html5-bridge
...
Rewrite layout.css file in LESS template
2013-07-13 18:16:43 -07:00
Gary
d4d2d49814
modify previous commit
2013-07-11 09:25:41 -07:00
Gary
03e7883660
To show the current slide to new user,send 'changeslide' event when user join
2013-07-11 09:12:45 -07:00
Richard Alam
79f35087e8
Merge pull request #197 from mohamed-ahmed/html5-bridge
...
Html5 bridge
2013-07-05 11:49:08 -07:00
Mohamed Ahmed
da179b03df
modified Utils.PostToUrl to to use jquery for DOM manipulation
2013-07-05 14:13:12 -04:00
Gary
c576070282
Rewrite layout.css file in LESS template
2013-06-30 15:55:05 -07:00
Gary
18159f1db4
manage UserModel in UserCollection
2013-06-26 08:15:01 -07:00
Leonardo Crauss Daronco
21c79844c5
HTML5: remove events emitted on Connection, now emitted on the event bus
...
And removed duplicated events for 'connected' and 'disconnected'.
2013-05-20 17:41:29 -03:00
Leonardo Crauss Daronco
1f0c53a151
HTML5: last view, chat, migrated to use the event bus
2013-05-20 15:47:18 -03:00
Leonardo Crauss Daronco
b80a0dc89e
HTML5: create event bus, not finished yet
...
A global event bus to improve the structure of events in the
HTML5 client.
2013-04-29 17:26:09 -04:00
Leonardo Crauss Daronco
bc513c72f6
HTML5: cleanup/refactor whiteboard paper a bit more
...
PRESENTATION_SERVER was moved to a better place. It was kind of
hardcoded in the client, now it is passed to the client by the
server, so it can be easily configured in the server if needed in
the future.
2013-04-28 19:41:10 -04:00
Leonardo Crauss Daronco
bec08b559f
HTML5: add WhiteboardSlideModel
...
It stores the slides that are shown in the whiteboard.
2013-04-28 18:01:23 -04:00
Leonardo Crauss Daronco
961d15828b
HTML5: standard method to create tools in the whiteboard
...
Shrink the code a bit more.
2013-04-28 17:47:18 -04:00
Leonardo Crauss Daronco
7a9cbaecfb
HTML5: add WhiteboardCursorModel, simplify whiteboard paper
2013-04-28 17:34:38 -04:00
Leonardo Crauss Daronco
d5a51ce6ec
HTML5: more small fixes in the whiteboard drawings
2013-04-28 16:58:37 -04:00
Leonardo Crauss Daronco
c62533139f
HTML5: add text tool to whiteboard
2013-04-28 16:24:43 -04:00
Leonardo Crauss Daronco
a3f286947e
HTML5: small fixes in the whiteboard drawings
2013-04-28 13:21:08 -04:00
Leonardo Crauss Daronco
4792698ca4
HTML5: rects and ellipses work when drawn backwards
...
Rects and ellipses would not work if drawn from right to left and/or from
bottom to top, but now they work.
2013-04-27 22:19:25 -04:00
Leonardo Crauss Daronco
0b031558e9
HTML5: WhiteboardLineModel working for line and pencil tools
2013-04-27 20:28:08 -04:00
Leonardo Crauss Daronco
0c577090e5
HTML5: add ellipse and triangle to whiteboard
2013-04-27 20:00:52 -04:00
Leonardo Crauss Daronco
98a8d05bc1
Add WhiteboardToolModel as a base for whiteboard tools in HTML5
...
WhiteboardLineModel and WhiteboardRectModel already inherit from it.
2013-04-27 16:54:22 -04:00
Leonardo Crauss Daronco
76f06c9e80
Add WhiteboardLineModel to clean up WhiteboardPaperModel
...
First version, there are still things that should be moved from
WhiteboardPaperModel to it.
2013-04-27 16:06:38 -04:00
Leonardo Crauss Daronco
482debd9fe
Round borders for rects and pencil in the HTML5 whiteboard
...
Makes the drawings more similar to the drawings in the flash client.
2013-04-27 14:58:20 -04:00
Leonardo Crauss Daronco
f44a1bb4ad
Add WhiteboardRectModel to clean up WhiteboardPaperModel
...
First version, there are still things that should be moved from
WhiteboardPaperModel to it.
2013-04-27 14:37:42 -04:00
Leonardo Crauss Daronco
d2f09e916d
Redraw shapes when resizing the HTML5 client
...
Only redrawing shapes that were loaded when the HTML5 started. Shapes
drawn before are not being saved in the arrays yet and so are not being
redraw when resizing (they disappear).
2013-04-27 11:58:20 -04:00
Leonardo Crauss Daronco
9589e7c7a1
Fix positioning of shapes in the whiteboard, not 100% yet
2013-04-25 19:54:26 -04:00
Leonardo Crauss Daronco
714cccc1f0
Fix the color of shapes drawn in the whiteboard
2013-04-25 17:12:55 -04:00
Leonardo Crauss Daronco
6c102519af
Removing some class variables in WhiteboardPaperModel
...
They are variables that store the position and size of slides and now are
store with the slide they are associated with.
2013-04-25 16:57:20 -04:00
Leonardo Crauss Daronco
62739fa9fe
Resize the slides to occupy 100% of the space
2013-04-25 10:05:38 -04:00
Dale Karp
0813595c61
fixed merges
2013-04-10 17:23:40 +00:00
Dale Karp
d721f762a8
fix merge conflicts
2013-04-10 16:44:42 +00:00
Markos Calderon
dfbf081409
added support for rect shape
2013-03-25 16:35:45 -05:00
Markos Calderon
c5a63cb1fb
fix whiteboard shape doesn't appear when you change slide
2013-03-24 15:30:50 -05:00
Markos Calderon
2b95385c39
fixed whiteboard gap bug
2013-03-22 18:06:36 -05:00