summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30 from mvglasow/trac1252R6308mvglasow2015-10-201-2/+2
|\
| * Fix:port/android:Handle up/down keys correctly, fixes #1252mvglasow2015-10-201-2/+2
* | Merge pull request #28 from mvglasow/trac1274.refactorR6304mvglasow2015-10-151-172/+25
|\ \
| * | Refactor:core:Clean up code and comments in navigation.c, see #1274mvglasow2015-10-151-172/+25
* | | Check fwrite rc in maptoolR6301Michael Dankov2015-10-127-43/+46
* | | Remove unused parameter 'depth' from get_glyph/get_shadow.R6299Sebastian Leske2015-10-067-214/+61
* | | Add Doxygen comments, remove unused struct membersSebastian Leske2015-10-053-17/+68
* | | Remove redundant cmake_policy invocation.Sebastian Leske2015-10-051-2/+1
| |/ |/|
* | Merge pull request #27 from navit-gps/nav_itm_newR6297jandegr2015-10-031-18/+16
|\ \
| * | further reduction of map readsjandegr2015-10-031-2/+2
| * | handle itm->prevjandegr2015-10-021-2/+4
| * | whitespacesjandegr2015-10-021-7/+2
| * | Update navigation.cjandegr2015-10-021-17/+18
* | | Merge pull request #26 from navit-gps/jandegr-patch-1R6295jandegr2015-10-031-1/+11
|\ \ \ | |/ / |/| |
| * | some missing maneuversjandegr2015-10-031-1/+11
|/ /
* | Merge pull request #25 from navit-gps/jandegr-patch-1R6288jandegr2015-10-021-1/+1
|\ \ | |/ |/|
| * typojandegr2015-10-021-1/+1
|/
* Removed old po in the import queueR6284Pierre GRANDIN2015-10-013-8328/+0
* Profiling macro 'profile': docs and loglevel fix.R6282Sebastian Leske2015-09-213-1/+32
* Fix warnings in navigation codeR6279Sebastian Leske2015-09-191-36/+4
* Clean up comments (probably left over from merge)Sebastian Leske2015-09-191-38/+6
* Make CMake a bit less verboseSebastian Leske2015-09-192-3/+2
* Disabled sample_map when building LinuxR6277Pierre GRANDIN2015-09-161-2/+2
* Defaults to R0000 for builds outside of navit's official tree, fixes cmake errorPierre GRANDIN2015-09-161-0/+5
* Better error msg for wrong OSD entries in navit.xmlR6274Sebastian Leske2015-09-173-7/+5
* Refactor plugin_get_type.Sebastian Leske2015-09-171-23/+26
* Add drag_bitmap to navit_shipped.xml.Sebastian Leske2015-09-171-2/+2
* Workaround maptool crash, increase static itembin buffer.R6272Michael Dankov2015-09-162-1/+2
* Push to coverity only from navit-gps, and do not convert svg to png during CI...Pierre GRANDIN2015-09-141-3/+3
* Fix crash in osd_odometer_draw without vehicle.R6268Sebastian Leske2015-09-141-4/+2
* Fix:Warn about incorrect values for XML attributes.R6266Sebastian Leske2015-09-131-10/+22
* Fix two memory related bugs in maptoolR6264Michael Dankov2015-09-131-1/+4
* Merge branch 'Robotaxi' into trunkR6262R6261Robotaxi2015-09-113-148/+164
|\
| * merge of pull request - Concatenation of announcements now workingRobotaxi2015-09-11120-3875/+14706
| |\ | |/ |/|
* | Archive all android xml files with the artifactsR6259Pierre GRANDIN2015-09-081-1/+4
* | Fix maptool build for Win32R6255Michael Dankov2015-09-081-8/+19
* | Fix maptool SIGALRM handlerMichael Dankov2015-09-081-10/+97
* | Fix quatation marks in update_version.shR6252mdankov2015-09-071-2/+1
* | Fix tag pushing to origin once againmdankov2015-09-071-1/+1
* | Fix tag pushing to originmdankov2015-09-071-8/+10
* | Fix typo in graphics_win32.cmdankov2015-09-071-1/+1
* | Store "revision number" as Rnnnn tagsmdankov2015-09-073-6/+49
* | Refactor:Remove unused parameter 'alpha' for overlaysSebastian Leske2015-09-0612-42/+38
* | Refactor:remove param 'alpha' from graphics_overlay_new/resizeSebastian Leske2015-09-064-12/+11
* | graphics:Add Doxygen comments.Sebastian Leske2015-09-052-15/+40
* | gtk_drawing_area:Remove unused cleanup code.Sebastian Leske2015-09-051-11/+5
* | Try to catch more android build exceptionsPierre GRANDIN2015-09-021-5/+2
* | gtk_drawing_area:Fix compilation without Imlib2.v0.5.0-rc.2Sebastian Leske2015-08-311-1/+1
* | gtk_drawing_area:Remove obsolete GDK stuff - #66, final part.Sebastian Leske2015-08-301-47/+9
* | gtk_drawing_area:Implement draw_image_warp - #66, part 8Sebastian Leske2015-08-301-17/+52