summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki
2015-08-25tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks
2015-08-25Nitpick: Follow our header guard naming conventionTor Lillqvist
2015-08-24include vectorCaolán McNamara
2015-08-24opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl
2015-08-24Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl
2015-08-24save texture to file as a PNG imageTomaž Vajngerl
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin
2015-08-21No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks
2015-08-20Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist
2015-08-19Initial hack for OpenGL glyph caching on WindowsTor Lillqvist
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-11vcl: add SalFrame / SalVirtualDevice doxygen commentsMiklos Vajna
2015-08-10SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03remove some unused typedefsNoel Grandin
2015-08-03opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna
2015-07-28Avoid uncommon C++ style of forward declaration combined with its useTor Lillqvist
2015-07-27remove some unused definesNoel Grandin
2015-07-24gtk3: connect to the eventbox and not toplevel for mouse eventsCaolán McNamara
2015-07-24gtk3: insert an event box between toplevel and contentsCaolán McNamara
2015-07-24-Werror,-Wmismatched-tagsNoel Grandin
2015-07-24gtk3: draw/paint to the fixed containerCaolán McNamara
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-22gtk3: native focus rects are fine for flat buttonsCaolán McNamara
2015-07-17GTK3 HiDPI: disable window scaling and get display DPI via GTK3Tomaž Vajngerl
2015-07-13-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-13loplugin:unusedmethods vclNoel Grandin
2015-07-10vcl: move resample kernel classes out of bitmap.hxxMichael Stahl
2015-07-10-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin