0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 08:29:42 -05:00
Commit graph

1075 commits

Author SHA1 Message Date
Andrey Antukh
58444fd363
Fix wrong class reference on forms events. 2016-04-12 22:31:32 +03:00
Andrey Antukh
5624adcedf
Remove some validations. 2016-04-12 22:31:32 +03:00
Andrey Antukh
e42b2ed7bf
Overhaul of form data and errors handling. 2016-04-12 22:31:32 +03:00
Andrey Antukh
e509daaeef
Add missing locale for password success update message. 2016-04-12 22:31:32 +03:00
Andrey Antukh
b37196621c
Add info message type. 2016-04-12 22:31:32 +03:00
Andrey Antukh
f81975aa6c
Improve error messages on settings/password page. 2016-04-12 22:31:32 +03:00
Andrey Antukh
6eba3d4764
Add improvements to form helpers. 2016-04-12 22:31:32 +03:00
Andrey Antukh
3d79367078
Replace bouncer with funcool/struct. 2016-04-12 22:31:32 +03:00
Jesús Espino
cc320215ac
Improve errors management on password change 2016-04-12 22:31:32 +03:00
Jesús Espino
cb3a099fef Step based zoom (#12) 2016-04-11 23:09:46 +03:00
Jesús Espino
994d67e032 Change shapes order relative (#11) 2016-04-11 22:02:28 +03:00
Jesús Espino
706bc84d95 Insert shapes alwais on top (#10) 2016-04-11 22:01:41 +03:00
Andrey Antukh
20ae512143 Merge pull request #8 from uxbox/header-zoom-controller
Zoom control widget on the workspace header
2016-04-11 18:12:50 +03:00
Andrey Antukh
b734f303fb
Cosmetic improvements. 2016-04-11 18:12:15 +03:00
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
Jesús Espino
66c56a367e Zoom control widget on the workspace header 2016-04-10 19:24:51 +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