summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2015-12-12<vcl/spin.h> can be private to vclTor Lillqvist1-0/+34
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist2-2/+2
2015-12-11vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-4/+1
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+1
2015-12-11loplugin:staticmethodsStephan Bergmann1-1/+1
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+1
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks4-11/+43
2015-12-11vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl1-0/+62
2015-12-09sort SalFrameStyleFlagsCaolán McNamara1-6/+6
2015-12-09No need for GtkSalPrinter to be VCL_DLLPUBLICTor Lillqvist1-1/+1
2015-12-09No need for FontSubsetInfo to be VCL_DLLPUBLICTor Lillqvist1-2/+1
2015-12-08Resolves: rhbz#1289398 unable to use scroll wheel under waylandCaolán McNamara1-0/+1
2015-12-08Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()Tor Lillqvist1-1/+1
2015-12-08Resolves: tdf#96285 restore bodge for unresizable windows with no min size setCaolán McNamara1-0/+2
2015-12-08Bin pointless and actually wrong commentTor Lillqvist1-2/+0
2015-12-08Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'Tor Lillqvist1-20/+0
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-1/+1
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara2-0/+6
2015-12-02Get rid of a superfluous directory levelTor Lillqvist1-1/+1
2015-11-30vcl: move gtk+ to sharing the same SalGraphics per SalFrame.Michael Meeks1-14/+2
2015-11-28Don't wrap glyphy source files in namespace GLyphyDemoStephan Bergmann1-2/+0
2015-11-27mutex used in post-main dtorCaolán McNamara1-1/+6
2015-11-25vcl: further fix debug name cleanup.Michael Meeks1-3/+1
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks1-0/+3
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara1-0/+2
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks1-0/+16
2015-11-24vcl: remove UpdateStack concept.Michael Meeks1-1/+0
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist1-2/+2
2015-11-24m_aCurrentRequest is not unusedStephan Bergmann1-0/+3
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks8-8/+10
2015-11-24loplugin:unusedfields in vcl/Noel Grandin8-38/+2
2015-11-23Restore deleted svpcairotextrender.hxxJan-Marek Glogowski1-0/+34
2015-11-23only one headless text renderer nowCaolán1-2/+2
2015-11-23loplugin:staticmethodsStephan Bergmann1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-7/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara10-13/+15
2015-11-23Do all svp text rendering with cairoCaolán McNamara6-126/+19
2015-11-23vcl: simplify Image internalsTomaž Vajngerl1-56/+10
2015-11-23ImplImageRefData is not used anywhere anymoreTomaž Vajngerl1-11/+0
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks3-0/+7
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl1-1/+0
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-6/+0
2015-11-19opengl: support Win 10 in black/white listingTomaž Vajngerl1-0/+1
2015-11-19Use GLyphy for text on Windows (broken)Tor Lillqvist10-0/+697
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist1-0/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin35-193/+187
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-4/+4
2015-11-17Bin unneeded forward declarationsTor Lillqvist3-11/+3
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-4/+4
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks8-12/+15