0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
Commit graph

860 commits

Author SHA1 Message Date
Andrey Antukh
2ef31f3e08
Improve initial compilation and add worker compilation to dist. 2016-04-11 18:03:34 +03:00
Andrey Antukh
280c272c2a
Fix build-worker script. 2016-04-11 17:40:08 +03:00
Andrey Antukh
93a84d91e2
More changes on bench core ns. 2016-04-11 17:34:06 +03:00
Andrey Antukh
4f0a74b1a3
Improvements to grid alignment impl. 2016-04-11 17:34:06 +03:00
Andrey Antukh
8916a9b7ac
Fix build scripts (related to webworker). 2016-04-11 17:33:24 +03:00
Andrey Antukh
94fc4d2b88
Fix kdtree implementation. 2016-04-11 17:33:24 +03:00
elhombretecla
c02e144012 add image bg to dashboard 2016-04-10 19:59:56 +02:00
elhombretecla
5aa629d4d4 add new hover style to page actions 2016-04-10 19:08:08 +02:00
Jesús Espino
e43ca70245 Added round and limit to zoom steps (#7) 2016-04-10 20:07:24 +03:00
Andrey Antukh
55dfbd73e5
Make coords indicator on workspace header aware of zoom. 2016-04-10 19:44:30 +03:00
Andrey Antukh
574d78871a
Merge branch 'alignment' 2016-04-10 18:51:41 +03:00
Andrey Antukh
935bafd512
Add initial approach for grid alignment.
A little bit buggy because the main algorithm
does not works well.
2016-04-10 18:51:13 +03:00
Andrey Antukh
051163c3ae
Add webworkers architecture (rcp). 2016-04-10 18:51:13 +03:00
Andrey Antukh
b920342188
Use constants on workspace settings lightbox. 2016-04-10 18:51:13 +03:00
Andrey Antukh
d69be9a378
Split constants to specific namespace. 2016-04-10 18:51:13 +03:00
Andrey Antukh
e791f49921
Add point read/write handler to transit. 2016-04-10 18:51:13 +03:00
Andrey Antukh
9bd358a119
Properly persist as int the grid axis on workspace settings lightbox. 2016-04-10 18:51:13 +03:00
Andrey Antukh
e9d3e7578e
Minor improvements on grid render code. 2016-04-10 18:51:13 +03:00
Andrey Antukh
aa06d824ee
Adapt imports to previos data api change. 2016-04-10 18:51:13 +03:00
Andrey Antukh
bcc82bc5cf
Move shape related events from data.workspace to data.shapes. 2016-04-10 18:51:13 +03:00
Andrey Antukh
551c95b8fe
Change the shapes moviment tracking approach.
Will facilitate grid alignment.
2016-04-10 18:51:13 +03:00
Andrey Antukh
69329f7f64
Make grid fill all the workspace instead only canvas. 2016-04-10 18:51:13 +03:00
Andrey Antukh
50e8de4552
Send the select-shape event before acquire move action. 2016-04-10 18:51:13 +03:00
Andrey Antukh
bfc0fc0f98
Temporary comment duplicated code. 2016-04-10 18:51:13 +03:00
Andrey Antukh
b66be25a8e
Minor comments change. 2016-04-10 18:51:13 +03:00
Andrey Antukh
6c64279c94
Move transit ns under uxbox.util. 2016-04-10 18:51:13 +03:00
Andrey Antukh
3dd741129c
Improve move-shape event constructor docstring. 2016-04-10 18:51:13 +03:00
Andrey Antukh
89a21d7abb
Add update-shape event just for shape inplace update. 2016-04-10 18:51:13 +03:00
Andrey Antukh
d976afda30
Fix wrong filename on watch-tests script. 2016-04-10 18:51:13 +03:00
Andrey Antukh
650bbabe94
Update externs file with more interop calls. 2016-04-10 18:51:13 +03:00
Jesús Espino
78987419d2 Allow to change password (#6) 2016-04-10 18:48:56 +03:00
elhombretecla
cb524ee814 add color fix to zoom controler 2016-04-10 17:37:03 +02:00
elhombretecla
57df8821f1 add zoom controlers 2016-04-10 11:51:23 +02:00
Jesús Espino
52d3b2c7fc The zoom change is relative to the current zoom (#5) 2016-04-09 23:06:24 +03:00
Jesús Espino
18ddbaa039 Fix rules with zoom (#4) 2016-04-09 23:06:02 +03:00
Andrey Antukh
3a448e33e4
Minor changes on bench code. 2016-04-09 20:32:34 +03:00
Andrey Antukh
808c964d3d
Simplify and fix kdtree impl. 2016-04-09 20:32:34 +03:00
Andrey Antukh
d64253dd1b
Remove point abstraction and just use array for that on kdtree. 2016-04-09 20:32:34 +03:00
Andrey Antukh
78e7f57655 Update figwheel.clj 2016-04-09 18:51:54 +03:00
Andrey Antukh
ac4e090b96
Minor refactor on shortcuts mixin. 2016-04-09 11:50:29 +03:00
Andrey Antukh
3b77286c77
Minor naming changes on workspace ns. 2016-04-09 11:32:57 +03:00
Andrey Antukh
1f24712fa5
Remove unused exclude from workspace ns. 2016-04-09 11:31:17 +03:00
Andrey Antukh
599d4f34c8
Remove unused imports from workspace. 2016-04-09 11:30:56 +03:00
Andrey Antukh
c419e9406b
Add bench code and update all scripts. 2016-04-08 11:03:29 +03:00
Andrey Antukh
5ae1c6a78c
Add kdtree implementation. 2016-04-08 11:03:13 +03:00
Andrey Antukh
09f75ae3fd
Implement grid as path.
That improves considerable the rendering performance.
2016-04-06 23:11:44 +03:00
Andrey Antukh
262f305bf9
Remove unsued constants from rules ns. 2016-04-06 22:29:57 +03:00
Andrey Antukh
3424c768ab
Minor refactor on multiple selection handlers component. 2016-04-06 22:18:35 +03:00
Andrey Antukh
8f3c049536
Remove unused imports on selrect ns. 2016-04-06 22:04:08 +03:00
Andrey Antukh
89ac323799
Refactor selrect component code. 2016-04-06 22:01:02 +03:00