summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud27-1598/+1906
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud20-464/+523
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud29-174/+177
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud2-25/+25
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud4-70/+70
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann10-73/+22
2014-03-20disallow disabling cupsCaolán McNamara4-74/+2
2014-03-20Bin some dead codeTor Lillqvist2-93/+5
2014-03-20remove whitespaceMarkus Mohrhard1-68/+0
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara5-74/+8
2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara9-222/+116
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara2-13/+0
2014-03-20Avoid "AquaSalGraphics::copyArea() for non-layered graphics" message on iOSTor Lillqvist1-1/+11
2014-03-20Assume bit count 8 is OK for the other constructors, tooTor Lillqvist1-6/+6
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe4-32/+28
2014-03-19loplugin:passstringbyrefStephan Bergmann1-1/+1
2014-03-19Resolves: #i122984# Avoid too many Print JobSetups...Armin Le Grand1-5/+19
2014-03-19coverity#738941 Uninitialized pointer fieldCaolán McNamara1-4/+10
2014-03-19coverity#738939 Uninitialized pointer fieldCaolán McNamara1-12/+10
2014-03-19coverity#708312 Uninitialized pointer fieldCaolán McNamara1-6/+9
2014-03-19fdo#74702 Move gradient steps logic into OutputDevice or Printer classesChris Sherlock2-17/+36
2014-03-19Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe5-49/+32
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-11/+12
2014-03-18Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-45/+33
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud3-35/+101
2014-03-17fix multisample support in OpenGLMarkus Mohrhard1-0/+4
2014-03-17windows fixes for openglMarkus Mohrhard1-15/+17
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard1-23/+5
2014-03-17move the windows multisample code to OpenGLContextMarkus Mohrhard1-0/+190
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard15-1990/+5
2014-03-15Win build: explicit default contstructor/destructor ofor OpenGLConextZolnai Tamás1-0/+8
2014-03-14KDE4: prevent blocking in Display::YieldJan-Marek Glogowski1-0/+4
2014-03-14KDE4: add Qt4 glib ExcludeSocket runtime checkJan-Marek Glogowski8-15/+168
2014-03-14KDE4: change eventLoopType enum to glib boolJan-Marek Glogowski2-38/+24
2014-03-14Revert "Rewrite Qt4 based nested yield mutex locking."Jan-Marek Glogowski1-14/+3
2014-03-14Revert "fdo#67011: Run Display::Yield through KDEXLib::Yield."Jan-Marek Glogowski1-16/+6
2014-03-14Revert "KDE4: sleep in yield for native file picker"Jan-Marek Glogowski4-28/+5
2014-03-14Fix mac build: not define these locals for macZolnai Tamás1-2/+1
2014-03-14Fix build: move namespace again.Zolnai Tamás1-1/+3
2014-03-14Fix build: namespace in wrong place.Zolnai Tamás1-2/+2
2014-03-14Remove unused includeZolnai Tamás2-2/+0
2014-03-14Introduce OpenGLContext in vclopenglZolnai Tamás2-2/+420
2014-03-14Move OpenGLRender to vclZolnai Tamás14-0/+2049
2014-03-14Remove SAL_INFO that was meant as a temporary SAL_DEBUGStephan Bergmann1-1/+0
2014-03-14Resolves: coverity#1078567 help coverity outCaolán McNamara1-4/+3
2014-03-14fprintf -> SAL_INFOStephan Bergmann1-1/+1
2014-03-14convert pdf warn dialog to .uiCaolán McNamara1-0/+1
2014-03-14fdo#74702 Return true if graphics is set, cleanup unused variablesChris Sherlock3-19/+19
2014-03-14Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-85/+46
2014-03-13fdo#55142 CoreText handling of trailing whitespace in justified modeHerbert Dürr1-58/+142