piskel/src/js/service
Dávid Szabó 5577c3ab5a Fix GalleryStorageService
GalleryStorageService is sending JSON so it couldn't serialize the
ArrayBuffer which came from serializing the Piskel. In this commit it
sends the ArrayBuffer as an Array to the server so it can store it easily.
2016-10-01 14:34:01 +02:00
..
color Added JSCS linter to enforce style conventions 2015-04-14 18:02:33 +02:00
keyboard Issue #290: Commit selection on ENTER 2016-08-16 00:40:01 +02:00
palette Update deps, use grunt-connect instead of express, fix jscs errors 2015-12-09 22:38:58 +01:00
pensize Issue #258 : Move resize method to utils + add unit test 2015-12-01 00:54:17 +01:00
storage Fix GalleryStorageService 2016-10-01 14:34:01 +02:00
BackupService.js Added JSCS linter to enforce style conventions 2015-04-14 18:02:33 +02:00
BeforeUnloadService.js Added JSCS linter to enforce style conventions 2015-04-14 18:02:33 +02:00
CurrentColorsService.js Fix code style errors 2016-10-01 14:34:01 +02:00
FileDropperService.js Added JSCS linter to enforce style conventions 2015-04-14 18:02:33 +02:00
HistoryService.js Fix services to use new serializer format 2016-10-01 14:34:01 +02:00
ImageUploadService.js Added JSCS linter to enforce style conventions 2015-04-14 18:02:33 +02:00
ImportService.js Use Constants.EMPTY_FUNCTION 2016-06-16 18:13:08 -07:00
MouseStateService.js Remove color argument from BaseTool/BaseSelect interfaces 2015-09-16 23:40:44 +02:00
SavedStatusService.js Issue #447: apply review comments 2016-05-22 15:05:22 +02:00
SelectedColorsService.js Integrate selectedColorsService into PaletteController and PaletteListController 2015-09-16 22:57:52 +02:00