summaryrefslogtreecommitdiff
path: root/navit/bookmarks.c
Commit message (Expand)AuthorAgeFilesLines
* fix:all:fix compiler warnings (#935)Stefan Wildemann2019-10-291-6/+13
* Add/Android: Provide geo coordinates for clicked position in contextual menu ...lains2019-09-221-7/+18
* fix:style:Fix tabs vs. spacesjkoan2019-06-141-2/+2
* Fix:bookmarks:Ensure that bookmarks are synced to diskjkoan2019-06-141-0/+7
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-41/+23
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-579/+568
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-6/+6
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-3/+3
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-6/+6
* Fix:core:Capitalize "Map Point".sleske2013-04-231-1/+1
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ...mdankov2012-11-091-32/+85
* Fixed: initialization makes pointer from integer without a castworldcitizen2012-10-011-2/+1
* Added missng #include "attr.h"worldcitizen2012-09-301-0/+1
* Fix:core:Suppress bogus warning if bookmark.txt or destination.txt do not (ye...sleske2012-07-051-2/+4
* Add:gui_internal:Allow having several waypoints. Fixes #46.|Thanks heiko wege...mdankov2012-04-011-0/+13
* Fix:core:Add comments and some #defines for constantssleske2012-01-291-7/+5
* Fix:core:Fix memleakwoglinde2012-01-201-0/+3
* Fix:core:Fix crash when set_destination() is called from command interface wi...mdankov2012-01-031-1/+1
* Fix:gui_internal:Do not allow duplicate entries in the list of former destina...mdankov2011-11-231-72/+114
* Fix:Core:Fixes an issue if the destination.txt file cannot be read as per tic...geoghegan2011-11-031-1/+5
* Fix:core:Fix a bookmark memset with wrong size, patch comes from pini, closes...woglinde2011-06-041-1/+1
* Fix:Core:map_new might return a nullpointer, handle this casewoglinde2011-05-011-0/+2
* Fix:core:Fixed a ton of "alloca redefined" warningsrikky2011-03-181-1/+1
* Fix:Core:Portabilitymartin-s2011-02-181-5/+5
* Fix:core:Revert rev 4169 (also: please fix proper) and fixed building with au...rikky2011-02-151-84/+0
* Fix:Core:bookmarks.c broken, please fix properzoff992011-02-151-0/+84
* Fix:core:Add missing includehorwitz2011-02-151-0/+1
* Fix:core:Fixed using wrong struct and missing includerikky2011-02-141-3/+4
* Fix:core:Save last map position on android.rikky2011-02-141-2/+0
* Fix:Core:MSVC fixes|Thanks chollyamartin-s2011-01-251-1/+17
* Fix:Core:United *get_user_data_directory() functions with same body in navit.ctegzed2010-11-071-27/+4
* Add:core:Added dbus signal on bookmarks add/remove operationsakashihi2010-09-101-0/+26
* Add:Core:More support for waypointsmartin-s2010-09-031-1/+4
* Add:Core:Support for writing destinations with multiple coordinatesmartin-s2010-09-031-62/+55
* Fix:core:Close all handles to bookmark file, bevor attempting to overwrite. F...rikky2010-08-161-1/+7
* Fix:core:Bookmarks saving procedure now produces a message in case of akashihi2010-06-161-2/+14
* Fix:core:Fixed possible memory corruption in bookmarks parserakashihi2010-06-101-1/+4
* Fix:core:Bookmarks - fixed freeing the same memory twicerikky2010-06-031-33/+31
* Fix:core:Modified bookmarks object creation semanticsakashihi2010-04-291-4/+3
* Fix:core:Bookmark renaming is now hierarchy awareakashihi2010-04-281-26/+17
* Fix:core:Bookmark paste operation is hierarchy-aware nowakashihi2010-04-281-15/+23
* Fix:core:Bookmark cut/copy/delete operations are hierarchy-aware nowakashihi2010-04-281-26/+38
* Add:core:Added bookmark fodler creationakashihi2010-04-281-5/+9
* Fix:core:Fixed bookmarks map reloading on changeakashihi2010-04-281-11/+15
* Add:core:Added getting name of current position in bookmark treeakashihi2010-04-281-0/+4
* Add:core:Added handling of folders and bookmarks as a different typesakashihi2010-04-281-46/+63
* Add:core:Added reading/writing of bookmarks folders. Older (folderless) forma...akashihi2010-04-261-18/+53
* Add:core:Added storing bookmarks as a treeakashihi2010-04-231-11/+90
* Add:core:Added bookmark rename functionakashihi2010-03-291-0/+41
* Fix:Core: Fix one memleak found with valgrindwoglinde2010-03-281-0/+1