summaryrefslogtreecommitdiff
path: root/src/canvas.h
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-1/+1
* another int -> boolAmadeusz Sławiński2016-09-231-1/+1
* make flag booleanAmadeusz Sławiński2016-06-251-1/+1
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-0/+3
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-1/+0
* remove fwddecl.hAmadeusz Sławiński2015-06-261-19/+23
* 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-3/+3
* use Layer type instead of struct layerAmadeusz Sławiński2015-06-261-4/+4
* forward declarations for types make more sense in a separate fileAmadeusz Sławiński2015-06-261-10/+4
* use Window type instead of struct winAmadeusz Sławiński2015-06-261-2/+3
* use Canvas type instead of struct canvasAmadeusz Sławiński2015-06-251-22/+24
* use Viewport type instead of struct viewportAmadeusz Sławiński2015-06-251-3/+6
* more header stuffAmadeusz Sławiński2015-06-251-38/+36
* fix some of -Wmissing-prototypes warningsAmadeusz Sławiński (amade)2015-06-251-0/+1
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-15/+15
* GNUize.Sadrul Habib Chowdhury2009-12-151-1/+1
* Refactor 'layout' and 'viewport'Sadrul Habib Chowdhury2009-11-121-1/+19
* Start refactoring.Sadrul Habib Chowdhury2009-11-121-0/+83