summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-01-07vcl: migrate font functions from outdev/font.cxx to own filesChris Sherlock
2016-01-07vcl: reorganize ImplFontEntry functionsChris Sherlock
2016-01-07The OpenGL Windows driver blacklist file should be in share, not user configTor Lillqvist
2016-01-07vcl: tabify fontattributes.hxxChris Sherlock
2016-01-07vcl: move FontSelectPattern[Attributes] to fontselect.cxxChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2016-01-07vcl: FtFont{Info|File} renamed to FreetypeFont{Info|Type}Chris Sherlock
2016-01-07vcl: cleanup headers - remove unnecessary includes and fwd declsChris Sherlock
2016-01-07vcl: split more font classes from outfont.hxxChris Sherlock
2016-01-07vcl: remove unnecessary includes in font headersChris Sherlock
2016-01-07vcl: use FontSelectPattern, not FontSelectPatternAttributesChris Sherlock
2016-01-06Fix build with gtk2 older than 2.20 by using the old definitionTomáš Chvátal
2016-01-06We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256Tor Lillqvist
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks
2016-01-06Bin unneeded forward declarationsTor Lillqvist
2016-01-06vcl: opengl - if we can't get the context we want, fallback properly.Michael Meeks
2016-01-06loplugin:defaultparamsStephan Bergmann
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-06Bin some unused functions and fieldsTor Lillqvist
2016-01-06Bin unnecessary variableTor Lillqvist
2016-01-06vcl: init font metric variables in ImplFontAttributes constructorsChris Sherlock
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2016-01-05Fix dbgutil build in case GL_DEBUG_SEVERITY_NOTIFICATION_ARB is undefinedTor Lillqvist
2016-01-05Avoid indexing out of array boundsTor Lillqvist
2016-01-05tdf#96687 - force validation after External InputJustin Luth
2016-01-05vcl: Ignore i965’s shader compiler debugEmmanuel Gil Peyrot
2016-01-05Remove unnecessary castStephan Bergmann
2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl
2016-01-05loplugin:redundantcastStephan Bergmann
2016-01-05Fix memleak of strings allocated in VclGtkClipboard::makeGtkTargetEntryDennis Francis
2016-01-05tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.Michael Meeks
2016-01-05tdf#89382 - vcl: unwind 'TODO' commentRas-al-Ghul
2016-01-04tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
2016-01-04vcldemo: adjust benchmarking weights to fit changed workloads.Michael Meeks
2016-01-04Remove unused forward declarationsTor Lillqvist
2016-01-04Remove unused forward declarationsTor Lillqvist
2016-01-04Get rid of silly stderr0 macroTor Lillqvist
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock
2016-01-03vcl: move Windows salgdi3.cxx to salfont.cxx - that's all it does!Chris Sherlock
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock
2016-01-03vcl: indent cleanup for outfont.hxxChris Sherlock
2016-01-02vcl: gtk2 - synchronous painting during initial expose to avoid flicker.Michael Meeks
2016-01-02vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
2016-01-02vcldemo - more clipping tests for RegionBand and Polygon cases.Michael Meeks
2016-01-02tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks