Commit Graph

69 Commits

Author SHA1 Message Date
da8ba31c32 Makefile: json is now called json-c, link to libz 2014-04-24 14:01:30 +10:00
157136f94c Better plan, let gcc figure it out
Why I didn't twig to this all those years ago I'll never know.
Disregard the TODO item in the last commit.

(Ohh, and my email address is no longer redhatter@gentoo.)
2014-04-06 20:13:15 +10:00
9e2ab341ba AMD64 build fixes and parallelism tweaks
TODO: figure out how to autodetect lib vs lib64.

These changes were made some time ago (can't remember when) but didn't
get committed until now.  (Yes, naughty me, but perhaps I was in a rush.)
2014-04-06 20:09:29 +10:00
1acd1307c0 [MAIN] Use UTF-8 for HTML output by default
This should be made configurable, but for now we'll hard-code it to
UTF-8 as this is the modern way to handle i18n stuff anyway.
2010-06-14 20:09:37 +10:00
6d2b7c5166 Tweaked generator template. 2009-07-06 17:44:45 +10:00
3e9a765167 Improved gallery generation. Uses AJAX to fetch next image and displays progress. 2009-07-06 14:45:10 +10:00
0d96ee0104 Fixed a bug in the generator template. 2009-01-26 19:34:17 +10:00
f1a9142335 Add in auto-generate facility to gallery handler. 2009-01-26 18:47:12 +10:00
97c4afdda9 Photo gallery images are now automatically generated at default res and quality. 2009-01-26 18:31:18 +10:00
aaa78c5888 Added semaphore to resize_photo to prevent resource issues on server. 2008-10-19 08:51:40 +10:00
7dd8ccd135 Added redirect flag and updated 'git-describe' command reference. 2008-10-18 12:38:35 +10:00
dcada45e31 Honour per-photo default settings. 2008-07-06 14:15:00 +10:00
39821e03e6 Added means to display text beneath the photo. 2008-06-13 15:54:50 +10:00
cc34e89d96 New version 2008-06-06 18:12:53 +10:00
a96973cac6 Template tweak... adjustment panel is now hidden by default, shown by clickcing the spanner icon 2008-06-06 17:17:40 +10:00
666405985d Fix syntax error when rotation not set. 2008-06-06 16:35:44 +10:00
7a9f0694e9 Fixed memory allocation bugs ... you don't free memory returned by getenv apparently. 2008-03-25 10:07:38 +10:00
e04cca4ad9 Changed interlace method... fixed compile breakage. 2008-03-25 09:38:43 +10:00
e77ea64738 Added memory allocation tracker. Enable with CFLAGS="-DMEMALLOC_TRACK" 2008-02-21 16:02:05 +10:00
4bd7d81e80 Strictly enforce size limits. Automatically handle panoramas. 2008-01-29 10:12:15 +10:00
25d503d164 Add in license file... this project is GPLv2 licensed. 2008-01-12 18:45:53 +10:00
4f93a6935a Tweak of thumbnail listing 2008-01-12 18:33:07 +10:00
b0dddc1a34 Improved the JavaScript frontend 2008-01-12 14:23:23 +10:00
caf6e071c4 Refined the scroll controls 2008-01-11 22:38:53 +10:00
9a2699a720 Image zooming using scroll wheel added 2008-01-11 21:44:28 +10:00
0a15602fee Further template tweaks. Settings are passed between pages. 2008-01-11 19:30:10 +10:00
a04734e5d0 Fixed a JSON generation bug. 2008-01-11 16:17:28 +10:00
361b0b606d Template tweaks, more fixes. 2008-01-11 15:06:25 +10:00
bc791db732 Modulus doesn't work on doubles. :-| 2008-01-11 14:37:41 +10:00
217a1f1f7f Restrict input parameter ranges. 2008-01-11 14:34:55 +10:00
e5f344eddf Template improvements and fixes. 2008-01-11 13:53:36 +10:00
7d1ee0714d Re-worked templating to use a master template. 2008-01-11 13:24:36 +10:00
f5548c5c44 New 'install' target added to Makefile.
Thumbnail width & height, and requested size/quality/rotation now passed
through to the template for display.
2008-01-11 13:05:30 +10:00
7e7ca8aded Reduce thumbnail quality to 20% 2008-01-10 23:53:38 +10:00
ce4d75b215 Thumbnails are now generated on-the-fly. 2008-01-10 21:02:11 +10:00
475f75178e Fit-to-size by default 2008-01-10 18:25:43 +10:00
2c076d219e JSON Interface added 2008-01-10 18:17:33 +10:00
ccfb31793a Tweak to photo template 2008-01-10 15:55:24 +10:00
d38b420238 Sort galleries by name 2008-01-10 15:12:56 +10:00
f59281a2fe Template tweak 2008-01-10 14:55:45 +10:00
e3edea2a0d Photo viewer done 2008-01-10 14:53:50 +10:00
3222afabf2 Gallery thumbnail page added 2008-01-10 14:34:33 +10:00
e2c89f9944 Whoopsie... a few compiler errors fixed. 2008-01-10 13:44:12 +10:00
42ce661ea6 Beginnings of a frontend 2008-01-10 13:42:59 +10:00
d37bd5a793 URL generation glitch fixed 2008-01-10 12:22:02 +10:00
00a95571ed Fixed a pointer arithmetic bug in varray.c 2008-01-10 11:49:43 +10:00
49e868202b Fixed a bug in quicksorter 2008-01-10 02:34:49 +10:00
96e022a8da First light... it can now display images 2008-01-10 00:31:23 +10:00
e763205f84 Added in ClearSilver library 2008-01-09 21:35:58 +10:00
70f9c2d171 Numerous changes here...
o Backend code for resizing images written (using ImageMagick)
o Photos in a gallery are listed ... in alphabetical order
  (quicksort algorithm in util.c)
2008-01-09 20:53:39 +10:00