Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
* | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -1/+1 |
* | another int -> bool | Amadeusz Sławiński | 2016-09-23 | 1 | -1/+1 |
* | make flag boolean | Amadeusz Sławiński | 2016-06-25 | 1 | -1/+1 |
* | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -0/+3 |
* | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
* | remove fwddecl.h | Amadeusz Sławiński | 2015-06-26 | 1 | -19/+23 |
* | use Event type instead of struct event | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+1 |
* | use Display type instead of struct display | Amadeusz Sławiński | 2015-06-26 | 1 | -3/+3 |
* | use Layer type instead of struct layer | Amadeusz Sławiński | 2015-06-26 | 1 | -4/+4 |
* | forward declarations for types make more sense in a separate file | Amadeusz Sławiński | 2015-06-26 | 1 | -10/+4 |
* | use Window type instead of struct win | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+3 |
* | use Canvas type instead of struct canvas | Amadeusz Sławiński | 2015-06-25 | 1 | -22/+24 |
* | use Viewport type instead of struct viewport | Amadeusz Sławiński | 2015-06-25 | 1 | -3/+6 |
* | more header stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -38/+36 |
* | fix some of -Wmissing-prototypes warnings | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -0/+1 |
* | remove __P macro it's obsolete | Amadeusz Sławiński | 2015-06-25 | 1 | -15/+15 |
* | GNUize. | Sadrul Habib Chowdhury | 2009-12-15 | 1 | -1/+1 |
* | Refactor 'layout' and 'viewport' | Sadrul Habib Chowdhury | 2009-11-12 | 1 | -1/+19 |
* | Start refactoring. | Sadrul Habib Chowdhury | 2009-11-12 | 1 | -0/+83 |