summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2013-07-30Fix MinGW32 and MinGW64 buildFridrich Štrba1-5/+10
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-07-29fix windows buildNoel Grandin2-8/+8
2013-07-29Use the Win7 semantics of SHAddToRecentDocs when possibleJesús Corrius2-3/+64
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-07-28Few comment translations, commented-out code removal, comment spellcheckStefan Knorr6-60/+12
2013-07-26Fix MINGW64 buildFridrich Štrba1-1/+1
2013-07-22Shell32.dll is already loadedFridrich Štrba1-48/+22
2013-07-20fdo#35785 LibreOffice's support of recent documents in Windows 7 brokenJesús Corrius1-1/+74
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-16/+0
2013-07-15fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+1
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-12fdo#66811: vcl: fix broken OUString with length STRING_LENMichael Stahl2-3/+4
2013-07-12use LanguageTagEike Rathke1-6/+6
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-1/+1
2013-06-29Mark as constTakeshi Abe1-1/+1
2013-06-19WaE: for higher debugging levelsCaolán McNamara1-4/+0
2013-06-19Translate some key names to Hungarian in Customize -> KeyboardGabor Kelemen1-0/+11
2013-06-18Adapt the comment not to speak about things that are notFridrich Štrba1-3/+3
2013-06-18The original code was doing exactly this, so let me mimic itFridrich Štrba1-7/+1
2013-06-18Trying to fix salgdi_gdiplusFridrich Štrba1-8/+9
2013-06-17Resolves: #i121591# Corrected some transparent printing stuff for windowsArmin Le Grand1-0/+27
2013-06-17Fixing the joy of MSVC preprocessorFridrich Štrba1-2/+2
2013-06-17min -> std::min in order to unbreak windows buildFridrich Štrba1-2/+2
2013-06-16Get rid of SalLayout::GetFallbackFontData()Khaled Hosny1-7/+13
2013-06-15Related: #i122350# Corrected buffering when alpha changedArmin Le Grand1-2/+14
2013-06-14if we have to define min/max then use those againCaolán McNamara1-2/+2
2013-06-14min/max foo for msvcCaolán McNamara1-0/+9
2013-06-14make vcl compiler under mingw againCaolán McNamara2-0/+27
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand10-281/+896
2013-06-13cppcheck: fix all the others Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-33/+91
2013-06-10mingw64: Don't cast to pointers from narrower integersFridrich Štrba3-7/+7
2013-06-06Newer mingw-w64 has gdiplus headers, though a bit buggyFridrich Štrba2-0/+26
2013-06-06Some more movement to mingw64 portFridrich Štrba4-8/+8
2013-06-05Some more win64 "fixes"Fridrich Štrba3-8/+9
2013-05-22Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi2-3/+21
2013-05-22Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"Tor Lillqvist1-14/+0
2013-05-22fdo#62846 incorrect glyph to Unicode mappings in PDFsJonathan Schultz1-0/+14
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-10/+10
2013-05-13WaE: signed/unsigned mismatchTor Lillqvist1-1/+1
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-5/+51
2013-05-10Related: #i120306# better input checks in WinSalBitmap::ImplCreateDIB()Herbert Dürr1-33/+43
2013-05-10Related: #i112873# check native widget's control value type...Herbert Dürr1-1/+1
2013-04-25Fix KEY_SHIFT clashTor Lillqvist1-100/+103
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza5-7/+7
2013-04-17MSC needs those min/max macros after allStephan Bergmann1-0/+9
2013-04-17MSC needs those min/max macros after allStephan Bergmann1-0/+9
2013-04-17-Werror=unused-macros (MinGW, vcl)Stephan Bergmann3-15/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák10-86/+79