0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00
Commit graph

800 commits

Author SHA1 Message Date
Andrey Antukh
a21c6f41c4 Some fixes on text ticks on rules. 2016-04-05 23:17:57 +03:00
Andrey Antukh
c2126b6fe4 Add missing divide function to point reladed utils. 2016-04-05 22:27:58 +03:00
Andrey Antukh
38509eea99 More work on zoom. 2016-04-05 22:27:50 +03:00
Andrey Antukh
9ce6cd0f92 Improve workspace initialization. 2016-04-05 22:27:27 +03:00
Andrey Antukh
46d7bd2f23 Remove unused metadata from workspace var. 2016-04-05 21:07:20 +03:00
Andrey Antukh
d558b3e6f4 Handle properly zoom. 2016-04-05 21:06:34 +03:00
Andrey Antukh
444018d105 Minor refactor of scroll interaction.
And move mouse wheel controller to workspace.
2016-04-05 19:30:18 +03:00
Andrey Antukh
18ada6f49f Add the ability to zoom using mouse wheel. 2016-04-05 18:39:40 +03:00
Andrey Antukh
2c356f9892 Remove unused variable from transform-point function. 2016-04-05 18:01:01 +03:00
Andrey Antukh
f9b78cd49c Refactor rules for handle zoom and better performance. 2016-04-05 17:59:04 +03:00
Andrey Antukh
4905ac913b Make selrect aware of zoom (dirty impl). 2016-04-05 17:57:52 +03:00
Andrey Antukh
4c5e847b11 Add point-transform and multiply functions. 2016-04-05 17:57:16 +03:00
Andrey Antukh
25d76d5b88 Add zoom shortcuts. 2016-04-05 17:56:58 +03:00
Andrey Antukh
4aaa5c3e7a Add zoom events. 2016-04-05 17:55:54 +03:00
Andrey Antukh
bc2e7c46a9 Disable pointer events on now top positioned grid. 2016-04-04 20:35:30 +03:00
Andrey Antukh
27e9afa6a8 Improve grid styles. 2016-04-04 20:35:21 +03:00
Andrey Antukh
cc7aef895e Put grid on top of shapes. 2016-04-04 20:35:07 +03:00
Andrey Antukh
c0bf28682c Use :fill-opacity attribute instead :opacity. 2016-04-04 20:34:29 +03:00
Andrey Antukh
b5ba75097f Performane improvements over previous commit. 2016-04-04 20:34:09 +03:00
Andrey Antukh
8c51048f76 Do not select shape when drawing. 2016-04-04 20:12:33 +03:00
Andrey Antukh
6ba28830f3 Dashboard ui code reorganization. 2016-04-04 18:18:52 +03:00
Andrey Antukh
0a736994db Proper state cleaning on login also. 2016-04-04 12:39:22 +03:00
Andrey Antukh
d1fee179d5 Fix wrong state cleaning in logout. 2016-04-03 21:06:59 +03:00
Andrey Antukh
ffc6c79ed7 Make grid aware of user settings. 2016-04-03 20:09:03 +03:00
Andrey Antukh
71c9adb126 Remove commented code on ui.users ns. 2016-04-03 20:08:40 +03:00
Andrey Antukh
4422974e4a Remporary disable advanced compilation on dist for more easy debugging. 2016-04-03 20:08:18 +03:00
Andrey Antukh
69a334e206 Persist page grid options. 2016-04-03 19:34:10 +03:00
elhombretecla
17cda7c60d add optimized login img bg and minor css changes 2016-04-03 14:17:42 +02:00
Andrey Antukh
711a8c9c69 Update contributing doc. 2016-04-03 13:36:58 +03:00
Andrey Antukh
2f6c632476 Minor improvements on gulpfile. 2016-04-03 13:19:11 +03:00
Andrey Antukh
71fb8f0a42 Improved history usability. 2016-04-03 11:09:22 +03:00
Andrey Antukh
e32188f593 Improved history state layout. 2016-04-03 10:07:26 +03:00
Andrey Antukh
aeff49b3e6 Add externs for interop calls and enable advanced compilation. 2016-04-02 23:17:52 +03:00
Andrey Antukh
7e8730c26e Add dragging support for color picker handlers. 2016-04-02 22:55:23 +03:00
Andrey Antukh
50eb744c3b Add new color picker impl. 2016-04-02 22:43:37 +03:00
Andrey Antukh
f21a377d84 Reimplement color helpers using google closure library facilities. 2016-04-02 22:43:05 +03:00
Andrey Antukh
86e7ffc04a Add .center helper class as friend of .row-flex 2016-04-02 22:40:30 +03:00
Andrey Antukh
b5155eebcf Add clipboard management. 2016-04-02 13:00:41 +03:00
Andrey Antukh
4519d6e508 Remove useless println's. 2016-04-02 13:00:02 +03:00
Andrey Antukh
cad95c67a5 Reorganize repo code. 2016-04-02 11:53:39 +03:00
Andrey Antukh
299c2bf06c Make prevent-default and stop-propagation functions nil safe. 2016-04-02 11:45:19 +03:00
Andrey Antukh
db95342759 Add confirmation for projects and pages deletion. 2016-04-02 11:45:04 +03:00
Andrey Antukh
ebd7242048 Add temporal ugly buttons to confirm dialog. 2016-04-02 11:44:36 +03:00
Andrey Antukh
3d17eca0d2 Add confirm dialog placeholder. 2016-04-02 11:26:06 +03:00
Andrey Antukh
f7013d6e8b Update profile form integration. 2016-04-02 11:17:51 +03:00
Andrey Antukh
105f995877 Minor changes on user-settings style. 2016-04-02 11:17:05 +03:00
Andrey Antukh
f32b384f5d More fixes on initial data loading. 2016-04-01 16:55:34 +03:00
Andrey Antukh
38a64c356b More code cleaning from debug messages. 2016-03-31 21:52:19 +03:00
Andrey Antukh
cd61c65d55 Remove debug messages. 2016-03-31 21:48:40 +03:00
Andrey Antukh
41aa1eb8f5 Improved history refresh mechanism. 2016-03-31 21:47:25 +03:00