summaryrefslogtreecommitdiff
path: root/navit/graphics/win32/graphics_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor:core:Remove unused graphics method graphics_gc_set_stipple.sleske2015-03-081-1/+0
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-031-7/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-22/+22
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-35/+35
* Change:win32_graphics:Reduced log verbosity, generating unnecessary noisekazer_2014-09-181-1/+1
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-311-1/+1
* Add:graphics_win32:Allow to set initial window position with x and y attribut...mdankov2014-05-191-6/+23
* Fix:graphics_win32:Do not attempt to draw text glow (and crash) if text backg...mdankov2014-05-121-1/+1
* Add:graphics_win32:Glow around text to improve readability.mdankov2014-05-101-2/+17
* Add:graphics_win32:Initial support for dashed lines (with fixed system define...mdankov2014-05-101-3/+9
* Fix:graphics_win32:MSVC buildmartin-s2012-12-231-0/+4
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-3/+3
* Fix:core:Silence debug messages in win32 and android graphics.mdankov2012-05-201-2/+2
* Fix:graphics_win32:Transform non-opaque, grayscale etc png files to RGBA form...mdankov2012-05-151-23/+27
* Add:graphics_win32:Allow png images to be scaled on the fly.mdankov2012-04-301-42/+103
* Fix:Core:Fix some warningsrikky2012-04-231-3/+1
* Add:core:New binding_win32 module for Windows and WinCE. Some details are at ...mdankov2012-01-181-0/+21
* Fix:graphics_win32:Restored mingw32ce compatibilitymartin-s2011-10-011-1/+1
* Fix:graphics_win32:define dummy struct for alpha blending if not availablemartin-s2011-09-301-0/+13
* Revert:graphics_win32:Reverting this file back to Revision 4481 (Rev 4340 for...geoghegan2011-05-181-14/+2
* Add:graphics_win32:Better configurability of SIP button handlingmartin-s2011-05-141-2/+10
* Fix:Graphics:Shows the icons (Bottons and POI) on the WinCE port againgeoghegan2011-05-121-1/+1
* Fix:graphics_win32:Better compatibility with libpngmartin-s2011-05-091-0/+4
* Fix:graphics/win32:Account for overlays in image cacherikky2011-03-131-1/+2
* Fix:graphics/win32:Optimize missing image handling and log every missing imag...rikky2011-03-121-48/+22
* Fix:graphics_win32:Portabilitymartin-s2011-02-181-4/+13
* Fix:graphics/win32: WM_SETFOCUS and WM_KILLFOCUS seems to work better for #71...woglinde2011-01-281-2/+9
* Fix:graphics_win32:Disable sip button in fullscreen modemartin-s2011-01-281-0/+15
* Fix:graphics_win32:MSVC fixes|Thanks chollyamartin-s2011-01-251-43/+61
* Fix:OSD:Removes Windows Software Keyboard icon in WinMo when in Fullscreen mo...geoghegan2010-11-241-1/+12
* Fix:graphics_win32:Reduced verbositymartin-s2010-05-201-1/+1
* Fix:graphics_win32:Reduced verbositymartin-s2010-05-201-1/+1
* Fix:graphics_win32:Reduced verbositymartin-s2010-05-201-1/+1
* Fix:graphics_win32:Correct colors for pngs|Thanks mismartin-s2009-12-011-31/+23
* Fix:graphics/win32:Fixed drawing of circles and lines in overlaysrikky2009-10-301-7/+16
* Fix:graphics_win32:Don't fill the ellipsemartin-s2009-10-301-1/+1
* Fix:graphics/win32:Fixed memory leak introduced in previous revisionrikky2009-10-291-17/+11
* Fix:graphics_win32:Some cleanupsmartin-s2009-10-291-58/+30
* Fix:graphics_win32:Correct disabled handling for overlaysmartin-s2009-10-271-2/+2
* Fix:graphics_win32:Fixed osd positioning problemsmartin-s2009-10-251-6/+12
* Fix:graphics/win32:Use AlphaBlend for drawing PNGs to overlays, too.rikky2009-10-091-2/+3
* Fix:graphics/win32:Increased PNG drawing speed on systems which support Alpha...rikky2009-10-061-50/+138
* Fix:graphics/win32:Fixed simple transparency drawingrikky2009-10-061-1004/+1005
* Add:graphics/win32:Added disable_suspend and fixed some warnings.rikky2009-09-231-91/+47
* Add:graphics_win32:Key supportmartin-s2009-09-231-0/+45
* Fix:graphics_win32:Fixed initial window size handlingmartin-s2009-09-231-4/+12
* Fix:graphics/win32:Fixed memory leak in png rendererrikky2009-09-221-28/+6
* Fix:graphics/win32:Fixed memory corruption, if cursor position has not been s...rikky2009-09-221-2/+6
* Fix:graphics_win32:Made pngs much fastermartin-s2009-09-221-7/+61
* Fix:graphics/win32:Fixed start screen size and fullscreen handlingrikky2009-09-211-2/+34