navit:PR_758

Last commit made on 2019-04-29
Get this branch:
git clone -b PR_758 https://git.launchpad.net/navit

Branch merges

Branch information

Name:
PR_758
Repository:
lp:navit

Recent commits

01672c7... by lains

Using HAVE_API_WIN32 instead of HAVE_API_WIN32_BASE (Both WinCE and Win32 have HAVE_API_WIN32_BASE defined)

503d1c3... by OLFDB <email address hidden>

Merge pull request #3 from navit-gps/trunk

Refactor:GUI/GTK:Adding pointer and label when displaying POI on map …

5d2b87f... by OLFDB <email address hidden>

FIX:build for macos

cc781ee... by lains

Refactor:GUI/GTK:Adding pointer and label when displaying POI on map (#729)

* Moving get_search_results_map from internal gui to generic navit functions

* Moving square_shape_str() and populate_search_results_map() in generic files (not making them gui_internal-specific)

* Adding GList cleanup after adding search results to a map, setting result names properly in GTK POI

* Using common navit_populate_search_results_map() in internal GUI (factorizing code)

* Adding doxygen comments

* Reverting added empty lines

* Applying expected style (indentation)

* Adding dedicated code to free payload for GList (instead of using unavailable g_list_free_full())

* Avoiding for loop initial declarations

* Remove obsolete FIXME comment

* Minor tweaking doxygen comments and variables

* Removing highlighted points on result map when starting routing

4365ed2... by OLFDB <email address hidden>

Rework:USERPROFILE for Windows

Use extended environment_vars array for Windows. Use ~ to provide
homedir for Windows using USERPROFILE.

207ea59... by OLFDB <email address hidden>

indent

0f15a21... by OLFDB <email address hidden>

indent

400ea1b... by OLFDB <email address hidden>

indent

a1d6038... by OLFDB <email address hidden>

indent

60e98a2... by OLFDB <email address hidden>

indent