summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Add a Button to bring the map view back to current positionmartin-s2012-06-162-0/+3
* Fix:android:Handle overlay disable/enable correctlymartin-s2012-06-161-1/+14
* Fix:graphics_gtk_drawing_area:Handle overlay disable/enable correctlymartin-s2012-06-161-1/+8
* Fix:osd_core:Set flags for button overlays correctlymartin-s2012-06-161-2/+2
* Fix:Core:Handle saved command callbacks correctlymartin-s2012-06-161-2/+4
* Add:Core:Make asynchonicity for saved commands optionalmartin-s2012-06-162-3/+9
* Fix:core:Memleak while navigating.mdankov2012-06-131-1/+4
* Fix:core:don't crash if attempted to set destination without vehicleprofile s...mdankov2012-06-101-0/+3
* Fix:core:Clean up few more memleaks.mdankov2012-06-103-2/+8
* Fix:core:Two more leaks in graphics.cmdankov2012-06-071-0/+2
* Fix:map_csv:Fix memleak.mdankov2012-06-071-0/+1
* Fix:core:Three memleaks fixed.mdankov2012-06-062-11/+5
* Fix:core:Don't read one byte after end of string in iso8601_to_secs()mdankov2012-06-051-1/+2
* Fix:core:Properly duplicate and destroy transformations. Fix valgrind complai...mdankov2012-06-051-0/+4
* Fix:Core:Enable getting name attribute from layoutmartin-s2012-06-051-0/+3
* Fix:WinCE:Really silence down vehicle_wince code.mdankov2012-06-051-2/+2
* Add:Core:Added address search again and made it available in a way similar to...martin-s2012-06-053-10/+312
* Add:Core:Possibility to get all roadprofiles of a vehicleprofilemartin-s2012-06-052-0/+15
* Fix:Core:c++ compatibilitymartin-s2012-06-051-0/+10
* Fix:Core:Moved struct range outside of struct attr for better c++ compatibilitymartin-s2012-06-052-9/+5
* Fix:binding_dbus:Signature-compliant return values in case of no datamartin-s2012-06-051-3/+13
* Fix:android:Fixed missing country flag in search dialog after #5063rikky2012-05-311-1/+1
* Fix:core:Improve log messagessleske2012-05-301-4/+4
* Fix:gui_internal:Don't deactivate the "demo" vehicle when position is set man...mdankov2012-05-291-8/+14
* Fix:maptool:Use right spelling of motor_vehicle tag instead of motorvehicle.|...mdankov2012-05-281-1/+1
* Fix:wince:Made WinCE GPS reading thread less noisy.mdankov2012-05-281-2/+8
* Fix:wince:Just fix indentation in vehicle_wince.c file. No actual code changes.mdankov2012-05-281-129/+128
* Fix:core:Fix the code breaking n800 build in vehicle.c (which were stolen fro...mdankov2012-05-281-4/+5
* Fix:core:Try to fix n800 build again.mdankov2012-05-281-4/+3
* Fix:core:Flush loggers on exit to avoid loss of not yet written log datategzed2012-05-251-0/+8
* Fix:core:Made graphics.c code compatible with n800 again.mdankov2012-05-231-6/+10
* Fix:Android:Fix file size shown in download dialog, when resuming downloadsrikky2012-05-221-5/+5
* Fix:core:Silence debug messages in win32 and android graphics.mdankov2012-05-202-3/+3
* Fix:core:Move icon name guessing code from gui_internal to graphics.c. Implem...mdankov2012-05-202-59/+147
* Fix:graphics_win32:Transform non-opaque, grayscale etc png files to RGBA form...mdankov2012-05-151-23/+27
* Fix:maptool:Check for XML declaration on first linesleske2012-05-131-2/+11
* Fix:maps:Use VERBATIM in CMakeLists.txt for proper quotingsleske2012-05-131-1/+5
* Fix:Android:Rewrite android search dialog handling. Fix for crashs/deadlocks ...rikky2012-05-1211-905/+543
* Fix:maps:CMake refactoring (wrap lines, more logical order)sleske2012-05-121-8/+17
* Fix:maps:CMake refactoring (remove superfluous rule)sleske2012-05-121-3/+0
* Fix:maptool:Abort on wrong line in OSM file|No point in continuing if the inp...sleske2012-05-101-2/+4
* Fix:Build:Add icon for iphone buildmartin-s2012-05-091-3/+5
* Fix:binding_dbus:Fix install target for CMake builds. Closes #1025. |Thanks w...mdankov2012-05-091-1/+9
* Fix:core:Dont load recent destinations (and crash) if no vehicle is availablemdankov2012-05-081-1/+1
* Fix:map_csv:Disable default notification of each deleted item.mdankov2012-05-081-1/+1
* Fix:map_csv:Do better garbage collection. Don't lose 'item deleted' flag. Fix...mdankov2012-05-083-89/+128
* Fix:Android:Check whether intent is available before trying to use itmartin-s2012-05-071-1/+8
* Fix:gui_internal:Deactivate current vehicle if position is set manuallymartin-s2012-05-061-1/+10
* Fix:Core:Allow deactivating of current vehiclemartin-s2012-05-061-1/+11
* Fix:Core:Make vehicle profile order as it appears in xml filemartin-s2012-05-061-1/+1