Johannes Hofmann
247770609a
Fix window title with restored session
7 年 前
Johannes Hofmann
bfa801d2e3
Add option to store and restore last session
7 年 前
Johannes Hofmann
2120e9b16f
Speed up searching
* Decode/search in parallel
* Start decoding the first Blob as soon as possible
* Update multiple markers at once
7 年 前
Johannes Hofmann
fc394f3d20
Add coord::LatLon
7 年 前
Johannes Hofmann
13d366fc1d
Extract code into tile_layer module
7 年 前
Johannes Hofmann
3ffbe5011c
search_pbf: Update closure can change control flow
7 年 前
Johannes Hofmann
5f47684dc4
Extract code into marker_layer module
7 年 前
Johannes Hofmann
b12e7885ed
Add search module
7 年 前
Johannes Hofmann
f478fc1e07
Search Nodes in addition to DenseNodes
7 年 前
Johannes Hofmann
0f30790da8
Search PBF files and display matches as markers
Use the parameters -s and --pbf for this.
7 年 前
Johannes Hofmann
c430500e69
Support drawing markers
7 年 前
Johannes Hofmann
5891c0de46
Cache enabled vertex attributes, store params
* Cache the enabled vertex attributes in `Context`
* The vertex attribute parameters (offset, stride, ...) are not cached,
yet
* Store parameters as `VertexAttribParams` in `Program`
7 年 前
Johannes Hofmann
38d1cf35e5
Restructure OpenGL context sharing
Program, Buffer, Texture... structs no longer store a reference to a
Context. Now it has to be passed explicitly to all methods that mutate
the OpenGL state. This enables caching the state and removing redundant
calls to gl* functions.
7 年 前
Johannes Hofmann
a215b897bb
main: Simplify event handling
and only call glViewport once per frame when resizing.
7 年 前
Johannes Hofmann
43e33e7072
Use directories crate instead of xdg
This should improve platform independence.
7 年 前
Johannes Hofmann
19e28a35d8
Don't call glClear when map fills the whole screen
7 年 前
Johannes Hofmann
639c9f945f
Add module url_template
7 年 前
Johannes Hofmann
b26ef4c333
Use Display trait for more readable error messages
7 年 前
Johannes Hofmann
ff177a2d40
Advance in integer zoom levels with step zoom
7 年 前
Johannes Hofmann
fcbad65155
Fix clippy warnings
7 年 前
Johannes Hofmann
56ad75b327
Update glutin (to 0.15), image (to 0.19) & others
7 年 前
Johannes Hofmann
201e63197c
Merge command line arguments and `Config`
7 年 前
Johannes Hofmann
e4e11e76cd
Move glClear call out of the critical path
7 年 前
Johannes Hofmann
9c4535e568
Move clap to new module: args.rs
7 年 前
Johannes Hofmann
a6c0ea8561
Use Display trait for printing errors
...instead of using the `description` method.
7 年 前
Johannes Hofmann
5f2d077f41
Switch from servo-glutin to glutin, update dependencies
7 年 前
Johannes Hofmann
cfda9c21aa
Use Ctrl to switch to scrolling on mouse wheel events
7 年 前
Johannes Hofmann
d2f295ce4b
Show modules in docs, fix doc warnings
7 年 前
Johannes Hofmann
5d67d3bef5
Add --sync option
7 年 前
Johannes Hofmann
100562fdc1
Add member min_zoom to TileSource
7 年 前
Johannes Hofmann
7a1d847cf4
Fix some clippy warnings, update dependencies
8 年 前
Johannes Hofmann
24ef61939c
Increase tile atlas size when needed
8 年 前
Johannes Hofmann
1abbe6393d
Rename tile_cache_gl -> tile_atlas
8 年 前
Johannes Hofmann
a91637ade6
Rename render_zoom_level -> tile_zoom
8 年 前
Johannes Hofmann
b7988fd29f
Allow changing render zoom level
8 年 前
Johannes Hofmann
2cbc675050
Overestimate draw duration to reduce missed VSyncs
8 年 前
Johannes Hofmann
7b21669c01
Allow setting frames per second
8 年 前
Johannes Hofmann
00b904a720
Add option for offline usage
8 年 前
Johannes Hofmann
f1a6922601
Use log, env_logger crates for logging
8 年 前
Johannes Hofmann
68bbe544e5
Parse command line arguments, allow setting the config file
8 年 前
Johannes Hofmann
4a1bcbe16f
Read/Create config file from/in XDG directory
8 年 前
Johannes Hofmann
67ab07653c
Parse config file without serde
8 年 前
Johannes Hofmann
e735fafcda
Add step_zoom method
8 年 前
Johannes Hofmann
1191d2d674
Fix some clippy warnings
8 年 前
Johannes Hofmann
78d7b41aee
Remove some println calls
8 年 前
Johannes Hofmann
895c8b1232
Handle different image file formats
8 年 前
Johannes Hofmann
350e8db588
Add ability to switch tile source during execution
8 年 前
Johannes Hofmann
16ffdb5baa
Initial commit :>
Started 2015
8 年 前