Commit Graph
96 Commits
Author SHA1 Message Date
Georg Fischer 98b1bef7b5 add some conditional classes and behaviour for internet explorer 2014-06-19 13:07:41 +02:00
Georg Fischer f476b76fc2 update readme 2014-04-11 21:54:15 +02:00
Georg Fischer a140553c7e use glitch-canvas as dependency since it is a separate library now 2014-04-11 21:34:16 +02:00
Georg Fischer 2e0baf1c1d update sharing links to close upon changing the controls, as rquested
by @andsynchrony
2014-04-11 21:26:50 +02:00
Georg Fischer 7610043997 Merge branch 'fixes' into develop 2013-12-16 15:43:29 +01:00
Georg Fischer 320950bacb fix intro closed intro position 2013-12-16 15:42:19 +01:00
Georg Fischer 3cdcf52f70 fix a download file name bug 2013-12-16 15:37:38 +01:00
Georg Fischer 41cff2c374 merge 2013-12-16 15:25:23 +01:00
Georg Fischer 471ce7703a update default image name 2013-12-16 15:11:12 +01:00
Georg Fischer cafb3cfcc2 change initialisation order 2013-12-16 15:10:27 +01:00
Georg Fischer 27c73b1d20 add 'glitched' to downloaded file name 2013-12-16 15:09:24 +01:00
Georg Fischer 06ea78b0d8 store name of uploaded file 2013-12-16 15:08:38 +01:00
Georg Fischer d4108d5bc2 Merge branch 'download-name' into develop 2013-12-15 20:26:03 +01:00
Georg Fischer 2e4e510341 include used options to file name. 2013-12-15 20:25:46 +01:00
Georg Fischer a2917280a9 Merge branch 'fixes' into develop 2013-11-30 20:37:34 +01:00
Georg Fischer 2a8d83252c remove obsolete comments and path variable 2013-11-30 20:37:15 +01:00
Georg Fischer 7b8087ac97 whitespace 2013-11-30 20:36:47 +01:00
Georg Fischer 0f70f6afa8 Merge branch 'changes' into develop 2013-11-30 01:09:30 +01:00
Georg Fischer 754e827a11 update index copy 2013-11-30 01:08:28 +01:00
Georg Fischer 181715935e update readme 2013-11-30 01:08:15 +01:00
Georg Fischer 40e3a6e8f4 fix imgur button 2013-11-30 00:53:29 +01:00
Georg Fischer 71241a9beb Merge branch 'fixes' into develop 2013-11-29 22:21:36 +01:00
Georg Fischer 15aea7c04d add some responsive button margin 2013-11-29 22:21:22 +01:00
Georg Fischer 48770b9021 Merge branch 'ui' into develop 2013-11-29 22:18:28 +01:00
Georg Fischer e14be9efdc remove hardcoded image url from script 2013-11-29 22:17:18 +01:00
Georg Fischer 67487ed7be ipdate intro button 2013-11-29 22:16:50 +01:00
Georg Fischer 2810d7ac76 update ui;
add open and close button to ui;
close intro when new image is uploaded;
2013-11-29 22:09:10 +01:00
Georg Fischer 6a1f4fda80 update user interface 2013-11-29 22:00:59 +01:00
Georg Fischer ee7a681d61 Merge branch 'readme' into develop 2013-11-27 22:30:26 +01:00
Georg Fischer f9f7d01763 update readme with link to glitch library 2013-11-27 22:30:00 +01:00
Georg Fischer 79d6c9fc8d Merge branch 'fixes' into develop 2013-11-02 13:03:04 +01:00
Georg Fischer 1e45bd9327 only show social links if upload was successful 2013-11-02 13:02:22 +01:00
Georg Fischer 16f275ee43 Merge branch 'fixes' into develop 2013-11-02 12:37:42 +01:00
Georg Fischer 4f2370aa30 add twitter, facebook and reddit sharing buttons 2013-11-02 12:33:06 +01:00
Georg Fischer d39a8797f8 add license information for reqwest library 2013-11-02 11:30:17 +01:00
Georg Fischer ab7c25ebea Merge branch 'imgur' into develop 2013-11-01 18:36:48 +01:00
Georg Fischer 6579fdaadb add @imgur sharing. thanks everyone on @reddit and r/glitch_art for using this! 2013-11-01 18:32:03 +01:00
Georg Fischer 4feed4f8d1 Merge branch 're-encode' into develop 2013-09-28 15:09:03 +02:00
Georg Fischer 1bc77c2ffe Merge branch 'changes' into develop 2013-09-28 14:58:10 +02:00
Georg Fischer 65be45c979 rip out re encoding code because it does not solve the problem. 2013-09-28 14:26:19 +02:00
Georg Fischer f47c26c09e add re-encoding of jpg-images because of progressive rendering 2013-09-28 14:19:37 +02:00
Georg Fischer 939cb3545f update img attribute 2013-09-28 13:30:17 +02:00
Georg Fischer 5bc03c7ce7 add image size constraint
constrain image file size and scale down image if necessary
2013-09-28 13:29:35 +02:00
Georg Fischer 97c8e633ac remove horizontal scrollbars
scale down canvas if the image is wider than the browser window
2013-09-28 12:57:03 +02:00
Georg Fischer 5640d7a10b small speed improvements
- only get the imagedata once, when the image first loads
- only clear the canvas after image load
2013-09-28 12:47:56 +02:00
Georg Fischer 4715d6e422 Merge branch 'changes' into develop 2013-09-26 20:38:56 +02:00
Georg Fischer 7b00c02a06 update control selector 2013-09-26 20:38:09 +02:00
Georg Fischer 9d148d2529 add support for number input fields and keep sliders and numbers in
sync
2013-09-26 20:34:32 +02:00
Georg Fischer 920c430851 remove reference to html5slider 2013-09-26 20:33:10 +02:00
Georg Fischer a10b5d8ffe remove html5slider polyfill
this polyfill is no longer needed since firefox 23 added support for
input sliders: https://bugzilla.mozilla.org/show_bug.cgi?id=344618#c56
(and i don't really care much for older firefox versions)

thanks @fryn for a great piece of code!
2013-09-26 20:32:11 +02:00
Georg Fischer 646f917277 update style of sliders; add styles for new input fields 2013-09-26 20:26:30 +02:00
Georg Fischer bf4125478b update markup of controls: add second input field for better control
of values
2013-09-26 20:25:46 +02:00
Georg Fischer f175f73f51 Merge branch 'typo' into develop 2013-09-20 22:23:25 +02:00
Georg Fischer bb92c1dd02 fix link text 2013-09-20 22:22:56 +02:00
Georg Fischer bf2c22ef3a Merge branch 'build-script' into develop 2013-09-20 22:14:45 +02:00
Georg Fischer fbe540d0c4 add note about build script dependencies 2013-09-20 22:14:03 +02:00
Georg Fischer 2a112be4c3 add build script 2013-09-20 22:12:10 +02:00
Georg Fischer a42e851d49 rename global.css => main.css 2013-09-20 22:11:29 +02:00
Georg Fischer 197e96cfe6 update readme with build script instructions and almondjs license information 2013-09-20 22:09:48 +02:00
Georg Fischer 52bf7e10b3 add almond js library 2013-09-20 21:53:29 +02:00
Georg Fischer 417a09a967 update gitignore 2013-09-20 21:52:42 +02:00
Georg Fischer 66e907c0c7 Merge branch 'random-button' into develop 2013-09-20 21:38:43 +02:00
Georg Fischer 9e9452d057 add random button 2013-09-20 21:38:17 +02:00
Georg Fischer 5255ad5b30 Merge branch 'image' into develop 2013-09-20 20:59:42 +02:00
Georg Fischer 3f3694a8e4 minify example image 2013-09-20 20:59:10 +02:00
Georg Fischer a34ac769ae Merge branch 'interface-changes' into develop 2013-09-20 20:51:16 +02:00
Georg Fischer f4aa6dc224 show exact slider values for better fine tuning 2013-09-20 20:50:27 +02:00
Georg Fischer c497b9fb87 Merge branch 'image-upload' into develop 2013-09-12 20:24:50 +02:00
Georg Fischer 452f82bdcc add button for image import 2013-09-12 20:24:09 +02:00
Georg Fischer 252ebb0eec add timeout when loading second image for firefox responsiveness 2013-09-12 20:21:37 +02:00
Georg Fischer 227551c051 Merge branch 'build' into develop 2013-09-11 23:31:42 +02:00
Georg Fischer e96f50d187 move main.js outside of src folder 2013-09-11 23:30:19 +02:00
Georg Fischer 0a272e37c6 Merge branch 'changes' into develop 2013-09-11 21:56:05 +02:00
Georg Fischer 09344752d0 some small copy change 2013-09-11 21:50:32 +02:00
Georg Fischer 6f17d52b3b Merge branch 'develop' of github.com:snorpey/jpg-glitch into changes 2013-09-11 21:48:12 +02:00
Georg Fischer ebb726de56 Merge branch 'changes' into develop 2013-09-11 21:47:21 +02:00
Georg Fischer 9d64a16c64 remove obsolete files 2013-09-11 21:45:13 +02:00
Georg Fischer 3c403604bd rename the aux folder to util, because windows. fixes issue #3 2013-09-11 21:37:17 +02:00
georg fischer 658724d1d8 update license link 2013-07-25 09:11:21 +02:00
Georg Fischer 3803fcf877 typo 2013-07-23 23:37:07 +02:00
Georg Fischer a55e8f2ba2 Merge branch 'changes' into develop 2013-07-23 23:28:42 +02:00
Georg Fischer 4f5ad78a56 update experiments link 2013-07-23 23:28:24 +02:00
georg fischer 10528e191f add links to other experiments to copy 2013-07-23 15:08:35 +02:00
Georg Fischer 790a4b1ef5 add license 2013-07-21 14:58:31 +02:00
Georg Fischer 5e2fcfd8a7 typo 2013-07-01 22:55:11 +02:00
Georg Fischer e079252b6a update index copy 2013-06-28 12:02:15 +02:00
Georg Fischer 7db28d7e08 update readme copy 2013-06-27 20:08:22 +02:00
Georg Fischer f10d29581f rename download image 2013-06-27 20:06:15 +02:00
Georg Fischer 4a473cc740 update readme 2013-06-27 19:50:59 +02:00
Georg Fischer 6c7601190f update index copy, update slider order 2013-06-27 19:50:47 +02:00
Georg Fischer 563a1fb05e update glitch logic 2013-06-27 16:31:27 +02:00
Georg Fischer 93e8b4a124 update index 2013-06-27 15:47:24 +02:00
Georg Fischer aef4d85c67 remove obsolete files 2013-06-27 15:22:02 +02:00
Georg Fischer 87721f7115 add raf polyfill 2013-06-27 15:21:42 +02:00
Georg Fischer 7c02eeeffc add canvas helper file
add request animation frame
2013-06-27 15:21:32 +02:00
Georg Fischer cca32d920e initial commit 2013-06-27 14:52:28 +02:00