summaryrefslogtreecommitdiff
path: root/navit/search.c
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-29/+29
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-31/+31
* Fix:core:guard search_list_select against negative values from search_list_le...woglinde2014-08-151-2/+7
* Refactor:core:remove trailing whitespaceswoglinde2014-08-151-12/+12
* Refactor:core:Extract house number interpolation to search_houseno_interpol.csleske2014-07-071-236/+1
* Add:core:Search using OSM house number interpolation data, exclude first&last...sleske2014-07-071-9/+43
* Refactor:core:Restructure house number interpolation, read interpolation attr...sleske2014-07-071-59/+82
* Refactor:core:Remove commented-out debugging code.sleske2014-07-071-13/+0
* Refactor:core:Better function and variable names for house number interpolation.sleske2014-05-291-26/+27
* Fix:core:Better logging during search.sleske2014-03-161-2/+1
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-271-2/+2
* Fix:Core:Result items are not unique in interpolated searchmartin-s2013-08-271-2/+10
* Refactor:core:Add comment about possible memleak in search.sleske2013-08-261-0/+2
* Fix:core:Add -Wextra (with some warnings disabled), fix warning.sleske2013-08-211-1/+1
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s...sleske2013-08-111-11/+4
* Refactor:core:Remove unused function search_list_get_unique and helpers.sleske2013-07-141-131/+0
* Fix:Core:Better interpolation of housnumbers along streetsmartin-s2013-05-051-0/+5
* Fix:core:In the street search, return middle point of the street segment foun...mdankov2013-04-101-2/+7
* Add:core:Pull more attributes into the search results list.mdankov2013-02-091-34/+70
* Fix:Core:Fixed interpolation, do not free alloca()ted memorymartin-s2013-01-251-3/+1
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-0/+1
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-1/+1
* Add:Core:Added address search again and made it available in a way similar to...martin-s2012-06-051-10/+305
* Fix:Android:Rewrite android search dialog handling. Fix for crashs/deadlocks ...rikky2012-05-121-306/+1
* Fix:Core:Fixed C standard compliancemartin-s2012-05-051-1/+2
* Fix:Core:Reduced verbositymartin-s2012-03-211-13/+13
* Fix:Core:Implementet unique for street and housenumber, fixed missing street ...martin-s2012-03-131-0/+16
* Add:Core:New function to get unique part of search results and possible next ...martin-s2012-03-031-0/+117
* Fix:core:Add comments and some #defines for constantssleske2012-01-291-0/+24
* Fix:core:Stop flooding debug log from search_list_get_result when streetname ...mdankov2012-01-251-1/+1
* Add:android:Add last destinations to android search dialog, introduce class f...rikky2011-09-231-5/+5
* Add:android:Add country selection to android search dialogrikky2011-08-311-33/+18
* Fix:search:Silence a noisy debug messagerikky2011-08-221-1/+1
* Fix:search:Fixed a crash while searching and hitting a street without streetnamerikky2011-08-221-1/+1
* Fix:search:Prevent crash with unset countryrikky2011-08-221-1/+0
* Add:Core:Better house number search for osm|Patch from #859martin-s2011-07-011-12/+31
* Fix:Core:MSVC fixesmartin-s2011-05-091-3/+3
* Fix:core: first test the counter, than make the possible mem accesswoglinde2011-05-081-1/+1
* Add:Core:Adds in county_name from OSM data to the common search list (along w...geoghegan2011-05-051-0/+5
* Fix:Core:Guard against android.h inclusion, thanks to pini, fixes ticket #833woglinde2011-04-111-0/+2
* Fix:android:Fixed crash when country is unset.rikky2011-03-271-0/+3
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+1
* Fix:android:Code cleanup and fixed some warningsrikky2011-03-171-4/+4
* Fix:android:Fixed missing country flags in search dialogrikky2011-03-151-0/+5
* Fix:core:Avoid sprintf, fix some warningshorwitz2011-03-111-11/+14
* Add:Core:very crude housenumber search works nowzoff992011-03-061-83/+157
* Fix:core:Fixed MSVC buildrikky2011-03-031-6/+6
* Fixed:worldcitizen2011-03-031-0/+1
* Add:Android:get address search results on-the-fly, search for townszoff992011-02-281-5/+5
* Add:Android:get address search results on-the-fly, search for townszoff992011-02-281-16/+58