62 Commits

Author SHA1 Message Date
matbgn
5224c6dc97 Fix local move for textBox 2022-06-25 23:23:21 +02:00
matbgn
93ae67208e Basic implementation of textBox move 2022-06-25 23:20:55 +02:00
matbgn
48d1c98084 Basic implementation of TextBox on endless state 2022-06-25 06:57:05 +02:00
matbgn
77ae51ba6e Adapt eraser as endless tool 2022-06-25 06:45:18 +02:00
matbgn
4c64032c1b Fix rect rendering sent to remote + Add circle tool 2022-06-25 06:34:04 +02:00
matbgn
508889409b Fix rect rendering on move 2022-06-24 18:28:19 +02:00
matbgn
7e8dace346 Basic implementation of rectangle 2022-06-24 18:17:07 +02:00
matbgn
74e663ebc5 Fix line rendering on remote 2022-06-24 17:57:27 +02:00
matbgn
c8a896a908 Adapt line tool for endless board 2022-06-24 09:36:21 +02:00
d4b0c0fe13 remove unused and buggy code 2022-06-23 14:48:01 +02:00
728067ba14 fix cursor position and redraw on pos change 2022-06-23 14:37:03 +02:00
45759b9e90 fix remote draw 2022-06-11 18:55:50 +02:00
f8046e1b59 fix local draw 2022-06-11 18:38:17 +02:00
92705e55ce improve 2022-06-11 17:56:32 +02:00
a44a66cea5 first tests 2022-06-11 17:34:24 +02:00
fd145ac948 fix comment 2022-01-25 14:46:27 +01:00
5ceab15faa fix typo for function 2022-01-25 14:27:30 +01:00
258c89b763 replace remove icon with trash btn. and fix bg color 2022-01-11 15:16:29 +01:00
Narapureddy-Srikanth
996de77883 fixed drawing bug as per #113 2021-12-01 12:06:41 +05:30
10330d4598 fix syntax error and style 2021-09-13 00:43:52 +02:00
Patrick Schweiger
9487653043 Prevent img attribute injection
Signed-off-by: raphael <raphael@cloud13.de>
2021-09-13 00:37:14 +02:00
5b57f134c6 test image before adding it to the board as bg img 2021-08-20 00:13:48 +02:00
ff8bde2289 add option to define an other images file location 2021-05-20 17:25:20 +02:00
d80b18282d empty textCointainer on rezize so we don't have double text elements 2021-05-20 17:16:02 +02:00
Thijs Kroesbergen
f70e03a691 Added support for sticky notes 2021-03-11 15:05:38 +01:00
mochiokun
9e38380b9a Add:textbox-backgroundColorEdit 2021-02-23 21:49:55 +09:00
b0be5ff523 fix drawing single point 2020-11-17 00:18:00 +01:00
900452bfd2 fix focus and better json file 2020-07-20 11:42:25 +02:00
daf759ea4a fix transparent background on saved images 2020-06-03 16:27:45 +02:00
f102739d49 add image faster (without canvas save+reload) if we have no rotation 2020-06-02 18:11:52 +02:00
bbb55eb2b8 fix select area tool 2020-06-02 17:47:28 +02:00
Florent Chehab
a78bb8a0d7
chore(front): remove click events before adding them
* Helps with hot reloading in dev env
* Prevents the same event handlers from being registered twice
* Shouldn't break things
2020-06-01 21:54:55 +02:00
Florent Chehab
d268eb6d93
refacto(front): whitebardId init
* More straightforward
* Use std for getting url params
* Show the final whiteboardid in url
2020-06-01 21:54:54 +02:00
8a94293635 fix rotation also add rotation for bg layer images 2020-05-22 21:25:20 +02:00
e84189d9d8 fix rotation handler and drag offset 2020-05-22 18:04:17 +02:00
4ff618be8d Merge branch 'master' into rotation
# Conflicts:
#	package.json
2020-05-22 17:35:22 +02:00
a33973eeb6 add option to change the background image grid 2020-05-22 15:45:11 +02:00
4134c4130a add option to draw grid to image on download 2020-05-22 15:24:11 +02:00
d804f56152 add option to download images in different formats 2020-05-20 14:24:33 +02:00
f49542adea fix text to png 2020-05-13 14:19:59 +02:00
1c664a810e fix canvas write text of multiple lines 2020-05-12 21:02:02 +02:00
Florent Chehab
203e35b3e4
feat(front): show smallest screen indicator based on config 2020-05-11 17:33:47 +02:00
Florent Chehab
409681b217
feat(front): creating throttling service
* ease throttling of events accross the frontend
2020-05-11 17:32:38 +02:00
Florent Chehab
b0337d9f5b
feat: dynamic frontend configuration 2020-05-11 17:32:38 +02:00
Florent Chehab
4476ce3284
refacto: handling of smallest screen size as a whiteboard info
* Also started a bit of config handling cleaning
2020-05-11 17:32:37 +02:00
Florent Chehab
d4a30ea3ed
style: formatted entire repo 2020-05-09 15:45:17 +02:00
d802d006e7 add rotation things 2020-05-08 15:10:41 +02:00
Florent Chehab
677f3d95a1
fix(front): definite fix to getRoundedAngles
* Switched to pure math transformation
2020-05-06 23:13:44 +02:00
Florent Chehab
3dd889b800
fix: restore upstream master changes 2020-05-06 22:12:56 +02:00
Florent Chehab
dde88ae2fb
refacto(frontend): use new Point class
* standardized pos from event
* Also transformed some vars into const
2020-05-06 21:59:20 +02:00