summaryrefslogtreecommitdiff
path: root/navit
Commit message (Collapse)AuthorAgeFilesLines
* Fix:gui_internal:use max/min instead of fmax/fmin as absent from winceJoseph Herlant2018-04-211-2/+2
|
* Refactoring:Android:cleanup (#458)jandegr2018-04-211-39/+26
| | | | | | | | | | * Update Navit.java * Update Navit.java * Update CMakeLists.txt * Update CMakeLists.txt
* Merge pull request #441 from tengel/height-profile_show-elevationjandegr2018-04-191-0/+17
|\ | | | | show min/max elevation and distance in height profile
| * show min/max elevation and distance in height profileTimo2018-04-151-0/+17
| |
* | Merge pull request #429 from aerostitch/maptool_mallocJoseph Herlant2018-04-1810-101/+70
|\ \ | | | | | | maptool: migrate malloc/free/realloc to g_malloc/g_free/g_realloc
| * | maptool: migrate strdup to g_strdupJoseph Herlant2018-04-082-2/+2
| | |
| * | maptool use g_realloc instead of reallocJoseph Herlant2018-04-073-31/+20
| | |
| * | maptool: migrate free to g_freeJoseph Herlant2018-04-078-35/+23
| | |
| * | maptool: migrate malloc to g_mallocJoseph Herlant2018-04-027-33/+25
| |/
* | Refactor:core:Refine documentation of attr.cmvglasow2018-04-181-1/+22
| | | | | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* | Fix:OSD:Make Image and Scale osd types obey osd_configuration setting ↵Robert Pohlink2018-04-163-47/+61
| | | | | | | | | | | | | | | | | | | | (trac:1202) (#439) * Fix image osd to obey osd_configuration attr * Fix OSD-Scale and fix osd flags naming * Remove dead code
* | Update NavitVehicle.javaAndroid_permissionjandegr2018-04-131-1/+5
| |
* | Update NavitVehicle.javajandegr2018-04-131-0/+10
| |
* | change_android:Android no acra (#438)jandegr2018-04-123-29/+0
| | | | | | | | | | | | | | | | * Delete acra-4.8.5.jar * Update NavitAppConfig.java * Update AndroidManifest.xml.cmake
* | fix:icons:fix typo business not bussines (#430)Joseph Herlant2018-04-112-5/+5
|/
* Adding question mark to icon for position pending (#423)lains2018-03-312-4/+33
|
* navit/fib: cleanup unused configure* files (#422)Joseph Herlant2018-03-312-1062/+0
|
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-3111-21/+21
| | | | | | | | | | | | | | | | * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
* fix:maptool: prevent memory leak when fread fails (#420)Joseph Herlant2018-03-311-5/+4
|
* maptool: prevent issues when realloc fails (#419)Joseph Herlant2018-03-311-3/+8
|
* fix:XML:Adding missing sea/ocean display in T@H layout themelains2018-03-281-0/+3
|
* change:osd: compass appearance update (#413)lains2018-03-134-27/+169
| | | | | | | | | | | | * Making graphics_draw_polygon_clipped() and graphics_draw_polyline_clipped() non-static * Updating compass appearance * Adding doxygen comment on graphics_draw_polyline_clipped() and graphics_draw_polygon_clipped() * Improving doxygen comment * Allowing customization of compass colors using navit.xml attributes destination_dir_color and north_color
* Refactor:core:Some doxygen additions and corrections (#406)v0.5.1-rc2mvglasow2018-02-182-6/+20
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* add:icon:forbiden_area (#331)youte622018-02-131-0/+118
| | | | | | | | * add forbiden_area.svg designed by me - free to use * 200*200 * update:icon:update forbiden_area icon
* Merge branch 'trunk' into fix_compiler_warningPatrick Höhn2018-02-127-136/+242
|\
| * Update osm_psql.cjandegr2018-02-091-23/+103
| |
| * Update CMakeLists.txtjandegr2018-02-091-1/+1
| |
| * add:icon:danger_areayoute622018-02-091-0/+112
| |
| * add:icon:carwashyoute622018-02-091-23/+25
| |
| * Remove outdated tts interface (#397)jkoan2018-01-293-89/+1
| | | | | | | | | | | | | | * Delete TTS_library_stub.jar * Delete NavitSpeech.java * Update speech_android.c
* | correct header file considering earlier changesPatrick Höhn2018-02-121-1/+1
| |
* | further adjustments according commentsPatrick Höhn2018-02-121-1/+3
| |
* | corrected files considering more comments by @pgrandinPatrick Höhn2018-01-222-9/+11
| |
* | fix: added changes as suggested by @pgrandin on githubPatrick Höhn2018-01-224-3/+6
| |
* | fix: corrected header file to change of return type of load_bufferPatrick Höhn2018-01-211-1/+1
| |
* | fix: wrong use of boolean valuesPatrick Höhn2018-01-211-2/+2
| |
* | doc: added doxygen documentation to buffer.cPatrick Höhn2018-01-211-3/+26
| |
* | fix: changes in buffer.cPatrick Höhn2018-01-211-4/+4
| |
* | fix:avoid NULL pointer in ch.cPatrick Höhn2018-01-201-0/+1
| |
* | fix:build:fixed compiler warning in maptool modulePatrick Höhn2018-01-205-12/+49
|/
* fix:navit:navigation.c:distance_set_last (#373)Charles Curley2018-01-191-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | * fix:navit:navigation.c:distance_set_last Added a test so that the array subscript is never less than the lower bound. Note: there is no test for the upper bound. Also, I saw no reason to test for i == 0 right after the code initialized it to zero. modified: navit/navigation.c * Once more with feeling. Get rid of the function distance_set_last () entirely and use compile-time maths to do the work. fix:navit:navigation.c modified: navit/navigation.c * Added a comment on this method of calculating the number of elements in an array (#define SIZE_OF_ARRAY_DISTANCES). comment:navit:navigation.c modified: navit/navigation.c
* fix:build:fixed compiler warning in vehicle module (#394)Patrick Höhn2018-01-171-1/+5
|
* fix:build:fixed compiler warning in graphics modulePatrick Höhn2018-01-142-5/+10
|
* Refactor:core:Add more documentation (#392)mvglasow2018-01-112-7/+106
| | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* fix:gtk:Initialize Follow menu entry correctly. (#390)Charles Curley2018-01-081-0/+4
| | | | | | This should fix http://trac.navit-project.org/ticket/1357 I tested for follow_vehicle set to zero and one, and absent. modified: navit/gui/gtk/gui_gtk_action.c
* Refactor:route:Improve documentationmvglasow2018-01-041-7/+8
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com>
* add:graphics-qt5:add missing watchEvent slot (#387)Pierre GRANDIN2017-12-262-0/+14
| | | | | | * Fix:add missing watchEvent slot implementation * Fix:add missing watchEvent slot implementation
* Merge branch 'trunk' into icon_damStefan Wildemann2017-12-264-145/+259
|\
| * Refactor:route:More documentation (#385)v0.5.1-rc1mvglasow2017-12-061-9/+21
| |
| * Merge branch 'trunk' into icon_goverment_buildingStefan Wildemann2017-12-0457-1842/+3081
| |\