Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of extern.h | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
* | some more variables normally named | Amadeusz Sławiński | 2015-06-26 | 1 | -16/+16 |
* | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+3 |
* | 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 | -1/+1 |
* | use Layer type instead of struct layer | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+2 |
* | use Window type instead of struct win | Amadeusz Sławiński | 2015-06-26 | 1 | -6/+6 |
* | use Canvas type instead of struct canvas | Amadeusz Sławiński | 2015-06-25 | 1 | -30/+30 |
* | use Viewport type instead of struct viewport | Amadeusz Sławiński | 2015-06-25 | 1 | -1/+1 |
* | more header stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -0/+3 |
* | bye bye DEBUG | Amadeusz Sławiński | 2015-06-25 | 1 | -31/+0 |
* | Code reformating | Amadeusz Sławiński | 2015-06-25 | 1 | -778/+695 |
* | xrealloc returns void* and remove all *allocs casts | Amadeusz Sławiński | 2015-06-25 | 1 | -5/+5 |
* | Simplify debugging macros | Amadeusz Sławiński | 2015-06-25 | 1 | -18/+18 |
* | trailing whitespace removal | Amadeusz Sławiński | 2015-06-25 | 1 | -1/+1 |
* | move extern's into one place | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -7/+0 |
* | remove unused variables xs xe ys | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -4/+1 |
* | make most features as always built in from now on | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -4/+0 |
* | *wi -> *win | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -16/+16 |
* | rewrite functions definitions | Amadeusz Sławiński (amade) | 2015-06-25 | 1 | -32/+14 |
* | Apply hardstatusfirstline.patch on git | HoverHell | 2015-06-25 | 1 | -1/+1 |
* | Remove old code. | Sadrul Habib Chowdhury | 2010-02-23 | 1 | -1/+2 |
* | Re-optimize screen updates. | Sadrul Habib Chowdhury | 2009-12-24 | 1 | -0/+3 |
* | Refactor 'layout' and 'viewport' | Sadrul Habib Chowdhury | 2009-11-12 | 1 | -0/+18 |
* | Start refactoring. | Sadrul Habib Chowdhury | 2009-11-12 | 1 | -0/+894 |