summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2012-05-09USE_UNISCRIBE has been hardcoded since 2009, so why bother with ifdefsTor Lillqvist1-20/+0
2012-05-08n#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayoutMiklos Vajna1-1/+1
2012-05-08Fix lookup of path to usp10.dllTor Lillqvist1-2/+3
2012-05-08No need to load the Uniscribe DLL dynamically; just use directlyTor Lillqvist1-98/+18
2012-05-07Added a fixme.Jan Holesovsky1-0/+4
2012-05-07Add some useful links to the Windows theming.Jan Holesovsky1-0/+10
2012-04-27Remove comment mentioning bCompBorder.Jan Holesovsky1-2/+1
2012-04-14vcl: win: adjust some coordinatesIvan Timofeev1-3/+3
2012-04-14vcl: win: fix RTL checkmark backgrounds fdo#42537Ivan Timofeev1-5/+10
2012-04-11vcl: win: fix RTL menu separator and gutter, checkmarks are still misplacedIvan Timofeev1-3/+15
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik1-1/+16
2012-03-26readUnicodeString can just return the stringCaolán McNamara1-2/+2
2012-03-20add another bug idCaolán McNamara1-1/+1
2012-03-20Resolves: fdo#46923/fdo#46750 take mnSubStringMin into accountCaolán McNamara1-1/+3
2012-03-13missing namespaceCaolán McNamara1-1/+2
2012-03-13fix compileLuboš Luňák1-1/+1
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara1-2/+15
2012-03-12WaE: declaration of 'HWND__* hWnd' shadows a parameterDavid Tardon1-2/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-2/+2
2012-03-12WaE: format '%x' expects argument of type 'unsigned int'David Tardon1-2/+2
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-3/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-20/+19
2012-03-12WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon1-1/+1
2012-03-12WaE: unused variable 'nRC'David Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-5/+5
2012-03-12WaE: 'nRet' may be used uninitialized in this functionDavid Tardon1-2/+2
2012-03-12WaE: 'nAcquire' may be used uninitialized in this functionDavid Tardon1-3/+2
2012-03-12WaE: unused variable 'err'David Tardon1-1/+1
2012-03-12WaE: unused parameter 'pPrt'David Tardon1-0/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-3/+3
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-2/+2
2012-03-12WaE: enumeral mismatch in conditional expressionDavid Tardon1-2/+2
2012-03-12WaE: passing NULL to non-pointer argumentDavid Tardon1-1/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-4/+4
2012-03-12WaE: narrowing conversion from 'long int' to 'BYTE'David Tardon1-1/+1
2012-03-12probable intent is the other way aroundDavid Tardon1-1/+1
2012-03-12WaE: missing braces around initializer for 'BYTE [8]'David Tardon1-16/+16
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-14/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-22/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+1
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-33/+0
2012-02-18WaE: unused variable rcThomas Arnhold1-6/+1
2012-02-18WaE: unused variable errThomas Arnhold1-1/+0
2012-02-18vcl: remove some more unused windows codeThomas Arnhold1-40/+0
2012-02-18remove some unused windows codeThomas Arnhold3-136/+0
2012-02-02Try to fix the MinGW build with a simple solutionJesús Corrius1-1/+1
2012-02-02Revert "Win32 API calls use the Unicode versions by default"Jesús Corrius3-17/+17
2012-02-02missing semicolonKorrawit Pruegsanusak1-1/+1
2012-02-02Win32 API calls use the Unicode versions by defaultJesús Corrius3-17/+17