Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add icon render test | Konstantin Käfer | 2014-07-15 | 1 | -2/+2 |
* | allow formatted messages | Konstantin Käfer | 2014-07-11 | 1 | -12/+12 |
* | fix compile errors | Konstantin Käfer | 2014-07-08 | 1 | -0/+1 |
* | update headless testing to be configurable | Konstantin Käfer | 2014-07-08 | 1 | -1/+21 |
* | add test fixture and image comparison | Konstantin Käfer | 2014-07-07 | 1 | -2/+2 |
* | rename time => timestamp to avoid naming conflicts | Konstantin Käfer | 2014-06-27 | 3 | -7/+7 |
* | unifiy constants in one place, and allow local override | Konstantin Käfer | 2014-06-04 | 1 | -27/+0 |
* | use malloc/free from c++: fixes compile with libc++ on linux - refs #287 | Dane Springmeyer | 2014-05-30 | 1 | -3/+4 |
* | avoid unused variable warning | Dane Springmeyer | 2014-05-30 | 1 | -0/+4 |
* | make sure we retain shared state when destructing the map object | Konstantin Käfer | 2014-05-30 | 1 | -3/+3 |
* | make shapingWarning and glyphWarning off for release builds | Dane Springmeyer | 2014-05-29 | 1 | -2/+2 |
* | release mode: silent debug output + ifdef any potentially expensive calls | Dane Springmeyer | 2014-05-29 | 1 | -0/+13 |
* | Merge branch 'master' into bezier | Justin R. Miller | 2014-05-29 | 2 | -0/+6 |
|\ | |||||
| * | [build] another missing <memory> include | Dane Springmeyer | 2014-05-29 | 1 | -0/+1 |
| * | add debug warnings | Konstantin Käfer | 2014-05-28 | 1 | -0/+5 |
* | | change default cubic bezier for easings | Vladimir Agafonkin | 2014-05-29 | 1 | -1/+1 |
|/ | |||||
* | fixed subtle clip id generation bug | Konstantin Käfer | 2014-05-27 | 1 | -1/+1 |
* | correct namespace usage | Dane Springmeyer | 2014-05-23 | 1 | -1/+3 |
* | support for style transitions | Justin R. Miller | 2014-05-22 | 2 | -8/+57 |
* | better sprite warnings | Konstantin Käfer | 2014-05-22 | 1 | -3/+4 |
* | show tile parse warnings | Konstantin Käfer | 2014-05-21 | 1 | -0/+1 |
* | first shot at composited blending | Konstantin Käfer | 2014-05-21 | 1 | -0/+4 |
* | partially revert 6136ab6d213c0aa5e6afba632fc42b5999e70615 | Konstantin Käfer | 2014-05-21 | 1 | -3/+0 |
* | show style parse warning if the flag is set | Konstantin Käfer | 2014-05-21 | 1 | -0/+3 |
* | fix texture binding | Konstantin Käfer | 2014-05-19 | 2 | -123/+134 |
* | always use std:: namespace for math functions | Konstantin Käfer | 2014-05-14 | 1 | -2/+2 |
* | do not define variables until they're needed | Konstantin Käfer | 2014-05-14 | 1 | -4/+4 |
* | disable texture deleting for now | Konstantin Käfer | 2014-05-12 | 1 | -1/+2 |
* | Calculate clip IDs with a huffman prefix tree | Konstantin Käfer | 2014-05-09 | 3 | -15/+207 |
* | formatting | Konstantin Käfer | 2014-05-02 | 1 | -7/+11 |
* | there's no need to reset the image data | Konstantin Käfer | 2014-05-02 | 1 | -3/+0 |
* | rename animation => transition | Konstantin Käfer | 2014-04-30 | 2 | -12/+12 |
* | move animation time api to use nanoseconds | Konstantin Käfer | 2014-04-30 | 2 | -7/+7 |
* | make sure we call the sprite load callback | Konstantin Käfer | 2014-04-30 | 1 | -8/+11 |
* | move to libuv for the rendering loop | Konstantin Käfer | 2014-04-30 | 2 | -1/+37 |
* | fix compile on linux | Konstantin Käfer | 2014-04-17 | 1 | -0/+1 |
* | add flag to allow flipping the png image | Konstantin Käfer | 2014-04-16 | 1 | -2/+2 |
* | clean up use of C99 | Konstantin Käfer | 2014-04-16 | 1 | -5/+9 |
* | add function to write files | Konstantin Käfer | 2014-04-15 | 1 | -0/+13 |
* | add PNG image encoding | Konstantin Käfer | 2014-04-15 | 1 | -0/+50 |
* | always start animations with a common start time | Konstantin Käfer | 2014-04-14 | 2 | -7/+9 |
* | re-bind texture in right circumstances | Justin R. Miller | 2014-03-19 | 1 | -1/+1 |
* | don't attempt texture binding before the texture pool is setup | Justin R. Miller | 2014-03-19 | 1 | -5/+1 |
* | fixes #70: raster tile rendering as toggleable mode from vector | Justin R. Miller | 2014-03-18 | 2 | -0/+251 |
* | use external library | Konstantin Käfer | 2014-03-12 | 1 | -281/+0 |
* | make sure color values are lowercased | Konstantin Käfer | 2014-03-12 | 1 | -0/+3 |
* | add color parser | Konstantin Käfer | 2014-03-11 | 1 | -0/+278 |
* | change tile size | Konstantin Käfer | 2014-03-11 | 1 | -1/+1 |
* | move tile size to a cpp file | Konstantin Käfer | 2014-03-11 | 1 | -0/+3 |
* | remove thread naming | Konstantin Käfer | 2014-03-03 | 1 | -5/+4 |