summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-28Skip UI font check in headless mode.Kohei Yoshida1-0/+3
2014-05-28Lsan: fix memory leakMarkus Mohrhard1-0/+2
2014-05-28fix build errorMarkus Mohrhard1-2/+1
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard1-4/+8
2014-05-28update_pchThomas Arnhold1-9/+8
2014-05-28Oops, this reference can't be const.Matúš Kukan2-6/+6
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-05-28Fix build to work with older harfbuzz versions.Thorsten Behrens1-1/+1
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara1-8/+5
2014-05-27Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan2-6/+8
2014-05-27use namespace css instead of com::sunThomas Arnhold2-2/+0
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara1-1/+1
2014-05-27mark QA file non-translatableAndras Timar1-80/+80
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin5-5/+5
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock3-181/+183
2014-05-27vcl: move functionality from window2.cxxChris Sherlock3-91/+91
2014-05-27vcl: rearrange function in window.cxxChris Sherlock1-24/+25
2014-05-27vcl: "non-pro version" actually means debug buildsChris Sherlock1-7/+7
2014-05-27vcl: cleanup window.cxx namespace aliasesChris Sherlock1-43/+40
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock2-18/+18
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock2-58/+58
2014-05-26No need for these fields for iOSTor Lillqvist2-2/+2
2014-05-26callcatcher: update unused codeCaolán McNamara1-15/+0
2014-05-26react only to left mouse clickMarkus Mohrhard1-1/+1
2014-05-25cppcheck: unusedFunctionThomas Arnhold6-67/+0
2014-05-25fdo#39468: translate comment in Window::ImplInit()Chris Sherlock1-1/+1
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard1-11/+29
2014-05-24cppcheck: unreadVariableThomas Arnhold1-8/+0
2014-05-24cppcheck: variableScopeThomas Arnhold1-6/+3
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks1-0/+12
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
2014-05-24try harder to fix windows buildCaolán McNamara2-4/+6
2014-05-24Revert "vcl: move included header from end of window.cxx to the start"Caolán McNamara1-5/+4
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard1-0/+6
2014-05-24vcl: remove unnecessary headers from clipping.cxxChris Sherlock1-76/+13
2014-05-24vcl: remove newlines from stacking.cxxChris Sherlock1-2/+0
2014-05-24fdo#39468 translate German comment to English in clipping.cxxChris Sherlock1-2/+2
2014-05-24vcl: move included header from end of window.cxx to the startChris Sherlock1-4/+5
2014-05-24vcl: odd conditional whitespacing removedChris Sherlock1-2/+2
2014-05-24vcl: remove comments about old tasks in Window::ImplCallActivateListeners()Chris Sherlock1-11/+1
2014-05-24vcl: remove commented out code from Window::HasFocus()Chris Sherlock1-13/+0
2014-05-24vcl: remove commented out code from Window::HasChildPathFocus()Chris Sherlock1-9/+0
2014-05-24typo in commentChris Sherlock1-1/+1
2014-05-24fdo#39468 translate German comment to English in vcl/source/window/window.cxxChris Sherlock1-2/+2
2014-05-24vcl: remove name, email address and date from commentChris Sherlock1-1/+0
2014-05-24vcl: remove unnecessary commented out code in window.cxxChris Sherlock1-23/+0
2014-05-24vcl: move functions from window.cxx to stacking.cxxChris Sherlock2-553/+554
2014-05-24vcl: rearrange function location in window.cxxChris Sherlock1-158/+158
2014-05-24vcl: tabify WindowImplChris Sherlock1-147/+147