summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2014-11-30move the iOS SalGraphics code back into the OSX oneMarkus Mohrhard
2014-11-30windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky
2014-11-28error C2061: syntax error : identifier 'uint64_t'Miklos Vajna
2014-11-28error C2039: 'vector' : is not a member of 'std'Miklos Vajna
2014-11-29vcl: indent comments in vcl/inc/svdata.hxxChris Sherlock
2014-11-29vcl: comment says mnLayout is only used for RTL testing... removingChris Sherlock
2014-11-29vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of itChris Sherlock
2014-11-28vcl: cleanup include/vcl/svdata.hxxChris Sherlock
2014-11-27connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard
2014-11-27port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard
2014-11-27implement windows OpenGL blacklist, first stepMarkus Mohrhard
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky
2014-11-23icons: Unused CheckStyleCache.Jan Holesovsky
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell
2014-11-22vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-22vcl: Actually returns the number of rectangles for the RegionBandLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-21maDocFileURLStr is always emptyZolnai Tamás
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky
2014-11-20WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara
2014-11-19ImpGraphic::ImplReadEmbedded: bSwap is false; remove dead codeMatúš Kukan
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks
2014-11-18vcl: remove old GetOpenGLContext method.Michael Meeks
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-11-18windows: Improve logging.Jan Holesovsky
2014-11-18pch: jpeg's headers conflict with INT32 typedef when in pch.Jan Holesovsky
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks
2014-11-17loplugin:unreffunStephan Bergmann
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks
2014-11-15blind fix for OSXMarkus Mohrhard