summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl
2014-06-03Related: #i125020# fix the calculation of the text-update rectangle...Herbert Dürr
2014-06-03#i125020# allow antialiasing on all update borders for Aqua graphicsHerbert Dürr
2014-06-03Resolves: #i124935# fix expanded/condensed text breaking...Herbert Dürr
2014-06-03#i125020# fix rounding error in AquaSalGraphics::RefreshRect()Herbert Dürr
2014-06-02callcatcher: update unusedcodeCaolán McNamara
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-06-01fix crash if there is no OpenGLRenderer setMarkus Mohrhard
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt
2014-06-01coverity#1219806 double closeNorbert Thiebaud
2014-06-01vcl: cleanup window.hChris Sherlock
2014-05-31vcl: make Window::Show() if statement a little easier to readChris Sherlock
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara
2014-05-30Avoid undefined left shift of negative integerStephan Bergmann
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann
2014-05-28fdo#62719: Set more relaxed clipping region.Jan Holesovsky
2014-05-29Allow STYLE_OPTION_MONO to be unset from toolkit-created windowLionel Elie Mamane
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-28Lsan: fix memory leakMarkus Mohrhard
2014-05-28fix build errorMarkus Mohrhard
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard
2014-05-28update_pchThomas Arnhold
2014-05-28Oops, this reference can't be const.Matúš Kukan
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara
2014-05-28Fix build to work with older harfbuzz versions.Thorsten Behrens
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara
2014-05-27Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan
2014-05-27use namespace css instead of com::sunThomas Arnhold
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara
2014-05-27mark QA file non-translatableAndras Timar
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock
2014-05-27vcl: move functionality from window2.cxxChris Sherlock
2014-05-27vcl: rearrange function in window.cxxChris Sherlock
2014-05-27vcl: "non-pro version" actually means debug buildsChris Sherlock
2014-05-27vcl: cleanup window.cxx namespace aliasesChris Sherlock
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock
2014-05-26No need for these fields for iOSTor Lillqvist
2014-05-26callcatcher: update unused codeCaolán McNamara
2014-05-26react only to left mouse clickMarkus Mohrhard
2014-05-25cppcheck: unusedFunctionThomas Arnhold
2014-05-25fdo#39468: translate comment in Window::ImplInit()Chris Sherlock
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard
2014-05-24cppcheck: unreadVariableThomas Arnhold
2014-05-24cppcheck: variableScopeThomas Arnhold
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-24try harder to fix windows buildCaolán McNamara