Oleksandr Zhurbenko
21f09edaeb
Fixed a bug with cursor not moving vertically/horizontally
2017-05-26 12:06:35 -07:00
Oleksandr Zhurbenko
4296bac515
Improved presenter's cursor component
...
Changed naming and removed unnecessary variables from the state
2017-05-26 12:05:19 -07:00
Oleksandr Zhurbenko
ff197c3773
Pencil annotation
2017-05-19 16:43:33 -07:00
Oleksandr Zhurbenko
84aab7706a
Text shape preserves white space now and handles new lines
2017-05-12 12:43:06 -07:00
Oleksandr Zhurbenko
8de7b895b5
Optimized and validated undo/clear/send annotation methods
2017-05-10 11:59:17 -07:00
Oleksandr Zhurbenko
f4b066ffc2
Added an additional check to prevent rendering the slide if Tomcat failed and didn't publish the slide
2017-05-09 13:40:05 -07:00
Oleksandr Zhurbenko
f04dae31c8
Added a version for the shape model and implemented shouldComponentUpdate
...
Which prevents the shapes from being re-calculated if nothing has changed
2017-05-09 13:34:46 -07:00
Oleksandr Zhurbenko
0268c59487
Optimized shape rendering
...
WhiteboardShapeModel was created for each shape, but now we create one ShapeGroup which keeps a hashtable of Shape component references and calls them efficiently
2017-05-08 13:37:09 -07:00
Oleksandr Zhurbenko
8482ad5a9b
Fixed a bug with cursot mouseEvent not firing after changing the drawing settings
2017-05-08 13:29:54 -07:00
Oleksandr Zhurbenko
56c693cd81
Improved Cursor rendering
...
The whole presentation component was recalculated when cursor coordinates were changed, that wasn't nice. Now it's good
2017-05-04 14:10:49 -07:00
Oleksandr Zhurbenko
50cbefaf23
Fixed a bug with the shapes' thickness being depended on the slide sizes
2017-05-04 13:20:30 -07:00
Oleksandr Zhurbenko
0028b5128d
Plugged in thickness and color to the whiteboard-overlay from the whiteboard-toolbar
2017-05-04 07:33:16 -07:00
Oleksandr Zhurbenko
2c01a6ae5a
Passed the data from the whiteboard-toolbar to the whiteboard-overlay
2017-05-02 17:05:41 -07:00
Oleksandr Zhurbenko
f415390673
Added rounded borders for the rectangle shape to be consistent with the Flash client
2017-05-02 15:49:15 -07:00
Oleksandr Zhurbenko
49124c12b1
Replaced the cursor icons in html5 with the new ones
...
Included original svg files for the future reference and creating different cursor icons of different sizes
2017-05-02 13:24:48 -07:00
Oleksandr Zhurbenko
303e6b2edb
Displayed and positioned icons for the whiteboard tools
2017-05-02 09:04:05 -07:00
Oleksandr Zhurbenko
286f077ed3
Added initial drawing functionality for Line/Rectangle/Triangle/Ellipse
2017-05-01 14:34:24 -07:00
Oleksandr Zhurbenko
f709721ae5
Removed rectangle's rounded corners to be consistent with the Flash client
2017-04-27 16:22:28 -07:00
Oleksandr Zhurbenko
a7966f23be
Fixed a bug with the cursor scaling depending on the size of the slide and added an animation for its scaling back
2017-04-27 15:21:04 -07:00
Oleksandr Zhurbenko
0039eba840
Whiteboard scaling/ositioning, svg coordinate system, ui fixes
...
Fixed whiteboard and wbtoolbar positioning in FF, set a proper SVG coordinate system, fixed scaling (let SVG scale everything)
2017-04-27 15:18:53 -07:00
Oleksandr Zhurbenko
ace300c316
Fixed a property name
2017-04-24 15:19:57 -07:00
Oleksandr Zhurbenko
edabe3c623
Clear All Annotations functionality
2017-04-21 11:01:52 -07:00
Oleksandr Zhurbenko
861256ddbc
Changed a variableName to better reflect the content
2017-04-19 12:13:52 -07:00
Oleksandr Zhurbenko
1e4f16048f
Added an Undo Annotation functionality
2017-04-19 11:27:00 -07:00
Oleksandr Zhurbenko
206229e3b8
Added UI for the WhiteboardToolbar
2017-04-18 17:54:51 -07:00
Oleksandr Zhurbenko
b631d092da
Added support the Button component to display a custom svg object as an icon
2017-04-18 17:46:01 -07:00
Oleksandr Zhurbenko
a50a883bf9
Switched to a different way of scaling the slide
2017-03-23 14:52:36 -07:00
Oleksandr Zhurbenko
583ec9c404
Added animateTransform for the cursor for smoother animation
2017-03-22 16:24:36 -07:00
Oleksandr Zhurbenko
416bda1826
Added a smooth transition for the pencil's path
2017-03-21 15:00:01 -07:00
Oleksandr Zhurbenko
925842ae96
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into presenter-functionality
2017-03-13 10:57:00 -07:00
gcampes
ed4f1cf5c2
Fix issues based on PR comments
2017-03-13 08:48:00 -03:00
gcampes
985b9d6939
Change icon names to the new ones
2017-03-09 13:49:28 -03:00
gcampes
b422ab10e9
Merge conflicts
2017-03-09 11:42:31 -03:00
gcampes
417b2e4500
Fix issues based on PR comments
2017-03-09 11:34:33 -03:00
Anton Georgiev
9600910319
Merge pull request #3700 from OZhurbenko/icons-update
...
HTML5 - Updated Icons
2017-03-07 16:51:12 -05:00
Oswaldo Acauan
dc2cc13c70
Fix wrong error message
2017-03-07 17:37:25 +00:00
Oswaldo Acauan
3f946fb6a6
Fix wrong collection imports
2017-03-07 17:32:24 +00:00
Oswaldo Acauan
3c6ccf6cec
Skip updating user validated flag if its already valid
2017-03-07 17:18:02 +00:00
Oleksandr Zhurbenko
ccef7e9562
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into icons-update
2017-03-06 12:44:19 -08:00
JaeeunCho
e2964d2c8f
HTML5 - changed the location of slide's arrow buttons
2017-03-03 09:55:11 -08:00
Oleksandr Zhurbenko
7b3bc48be4
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into icons-update
2017-03-02 10:11:59 -08:00
Anton Georgiev
e67b2a733e
Merge pull request #3686 from oswaldoacauan/fix-reply-messages-remove
...
[HTML5] Fix presentations/shapes reply messages
2017-03-02 11:44:26 -05:00
Anton Georgiev
c92baed843
Merge pull request #3685 from OZhurbenko/whiteboard-restructuring
...
HTML5 Whiteboard Restructuring
2017-03-02 11:37:18 -05:00
Oswaldo Acauan
5ef65300b6
Fix user not being able to revalidate
2017-03-02 16:23:53 +00:00
Oswaldo Acauan
5b407d40f4
Remove debug line
2017-03-02 16:08:49 +00:00
Oswaldo Acauan
715b11fe46
Fix emojiStatus undefined logger variable
2017-03-02 16:07:45 +00:00
Oleksandr Zhurbenko
80666bd688
Updated icons in the html5 client
2017-03-01 17:03:02 -08:00
Oleksandr Zhurbenko
7e54305850
Fixed warnings in the polling component
2017-03-01 14:55:44 -08:00
gcampes
8d2a51a00a
Remove console log
2017-03-01 17:29:18 -03:00
gcampes
91da3e0262
Fix font size not showing in settings modal
2017-03-01 14:37:55 -03:00