summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock4-267/+288
2014-04-25add better info on the Qt patches needed for KFileDialogLuboš Luňák1-2/+2
2014-04-25disable KFileDialog usage if QClipboard can recurseLuboš Luňák5-8/+85
2014-04-25fix Qt4 QSocketNotifier configure checkLuboš Luňák1-0/+5
2014-04-25make sure KFileDialog does not leave the SolarMutex releasedLuboš Luňák1-14/+10
2014-04-25Revert "Rewrite Qt4 based nested yield mutex locking."Luboš Luňák2-14/+19
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock1-17/+0
2014-04-25VCL: Reorganize and rename wallpaper functionsChris Sherlock3-49/+49
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock8-21/+21
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock4-120/+92
2014-04-24fdo#77089 if available, use ext. dimensions for non-placable WMFTomaž Vajngerl1-10/+28
2014-04-24fdo#77089 if font width 0, pass 0 - don't take it from font metricTomaž Vajngerl1-16/+3
2014-04-24fdo#74336 wrongly transformed line width - use 0 for heightTomaž Vajngerl1-1/+1
2014-04-24wmf: support fat lines for PolyPolygons in wmf filterTomaž Vajngerl1-0/+7
2014-04-24wmf: cleanup winmtf.cxxTomaž Vajngerl1-20/+37
2014-04-24wmf: cleanup winwmf.cxxTomaž Vajngerl1-11/+25
2014-04-25Change ImplInitClipRegion to InitClipRegion in menu.(c|h)xxChris Sherlock1-6/+6
2014-04-25Rearrange function locations in outdev.hxx and outdev/clipping.cxxChris Sherlock1-98/+100
2014-04-25VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegionChris Sherlock4-9/+9
2014-04-25VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegionChris Sherlock2-5/+5
2014-04-25fdo#74702 Move GetActiveClipRegion code into WindowChris Sherlock2-16/+17
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock18-71/+69
2014-04-24WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-3/+3
2014-04-25fdo#74702 Move ImplInitClipRegion Window code out of OutputDeviceChris Sherlock2-64/+65
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock3-26/+26
2014-04-24vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6Douglas Mencken1-0/+4
2014-04-24Related: #i124686# give empty constructed default font a default heightArmin Le Grand1-0/+6
2014-04-24VCL: Remove unnecessary headers from outdev/transparent.cxxChris Sherlock1-17/+5
2014-04-24VCL: Remove unnecessary headers from outdev/text.cxxChris Sherlock1-17/+8
2014-04-24VCL: Remove unnecessary headers from outdev/polyline.cxxChris Sherlock1-1/+0
2014-04-24VCL: Remove unnecessary headers from outdev/pixel.cxxChris Sherlock1-18/+5
2014-04-24VCL: Cleanup headers in outdev/nativecontrols.cxxChris Sherlock1-5/+6
2014-04-24VCL: Remove unnecessary headers from outdev/wallpaper.cxxChris Sherlock1-21/+0
2014-04-24VCL: Remove unnecessary headers from outdev/textline.cxxChris Sherlock1-61/+4
2014-04-24VCL: Remove unnecessary headers from outdev/polygon.cxxChris Sherlock1-2/+0
2014-04-24VCL: Remove unnecessary headers from outdev/mask.cxxChris Sherlock1-18/+2
2014-04-24VCL: Remove unnecessary headers from outdev/map.cxxChris Sherlock1-10/+1
2014-04-24VCL: Remove unnecessary headers from outdev/font.cxxChris Sherlock1-44/+10
2014-04-24VCL: Remove unnecessary headers from outdev/curvedshapes.cxxChris Sherlock1-8/+0
2014-04-24VCL: Remove unnecessary headers from outdev/clipping.cxxChris Sherlock1-32/+0
2014-04-24VCL: Remove unnecessary headers from outdev/bitmap.cxxChris Sherlock1-9/+0
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold4-0/+12
2014-04-24coverity#984006 Uncaught exceptionCaolán McNamara2-2/+4
2014-04-24Fix scoped_ptr -> scoped_arrayStephan Bergmann1-1/+1
2014-04-24vcl/text clean-up includesNorbert Thiebaud1-61/+26
2014-04-24vcl/text remove unnecessary and hardly needed using clauseNorbert Thiebaud1-20/+15
2014-04-23huge hrc and src file cleanupThomas Arnhold1-43/+0
2014-04-24outdev/bitmap.cxx: remove unnecessary headers, fix SAL_WARN_IF statementChris Sherlock1-3/+4
2014-04-24Rearrange VCL OutputDevice bitmap functionsChris Sherlock1-288/+288
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock3-6/+72