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

1830 commits

Author SHA1 Message Date
elhombretecla
4676edca8b change login button wording 2017-03-02 16:21:15 +01:00
elhombretecla
08ee5f0ba0 fix view mode scroll 2017-03-02 09:44:40 +01:00
Andrey Antukh
d474712cd6
Fix all tests. 2017-03-01 20:09:14 +01:00
Andrey Antukh
8245ea0bdc
Remove unused code. 2017-03-01 20:08:49 +01:00
Andrey Antukh
bfd99ebb8f
Fix build/watch tests scripts. 2017-03-01 20:08:26 +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
891dad0b11 add unlock icon 2017-03-01 14:47:43 +01:00
Juan de la Cruz
bc305c66d9 fix name shapes to draw tools 2017-03-01 14:32:36 +01:00
Juan de la Cruz
121e181060 new readme 2017-03-01 10:58:57 +01:00
Juan de la Cruz
7964805536 new readme 2017-03-01 10:54:37 +01:00
Andrey Antukh
4ce0b50c04
Fix proportion locking mode on drawing shape.
Fixes issue #61
2017-02-28 18:44:35 +01:00
Andrey Antukh
9238a76156
Remove unused alias to uuid generation. 2017-02-28 18:26:02 +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
8697df75c1
Fix path drawing broken in previous commits. 2017-02-27 20:39:02 +01:00
Andrey Antukh
51fd90c64d
Fix alignment initialization and flags management on workspace.
Fixes issue #47.
2017-02-27 20:28:37 +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
4a804ae467
Remove println on shapes data events. 2017-02-26 21:15:07 +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
653e0b5669
Add better impl for util timers. 2017-02-26 20:46:19 +01:00
Andrey Antukh
3bb991da0b
Properly catch exceptions on image fetching. 2017-02-26 20:45:29 +01:00
Andrey Antukh
db36c617bf
Convert some events from reify to deftype. 2017-02-26 20:45:06 +01:00
Andrey Antukh
3a75a07de5
Add more specs to image collections events. 2017-02-26 11:09:38 +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
345a788cdd
Update beicon to 3.1.1
Fix some uxbox bugs.
2017-02-26 10:56:19 +01:00
Andrey Antukh
1bbcb0c15f
Update cljs compiler version to 1.9.494 2017-02-26 10:56:04 +01:00
Andrey Antukh
e6602ac68b
Refactor thumbnails generation.
- Start use temporal file instead of pipe because
  im4java seems does not work properly with it
  (it constantly generates `-` file on he *cwd*)

- Move many impl of ratpack file types from
  old storage vendor package to catacumba code.

- Add spec for thumbnails configuration.
2017-02-25 16:01:00 +01:00
Andrey Antukh
618ce12fd8
Replace internal storage impl with datoteka library. 2017-02-25 16:00:22 +01:00
Andrey Antukh
4efe9ac5a9
Update dependencies (backend). 2017-02-24 19:35:34 +01:00
Andrey Antukh
37e011f98f
Update contributing guide and the readme. 2017-02-24 19:25:11 +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
bb0b616cb3
Match selrect selection by overlap instead of strictly contained-in. 2017-02-23 20:45:13 +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
elhombretecla
86ba57af9c fix firefox icon th at libraries 2017-02-23 19:12:41 +01:00
elhombretecla
bdc1a031f3 add disable state to layer icons 2017-02-23 18:24:14 +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
3940995e21
Dont allow draw empty shapes. 2017-02-22 21:02:40 +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