Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly update the map dimensions on rotate | Konstantin Käfer | 2014-04-10 | 1 | -1/+1 |
* | fix linejoin drawing on retina | Konstantin Käfer | 2014-04-10 | 3 | -9/+20 |
* | add min/max functions and refactor FunctionProperty | Konstantin Käfer | 2014-03-26 | 3 | -43/+23 |
* | use unique_ptr for buckets rather than shared_ptrs | Konstantin Käfer | 2014-03-25 | 2 | -7/+8 |
* | do not use shared pointers for buffers | Konstantin Käfer | 2014-03-25 | 6 | -34/+38 |
* | remove generated files | Konstantin Käfer | 2014-03-25 | 1 | -15/+0 |
* | change hidden to enabled | Konstantin Käfer | 2014-03-25 | 1 | -8/+8 |
* | build shaders for either desktop gl or gles2 | Konstantin Käfer | 2014-03-25 | 1 | -29/+0 |
* | add shader optimizer and reorder components | Konstantin Käfer | 2014-03-25 | 1 | -7/+2 |
* | only animate when we need to fade the text | Konstantin Käfer | 2014-03-24 | 2 | -0/+4 |
* | implement alwaysVisible | Konstantin Käfer | 2014-03-24 | 2 | -1/+5 |
* | don't treat negative values as placement failure | Konstantin Käfer | 2014-03-24 | 1 | -1/+6 |
* | fix glyphs that have no pixels but an advance (e.g. spaces) | Konstantin Käfer | 2014-03-24 | 2 | -2/+2 |
* | add toString method for Value variant | Konstantin Käfer | 2014-03-24 | 1 | -0/+2 |
* | exponential functions | Konstantin Käfer | 2014-03-24 | 1 | -0/+3 |
* | normalizedZoom() == zoom level of the visual appearance | Konstantin Käfer | 2014-03-24 | 1 | -0/+1 |
* | use the correct glyphs | Konstantin Käfer | 2014-03-24 | 4 | -7/+7 |
* | add text rendering code | Konstantin Käfer | 2014-03-21 | 6 | -13/+54 |
* | add textshader | Konstantin Käfer | 2014-03-21 | 2 | -2/+55 |
* | Merge branch 'master' into sdf | Konstantin Käfer | 2014-03-21 | 11 | -19/+154 |
|\ | |||||
| * | fix Tile::parent() for negative x coords | Konstantin Käfer | 2014-03-21 | 1 | -2/+2 |
| * | fixes #70: raster tile rendering as toggleable mode from vector | Justin R. Miller | 2014-03-18 | 10 | -17/+152 |
* | | port remainder of the the placement algorithm | Konstantin Käfer | 2014-03-19 | 17 | -189/+320 |
* | | explicit names | Konstantin Käfer | 2014-03-18 | 2 | -8/+9 |
* | | merge vec2 and Coordinate | Konstantin Käfer | 2014-03-18 | 6 | -22/+16 |
* | | force explicit types | Konstantin Käfer | 2014-03-17 | 2 | -12/+15 |
* | | format fixes | Konstantin Käfer | 2014-03-17 | 1 | -2/+2 |
* | | port of collision class | Konstantin Käfer | 2014-03-17 | 3 | -9/+101 |
* | | add interpolate function | Konstantin Käfer | 2014-03-17 | 3 | -2/+87 |
* | | add rotation range tests | Konstantin Käfer | 2014-03-17 | 1 | -1/+1 |
* | | rename text shader file | Konstantin Käfer | 2014-03-17 | 1 | -2/+2 |
* | | port rotationrange.js (still missing tests) | Konstantin Käfer | 2014-03-14 | 3 | -0/+113 |
* | | add debug window showing the glyph atlas | Konstantin Käfer | 2014-03-14 | 1 | -0/+3 |
* | | move tile parsing to its own object | Konstantin Käfer | 2014-03-14 | 2 | -17/+37 |
* | | add glyph atlas to map | Konstantin Käfer | 2014-03-14 | 3 | -11/+18 |
* | | extract label shaping | Konstantin Käfer | 2014-03-14 | 7 | -2/+25 |
* | | they return bool values | Konstantin Käfer | 2014-03-14 | 1 | -2/+2 |
* | | parse feature objects so that we can access all tags | Konstantin Käfer | 2014-03-14 | 3 | -5/+27 |
* | | add text buffer code | Konstantin Käfer | 2014-03-14 | 2 | -2/+31 |
* | | parse label shaping | Konstantin Käfer | 2014-03-14 | 1 | -0/+15 |
* | | parse faces | Konstantin Käfer | 2014-03-14 | 1 | -0/+34 |
* | | fix binpack compile | Konstantin Käfer | 2014-03-14 | 1 | -1/+1 |
* | | add empty classes for rendering glyphs | Konstantin Käfer | 2014-03-14 | 6 | -0/+102 |
* | | use templated function to reduce code | Konstantin Käfer | 2014-03-14 | 1 | -0/+1 |
* | | add glyph atlas class | Konstantin Käfer | 2014-03-14 | 1 | -0/+53 |
|/ | |||||
* | remove code duplication between osx/glfw and linux/glfw programs | Konstantin Käfer | 2014-03-14 | 1 | -0/+3 |
* | use a custom struct for Tile IDs | Konstantin Käfer | 2014-03-12 | 3 | -8/+26 |
* | move shader classes to separate folder | Konstantin Käfer | 2014-03-12 | 8 | -24/+24 |
* | add constants and move style parser to its own class | Konstantin Käfer | 2014-03-12 | 1 | -0/+42 |
* | use external library | Konstantin Käfer | 2014-03-12 | 1 | -11/+10 |