summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add navit.morphbaserock/ps/wipPaul Sherwood2014-06-041-0/+8
* Fix:Core:Re-enable search for gettext in main CMakeLists.txt.xenos19842014-05-301-9/+10
* Fix:core:Do not depend on XGettextGlade ability to process broken glade input...mdankov2014-05-303-11/+18
* Fix:maptool:Put back switch '--experimental' removed in r.5780, add descripti...sleske2014-05-291-0/+14
* Add:binding_dbus:Implement new routing functionsmartin-s2014-05-291-0/+66
* Fix:Core:Set routing profile even if no vehicle is activemartin-s2014-05-291-3/+1
* Add:Core:Improved routing api and support for testing route positions without...martin-s2014-05-294-14/+93
* Add:Core:New attribute to test positions for routingmartin-s2014-05-291-0/+1
* Fix:maptool:Correct pointer arithmetic for attr_strings_buffer; some renaming.sleske2014-05-291-9/+9
* Refactor:maptool:Refactor node_item_get, extract node_item_find_index_in_orde...sleske2014-05-291-43/+48
* Refactor:maptool:Better names, add comments, remove unused parameter.sleske2014-05-296-64/+67
* Fix:maptool:Refactoring & better error message for too many nodes in a way.sleske2014-05-291-10/+11
* Refactor:core:Better function and variable names for house number interpolation.sleske2014-05-292-27/+28
* Refactor:core:Use GLib define, use g_hash_table_new.sleske2014-05-292-2/+2
* Refactor:core:Add some Doxygen comments.sleske2014-05-293-11/+32
* Fix:maptool:Remove unused switch '--experimental', delete commented-out code.sleske2014-05-291-24/+0
* Fix:graphics_sdl:Reverted undefining SDL_IMAGE from SVN 5567 as it probably k...xenos19842014-05-221-1/+2
* Add:graphics_win32:Allow to set initial window position with x and y attribut...mdankov2014-05-191-6/+23
* Fix:graphics_win32:Do not attempt to draw text glow (and crash) if text backg...mdankov2014-05-121-1/+1
* Add:graphics_win32:Glow around text to improve readability.mdankov2014-05-101-2/+17
* Add:graphics_win32:Initial support for dashed lines (with fixed system define...mdankov2014-05-101-3/+9
* Add:graphics_android:Support dashed linesmdankov2014-05-092-7/+36
* Fix:core:Do not include wide dashed lines in default layouts because we suppo...mdankov2014-05-091-79/+97
* Add:graphics_android:Draw glow around the text to make it more readablemdankov2014-05-052-13/+31
* Add:core:Decrease motion timeout when drag_bitmap is enabled to have better r...mdankov2014-05-031-1/+1
* Fix:core:Revert 5769 as we already support xpointer attribute for xi:include'...mdankov2014-05-021-3/+1
* Add:core:Support (by ignoring) xml element xfragment to be used as root eleme...mdankov2014-05-021-1/+3
* Add:port_android:Include drag_bitmap="1" in default config to improve graphic...mdankov2014-05-011-0/+1
* Add:graphics_android:Improve map drawing performance (approx. 3x)mdankov2014-04-202-16/+30
* Fix:maptool:Don't crash when restarted from phase11.mdankov2014-04-061-0/+1
* Fix:map_csv:Default to utf-8 encoding. Use proper encoding to write csv file.mdankov2014-04-011-9/+23
* Fix:map_textfile:Default to utf-8 encoding.mdankov2014-04-011-1/+1
* Fix:gui_internal:Convert charset of all map-originated strings before using t...mdankov2014-04-012-24/+20
* Add:core:New function to perform a temporary charset conversion of map origin...mdankov2014-04-012-1/+33
* Fix:port_wince:Partially revert r5746 to allow cmake wince builds with gcc ve...mdankov2014-03-281-0/+2
* Fix:gui_internal:Enable highlighting of possible keys for all search types, n...sleske2014-03-211-2/+1
* Refactor:gui_internal:Extract gui_internal_get_match_quality, gui_internal_cr...sleske2014-03-211-69/+87
* Refactor:gui_internal:Extract gui_internal_highlight_possible_keys from gui_i...sleske2014-03-211-78/+84
* Refactor:gui_internal:Move early return in gui_internal_search_idle to top.sleske2014-03-211-35/+35
* Refactor:gui_internal:Reorder code in gui_internal_search_idle; remove redund...sleske2014-03-211-54/+48
* Refactor:gui_internal:Extract gui_internal_find_next_possible_key from gui_in...sleske2014-03-211-32/+31
* Fix:core:Better logging during search.sleske2014-03-161-2/+1
* Fix:maptool:Get rid of str[n]cpy in osm.c. Use g_strlcpy instead.mdankov2014-03-011-11/+13
* Fix:maptool:Make use snprintf instead of sprintf, add dbg_assert()s to make s...mdankov2014-03-011-11/+21
* Fix:maptool:Fix osmid_attr_value variable type. Use that variable in relation...mdankov2014-03-011-5/+4
* Add:maptool:Output node id before crashing if a single osm node matches too m...mdankov2014-02-281-2/+5
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-2710-38/+38
* Fix:maptool:Drop debug printouts included by accident.mdankov2014-02-232-2/+0
* Fix:gui_internal:Fix coordinates input box tip.|Thank you dpam44 for reportin...mdankov2014-02-221-1/+1
* Fix:core:Don't use #pragma pack just because target platform is Win32/WinCE. ...mdankov2014-02-221-3/+0