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

177 commits

Author SHA1 Message Date
mathieu.brunot
9fe2c557fe
🐛 Fix display of colorpalette 2019-02-20 02:33:17 +01:00
mathieu.brunot
9bd9011eca
🐛 Fix display of user tooltip 2019-02-20 02:30:55 +01:00
mathieu.brunot
26189a93af
📱 Display user popup on click instead of hover 2019-02-19 23:10:49 +01:00
mathieu.brunot
e8bd7436aa
Add parameter to disable registration 2019-02-19 23:09:57 +01:00
mathieu.brunot
6394905022
🐛 Fix colorpalette navigation 2019-02-19 21:36:35 +01:00
mathieu.brunot
353bdd77aa
🐛 Fix group name of notification page 2019-02-19 02:30:32 +01:00
mathieu.brunot
e0c408dffc
Merge branch 'develop' of github.com:monogramm/uxbox into develop 2019-02-18 01:53:08 +01:00
mathieu.brunot
2344850243
🐛 Fix title of draw tools TG-237 2019-02-18 01:02:22 +01:00
Mathieu Brunot
270066239e
Merge pull request #3 from Monogramm/svg-project-th
add svg img th
2019-02-18 00:53:15 +01:00
mathieu.brunot
0d9a56ba17
💬 Add translation for draw tools TG-237 2019-02-18 00:40:45 +01:00
mathieu.brunot
f365fd7f20
🐛 Fix draw tools title translation 2019-02-18 00:16:44 +01:00
Juan de la Cruz
f334d4c119 add svg img th 2017-04-24 12:05:46 +02:00
Andrey Antukh
43f3c43eab
Add code optimizations to colors and images ns. 2017-04-09 11:53:55 +02:00
Andrey Antukh
34adb68372
Add many codebase optimizations on performance and size. 2017-04-08 19:28:32 +02:00
Andrey Antukh
171f9325a3
Minor fixes on clipboard ns. 2017-04-08 18:33:04 +02:00
Andrey Antukh
671c2d912c
Remove all usage of mx/component and replace that with rumext. 2017-04-08 18:30:03 +02:00
Juan de la Cruz
c65e13a31f fix zoom controlers 2017-03-27 10:30:08 +02:00
Juan de la Cruz
d55cd87090 switch zoom controlers 2017-03-27 10:25:51 +02:00
Andrey Antukh
d5b7dcc663
Integrate the new way to handle grid snap.
Related to #79 and #80
2017-03-25 19:48:45 +01:00
Andrey Antukh
16d2cbd381
Remove printlns 2017-03-25 19:41:57 +01:00
Andrey Antukh
3f4b19618c
Fix syntax error introduced in previous commits. 2017-03-25 19:40:41 +01:00
Andrey Antukh
603459fd0d
Merge branch 'history-refactor' 2017-03-25 19:39:49 +01:00
Andrey Antukh
54d41dd372
Remove commented code. 2017-03-25 19:36:41 +01:00
Andrey Antukh
94677f2f7e
Improve history handling on frontend. 2017-03-25 19:35:54 +01:00
elhombretecla
80ff709729 add new snap to gid btn and icon 2017-03-22 12:26:57 +01:00
Andrey Antukh
0cd3442d86
Minor cosmetic fix on history ref declaration. 2017-03-21 21:16:29 +01:00
Andrey Antukh
7c4717fcfa
Properly refresh pages list on interactions sidebar menus.
And convert the interaction related components to
use the defc/defcs macros.
2017-03-21 16:45:59 +01:00
Andrey Antukh
027b4a5d57
Launch page persistence event before redirect to the view app. 2017-03-21 16:43:29 +01:00
Andrey Antukh
cc83a9b099
Select image for drawing using simple click.
Instead of double click.
2017-03-21 11:26:45 +01:00
Andrey Antukh
cb5deda0ff
Fix a bug in page reordering after page creation. 2017-03-21 11:14:34 +01:00
Andrey Antukh
4f76adcb72
Reimplement project/page loading on frontend. 2017-03-21 09:56:50 +01:00
Andrey Antukh
7d2a3a6295
Avoid useless persistence api calls on page reordering. 2017-03-14 21:59:28 +01:00
Andrey Antukh
57e98487e1
Deselect all auto removed groups in drag & drop operations.
This fixes strange corner case that causes enabling
the grouping button when no visible shape is selected.
2017-03-10 12:49:26 +01:00
Sean Loughman
e81f9cc6b3
Add gray background to the X-axis ruler.
Signed-off-by: Sean Loughman <sean@studiospring.com.au>
2017-03-10 11:46:28 +01:00
Andrey Antukh
1835b496d1
Allow ungroup toplevel group.
Related to issue #72.
2017-03-08 20:20:45 +01:00
Andrey Antukh
d8b21aa350
Fix the text opacity handling.
Fixes #74
2017-03-08 19:58:36 +01:00
Andrey Antukh
fea85a1c1e
Add background to the ruler information tooltip.
Fixes #75
2017-03-08 19:51:34 +01:00
Andrey Antukh
1aa236e812
Replace funcool/struct with cljs.spec.
As a result, one dependency less.
2017-03-08 16:58:00 +01:00
Andrey Antukh
9da623e3af
Add image element options. 2017-03-03 14:39:34 +01:00
Andrey Antukh
d95b43f9c1
Fix undo redo buttons on workspace.
And add minor improvements to the undo/redo
changes detection system.
2017-03-03 13:14:50 +01:00
Andrey Antukh
df14f7e364
Minor fix on ruler tool impl.
Many bugs introduced in previous related commits.
2017-03-03 13:12:14 +01:00
Andrey Antukh
34e476a4db
Show proper tooltip when ruler tool is selected. 2017-03-02 17:46:37 +01:00
Andrey Antukh
6666244061
Add impl for new ruler button and add the abilty to hide rules. 2017-03-02 17:24:02 +01:00
Andrey Antukh
e453841d66
Improve demo warning on home and add conditional build options. 2017-03-02 17:13:09 +01:00
elhombretecla
96092fda7c add new ruler icon 2017-03-02 17:07:32 +01:00
Andrey Antukh
ff8c9d0ed8
Added tab-index attributes to the login and register page. 2017-03-02 16:44:08 +01:00
elhombretecla
63836ffb19 add login test message 2017-03-02 16:37:11 +01:00
Andrey Antukh
89b7834b10
Fix image importation from galery to workspace. 2017-03-02 16:22:37 +01:00
Andrey Antukh
7e203c9851
Show unlock icon when shape proportions are not locked. 2017-03-02 16:22:37 +01:00
Andrey Antukh
b3a2ae3eb2
Minor refactor on shapes data events.
Adding more asserts and more specs.
2017-03-02 16:22:36 +01:00