summary refs log tree commit diff
path: root/font.c
Commit message (Collapse)AuthorAgeFilesLines
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-5/+6
| | | | | | readability, and a bit of knf. ok oga@
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-88/+9
| | | | | | | makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@.
* KNF, no binary change.oga2008-05-151-1/+1
| | | | From Pierre Riteau. Thanks!
* hit it with the knf stick.oga2008-04-151-16/+15
|
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-6/+6
| | | | "looks good" pedro@, ok matthieu@
* Initial revisionbernd2007-04-271-0/+159