summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-01-22loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2018-01-22Presumably misplaced castStephan Bergmann1-1/+1
2018-01-22tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl5-9/+14
2018-01-22improve RTL detection in TextEngineNoel Grandin2-8/+9
2018-01-21uitest: add checked to radio button propertiesMarkus Mohrhard1-0/+1
2018-01-21Make the condition more obviousMaxim Monastirsky1-2/+2
2018-01-20tdf#115023 Check mpControlData for nullptrMaxim Monastirsky1-1/+2
2018-01-20Resolves: tdf#115106 don't assume fullscreen is impressCaolán McNamara1-3/+1
2018-01-20WB_NOPOINTERFOCUS can be added after the button is createdMaxim Monastirsky2-28/+8
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann27-96/+96
2018-01-19loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann2-3/+3
2018-01-19new loplugin:emptyifNoel Grandin4-11/+3
2018-01-19vcl osx: fix decimal separator key when localizedWard van Wanrooij1-3/+7
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2-2/+0
2018-01-18Don't allow tearoff under WaylandMaxim Monastirsky1-1/+2
2018-01-18Move toolbars to the border window tearoff mechanismMaxim Monastirsky3-221/+41
2018-01-18tdf#115057 Never use ImplPopupFloatWin for anything except ToolBoxMaxim Monastirsky3-4/+4
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro2-9/+47
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-17coverity#1427627 'Constant' variable guards dead codeCaolán McNamara1-0/+4
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17use the same shade of grey as Online UI usesAndras Timar1-1/+1
2018-01-17Fix --enable-kde4Stephan Bergmann1-1/+1
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in OpenGLSalGraphicsImplNoel Grandin2-2/+2
2018-01-17loplugin:useuniqueptr in SalXLibNoel Grandin2-4/+4
2018-01-17loplugin:useuniqueptr in X11SalVirtualDeviceNoel Grandin2-4/+3
2018-01-17loplugin:useuniqueptr in PspSalInfoPrinterNoel Grandin2-11/+5
2018-01-17loplugin:useuniqueptr in PPDParserNoel Grandin1-1/+1
2018-01-17loplugin:useuniqueptr in PrinterJobNoel Grandin2-58/+48
2018-01-17loplugin:useuniqueptr in GlyphCacheNoel Grandin2-5/+3
2018-01-17loplugin:useuniqueptr in GraphicFilterNoel Grandin2-8/+8
2018-01-17loplugin:useuniqueptr in ImplAllSettingsDataNoel Grandin1-20/+18
2018-01-17loplugin:useuniqueptr in LogicalFontInstanceNoel Grandin2-4/+4
2018-01-17loplugin:useuniqueptr in PDFExtOutDevDataNoel Grandin1-5/+4
2018-01-17loplugin:useuniqueptr in VectorGraphicDataNoel Grandin1-5/+1
2018-01-17loplugin:useuniqueptr in OctreeNoel Grandin2-3/+3
2018-01-17loplugin:useuniqueptr in TransparencyEmitNoel Grandin2-16/+8
2018-01-17loplugin:useuniqueptr in WindowImplNoel Grandin4-17/+13
2018-01-17loplugin:useuniqueptr in ImplWinDataNoel Grandin3-17/+19
2018-01-17loplugin:useuniqueptr in OutDevStateNoel Grandin1-21/+21
2018-01-17loplugin:useuniqueptr in TextEngineNoel Grandin2-18/+16
2018-01-17tdf#114935 Move the focus back to the documentMaxim Monastirsky1-106/+23
2018-01-17Handle focus_on_click glade property for buttonsMaxim Monastirsky1-3/+29
2018-01-16tdf#114939 vcl: don't use StarOffice MD5 in PDF exportMichael Stahl3-141/+74
2018-01-16ofz#5423 TimeoutCaolán McNamara1-4/+6
2018-01-16ofz#5402 TimeoutCaolán McNamara1-14/+9
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-15vcl: No need for a double-linked list of dialogs in Execute().Jan Holesovsky5-64/+45