| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup:global:force the re-attach the return type to the function declaratio... | Joseph Herlant | 2018-05-30 | 1 | -76/+41 |
* | cleanup:global:Use astyle to reformat everything | Joseph Herlant | 2018-05-25 | 1 | -834/+777 |
* | Fix:debug:Change line separators for dbg to work also on win* platform (#546) | Joseph Herlant | 2018-04-26 | 1 | -26/+26 |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 1 | -29/+29 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 1 | -31/+31 |
* | Fix:core:guard search_list_select against negative values from search_list_le... | woglinde | 2014-08-15 | 1 | -2/+7 |
* | Refactor:core:remove trailing whitespaces | woglinde | 2014-08-15 | 1 | -12/+12 |
* | Refactor:core:Extract house number interpolation to search_houseno_interpol.c | sleske | 2014-07-07 | 1 | -236/+1 |
* | Add:core:Search using OSM house number interpolation data, exclude first&last... | sleske | 2014-07-07 | 1 | -9/+43 |
* | Refactor:core:Restructure house number interpolation, read interpolation attr... | sleske | 2014-07-07 | 1 | -59/+82 |
* | Refactor:core:Remove commented-out debugging code. | sleske | 2014-07-07 | 1 | -13/+0 |
* | Refactor:core:Better function and variable names for house number interpolation. | sleske | 2014-05-29 | 1 | -26/+27 |
* | Fix:core:Better logging during search. | sleske | 2014-03-16 | 1 | -2/+1 |
* | Enable -Wundef, fix warnings by replacing #if -> #ifdef. | sleske | 2014-02-27 | 1 | -2/+2 |
* | Fix:Core:Result items are not unique in interpolated search | martin-s | 2013-08-27 | 1 | -2/+10 |
* | Refactor:core:Add comment about possible memleak in search. | sleske | 2013-08-26 | 1 | -0/+2 |
* | Fix:core:Add -Wextra (with some warnings disabled), fix warning. | sleske | 2013-08-21 | 1 | -1/+1 |
* | Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s... | sleske | 2013-08-11 | 1 | -11/+4 |
* | Refactor:core:Remove unused function search_list_get_unique and helpers. | sleske | 2013-07-14 | 1 | -131/+0 |
* | Fix:Core:Better interpolation of housnumbers along streets | martin-s | 2013-05-05 | 1 | -0/+5 |
* | Fix:core:In the street search, return middle point of the street segment foun... | mdankov | 2013-04-10 | 1 | -2/+7 |
* | Add:core:Pull more attributes into the search results list. | mdankov | 2013-02-09 | 1 | -34/+70 |
* | Fix:Core:Fixed interpolation, do not free alloca()ted memory | martin-s | 2013-01-25 | 1 | -3/+1 |
* | Add:Core:Allow layer tag to reference layers within navit context, object han... | martin-s | 2013-01-19 | 1 | -0/+1 |
* | Simple fixes to get navit compiling with MSVC | bjasspa | 2012-07-01 | 1 | -1/+1 |
* | Add:Core:Added address search again and made it available in a way similar to... | martin-s | 2012-06-05 | 1 | -10/+305 |
* | Fix:Android:Rewrite android search dialog handling. Fix for crashs/deadlocks ... | rikky | 2012-05-12 | 1 | -306/+1 |
* | Fix:Core:Fixed C standard compliance | martin-s | 2012-05-05 | 1 | -1/+2 |
* | Fix:Core:Reduced verbosity | martin-s | 2012-03-21 | 1 | -13/+13 |
* | Fix:Core:Implementet unique for street and housenumber, fixed missing street ... | martin-s | 2012-03-13 | 1 | -0/+16 |
* | Add:Core:New function to get unique part of search results and possible next ... | martin-s | 2012-03-03 | 1 | -0/+117 |
* | Fix:core:Add comments and some #defines for constants | sleske | 2012-01-29 | 1 | -0/+24 |
* | Fix:core:Stop flooding debug log from search_list_get_result when streetname ... | mdankov | 2012-01-25 | 1 | -1/+1 |
* | Add:android:Add last destinations to android search dialog, introduce class f... | rikky | 2011-09-23 | 1 | -5/+5 |
* | Add:android:Add country selection to android search dialog | rikky | 2011-08-31 | 1 | -33/+18 |
* | Fix:search:Silence a noisy debug message | rikky | 2011-08-22 | 1 | -1/+1 |
* | Fix:search:Fixed a crash while searching and hitting a street without streetname | rikky | 2011-08-22 | 1 | -1/+1 |
* | Fix:search:Prevent crash with unset country | rikky | 2011-08-22 | 1 | -1/+0 |
* | Add:Core:Better house number search for osm|Patch from #859 | martin-s | 2011-07-01 | 1 | -12/+31 |
* | Fix:Core:MSVC fixes | martin-s | 2011-05-09 | 1 | -3/+3 |
* | Fix:core: first test the counter, than make the possible mem access | woglinde | 2011-05-08 | 1 | -1/+1 |
* | Add:Core:Adds in county_name from OSM data to the common search list (along w... | geoghegan | 2011-05-05 | 1 | -0/+5 |
* | Fix:Core:Guard against android.h inclusion, thanks to pini, fixes ticket #833 | woglinde | 2011-04-11 | 1 | -0/+2 |
* | Fix:android:Fixed crash when country is unset. | rikky | 2011-03-27 | 1 | -0/+3 |
* | Fix:core:Fixed a ton of "alloca redefined" warnings | rikky | 2011-03-18 | 1 | -1/+1 |
* | Fix:android:Code cleanup and fixed some warnings | rikky | 2011-03-17 | 1 | -4/+4 |
* | Fix:android:Fixed missing country flags in search dialog | rikky | 2011-03-15 | 1 | -0/+5 |
* | Fix:core:Avoid sprintf, fix some warnings | horwitz | 2011-03-11 | 1 | -11/+14 |
* | Add:Core:very crude housenumber search works now | zoff99 | 2011-03-06 | 1 | -83/+157 |
* | Fix:core:Fixed MSVC build | rikky | 2011-03-03 | 1 | -6/+6 |