Commit Graph

  • 3e7d576f7e Merge pull request #87 from grosbouddha/fix-pen-tools Julian Descottes 2012-09-15 22:50:26 -0700
  • f8d07b89fd Merge cfd5050901 into 01a522d485 grosbouddha 2012-09-15 19:35:08 -0700
  • cfd5050901 UI cleanup Vince 2012-09-16 04:33:26 +0200
  • 01a522d485 Merge pull request #86 from grosbouddha/mirror-tool grosbouddha 2012-09-15 19:15:04 -0700
  • 7aa2d1bc63 Merge b761750766 into 2d8db76a5e grosbouddha 2012-09-15 16:18:48 -0700
  • b761750766 Renaming to VerticalMirrorPen Vince 2012-09-16 00:52:39 +0200
  • 1a143ad5e3 Vertical mirror pen - initial implementation Vince 2012-09-16 00:49:52 +0200
  • 3afbf1c0e9 Comment & todo about rendering order of tool's icons Vince 2012-09-16 00:48:53 +0200
  • e52f0cbe6e Add css sections in tools.css Vince 2012-09-16 00:48:20 +0200
  • 36476d5871 clean comments Vince 2012-09-16 00:47:41 +0200
  • 2e0826f714 Fix variable scope on simplePen Vince 2012-09-16 00:47:24 +0200
  • b6d8768963 Merge branch 'master' into gh-pages juliandescottes 2012-09-15 23:45:59 +0200
  • 2d8db76a5e Context menu needs to also be deactivated on the palette, to easily pick a previously used color as a secondary color. juliandescottes 2012-09-15 23:44:28 +0200
  • fd95abb1c7 Merge branch 'master' into gh-pages juliandescottes 2012-09-15 23:38:54 +0200
  • 7bfde0240c Update README.md Julian Descottes 2012-09-16 00:38:01 +0300
  • 7130bbb155 Update README.md Julian Descottes 2012-09-16 00:37:08 +0300
  • b321da99e6 Merge pull request #82 from grosbouddha/generate-tools-markup Julian Descottes 2012-09-15 14:21:13 -0700
  • 720202cb4a Merge b4b59c97c6 into 1276f338c2 grosbouddha 2012-09-15 12:57:03 -0700
  • b4b59c97c6 fixing include for toolcontroller.js Vince 2012-09-15 21:55:38 +0200
  • df8f0a1996 Change ToolSelector to controller directory Vince 2012-09-15 20:50:02 +0200
  • dbae35c5a5 Turn ToolSelector into a prototype class (was closure based) Vince 2012-09-15 20:48:01 +0200
  • 9a6ad78f63 fix travis Vince 2012-09-15 20:30:32 +0200
  • 440a6391e9 Generate tool's markup automatically Vince 2012-09-15 20:25:45 +0200
  • 1276f338c2 Merge pull request #79 from grosbouddha/lasso-tool Julian Descottes 2012-09-15 04:43:28 -0700
  • 5ee2e1b71f Merge 277fd979e9 into cb9227e4c6 grosbouddha 2012-09-14 17:24:16 -0700
  • 277fd979e9 master conflict merge Vince 2012-09-15 02:24:06 +0200
  • a88826aa1f Remove code duplication between select tools Vince 2012-09-15 02:02:02 +0200
  • 28835f96f3 Cleaning a bit pixel utils + fix empty paste bug Vince 2012-09-15 01:01:47 +0200
  • f0d18ae48e Merge branch 'master' into gh-pages juliandescottes 2012-09-15 00:49:47 +0200
  • cb9227e4c6 compressed a bit the transparent background png (48kB before) juliandescottes 2012-09-15 00:39:50 +0200
  • 207e402ef5 Merge branch 'master' into gh-pages juliandescottes 2012-09-15 00:25:08 +0200
  • 697f270d78 Injecting framesheet model in SelectionManager singleton Vince 2012-09-15 00:17:08 +0200
  • 76838e64b9 Merge pull request #78 from juliandescottes/add-circletool Julian Descottes 2012-09-14 14:51:33 -0700
  • 7da539a9f7 Merge 26dc185bca into 9e03290df5 Julian Descottes 2012-09-14 14:50:30 -0700
  • 26dc185bca Fixed jshint warnings juliandescottes 2012-09-14 23:47:05 +0200
  • 2edda09f08 Finalized first implementation of Circle tool juliandescottes 2012-09-14 23:43:49 +0200
  • f7d235b116 Adding Circle tool - reusing Rectangle implementation for now juliandescottes 2012-09-14 22:20:34 +0200
  • 813b60b854 Simplified Rectangle.js and pixelUtils juliandescottes 2012-09-14 22:20:00 +0200
  • 7613bb18b3 Fixing ShapeSelection Vince 2012-09-14 20:18:26 +0200
  • 841885939d Basic lasso tool Vince 2012-09-14 20:12:21 +0200
  • ef3e4a5f7a Merge branch 'master' into gh-pages juliandescottes 2012-09-14 01:13:22 +0200
  • 9e03290df5 Merge pull request #72 from juliandescottes/fix-dynamicdpi Julian Descottes 2012-09-13 16:12:51 -0700
  • d4b376ac23 Merge 741d145d42 into 2a4077eaad Julian Descottes 2012-09-13 16:11:44 -0700
  • 741d145d42 Selection tool broken with previous commit. Fixed it. Need tests, cannot manually test all features. juliandescottes 2012-09-14 01:11:24 +0200
  • ba6879875c Fixed dynamic dpi update for drawing canvas, added throttle on resize event. juliandescottes 2012-09-14 00:33:46 +0200
  • 2a4077eaad Merge pull request #71 from juliandescottes/fix-historymanager Julian Descottes 2012-09-13 15:06:47 -0700
  • fcf8c0c412 Merge 62ae3f17a1 into 456bf4b55c Julian Descottes 2012-09-13 15:05:26 -0700
  • 62ae3f17a1 History manager is firing events to trigger redraw of listeners juliandescottes 2012-09-14 00:03:27 +0200
  • 456bf4b55c Merge pull request #70 from grosbouddha/selecttool Julian Descottes 2012-09-13 14:50:09 -0700
  • 42781ca2bd Merge e85fe32f02 into 3c9595c174 Vincent 2012-09-13 14:02:52 -0700
  • e85fe32f02 Basic rectangular select tool basic Vince 2012-09-13 22:57:32 +0200
  • 2aaab74b80 Fix ctrl/meta for macosx shortcuts Vince 2012-09-12 21:32:18 +0200
  • 991b66b67c Basic cut implementation Vince 2012-09-12 12:01:47 +0200
  • efbeaf3d50 Initial work + merge Vince 2012-09-11 19:59:00 +0200
  • 4c90db44b2 Initial work Vince 2012-09-11 19:55:03 +0200
  • 9bc435a13c Merge branch 'master' into gh-pages juliandescottes 2012-09-11 01:07:37 +0200
  • 3c9595c174 Display preview on init juliandescottes 2012-09-11 01:07:03 +0200
  • f8395bcb8d merged from master juliandescottes 2012-09-11 00:59:52 +0200
  • e9c61285af Merge pull request #67 from juliandescottes/add-renderingloop Julian Descottes 2012-09-10 15:55:33 -0700
  • 5304c46f8a Merge 11dda9da9c into 7b90873324 Julian Descottes 2012-09-10 15:54:29 -0700
  • 11dda9da9c fixed jshint complaints juliandescottes 2012-09-11 00:54:06 +0200
  • a8394d22b1 fixed jshint complaints juliandescottes 2012-09-11 00:52:09 +0200
  • 5666733f98 adding Makefile juliandescottes 2012-09-11 00:34:48 +0200
  • fb8d8c7ce2 adding a first package.json file juliandescottes 2012-09-11 00:31:50 +0200
  • 2fbd59b71b adding a first package.json file juliandescottes 2012-09-11 00:29:52 +0200
  • c817465260 adding a first travis.yml file juliandescottes 2012-09-11 00:14:38 +0200
  • ab7d1b4a89 merged from master juliandescottes 2012-09-10 23:46:49 +0200
  • feadca9d1f Added clear method to pskl.model.Frame juliandescottes 2012-09-10 23:32:34 +0200
  • 99e9cf8856 Fixed FilmPreview bugs. Simplified piskel.js, removed refernce to drawingController from tools juliandescottes 2012-09-10 23:26:12 +0200
  • e1af86b647 Fixed initialization bug + performance issue with jquery pub sub juliandescottes 2012-09-10 19:53:34 +0200
  • 12c9fececb Removed 2 useless instance variables in AnimatedPreviewController juliandescottes 2012-09-09 11:37:52 +0200
  • 68c2cae658 Cleaned FrameRenderer.js FrameRenderer should also keep a reference on the frame it is updating - initially I wanted the renderer to be frame independant, but it doesnt bring much juliandescottes 2012-09-09 02:34:54 +0200
  • 873a10caa2 Fix the duplication in the overlay when grid toggl Patrick Brosset 2012-09-09 01:35:29 +0200
  • 7b90873324 Fixed initialization bug + performance issue with jquery pub sub juliandescottes 2012-09-10 19:53:34 +0200
  • 8982a5b479 Removed 2 useless instance variables in AnimatedPreviewController juliandescottes 2012-09-09 11:37:52 +0200
  • 9484837a32 Merge pull request #63 from juliandescottes/fix-overlayrendering Julian Descottes 2012-09-08 17:36:16 -0700
  • 4c9d314be8 Merge d18c3cd5f7 into 6708bf1ce1 Julian Descottes 2012-09-08 17:36:12 -0700
  • d18c3cd5f7 Cleaned FrameRenderer.js FrameRenderer should also keep a reference on the frame it is updating - initially I wanted the renderer to be frame independant, but it doesnt bring much juliandescottes 2012-09-09 02:34:54 +0200
  • 6708bf1ce1 Merge pull request #62 from captainbrosset/fix-grid-duplicate-frame Julian Descottes 2012-09-08 17:19:07 -0700
  • 95652f1305 Merge 2c1657f301 into a423bf0e1c Patrick Brosset 2012-09-08 16:40:50 -0700
  • 2c1657f301 Merge branch 'master' of git://github.com/juliandescottes/piskel into fix-grid-duplicate-frame Patrick Brosset 2012-09-09 01:38:22 +0200
  • a423bf0e1c Merge pull request #61 from juliandescottes/add-renderingloop Vincent 2012-09-08 16:35:38 -0700
  • 809fc8b688 Fix the duplication in the overlay when grid toggl Patrick Brosset 2012-09-09 01:35:29 +0200
  • 87ce4e7e3c Merge 63d8cd7eb7 into d799221c24 Julian Descottes 2012-09-08 16:26:16 -0700
  • 63d8cd7eb7 Slight performance improvement, previewfilmcontroller still buggy juliandescottes 2012-09-09 01:12:54 +0200
  • 2fa95fa1bc Added DrawingLoop.js and plugged basic rendering on each controller juliandescottes 2012-09-09 00:40:05 +0200
  • d799221c24 Ignoring stackdump files from git juliandescottes 2012-09-09 00:28:58 +0200
  • 069310677d Merge pull request #60 from captainbrosset/master Julian Descottes 2012-09-08 15:26:40 -0700
  • 6b028790a6 Merge 1f80be34b8 into 0163221ac9 Julian Descottes 2012-09-08 15:25:30 -0700
  • 1f80be34b8 not much to do anymore in this one juliandescottes 2012-09-09 00:24:49 +0200
  • bc2a155402 Merge ed177d92e6 into 0163221ac9 Patrick Brosset 2012-09-08 15:11:10 -0700
  • ed177d92e6 Merge branch 'master' of git://github.com/juliandescottes/piskel Patrick Brosset 2012-09-09 00:09:35 +0200
  • 0fe9ade870 added subl project artefacts to gitignore Patrick Brosset 2012-09-09 00:09:18 +0200
  • 0163221ac9 Merge pull request #59 from grosbouddha/add-grid-for-real Julian Descottes 2012-09-08 15:00:21 -0700
  • 6e7545a1d2 Added drawing loop, unplugged traditional renderers juliandescottes 2012-09-08 23:59:44 +0200
  • bdcdb82fe6 Merge 1a99fed64d into df405d917f Vincent 2012-09-08 14:59:38 -0700
  • 1a99fed64d pull/merge from master Vince 2012-09-08 23:59:13 +0200
  • f169a90644 Checkbox crappy styling and fixing overlayproxy grid Vince 2012-09-08 23:53:59 +0200
  • df945e10dd Add grid checkbox Vince 2012-09-08 23:43:16 +0200
  • e4373ad133 Small updates to FrameRenderer for fun juliandescottes 2012-09-08 23:10:05 +0200