summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Add:graphics_opengl:Split up window.c in egl and x11 partmartin-s2012-03-046-102/+205
* Add:Build:Cmake-Options for OpenGLES and OpenGLES2martin-s2012-03-043-49/+52
* Fix:graphics_opengl:Better integration of opengl and esmartin-s2012-03-031-23/+15
* Fix:graphics_opengl:Moved matrix initialization to correct placemartin-s2012-03-031-3/+7
* Fix:Build:graphics_opengl cmake supportmartin-s2012-03-031-9/+4
* Add:Core:New function to get unique part of search results and possible next ...martin-s2012-03-032-0/+118
* Add:xpm:Title for icon example pagesleske2012-02-291-0/+5
* Fix:gui_internal:Made all lists to use icon_xs sized icons.mdankov2012-02-281-16/+15
* Fix:xpm:Ensure a black background on Former Destination icon when converting ...korrosa2012-02-271-1/+2
* Add:gui_internal:Show icons in POI listsmdankov2012-02-261-22/+89
* Add:gui_internal:Scroll vehicle profiles listmdankov2012-02-261-11/+15
* Add:gui_internal:Allow scrolling of Display Layout screenmdankov2012-02-261-5/+5
* Add:gui_internal:Scroll/page Map Point and Map Settings screensmdankov2012-02-261-24/+45
* Fix:gui_internal:Clean up unused variables.mdankov2012-02-251-10/+8
* Fix:gui_internal:Guard against accidental scrolling when user is likely going...mdankov2012-02-251-0/+6
* Fix:gui_internal:Do swiping to right side. Guard against accidental swiping o...mdankov2012-02-251-13/+53
* Add:gui_internal:Paging of table widgets with gesture left-to-right and right...mdankov2012-02-232-5/+125
* Fix::Maptool:Adds in undeclared prototypesgeoghegan2012-02-211-0/+2
* Fix::Core:Adds in undeclared prototypes for navit_ref and navit_unrefgeoghegan2012-02-211-0/+2
* Fix:Vehicle: Adds in undeclared prototypes for vehicle_ref and vehicle_unrefgeoghegan2012-02-211-0/+2
* Fix:gui_internal:Fix bug when scrolling tables not having the paging buttons.mdankov2012-02-191-1/+1
* Add:gui_internal:Made tables scrollable by dragging lines verticallymdankov2012-02-182-75/+151
* Fix:core: do not exposure the map text file headr stuff into navit.cwoglinde2012-02-182-3/+2
* Fix:core:Fix executable flag for obj_filter.csleske2012-02-181-0/+0
* Fix:gui_internal:Main navit object now is destroyed by unref code. No need to...mdankov2012-02-151-1/+0
* Fix:Core:Correct typo "fotway" to "footway"|Thanks ThomasAH!korrosa2012-02-111-1/+1
* Fix:gui_internal:Resized gui_former_dests.svg to 48x48px as other images have...mdankov2012-02-111-52/+60
* Fix:gui_internal:Don't dive too deep into clicked point details in default co...mdankov2012-02-111-1/+1
* Fix:core:Fix navit crashing when nonexistant vehicle type is specified in nav...mdankov2012-02-111-0/+2
* Fix:gui_internal:Allow gui.menu() to be called from osd button without strang...mdankov2012-02-112-8/+13
* Fix:core:Fix reference to already freed object in displaylist->dc.transform. ...mdankov2012-02-104-2/+21
* Add:android:Made watches more flexiblemartin-s2012-02-063-25/+35
* Fix:map_binfile:logging correctedsleske2012-02-061-1/+1
* Add:vehicle_file:Option to save current gps position on shutdown and resume f...martin-s2012-02-062-1/+40
* Add:Core:Implement reference counting for navit objectmartin-s2012-02-065-17/+73
* Add:speech_cmdline:Option to urldecode sample filenames to avoid charset issu...martin-s2012-02-061-4/+31
* Revert:maptool:Reverted changes 4890 and 4906 to make planet work againmartin-s2012-02-065-363/+41
* Fix:core/osd:reverted svn #4918 since it broke some OSDstegzed2012-02-011-1/+0
* Add:Core:Moved object functions of vehicle to vehicle.c, added reference coun...martin-s2012-02-013-5/+70
* Fix:Core:Reverted rename which breaks external modulesmartin-s2012-02-011-1/+1
* Fix:Core:Reverted rename which breaks external modulesmartin-s2012-02-012-6/+6
* Add:Core:Option to get matched direction from map matchingmartin-s2012-02-012-1/+6
* Fix:core:Call osd_std_calculate_sizes during OSD init, to interpret percentag...sleske2012-01-291-0/+1
* Fix:core:Add comments and some #defines for constantssleske2012-01-295-54/+176
* Add:core:Add debugging example to navit_shipped.xml.sleske2012-01-291-3/+6
* Add:Core:New "global" debug level; activate option -d.sleske2012-01-293-9/+16
* Fix:core:Avoid crash if gui_internal.txt does not exist.sleske2012-01-281-11/+13
* Fix:core:CMake target navit_config_xml should depend on navit.xml from binary...mdankov2012-01-271-2/+2
* Add:core:Made footway names visible and searcheable in Town submenu. Fixes #847mdankov2012-01-272-6/+7
* Add:gui_internal:Do alphabetical ordering of search resultsmdankov2012-01-251-13/+42