summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi2-3/+21
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
2013-04-05new module i18nlangtagEike Rathke2-2/+2
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+8
2013-04-01vcl: unused includesMiklos Vajna1-20/+0
2013-03-27No need for two sets of names for the same exttextinput flag bitsTor Lillqvist1-8/+8
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist1-22/+22
2013-03-23fdo#39468 Translate German comments - vcl/win/source/gdi/Christian M. Heller4-54/+47
2013-03-23fdo#39468 Translate German Comments - salframe.cxxChristian M. Heller1-106/+93
2013-03-23fdo#39468 Translate German comments - vcl/win/source/appChristian M. Heller3-11/+10
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2-12/+12
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-14vcl: fix WNT only debug code OUStringsMichael Stahl1-1/+2
2013-03-14Missing WNT --enable-debug String -> OUString conversion partsStephan Bergmann1-1/+1
2013-03-11sd: translate debug messagesThomas Arnhold1-1/+1
2013-03-11vcl: further fixesThomas Arnhold1-25/+25
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-4/+4
2013-03-07Resolves: #i119997# fix a memory leak by WinGlyphFallbackSubstitutionHerbert Dürr1-4/+8
2013-03-05fix for fdo#61801Noel Grandin1-19/+11
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-03-01current mingw headers don't have fMergeNeutralItemsLuboš Luňák1-0/+4
2013-03-01(cherry picked from commit c4ce6e92db9e784eed2c0863d4c30bf9eddf3da1)Herbert Dürr1-4/+5
2013-02-28fdo#39468: Translated German comments in vcl/{inc,win}Christian M. Heller1-19/+14
2013-02-28cleanup some module calls.Michael Meeks1-1/+1
2013-02-23Fix typo recieved/receivedJulien Nabet1-1/+1
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold1-5/+5
2013-02-22s/whith/with/Tor Lillqvist1-2/+2
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+1
2013-02-12remove executable bit on .cxx filesLuboš Luňák1-0/+0
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-26/+20
2013-02-08win-specific fixes for 9e310cc32923ceb4b18d97ce68d54a339b935f01Luboš Luňák2-8/+8
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-3/+3
2013-01-30Remove unused DeInitSalMainStephan Bergmann1-4/+0
2013-01-22Add Lithuanian translations of keyboard shortcuts (related to fdo#54165)Aurimas Fišeras1-0/+22
2013-01-21Add Asturian, Slovenian, and Spanish translations of keymanes for WindowsPetr Mladek1-0/+60
2013-01-16fdo#54165: Add key replacement names for Estonian (Patch by: Mihkel Tõnnov)Jesús Corrius1-0/+12
2013-01-09second try with wcscpy()Luboš Luňák1-1/+1
2013-01-09mingw tinderbox doesn't know wcscpy_r()Luboš Luňák1-1/+1
2013-01-08fdo#54165: Allow localized shortcut names on WindowsJesús2-13/+137