summaryrefslogtreecommitdiff
path: root/src/viewport.c
Commit message (Expand)AuthorAgeFilesLines
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-2/+2
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-1/+1
* refactor use of sizeofAmadeusz Sławiński2017-07-091-2/+2
* c99 style for loopsAmadeusz Sławiński2016-06-251-6/+3
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-4/+1
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+3
* viewport.c - coding style change, remove useless "=0", there is memset for itAmadeusz Sławiński2015-06-261-32/+32
* use Canvas type instead of struct canvasAmadeusz Sławiński2015-06-251-2/+2
* use Viewport type instead of struct viewportAmadeusz Sławiński2015-06-251-2/+2
* Code reformatingAmadeusz Sławiński2015-06-251-46/+38
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-1/+1
* remove unused codeAmadeusz Sławiński (amade)2015-06-251-48/+0
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-2/+0
* replace bzero with memsetAmadeusz Sławiński (amade)2015-06-251-1/+1
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-2/+1
* Refactor 'layout' and 'viewport'Sadrul Habib Chowdhury2009-11-121-0/+140