jdescottes
56b1f421bc
add drawing tests to casper
2014-08-22 00:37:35 +02:00
jdescottes
1955d3f8f5
First implementation of tool tester
2014-08-21 00:50:59 +02:00
jdescottes
34dbcedec3
Adding karma-phantomjs-launcher to package.json
2014-08-14 02:28:37 +02:00
jdescottes
e711050f75
Trying other version of node-webkit
2014-08-14 02:24:59 +02:00
jdescottes
844437dfc9
Update (hardcode to 1.4.21) npm version for travis build
2014-08-14 02:09:08 +02:00
jdescottes
715c148908
Update node version for travis build
2014-08-14 02:00:49 +02:00
jdescottes
b0ec276aac
Adding karma tests to grunt build
2014-08-14 01:50:33 +02:00
jdescottes
8d8c40e6a6
tests update
2014-08-12 07:11:23 +02:00
jdescottes
6d6e80c762
tests update
2014-08-12 00:30:57 +02:00
jdescottes
05e8f9adac
added karma runner + first test
2014-07-23 19:42:08 +02:00
jdescottes
1b99a22c1d
Updated node and dependencies
2014-07-20 23:55:10 +02:00
Julian Descottes
280dd1a809
Merge pull request #208 from juliandescottes/feature-export-to-file
...
Feature export to file
2014-07-15 00:33:36 +02:00
jdescottes
c1900a07f0
Final fixes before new version
2014-07-15 00:31:24 +02:00
jdescottes
a43b20e182
fix lighten bug when starting on transparent pixel
2014-07-14 16:44:36 +02:00
jdescottes
b556143b66
fixed fps when restoring backup
2014-07-14 14:39:21 +02:00
jdescottes
19c99d1aa7
Fixed canvas ordering, fixed FPS during local import
2014-07-14 14:14:28 +02:00
jdescottes
dc78c3cecd
Yet another history bug !
2014-07-14 00:37:17 +02:00
jdescottes
829bcb8ad1
Simplified lighten + fixed frame caching bug
2014-07-13 21:01:50 +02:00
jdescottes
56f008bda6
restored history snapshot interval to 50
2014-07-13 18:17:13 +02:00
jdescottes
5350255eee
fixed lighten reset + fixed history bug
2014-07-13 17:59:53 +02:00
jdescottes
d4884a2de5
Capture events on tmp download link created by FileUtils
2014-07-13 15:54:13 +02:00
jdescottes
581bd46dcd
Cleanup + updated tooltips
2014-07-13 15:15:45 +02:00
jdescottes
1e8315f32c
Switch back to imgstore-a
2014-07-13 14:11:49 +02:00
jdescottes
cc8460cc26
Fix gif worker URL on IE11 appengine mode
2014-07-13 14:02:35 +02:00
jdescottes
aa375315a2
Fixed mime type bug on Firefox
2014-07-13 01:01:33 +02:00
jdescottes
e5cb0717e2
cleanup
2014-07-13 00:43:35 +02:00
jdescottes
6af04bb599
cleanup
2014-07-13 00:21:36 +02:00
jdescottes
dfc3bfd181
Fixed Gruntfile for ghpages export
2014-07-12 21:14:07 +02:00
jdescottes
ad3dd935e0
Create 2 new dialog controllers
...
Image import is now triggering a popup after selecting the file.
Same for local saves.
Drag and drop of .piskel files opens the piskel immediately !
Remains to do :
- redesign the dialog for import image and browse local
- create dialog for recover session
- improve recover session to handle more than the last session
2014-07-12 15:34:50 +02:00
jdescottes
18ff6f88a7
Merge branch 'feature-dnd-images' into feature-export-to-file
2014-07-12 11:12:18 +02:00
jdescottes
b2fbe269d3
Merge branch 'master' into feature-export-to-file
2014-07-12 00:46:27 +02:00
jdescottes
a8ce829e6c
Image dnd first implementation
2014-07-12 00:41:39 +02:00
Julian Descottes
2fabf68282
Merge pull request #203 from juliandescottes/feature-swap-color
...
Feature swap color
2014-07-11 00:25:22 +02:00
jdescottes
b66d5ee93b
Cleanup of tooltip generation
2014-07-11 00:14:21 +02:00
jdescottes
982a5ab048
Refactoring tooltip code + display CMD on mac
2014-07-10 01:32:16 +02:00
jdescottes
a6d70920e2
Improve tooltip design
2014-07-09 07:56:22 +02:00
jdescottes
b311312260
Removed hack from ColorPicker class
2014-07-08 20:09:21 +02:00
jdescottes
665d2bd9bc
Settled on temp icon for swap colors
2014-07-08 20:06:03 +02:00
jdescottes
4aac65fb9e
Settled on temp icon for swap colors
2014-07-08 20:04:16 +02:00
jdescottes
4102e929f4
Removed unused methods from Frame
2014-07-07 23:33:29 +02:00
jdescottes
b3bb2472f1
perf step 1 : ok on chrome,horrible on FF
2014-07-07 22:48:13 +02:00
jdescottes
a6d939cc9a
Fix selection paste transparent pixels
2014-07-06 23:59:07 +02:00
jdescottes
304a5c06da
swap color : initial implementation
2014-07-06 23:56:50 +02:00
jdescottes
707a69182f
Fixed IE issues + verisoning for iframeloader and boot
2014-07-06 17:15:18 +02:00
jdescottes
8f5ead43d9
Fix : remove cache issues for css, js, templates
...
Packaged css and js are now suffixed with the build date.
All templates are exported to a folder named after the build date.
Streamlined the build process to copy files to piskel-website.
Isolated common part between piskel and piskel-website in a separated
template, which is now completely created by the grunt build of piskel.
Added a windows CMD script to copy the static resources to piskel-website.
2014-07-06 16:17:14 +02:00
jdescottes
41a4ee3f3d
cleanup of import tab
2014-07-06 12:55:29 +02:00
jdescottes
f8b6d7b0d3
Merge branch 'master' into feature-export-to-file
2014-07-05 23:53:03 +02:00
Julian Descottes
84e757768e
Merge pull request #200 from juliandescottes/enhancement-horizontal-mirror
...
Enhancement : modifiers for Mirror pen
2014-07-05 23:11:20 +02:00
Julian Descottes
264e236473
Merge pull request #199 from juliandescottes/enhancement-overlay-shortcut
...
Enhancement overlay shortcut
2014-07-05 23:10:55 +02:00
jdescottes
96fc5f2418
Enhancement : modifiers for Mirror pen
2014-07-05 17:04:18 +02:00