summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* add icon render testKonstantin Käfer2014-07-151-2/+2
* allow formatted messagesKonstantin Käfer2014-07-111-12/+12
* fix compile errorsKonstantin Käfer2014-07-081-0/+1
* update headless testing to be configurableKonstantin Käfer2014-07-081-1/+21
* add test fixture and image comparisonKonstantin Käfer2014-07-071-2/+2
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-273-7/+7
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-041-27/+0
* use malloc/free from c++: fixes compile with libc++ on linux - refs #287Dane Springmeyer2014-05-301-3/+4
* avoid unused variable warningDane Springmeyer2014-05-301-0/+4
* make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-301-3/+3
* make shapingWarning and glyphWarning off for release buildsDane Springmeyer2014-05-291-2/+2
* release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-291-0/+13
* Merge branch 'master' into bezierJustin R. Miller2014-05-292-0/+6
|\
| * [build] another missing <memory> includeDane Springmeyer2014-05-291-0/+1
| * add debug warningsKonstantin Käfer2014-05-281-0/+5
* | change default cubic bezier for easingsVladimir Agafonkin2014-05-291-1/+1
|/
* fixed subtle clip id generation bugKonstantin Käfer2014-05-271-1/+1
* correct namespace usageDane Springmeyer2014-05-231-1/+3
* support for style transitionsJustin R. Miller2014-05-222-8/+57
* better sprite warningsKonstantin Käfer2014-05-221-3/+4
* show tile parse warningsKonstantin Käfer2014-05-211-0/+1
* first shot at composited blendingKonstantin Käfer2014-05-211-0/+4
* partially revert 6136ab6d213c0aa5e6afba632fc42b5999e70615Konstantin Käfer2014-05-211-3/+0
* show style parse warning if the flag is setKonstantin Käfer2014-05-211-0/+3
* fix texture bindingKonstantin Käfer2014-05-192-123/+134
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-2/+2
* do not define variables until they're neededKonstantin Käfer2014-05-141-4/+4
* disable texture deleting for nowKonstantin Käfer2014-05-121-1/+2
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-093-15/+207
* formattingKonstantin Käfer2014-05-021-7/+11
* there's no need to reset the image dataKonstantin Käfer2014-05-021-3/+0
* rename animation => transitionKonstantin Käfer2014-04-302-12/+12
* move animation time api to use nanosecondsKonstantin Käfer2014-04-302-7/+7
* make sure we call the sprite load callbackKonstantin Käfer2014-04-301-8/+11
* move to libuv for the rendering loopKonstantin Käfer2014-04-302-1/+37
* fix compile on linuxKonstantin Käfer2014-04-171-0/+1
* add flag to allow flipping the png imageKonstantin Käfer2014-04-161-2/+2
* clean up use of C99Konstantin Käfer2014-04-161-5/+9
* add function to write filesKonstantin Käfer2014-04-151-0/+13
* add PNG image encodingKonstantin Käfer2014-04-151-0/+50
* always start animations with a common start timeKonstantin Käfer2014-04-142-7/+9
* re-bind texture in right circumstancesJustin R. Miller2014-03-191-1/+1
* don't attempt texture binding before the texture pool is setupJustin R. Miller2014-03-191-5/+1
* fixes #70: raster tile rendering as toggleable mode from vectorJustin R. Miller2014-03-182-0/+251
* use external libraryKonstantin Käfer2014-03-121-281/+0
* make sure color values are lowercasedKonstantin Käfer2014-03-121-0/+3
* add color parserKonstantin Käfer2014-03-111-0/+278
* change tile sizeKonstantin Käfer2014-03-111-1/+1
* move tile size to a cpp fileKonstantin Käfer2014-03-111-0/+3
* remove thread namingKonstantin Käfer2014-03-031-5/+4