Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maptool use g_realloc instead of realloc | Joseph Herlant | 2018-04-07 | 3 | -31/+20 |
| | |||||
* | maptool: migrate free to g_free | Joseph Herlant | 2018-04-07 | 8 | -35/+23 |
| | |||||
* | maptool: migrate malloc to g_malloc | Joseph Herlant | 2018-04-02 | 7 | -33/+25 |
| | |||||
* | Adding question mark to icon for position pending (#423) | lains | 2018-03-31 | 2 | -4/+33 |
| | |||||
* | navit/fib: cleanup unused configure* files (#422) | Joseph Herlant | 2018-03-31 | 2 | -1062/+0 |
| | |||||
* | Fix:typo:Fix various mispells (#421) | Joseph Herlant | 2018-03-31 | 11 | -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 Herlant | 2018-03-31 | 1 | -5/+4 |
| | |||||
* | maptool: prevent issues when realloc fails (#419) | Joseph Herlant | 2018-03-31 | 1 | -3/+8 |
| | |||||
* | fix:XML:Adding missing sea/ocean display in T@H layout theme | lains | 2018-03-28 | 1 | -0/+3 |
| | |||||
* | change:osd: compass appearance update (#413) | lains | 2018-03-13 | 4 | -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-rc2 | mvglasow | 2018-02-18 | 2 | -6/+20 |
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | add:icon:forbiden_area (#331) | youte62 | 2018-02-13 | 1 | -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_warning | Patrick Höhn | 2018-02-12 | 7 | -136/+242 |
|\ | |||||
| * | Update osm_psql.c | jandegr | 2018-02-09 | 1 | -23/+103 |
| | | |||||
| * | Update CMakeLists.txt | jandegr | 2018-02-09 | 1 | -1/+1 |
| | | |||||
| * | add:icon:danger_area | youte62 | 2018-02-09 | 1 | -0/+112 |
| | | |||||
| * | add:icon:carwash | youte62 | 2018-02-09 | 1 | -23/+25 |
| | | |||||
| * | Remove outdated tts interface (#397) | jkoan | 2018-01-29 | 3 | -89/+1 |
| | | | | | | | | | | | | | | * Delete TTS_library_stub.jar * Delete NavitSpeech.java * Update speech_android.c | ||||
* | | correct header file considering earlier changes | Patrick Höhn | 2018-02-12 | 1 | -1/+1 |
| | | |||||
* | | further adjustments according comments | Patrick Höhn | 2018-02-12 | 1 | -1/+3 |
| | | |||||
* | | corrected files considering more comments by @pgrandin | Patrick Höhn | 2018-01-22 | 2 | -9/+11 |
| | | |||||
* | | fix: added changes as suggested by @pgrandin on github | Patrick Höhn | 2018-01-22 | 4 | -3/+6 |
| | | |||||
* | | fix: corrected header file to change of return type of load_buffer | Patrick Höhn | 2018-01-21 | 1 | -1/+1 |
| | | |||||
* | | fix: wrong use of boolean values | Patrick Höhn | 2018-01-21 | 1 | -2/+2 |
| | | |||||
* | | doc: added doxygen documentation to buffer.c | Patrick Höhn | 2018-01-21 | 1 | -3/+26 |
| | | |||||
* | | fix: changes in buffer.c | Patrick Höhn | 2018-01-21 | 1 | -4/+4 |
| | | |||||
* | | fix:avoid NULL pointer in ch.c | Patrick Höhn | 2018-01-20 | 1 | -0/+1 |
| | | |||||
* | | fix:build:fixed compiler warning in maptool module | Patrick Höhn | 2018-01-20 | 5 | -12/+49 |
|/ | |||||
* | fix:navit:navigation.c:distance_set_last (#373) | Charles Curley | 2018-01-19 | 1 | -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öhn | 2018-01-17 | 1 | -1/+5 |
| | |||||
* | fix:build:fixed compiler warning in graphics module | Patrick Höhn | 2018-01-14 | 2 | -5/+10 |
| | |||||
* | Refactor:core:Add more documentation (#392) | mvglasow | 2018-01-11 | 2 | -7/+106 |
| | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | fix:gtk:Initialize Follow menu entry correctly. (#390) | Charles Curley | 2018-01-08 | 1 | -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 documentation | mvglasow | 2018-01-04 | 1 | -7/+8 |
| | | | | Signed-off-by: mvglasow <michael -at- vonglasow.com> | ||||
* | add:graphics-qt5:add missing watchEvent slot (#387) | Pierre GRANDIN | 2017-12-26 | 2 | -0/+14 |
| | | | | | | * Fix:add missing watchEvent slot implementation * Fix:add missing watchEvent slot implementation | ||||
* | Merge branch 'trunk' into icon_dam | Stefan Wildemann | 2017-12-26 | 4 | -145/+259 |
|\ | |||||
| * | Refactor:route:More documentation (#385)v0.5.1-rc1 | mvglasow | 2017-12-06 | 1 | -9/+21 |
| | | |||||
| * | Merge branch 'trunk' into icon_goverment_building | Stefan Wildemann | 2017-12-04 | 57 | -1842/+3081 |
| |\ | |||||
| | * | Merge branch 'trunk' into icon_crossing | Stefan Wildemann | 2017-12-04 | 1 | -55/+26 |
| | |\ | |||||
| | | * | Merge branch 'trunk' into icon_drinking_water | Stefan Wildemann | 2017-12-04 | 51 | -1528/+1664 |
| | | |\ | |||||
| | | * | | update:icon:update drinking_water icon | youte62 | 2017-10-29 | 1 | -18/+3 |
| | | | | | |||||
| | | * | | modify icons designed by me - free to use | youte62 | 2017-10-24 | 1 | -40/+26 |
| | | | | | |||||
| | * | | | Merge branch 'trunk' into icon_crossing | Stefan Wildemann | 2017-12-04 | 51 | -1528/+1664 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | modify icons designed by me - free to use | youte62 | 2017-10-24 | 1 | -81/+64 |
| | | |/ | | |/| | |||||
| * | | | update:icon:update goverment_building icon | youte62 | 2017-10-22 | 1 | -58/+38 |
| | | | | |||||
| * | | | 200*200 | youte62 | 2017-10-14 | 1 | -52/+52 |
| | | | | |||||
| * | | | add governement_building.svg designed by me - free to use | youte62 | 2017-10-14 | 1 | -0/+168 |
| | | | | |||||
* | | | | Merge branch 'trunk' into icon_dam | Stefan Wildemann | 2017-12-04 | 51 | -1528/+1664 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | fix:cmake:Rework of xslt convert process to fix the copy issue of the ↵ | jkoan | 2017-12-03 | 1 | -44/+53 |
| | | | | | | | | | | | | | | | | | | | | navit.dtd file in android build (see process_xslt) (#381) Also forced tab with of 3 space | ||||
| * | | | Merge branch 'trunk' into doc | jkoan | 2017-12-02 | 4 | -15/+27 |
| |\ \ \ |