summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-04Remove dead SalDisplay::GetSalDisplay declarationStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-12-04Fix Windows buildLászló Németh
2014-12-04vcl (Linux): loplugin:cstylecastStephan Bergmann
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne
2014-12-02Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard
2014-12-02Missing includeStephan Bergmann
2014-12-02WaE: private field 'mnAttribIndex' is not usedTor Lillqvist
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
2014-12-02implement virtual methods for OSX vcl backendMarkus Mohrhard
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-12-01Fix Windows build.Kohei Yoshida
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-12-01use boost::shared_ptr instead of manual ref countingMarkus Mohrhard
2014-11-30whitelist some driversMarkus Mohrhard
2014-11-30vcl: remove IOS/OSX only codeChris Sherlock
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