Commit Graph

126 Commits

Author SHA1 Message Date
Agriya Dev5
3d037f110a #se-menu menu work starting code added 2020-12-03 19:34:51 +05:30
JFH
7950f7ce4a minor improvements 2020-11-30 11:00:09 +01:00
JFH
8ab5d331c8 fix palette 2020-11-29 01:19:09 +01:00
JFH
a7766d0764 adjust styles 2020-11-26 23:23:13 +01:00
JFH
29f2847f27 add sePalette - in progress 2020-11-22 00:51:21 +01:00
JFH
74ad604a08 fix some icons 2020-11-21 23:20:46 +01:00
JFH
c8a2b70ed4 progress on spin button 2020-11-21 17:11:13 +01:00
JFH
9b464b7a32 refactor 2020-11-19 01:29:28 +01:00
JFH
9655997878 Merge remote-tracking branch 'origin/seSpinInput' into seFlyingButton 2020-11-18 21:38:38 +01:00
JFH
8eee8cf323 progress 2020-11-18 21:36:42 +01:00
Agriya Dev5
6c6205e6b2 #seSpinInput label and img added changes 2020-11-18 19:16:46 +05:30
Agriya Dev5
8c2b97416b #seSpinInput src,label and input size related removed 2020-11-18 17:58:44 +05:30
Agriya Dev5
2221f3a0b8 #sespinInput NumberSpinBox implement and se-spin-input webcomponenet added changes 2020-11-18 17:38:36 +05:30
Agriya Dev5
ec5112a2ed #se-input image (width, height) and path node (x,y) input changes 2020-11-17 19:45:44 +05:30
Agriya Dev5
9f7a370b9f #se-input line, rectangel and coordinate related input changes 2020-11-17 18:30:47 +05:30
Agriya Dev5
ae81a32cdd #se-input circle and ellipse related x,y and radious input changes 2020-11-17 17:19:03 +05:30
Agriya Dev5
718745a8f4 #se-input elem_class input modified to se-input 2020-11-17 14:05:57 +05:30
Agriya Dev5
f21f7deb88 #se-input webcomponent event change update to svgedit 2020-11-17 13:47:57 +05:30
Agriya Dev5
ee369972ac #se-input input element webcomponent create partially did 2020-11-16 21:24:20 +05:30
JFH
a140cb5aab in progress: connect se-dropdown to svgedit 2020-11-15 14:50:05 +01:00
JFH
878720409e progress 2020-11-15 02:09:41 +01:00
JFH
98d91e686f Update basic.json 2020-11-14 23:58:03 +01:00
JFH
b2d624713f Update seDropdown.js 2020-11-14 19:35:08 +01:00
JFH
a284ddf61d progress on Dropdow using Elix lib 2020-11-14 16:35:51 +01:00
jfh
b2a075f799 fix conflicts 2020-11-12 23:43:11 +01:00
Agriya Dev5
36d5fed4dd #bold-italic-se-button shortcut added changes 2020-11-12 17:23:33 +01:00
Agriya Dev5
0e290d7e1f #bold-italic-se-button png image change to svg image 2020-11-12 17:23:33 +01:00
Agriya Dev5
9579a0e4d6 #bold-italic-se-button bold and italic div change to se-button 2020-11-12 17:23:33 +01:00
Agriya Dev5
cb096f3ecf #path-node-panel-se-button node clone,delete, suppath button change to se-button 2020-11-12 19:48:59 +05:30
jfh
63999c017d button was not removing the pressed state 2020-11-11 14:45:21 +01:00
jfh
047f11cc53 Merge branch 'master' into seFlyingButton 2020-11-11 13:58:59 +01:00
JFH
28019eef07 Refactor canvas in multiple pieces to increase maintainability (#446)
* #refactor-canvas getJsonFromSvgElement and svgroot code moved to separate file
* #refactor-canvas build files changes
* #refactor-canvas addSVGElementsFromJson move to json file
* #refactor-canvas selected element option function move separate file
* #refactor-canvas moveUpDownSelected move to select-elem
* ##refactor-canvas build file updated
* #refactor-canvas moveSelectedElements  move to selected-elem
* #refactor-canvas cloneSelectedElements move to slected-elem
* #refactor-canvas alignSelectedElements move to selected-elem
* #refactor-canvas deleteSelectedElements move to selected-elem
* #refactor-canvas copySelectedElements and groupSelectedElements move to selected-elem
* #refactor-canvas pushGroupProperty, ungroupSelectedElement move to selected-elem
* #refactor-canvas comment changes
* #refactor-canvas UndoManager move to separate file
* #refactor-canvas event file move to mouseMove, mouseUpEvent and dblClickEvent
* #refactor-canvas mouseDown move to event
* #refactor-canvas move to undo file
* #refactor alignment changes  and set function revert return
* #refactor-canvas textaction move to separate file
* #refactor-canvas paste-element function move to separate file
* #refactor-canvas set and get  method move to separate file
* #refactor-canvas set and get function moved changes
* #refactor clear file import and regaring function moved changes changes
* #refactor-canvas svg related function move to separate file
* #refactor-canvas setBackground methos move to elem-get-set file
* #refactor-canvas getBsplinePoint method move to event file
* #refactor-canvas export functions move to svg-exec
* #refactor-canvas svg related function moved separate file
* #refactor-canvas updateCanvas,  cycleElement move to selected-elem file
* #refactor-canvas removeUnusedDefElems move to svg-exec file
* #refactor-canvas blur method move to separate file blur-event.js
* #refactor-canvas selection related function move to separate file slection.js
* #refactor-canvas convertGradients, mousewheelmove event bind function move to other files
* #refactor-canvas extension function move to selection file
* #refactor-canvas svg tag long string changes to es6 format
* eslint fixes
* eslint and test fixes
* add netlify logo per their requirements
* #refactor-canvas path file separate to path-method.js and path-actions.js
* #refactor-canvas lint issue fixed
* #refactor-canvas path.js file class and const move to path-method.js
* #refactor-canvas eslint issue fixed. 'jsdoc/check-examples': 'off' already so removed eslint-disable jsdoc/check-examples
* #refactor-canvas path class moved changes and copy-elem.js file cypress test issue fixed
* #refactor-canvas UI - Clipboard paste element  cypress issue fixed
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test cases issue fixed changes
* #refactor-canvas cypress test case issue fixed
* npm update and fix a few eslint new errors
* fix snapshot and run tests
* add star tool to cypress
* #refactor-canvas shapelibrary, star, polygon and panning tool issue fixed
* build
* Update layer.js
* revert proper declarations

Authored-by OptimistikSAS
2020-11-11 11:38:45 +01:00
jfh
b692a32f70 few fixes to ExplorerButoon 2020-11-10 21:16:42 +01:00
jfh
d66a22fe4e allow to click the handle to close the flying button 2020-11-10 20:32:23 +01:00
jfh
d4d122aa3b adapt ext-shapes - close to work 2020-11-10 00:15:59 +01:00
jfh
a039c4d95e progress 2020-11-09 20:30:37 +01:00
jfh
7e713ee8fb Update seExplorerButton.js 2020-11-09 00:48:23 +01:00
jfh
e2c67b1429 in progress 2020-11-08 16:40:59 +01:00
jfh
9f9ec73daa in progress 2020-11-08 12:25:25 +01:00
jfh
8fcaa37396 Update seExplorerButton.js 2020-11-07 13:27:35 +01:00
jfh
af6597d261 in progress 2020-11-07 01:39:44 +01:00
jfh
897a172da8 Update ext-shapes.js 2020-11-05 00:13:45 +01:00
jfh
3b771fa891 in progress 2020-11-03 23:51:15 +01:00
jfh
6cc38b7049 in progress 2020-11-02 09:31:20 +01:00
jfh
62c53bb731 progress 2020-11-01 19:31:43 +01:00
jfh
dcd5c48124 click to toggle buttons 2020-11-01 14:05:43 +01:00
jfh
2b5eef735a fix icons 2020-11-01 13:36:23 +01:00
jfh
6401016e13 Merge branch 'master' into seFlyingButton 2020-10-31 22:49:57 +01:00
jfh
ff79759922 in progress 2020-10-31 22:42:39 +01:00
jfh
a6479913ea progress on flying 2020-10-28 00:11:49 +01:00