summaryrefslogtreecommitdiff
path: root/vcl/win/source/window
AgeCommit message (Expand)AuthorFilesLines
2012-11-06impress211: fix a rebase problemPhilipp Lohmann [pl]1-2/+2
2012-11-06impress211: #i116911# Accept -1 as special value for multi monitor support.Andre Fische1-6/+27
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-4/+4
2012-08-02strip down UniString some moreCaolán McNamara1-4/+4
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-18/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold1-46/+0
2012-05-25gtk: add support for "vertical-padding" menu style propertyIvan Timofeev1-1/+2
2012-05-15Don't take the workspace color from system on Windows, it is extremely ugly.Jan Holesovsky1-1/+0
2012-05-15Instead of DwmIsCompositionEnabled, use IsThemeActive from uxtheme.dll.Jan Holesovsky1-40/+3
2012-05-10fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window classTor Lillqvist1-1/+11
2012-05-07Added a fixme.Jan Holesovsky1-0/+4
2012-04-27Remove comment mentioning bCompBorder.Jan Holesovsky1-2/+1
2012-03-26readUnicodeString can just return the stringCaolán McNamara1-2/+2
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-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-14/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+1
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-33/+0
2012-02-18remove some unused windows codeThomas Arnhold1-19/+0
2012-02-02missing semicolonKorrawit Pruegsanusak1-1/+1
2012-02-01kill ByteString by dropping support of Win9xAndras Timar1-5/+1
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-7/+0
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-2/+2
2011-12-07Change "menues" to "menus"Michael T. Whiteley2-8/+8
2011-11-27remove include of pch header from vclNorbert Thiebaud3-6/+0
2011-11-21the string is sal_Unicode, not sal_CharDavid Tardon1-1/+1
2011-11-21use correct rtl::OUString functionDavid Tardon1-1/+1
2011-11-21convert win plugin to rtl::O(U)StringDavid Tardon2-7/+7
2011-11-07redundant if not-null checks on deleteThomas Arnhold1-2/+1
2011-10-25WaE: misc. windows related fixesMichael Meeks1-2/+0
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-7/+2
2011-10-09Make the key names look better under wine.Jan Holesovsky1-4/+3
2011-09-30Kill unused SalFrameWndProcA() functionTor Lillqvist1-28/+0
2011-09-30Kill unused ImplSalUpdateStyleFontA() functionTor Lillqvist1-20/+0
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud1-2/+0
2011-09-01slightly buggy commit 66141a46a44fa1c96694e98453e28c077ca23f48 from 20/11/2008Julien Nabet1-1/+0
2011-09-01Some cppcheck cleaningJulien Nabet1-1/+1
2011-07-14The MinGW winuser.h doesn't have WM_MOUSEHWHEEL yetTor Lillqvist1-0/+3
2011-07-14Fixes for Windows cross-compilationTor Lillqvist1-3/+4
2011-07-06chmod -xTor Lillqvist1-0/+0
2011-07-06Drop Win9x and NT4 codeTor Lillqvist1-49/+5
2011-06-20Avoid possible null pointer dereferenceJesús Corrius1-1/+5
2011-06-18Remove obsolete Win95/NT codeJesús Corrius1-80/+45
2011-05-30Code cleanupKorrawit Pruegsanusak1-51/+20