summaryrefslogtreecommitdiff
path: root/navit/gui/internal/gui_internal.c
Commit message (Expand)AuthorAgeFilesLines
* gui_internal: fix occasional crash of heightprofilejandegr2016-09-041-21/+12
* fix:gui_internal:Properly switch keyboard to lower/uppercaseR6698Michael Dankov2016-07-101-0/+7
* Fix:gui_internal:Repair "Set distance to"/"Get more" menu items. Fixes #1342.Sebastian Leske2016-05-311-1/+6
* Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-3/+1
* Fix:gui_internal:Correctly handle fullscreen toggle on Android API 17+mvglasow2016-02-021-0/+6
* Refactor:gui_internal:Better variable names, some docs.R6424Sebastian Leske2015-12-171-21/+33
* Fix:gui_internal:Simplify and fix gui_internal_keynav_find_prev.Sebastian Leske2015-12-171-19/+17
* Add:gui_internal:Navigating menus with rotary encodergreg2015-12-171-10/+103
* Refactor:gui_internal:Documentation updatemvglasow2015-11-121-71/+80
* Refactor:gui_internal:Some documentation updatesmvglasow2015-11-121-0/+12
* Add:core:Add some error messages for when connecting graphics to gui fails.sleske2015-03-161-1/+3
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-20/+20
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-43/+43
* FIX:gui/internal:Made gui_internal.txt (user settings file) overwrite working...mdankov2014-08-111-0/+4
* Fix:gui/internal:Properly handle backspace button on multibyte input, were le...mdankov2014-08-021-6/+2
* Add:gui_internal:Improve configurabilitymartin-s2014-06-251-4/+13
* Fix:gui_internal:Convert charset of all map-originated strings before using t...mdankov2014-04-011-12/+8
* Fix:gui_internal:Teach gui_internal_get_attr about attr_fullscreen, so condit...sleske2013-09-251-1/+4
* Add:gui_internal:Show item id with attributesmartin-s2013-08-231-0/+6
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-22/+0
* Add:gui_internal:Made scroll buttons more abstractmartin-s2013-06-011-2/+2
* Fix:gui_internal:Clean up the code to get rid of compilation time warnings ab...mdankov2013-05-111-4/+4
* Fix:gui_internal:Make the Route description list be scrollable again. Fix #1115.mdankov2013-05-111-1/+1
* Add:gui_internal:Add route distance and time to route descriptionmartin-s2013-05-051-1/+20
* Add:gui_internal:Show poi distances to route if there is an active routemartin-s2013-05-051-1/+1
* Fix:gui_internal:Do not jump to the top of multipage route description list o...mdankov2013-05-051-0/+8
* Add:gui_internal:Allow set to work also as unsetmartin-s2013-04-261-1/+2
* Add:Core:Intermix waypoints with route segments in route map for easier ident...martin-s2013-04-131-3/+3
* Add:gui_internal:Display state and municipality names in town search.mdankov2013-02-091-1/+1
* Add:Core:Allow layer tag to reference layers within navit context, object han...martin-s2013-01-191-2/+1
* Fix:gui_internal:Show the "unknown" image when requested image is not foundmdankov2013-01-031-1/+5
* Fix:gui_internal:Move comments to correct placemartin-s2012-12-231-88/+0
* Add:gui_internal:Split up into smaller files for easier maintenancemartin-s2012-12-221-5309/+55
* Add:core:Cyrillic search improvements: Do accent insensitive search for Cyril...mdankov2012-12-181-8/+16
* Add:gui_internal:Missing colon keymartin-s2012-12-041-0/+1
* Fix:gui_internal:Disable osd when gui.bookmarks() and similar commands are ca...mdankov2012-11-301-20/+82
* Fix:gui/internal:Avoid deallocated memory access reported by valgrind on exit.mdankov2012-11-171-1/+0
* Add:gui_internal:Option to specify font size in html-like descriptionmartin-s2012-11-111-2/+7
* Fix:core:Few more memleaks & one uninitialized variable reference|thank you v...mdankov2012-11-101-3/+13
* Add:core:Better waypoints handling, see #1040 |Based on ideas & patches from ...mdankov2012-11-091-13/+182
* Fix:gui/internal:Fix warnings and comments, remove dead code.sleske2012-11-051-56/+7
* Fix:core:No debugging output at level 0sleske2012-10-141-43/+40
* Fixed MSVC issue caused by intl_cmake not replacing the system snprintf becau...bjasspa2012-08-111-2/+0
* Add:gui_internal:Make navit instance accessible from guimartin-s2012-07-161-0/+3
* Fix:gui_internal:Dont lose Cyrillic keyboard when switching to numeric one mdankov2012-07-041-2/+2
* Fix:gui_internal:Make coordinate input dilaog more usable on different screen...mdankov2012-07-041-26/+23
* Fix:gui_internal:Use sscanf instead of strtold. The latter seems to be unsupp...mdankov2012-07-041-3/+6
* Add:gui_internal:Select point by coordinates. Few fixes included: fixe reacti...mdankov2012-07-031-53/+256
* Fixed nasty scribble triggered by going into the menu 2 times caused by main ...bjasspa2012-07-011-1/+4
* Changed the name of struct member 'free' to wfree to allow debug malloc libra...bjasspa2012-07-011-4/+4