summaryrefslogtreecommitdiff
path: root/src/canvas.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* some more variables normally namedAmadeusz Sławiński2015-06-261-16/+16
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+3
* use Event type instead of struct eventAmadeusz Sławiński2015-06-261-1/+1
* use Display type instead of struct displayAmadeusz Sławiński2015-06-261-1/+1
* use Layer type instead of struct layerAmadeusz Sławiński2015-06-261-2/+2
* use Window type instead of struct winAmadeusz Sławiński2015-06-261-6/+6
* use Canvas type instead of struct canvasAmadeusz Sławiński2015-06-251-30/+30
* use Viewport type instead of struct viewportAmadeusz Sławiński2015-06-251-1/+1
* more header stuffAmadeusz Sławiński2015-06-251-0/+3
* bye bye DEBUGAmadeusz Sławiński2015-06-251-31/+0
* Code reformatingAmadeusz Sławiński2015-06-251-778/+695
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-5/+5
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-18/+18
* trailing whitespace removalAmadeusz Sławiński2015-06-251-1/+1
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-7/+0
* remove unused variables xs xe ysAmadeusz Sławiński (amade)2015-06-251-4/+1
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-4/+0
* *wi -> *winAmadeusz Sławiński (amade)2015-06-251-16/+16
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-32/+14
* Apply hardstatusfirstline.patch on gitHoverHell2015-06-251-1/+1
* Remove old code.Sadrul Habib Chowdhury2010-02-231-1/+2
* Re-optimize screen updates.Sadrul Habib Chowdhury2009-12-241-0/+3
* Refactor 'layout' and 'viewport'Sadrul Habib Chowdhury2009-11-121-0/+18
* Start refactoring.Sadrul Habib Chowdhury2009-11-121-0/+894