summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* new "vehicle" types car, bike, horse and pedestrian, linking to christeck2009-06-201-11/+109
* osm2navit_sea: add missing / in the shebang - thanks udovdhlatouche2009-06-191-1/+1
* Fix:Core:Add -avoid-version to plugin build flagsmartin-s2009-06-1828-36/+27
* Fix:Core:Fix coverity bug #39, Pointer 'diitem' dereferenced before NULL check.horwitz2009-06-181-3/+4
* Fix:Core:Fix some compiler warnings.horwitz2009-06-189-22/+22
* Fix:Core:Fix coverity bug #2, Reactivate dead code.horwitz2009-06-181-1/+1
* Fix:Core:Fix coverity bug #24, Pointer 'table_data' dereferenced before NULL ...horwitz2009-06-181-1/+2
* Fix:Core:Fix coverity bug #37, Pointer 'diitem' dereferenced before NULL check.horwitz2009-06-181-1/+1
* Fix:Core:Fix coverity bug #33, Overrun of static array 'dbus_methods'.horwitz2009-06-181-3/+4
* Fix:core:Imporove Fix for coverity bug #30.horwitz2009-06-171-4/+4
* Fix:Internal:Fix coverity bug #25, Pointer "table_data" dereferenced before N...kazer_2009-06-171-1/+1
* Fix:Core:Fix coverity bug #1, dead codekazer_2009-06-171-0/+3
* Fix:Core:Fix coverity bug #30, Variable "p" tracked as NULL was passed to a f...kazer_2009-06-171-1/+1
* Fix:Core:Fix coverity bug #31, Variable 'm' tracked as NULL was passed to a f...kazer_2009-06-171-1/+2
* Add:gui_internal:Adding predictiing keyboard as suggested by fabien33horwitz2009-06-171-19/+87
* Fix:Core:Fix coverity bug #20 and #21, Value 'family' not freed or pointed-to.horwitz2009-06-161-17/+11
* Fix:Core:Fix coverity bug #22, Value 'f' is overwritten in 'f = fopen'.horwitz2009-06-161-1/+1
* Fix:Core:Fix coverity bug #8 and #9, Variable on tracked as NULL was derefere...horwitz2009-06-161-4/+10
* Fix:Core:Fix coverity bug #23, Pointer xpointer dereferenced before NULL check.horwitz2009-06-161-1/+2
* Fix:Core:Fix coverity bug #19, Variable proj not freed.horwitz2009-06-161-2/+4
* Fix:Core:Fix coverity bug #12, Variable m tracked as NULL was passed to a fun...horwitz2009-06-161-1/+1
* Fix:Core:Fix a compiler warninghorwitz2009-06-161-2/+2
* Patch:Core:Patch from ticket #324, converts osm max_speed from mph to km/h|Th...kazer_2009-06-161-1/+5
* Fix:Core:Fix coverity bug #10, Variable f tracked as NULL was dereferenced.horwitz2009-06-161-1/+1
* Fix:Core:Apply patch from Worldcitizenhorwitz2009-06-162-1/+4
* Fix:Core:Fix coverity bug #5, Variable name1 tracked as NULL was dereferenced.horwitz2009-06-161-1/+1
* Fix:Core:Brown paper bag fix.Don't create a roadbook window if we don't have ...horwitz2009-06-161-1/+1
* Fix:Core:Don't create a roadbook window if we don't have a guihorwitz2009-06-161-1/+1
* Fix:Core:Fix coverity bug #4, Variable gui tracked as NULL was dereferenced.horwitz2009-06-161-2/+3
* Fix:Core:Fix coverity bug #3, Variable p tracked as NULL was dereferenced.horwitz2009-06-161-1/+3
* Fix:Core:Fix coverity bug #17, Dereferencing NULL value 'source'kazer_2009-06-161-0/+4
* Fix:Core:Fix coverity bug #18, Overrun of static array 'last'kazer_2009-06-161-2/+2
* Fix:Core:Improved tracking to compensate for gps receivers with static naviga...martin-s2009-06-1512-149/+179
* Update:Config:Better default values for Freerunner's sample configkazer_2009-06-151-1/+1
* Fix:Core:Correct typomartin-s2009-06-121-1/+1
* Fix:map_binfile:Support for map editingmartin-s2009-06-111-13/+346
* Fix:Core:Support for map editingmartin-s2009-06-114-16/+62
* Fix:gui_internal:Switch keyboard to lowercase after first character to fix so...martin-s2009-06-111-3/+5
* Fix:Core:Allow font sizes up to 64martin-s2009-06-101-11/+34
* Fix:Core:Interpolate on tablemartin-s2009-06-091-3/+3
* Fix:Core:Use table instead of fixed value for scale calculation|Thanks odlg f...martin-s2009-06-091-1/+15
* Fix:Core:Consider a segment with one or zero coordinates as incremental updatemartin-s2009-06-041-1/+1
* Fix:vehicle_file:Correct off by one errorsmartin-s2009-06-041-2/+2
* Fix:graphics_gtk_drawing_area:Compensate for some touchscreen returning dupli...martin-s2009-06-041-2/+5
* Add:Core:Experimental support for turn restrictionsmartin-s2009-06-031-37/+257
* Fix:graphics_gtk_drawing_area:Compensate for some touchscreen returning dupli...martin-s2009-06-031-0/+8
* Add:Core:Experimental support for traffic distortionsmartin-s2009-06-035-44/+220
* Add:Core:Work on housenumber searchmartin-s2009-06-011-0/+7
* Add:Core:Work on housenumber searchmartin-s2009-06-0113-154/+1196
* Fix:Core:Save some memory for route nodemartin-s2009-05-311-16/+22