summaryrefslogtreecommitdiff
path: root/src/renderer
Commit message (Expand)AuthorAgeFilesLines
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-19/+19
* linear fadesKonstantin Käfer2014-01-291-1/+7
* add matteKonstantin Käfer2014-01-291-1/+41
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-291-12/+2
* make line drawing workKonstantin Käfer2014-01-293-53/+75
* buggy line supportKonstantin Käfer2014-01-284-6/+112
* rename shader line -> plainKonstantin Käfer2014-01-282-38/+24
* change coordinate to use null structKonstantin Käfer2014-01-282-5/+6
* create line geometryKonstantin Käfer2014-01-283-55/+291
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-282-0/+32
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-281-3/+3
* cascade stylesKonstantin Käfer2014-01-271-5/+11
* draw fills according to the styleKonstantin Käfer2014-01-272-11/+37
* pass style into painterKonstantin Käfer2014-01-231-6/+3
* pass through name when renderingKonstantin Käfer2014-01-232-9/+10
* make fillbucket members privateKonstantin Käfer2014-01-232-15/+27
* add style objectKonstantin Käfer2014-01-232-11/+11
* do not use shared pointers for bucketsKonstantin Käfer2014-01-232-33/+26
* move to layer systemKonstantin Käfer2014-01-232-134/+226
* fix drawFill functionKonstantin Käfer2014-01-231-47/+69
* enable antialiasingKonstantin Käfer2014-01-231-30/+30
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-221-19/+146
* fill drawingKonstantin Käfer2014-01-221-2/+30
* make it work on retina screensKonstantin Käfer2014-01-211-1/+1
* tile => TileKonstantin Käfer2014-01-201-4/+4
* transform => TransformKonstantin Käfer2014-01-201-6/+4
* painter => PainterKonstantin Käfer2014-01-201-10/+10
* rename settings => SettingsKonstantin Käfer2014-01-201-2/+2
* rename + move to c++Konstantin Käfer2014-01-201-3/+3
* move shaders to cpp fileKonstantin Käfer2014-01-203-9/+9
* renderer cleanupKonstantin Käfer2014-01-171-23/+23
* add antialiased line shaderKonstantin Käfer2014-01-174-39/+71
* correct tile boundary lineKonstantin Käfer2014-01-161-3/+3
* allow toggling debug mode with tabKonstantin Käfer2014-01-161-22/+25
* makefile cleanup + iconKonstantin Käfer2014-01-161-11/+0
* show tile numbersKonstantin Käfer2014-01-161-0/+23
* add tile border (debug)Konstantin Käfer2014-01-161-0/+27
* retain child tilesKonstantin Käfer2014-01-151-78/+63
* fix runtime errorsKonstantin Käfer2014-01-141-2/+2
* cmake + tile loadingKonstantin Käfer2014-01-131-3/+2
* calculate proper tile positionKonstantin Käfer2014-01-081-26/+6
* emscripten supportKonstantin Käfer2014-01-074-20/+45
* add missing fileKonstantin Käfer2014-01-071-0/+1
* glfw version of sample appKonstantin Käfer2014-01-074-0/+388