summaryrefslogtreecommitdiffstats
path: root/vcl/inc
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0217-56/+56
* callcatcher: update unused codeCaolán McNamara2014-12-221-6/+0
* TyposJulien Nabet2014-12-201-3/+3
* Use the same names for these flag bits as the callers doTor Lillqvist2014-12-181-3/+0
* draw also opengl polygon with AA edges if AA is wantedLuboš Luňák2014-12-181-3/+7
* use AA for lines only when AA is activeLuboš Luňák2014-12-151-5/+9
* vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne2014-12-111-2/+2
* vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne2014-12-111-0/+4
* vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne2014-12-112-0/+3
* vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2014-12-117-14/+16
* Instantiate ImplSVData on demandStephan Bergmann2014-12-101-4/+3
* Resolves: fdo#81421 listen to child window to see if it gets deletedCaolán McNamara2014-12-091-0/+3
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-052-8/+5
* Remove dead SalDisplay::GetSalDisplay declarationStephan Bergmann2014-12-041-1/+0
* Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann2014-12-043-9/+14
* Fix Windows buildLászló Németh2014-12-041-0/+1
* vcl (Linux): loplugin:cstylecastStephan Bergmann2014-12-041-4/+4
* vcl (Mac): loplugin:cstylecastStephan Bergmann2014-12-041-1/+1
* vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne2014-12-031-0/+2
* vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne2014-12-037-1/+9
* Add dummy Erase to SalBitmap implementationsMatúš Kukan2014-12-037-0/+8
* vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne2014-12-033-5/+3
* Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard2014-12-021-3/+1
* Missing includeStephan Bergmann2014-12-021-0/+4
* WaE: private field 'mnAttribIndex' is not usedTor Lillqvist2014-12-021-1/+0
* vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne2014-12-024-71/+80
* implement virtual methods for OSX vcl backendMarkus Mohrhard2014-12-021-0/+3
* vcl: Consolidate size information around the GeometryProvider.Michael Meeks2014-12-025-14/+17
* vcl: create a GeometryProvider interface.Michael Meeks2014-12-027-5/+43
* vcl: remove SalVirtualDevice::GetWidthMichael Meeks2014-12-026-9/+1
* vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne2014-12-0210-22/+122
* Fix Windows build.Kohei Yoshida2014-12-011-0/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-1/+2
* use boost::shared_ptr instead of manual ref countingMarkus Mohrhard2014-12-011-1/+3
* whitelist some driversMarkus Mohrhard2014-11-301-3/+3
* vcl: remove IOS/OSX only codeChris Sherlock2014-11-301-2/+0
* move the iOS SalGraphics code back into the OSX oneMarkus Mohrhard2014-11-305-94/+26
* windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky2014-11-301-2/+0
* error C2061: syntax error : identifier 'uint64_t'Miklos Vajna2014-11-281-0/+1
* error C2039: 'vector' : is not a member of 'std'Miklos Vajna2014-11-281-0/+1
* vcl: indent comments in vcl/inc/svdata.hxxChris Sherlock2014-11-291-107/+107
* vcl: comment says mnLayout is only used for RTL testing... removingChris Sherlock2014-11-291-1/+0
* vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of itChris Sherlock2014-11-291-2/+0
* vcl: cleanup include/vcl/svdata.hxxChris Sherlock2014-11-281-48/+51
* connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard2014-11-271-1/+2
* port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard2014-11-271-1/+65
* implement windows OpenGL blacklist, first stepMarkus Mohrhard2014-11-271-0/+121
* Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida2014-11-251-0/+31
* coverity#1255909 Uninitialized scalar fieldCaolán McNamara2014-11-241-2/+0
* icons: Implement the fallback mechanism for icons.Jan Holesovsky2014-11-231-0/+9