Commit Graph

9 Commits

Author SHA1 Message Date
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
d02b825fba Gallery can now list photos ... names sorted using quicksort. 2008-01-09 16:03:21 +10:00
afd3f42054 New debugging macro: dprintf, enable by passing -DEBUG to compiler.
New const string: COMPILESTAMP -- timestamp of compiled binary.
Further improvements to the variable array.
2008-01-08 13:56:02 +10:00
92acbdcdf9 Linked in the linked-list implementation.
This implementation has seen the introduction of stack/queue-like functions.

The new linked list variable array implementation is now used for the path_info
manipulation.
2008-01-07 23:32:49 +10:00
b393a6c447 More Makefile tweaks 2008-01-04 22:51:42 +10:00
eb0c9d0d10 Kill off some early compiler errors 2008-01-04 22:27:10 +10:00
a095107926 Added clean target to Makefile 2008-01-04 22:24:35 +10:00
8fe4961b77 Further additions 2008-01-04 22:23:36 +10:00