summaryrefslogtreecommitdiff
path: root/navit/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix:gui_internal:correct typowoglinde2015-04-131-1/+1
* 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-2221-85/+85
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-2223-157/+157
* Fix:gui_internal:Don't show "county" name if it is identical to town name.sleske2014-11-031-1/+1
* Fix:gui_internal:Don't show "Co." for "county", as "county" means different t...sleske2014-11-031-1/+1
* Add:gui_internal:New POI filtering to include zipcode in address search|thank...mdankov2014-11-023-12/+26
* Fix:gui/internal:Log an error for search results without a name (which should...sleske2014-09-101-6/+7
* Fix:gui/gtk:Fix autotools build of GTK GUI, which was broken by new POI searc...sleske2014-08-311-1/+1
* Fix:gui/gtk:POI search: Remove pointless code for reading vehicle position.|S...sleske2014-08-111-15/+3
* Refactor:core:Rename get_direction -> get_compass_directionsleske2014-08-112-2/+2
* Refactor:core:Centralise get_direction.sleske2014-08-112-57/+2
* Refactor:gui/gtk:Better comments, variable names.sleske2014-08-112-72/+68
* Fix:gui/gtk:POI search: Warn about missing icons.sleske2014-08-111-0/+3
* Fix:gui/gtk:Small text corrections for POI search.sleske2014-08-112-9/+7
* Fix:gui/gtk:POI search: Don't crash if no vehicle is active.sleske2014-08-111-8/+5
* Add:gui/gtk:New POI search dialog.|Patch from #1133, thanks!sleske2014-08-115-2/+447
* FIX:gui/internal:Made gui_internal.txt (user settings file) overwrite working...mdankov2014-08-111-0/+4
* Fix:gui/internal:Do not flood initial POI list with house number objects.mdankov2014-08-091-0/+2
* Fix:gui/internal:Properly handle backspace button on multibyte input, were le...mdankov2014-08-021-6/+2
* Fix:gui_internal:Made back_to_map work from dbusmartin-s2014-07-181-0/+1
* Add:gui_internal:Improve configurabilitymartin-s2014-06-253-5/+16
* Fix:gui_internal:Convert charset of all map-originated strings before using t...mdankov2014-04-012-24/+20
* Fix:gui_internal:Enable highlighting of possible keys for all search types, n...sleske2014-03-211-2/+1
* Refactor:gui_internal:Extract gui_internal_get_match_quality, gui_internal_cr...sleske2014-03-211-69/+87
* Refactor:gui_internal:Extract gui_internal_highlight_possible_keys from gui_i...sleske2014-03-211-78/+84
* Refactor:gui_internal:Move early return in gui_internal_search_idle to top.sleske2014-03-211-35/+35
* Refactor:gui_internal:Reorder code in gui_internal_search_idle; remove redund...sleske2014-03-211-54/+48
* Refactor:gui_internal:Extract gui_internal_find_next_possible_key from gui_in...sleske2014-03-211-32/+31
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-271-1/+1
* Fix:gui_internal:Fix coordinates input box tip.|Thank you dpam44 for reportin...mdankov2014-02-221-1/+1
* Fix:gui_internal:Teach gui_internal_get_attr about attr_fullscreen, so condit...sleske2013-09-251-1/+4
* Fix:core:Use LONGLONG_(HEX_)FMT instead of %Ld/%lld/%Lx.sleske2013-08-291-3/+4
* Add:gui_internal:Show item id with attributesmartin-s2013-08-231-0/+6
* Fix:core:Build with -Wcast-align -Wmissing-prototypes, -Wpointer-arith, fix c...sleske2013-08-211-1/+1
* Fix:core:Fix warnings by using xml_context* instead of void*.|Replaces provis...sleske2013-08-191-5/+5
* Fix:core:Partially revert rev. 5571 to fix builds which use support/glib.sleske2013-08-131-3/+3
* Fix:core:Fix const warnings.|Part of #1154.sleske2013-08-113-5/+5
* Fix:core:Fix warnings from pointer type problems.|Part of #1154.sleske2013-08-111-3/+3
* Fix:core:Fix warnings for unused functions, usually by removing them.|Part of...sleske2013-08-111-22/+0
* Fix:core:Fix warnings from unused variables.|Part of #1154.sleske2013-08-111-3/+0
* Fix:core:Add apostrophes (ASCII 39&96) as word separators for address search....sleske2013-07-141-1/+1
* Fix:gui_internal:Fix signed integer overflow in gui_internal_gesture_ring_add...sleske2013-07-133-8/+8
* Add:gui_internal:Further code in preparation of making the box widget scrollablemartin-s2013-06-014-10/+39
* Add:gui_internal:Made scroll buttons more abstractmartin-s2013-06-015-73/+77
* Fix:gui_internal:Cleaned up scroll buttons a bitmartin-s2013-06-012-17/+9
* Fix:gui/internal:Load POI icon from icon_src field for custom POIs.xenos19842013-06-011-5/+23
* Fix:gui_internal:Fix format specifier to kill warnings.mdankov2013-05-111-2/+2
* Fix:gui_internal:Clean up the code to get rid of compilation time warnings ab...mdankov2013-05-119-28/+29
* Fix:gui_internal:Make the Route description list be scrollable again. Fix #1115.mdankov2013-05-111-1/+1