Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved JavaScript for cookie-dealing with high-ppi devices. #116

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
e6f29d1
Image src-parameter "bp", Debug-Mode, Prevent-Caching
johannheyne Apr 18, 2012
489a7af
Parameter size
johannheyne May 16, 2012
490d4de
CHANGE Resolutions
johannheyne May 16, 2012
69e74fc
NEW setup file for sharpen and imagebreackpoints
johannheyne May 18, 2012
748d7fb
cleaning code
johannheyne May 18, 2012
16cfea1
NEW sharpen via setup.php and some code cleaning
johannheyne May 18, 2012
85252a1
NEW cropping per image by ratio via setup
johannheyne May 18, 2012
bae2d3d
FIX less sized images will also be cropped
johannheyne May 20, 2012
893d5dd
CHANGE prevent processing images from wordpress-theme
johannheyne May 20, 2012
7fea87a
CHANGE debug no more preventing cache
johannheyne May 20, 2012
8eed5d3
CHANGE setup breakpoint-sizes, cropping an sharpen
johannheyne Jun 8, 2012
a82a13b
readme to root
johannheyne Jun 8, 2012
6be2833
preparing documentation
johannheyne Jun 8, 2012
9e2d1db
preparing documentation
johannheyne Jun 8, 2012
ec7f9af
Merge branch 'master' of git://github.com/johannheyne/Adaptive-Images
johannheyne Jun 8, 2012
988192e
Some documentations
johannheyne Jun 8, 2012
1d0f9a9
readme improvements
johannheyne Jun 8, 2012
68e5bfb
readme improvements
johannheyne Jun 8, 2012
4b0e972
readme improvements
johannheyne Jun 8, 2012
a94fb7e
Fixed some typo
johannheyne Jun 11, 2012
7abd6ed
UPDATE readme
johannheyne Jun 11, 2012
1ff2a5a
fix transparent PNGs
johannheyne Aug 8, 2012
1c05d82
fix image cache shared by different ratio setup
johannheyne Oct 28, 2012
74871d5
converting tabs to spaces
johannheyne Oct 28, 2012
f2d8184
new separate jpg quality setup for retina
johannheyne Oct 28, 2012
3615a04
new separate jpg quality setup for retina
johannheyne Oct 28, 2012
5311020
Merge branch 'master' of git://github.com/johannheyne/Adaptive-Images
johannheyne Oct 28, 2012
5a8b31b
[FIX] image HTTP error 200 on local mashines
johannheyne Oct 31, 2012
be9f566
[FIX] image HTTP error 200 on local mashines 2
johannheyne Oct 31, 2012
d7482ef
enable all pixel-density values
johannheyne Apr 13, 2013
78bc2ff
Updated readme.textile for this new fork.
Darkwing371 Apr 19, 2013
ef21f20
Slightly refactored .htaccess to make it more feasible. Introduced wh…
Darkwing371 Apr 19, 2013
8c0bc55
Refactored setup.php – Commented heavily!
Darkwing371 Apr 19, 2013
cee36ab
Small addition to installation section point 1.
Darkwing371 Apr 19, 2013
f9a0eb8
Refactored filebase – Got rid of outdated manuals – Moved instruction…
Darkwing371 Apr 19, 2013
8e06345
Small alterations in setup.php readme.
Darkwing371 Apr 19, 2013
8222098
Readme.textile markup baffles me.
Darkwing371 Apr 19, 2013
887bb52
Introduced "scalings" – Introduced "fullsize request" term
Darkwing371 Apr 19, 2013
4b6ae65
Altering setup.php for developement purposes again.
Darkwing371 Apr 19, 2013
506827f
Fixed ridiculous linebreak mess! All Unix (LF) now.
Darkwing371 Apr 19, 2013
4de8321
Merge branch 'dev-aiue'
Darkwing371 Apr 19, 2013
bf4e9fa
Fixed ridiculous linebreak mess! All Unix (LF) now.
Darkwing371 Apr 19, 2013
2e7b7b6
Catching last dodger file, trying to stay un-Unix-LF...
Darkwing371 Apr 19, 2013
f860ffe
Fixed fatal fallback problem – Introduced fallback default resolution…
Darkwing371 Apr 20, 2013
dde5d16
Changelog updated to v1.0.2.
Darkwing371 Apr 20, 2013
64f4400
Minor code sanitations inspired by some commits. Text file edits.
Darkwing371 Apr 21, 2013
9f1e881
First commit for GitHub.
Darkwing371 Apr 24, 2013
242c70f
Forgot to add +",1" as the fallbacks devicepixelratio.
Darkwing371 Apr 25, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
preparing documentation
johannheyne committed Jun 8, 2012
commit 6be28336d8450a6afb2dd8d3e16b682da052dc4a
21 changes: 21 additions & 0 deletions docs/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Adaptive Images</title>
<meta charset="utf-8"/>

<style rel="stylesheet" type="text/css">

</style>

<script type="text/javascript">

</script>


</head>
<body>
<h1>Adaptive Images (Advanced)</h1>

</body>
</html>