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

177 commits

Author SHA1 Message Date
elhombretecla
4676edca8b change login button wording 2017-03-02 16:21:15 +01:00
Andrey Antukh
99f935863a
Add move cursor when shape is displaced on viewport. 2017-03-01 19:17:51 +01:00
Andrey Antukh
4dc728378c
Hide dragged item on layers sidebar widget. 2017-03-01 19:17:51 +01:00
Andrey Antukh
4aa3372e5b
Hide dragged item on sitemap sidebar widget. 2017-03-01 19:17:51 +01:00
Juan de la Cruz
bc305c66d9 fix name shapes to draw tools 2017-03-01 14:32:36 +01:00
Andrey Antukh
1782d34d4a
Fix unexpected flash on history dialog in some situations.
When latest history item is selected multiple times.
2017-02-28 18:23:13 +01:00
Andrey Antukh
1954aebb48
Fix image uploading from workspace. 2017-02-27 20:49:31 +01:00
Andrey Antukh
f82ddac72d
Fix many inconsistencies between drawing and resizing.
This enables sharing code between the drawing logic and
the simple resizing. Allowing drawing in any direction,
not only from top-left to bottom-right.

Fixes issue #44.
2017-02-27 20:28:37 +01:00
Juan de la Cruz
b7253b7fd5 temporarily remove download HTML 2017-02-27 09:30:37 +01:00
Juan de la Cruz
9cd12a7609 change download text dialog 2017-02-27 09:21:45 +01:00
Juan de la Cruz
042a44cba6 add download icon 2017-02-27 09:05:57 +01:00
Andrey Antukh
ac49728758
Add invisible background to paths.
In order to make more easy to the
user select and move them.
2017-02-26 21:19:39 +01:00
Andrey Antukh
8e8f230504
Make icon rotation behave in the same way as rect. 2017-02-26 21:03:15 +01:00
Andrey Antukh
1172c56dfa
Fix unexpected exception on uploading new image.
And additionally add spec for image entity on
image collections related ns.
2017-02-26 10:57:05 +01:00
Andrey Antukh
ba40b99c97
Allow text selection on view app. 2017-02-23 21:36:40 +01:00
Andrey Antukh
05b6c25aa9
Properly disable layers buttons when action is not possible. 2017-02-23 21:21:05 +01:00
Andrey Antukh
4ba4fb3acb
Reduce the handler point circle size when shape is small. 2017-02-23 20:37:54 +01:00
Andrey Antukh
67974a0952
Invert scroll/zoom behavior. 2017-02-23 20:37:54 +01:00
elhombretecla
6bd22fff4c fix input radius firefox 2017-02-23 19:18:18 +01:00
Andrey Antukh
d3df339375
Fix not working close button on project form.
Fixes gh: #46
2017-02-23 10:42:22 +01:00
Andrey Antukh
185e9159fb
Only show element options tabs when more than one option is available. 2017-02-22 21:14:39 +01:00
Andrey Antukh
fe61765435
Refresh the view app page each time user clicks on preview button. 2017-02-22 21:05:53 +01:00
Andrey Antukh
4a9d0710a4
Fix shape size locking wrong behavior.
It does not worked properly when user
explicitly locks the size proportions
on the measures element options.
2017-02-22 20:49:54 +01:00
Andrey Antukh
9feba4df92
Move stroke radius under stroke element options sidebar. 2017-02-22 20:49:28 +01:00
Andrey Antukh
6f4cc4f543
Minor refactor on ruler code. 2017-02-22 17:56:00 +01:00
Andrey Antukh
47f6d531b2
Show submit button disabled instead of hidden on pageform. 2017-02-22 11:11:55 +01:00
Andrey Antukh
227c197692
Update dependencies. 2017-02-22 11:11:24 +01:00
Andrey Antukh
ead0fd53e3
Fix selection rect of drawing circle. 2017-02-21 20:00:18 +01:00
Andrey Antukh
12f40744d2
Draw selection dashed-square when shape is drawing. 2017-02-21 19:39:01 +01:00
Andrey Antukh
9f9bff17e5
Properly handle selrect double initialization.
This issue is happens when user emits mouse-up event out
of workspace, that is not captured by stoper stream, and
then user need to initialie and stop again the selrect.

The double initialization is not an issue but that
was raising unexpected exception and this commit
fixes that.
2017-02-21 19:36:54 +01:00
Andrey Antukh
d57a71b8d6
Remove dead code from shapes selection ns. 2017-02-21 19:36:26 +01:00
Andrey Antukh
6f1c461e2e
Add missing clear-mixin on login and register pages. 2017-02-21 18:07:07 +01:00
Andrey Antukh
e8fcb38597
Rename :points attr to :segments on path shape. 2017-02-14 21:57:28 +01:00
Andrey Antukh
81f788278a
Remove unused code. 2017-02-14 21:53:52 +01:00
Andrey Antukh
6c1955c0d9
Many performance improvements on workspace. 2017-01-31 17:02:33 +01:00
Andrey Antukh
3fdce853d0
Don't trigger page persistence on simple shape selection. 2017-01-31 16:58:10 +01:00
Andrey Antukh
aba35dee61
Add more safer shapes packing mechanism. 2017-01-31 00:07:53 +01:00
Andrey Antukh
12b9868f45
Don't render shape if it is nil. 2017-01-30 19:49:35 +01:00
Andrey Antukh
ae5cef3907
Render properly image on view application. 2017-01-30 18:53:42 +01:00
Andrey Antukh
31b784f046
Fix depreaction warnings (changes introduced in 2.9.0 of beicon). 2017-01-30 17:50:44 +01:00
Andrey Antukh
b0de23b011
Get rid of buggy reactive locks and refactor all related code. 2017-01-30 17:08:02 +01:00
Andrey Antukh
680fa49f27
Fix image loading on view app.
And add cosmetic improvements to the
main image shape component.
2017-01-18 11:10:29 +01:00
Andrey Antukh
e3f58f6823
Start use user-events for scroll events.
In the same way as keyboard and mouse events.
2017-01-16 17:47:01 +01:00
Andrey Antukh
7a7059e172
Start use one unique stream for send user events (mouse and keyboard). 2017-01-16 16:33:25 +01:00
Andrey Antukh
bc1ffc7f4f
Move icons ns under uxbox.builtins.icons. 2017-01-16 13:14:38 +01:00
Andrey Antukh
08b0a096eb
Minor structure refactor.
Make forms and messages modules independent of
store location (making them plugables).
2017-01-16 12:35:10 +01:00
Andrey Antukh
8c28a8c0a7
Move workspace.base refs and streams into separated namespaces.
A first step for streams refactor.
2017-01-12 17:39:26 +01:00
Andrey Antukh
a5554b51cd
Fix path drawing. 2017-01-11 21:06:29 +01:00
Andrey Antukh
da9bebf95c
Minor changes on text tool. 2017-01-11 20:51:46 +01:00
Andrey Antukh
c95a4050f4
Remove unused code. 2017-01-11 20:51:25 +01:00