Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | vcl: rename unhelpful 'Default' screen to a BuiltIn screen | Michael Meeks | |
Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125 | |||
2012-05-29 | nuke unused typedef | Takeshi Abe | |
Change-Id: I12a55e08a83b88221d992790c97c830761755582 | |||
2012-05-25 | gtk: add support for "vertical-padding" menu style property | Ivan Timofeev | |
and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7 | |||
2012-05-23 | removed unused temporary rtl::OUString | Takeshi Abe | |
Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e | |||
2012-05-15 | aero: Implement a glass menubar on Windows. | Jan Holesovsky | |
We need to default to the Aero colors too, in order to this be really beautiful; but hopefully already in the current state it is an improvement :-) Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c | |||
2012-05-15 | Don't take the workspace color from system on Windows, it is extremely ugly. | Jan Holesovsky | |
[We need to introduce taking colors from theme (instead of system) anyway.] Change-Id: I75037771f2542e924cbff01accf66cfc851ec255 | |||
2012-05-15 | Instead of DwmIsCompositionEnabled, use IsThemeActive from uxtheme.dll. | Jan Holesovsky | |
No idea why the DwmIsCompositionEnabled is recommended ~everywhere where you search for how to check if the themes are enabled; it is wrong as eg. over rdesktop, you are still using themes, but for sure not the composition in dwm. Change-Id: I Ib34f2a17809d03f29ccdf7d4a8b94ee7ad996bf5 | |||
2012-05-13 | removed unused defines | Takeshi Abe | |
Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47 | |||
2012-05-10 | fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window class | Tor Lillqvist | |
A crucial line of code that called RegisterClassExA() for that window class had been deleted by accident in commit cda4a293608514783d38d470799cfbf97b245cc6 "Code cleanup" in May 2011, whoa. So apparently that window class is not needed for much except embedded video in Impress? Change-Id: I I19e70cefcf47aaf8a12a62539e0dacc5adb3c3b1 | |||
2012-05-09 | conversion to void* needs an explicit cast | Luboš Luňák | |
2012-05-09 | This is Windows code so bin pointless #ifdef WNT | Tor Lillqvist | |
Change-Id: I8e81ecd0e78f22f09db4288b781ae5f5da4d8760 | |||
2012-05-09 | GCP_KERN_HACK has been hardcoded since 2002, so why bother with ifdefs | Tor Lillqvist | |
Change-Id: I7e37289aba503310c54026d5a8bcbf8e4d51fb6c | |||
2012-05-09 | USE_UNISCRIBE has been hardcoded since 2009, so why bother with ifdefs | Tor Lillqvist | |
Change-Id: I16210b01b67e0bc4c817a0b1480483dd6237a5ba | |||
2012-05-08 | n#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayout | Miklos Vajna | |
These are all derived from the SalLayout interface, with a similar GetTextBreak() implementation. MultiSalLayout didn't break text that had exactly the same length as the available space, the other two did. Fix this inconsistency. Change-Id: Icd9a81e039492bee82c28b8d8582e3a161dfd283 | |||
2012-05-08 | Fix lookup of path to usp10.dll | Tor Lillqvist | |
Just using the identifier ScriptIsComplex apparently results in the address of its import stub, which has been linked into the calling DLL (vcllo.dll). We need to look up that symbols from the handle of usp10.dll to get the actual function's address, to be passed to osl_getModuleURLFromAddress(). (Nothing magic with ScriptIsComplex here, it is just an arbitrary function from usp10.dll.) Change-Id: I If000d0c2eae3e3e32ce0ad1c26e545304d6f6d9e | |||
2012-05-08 | No need to load the Uniscribe DLL dynamically; just use directly | Tor Lillqvist | |
Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e | |||
2012-05-07 | Added a fixme. | Jan Holesovsky | |
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4 | |||
2012-05-07 | Add some useful links to the Windows theming. | Jan Holesovsky | |
Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9 | |||
2012-04-27 | Remove comment mentioning bCompBorder. | Jan Holesovsky | |
The variable itself was removed in commit 696996791d1dbfd8f410236e30be5a1fb100de70. | |||
2012-04-14 | vcl: win: adjust some coordinates | Ivan Timofeev | |
2012-04-14 | vcl: win: fix RTL checkmark backgrounds fdo#42537 | Ivan Timofeev | |
2012-04-11 | vcl: win: fix RTL menu separator and gutter, checkmarks are still misplaced | Ivan Timofeev | |
2012-03-29 | emf+ on win: implement bitmap creation from bitmapcanvas | Radek Doulik | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-20 | add another bug id | Caolán McNamara | |
2012-03-20 | Resolves: fdo#46923/fdo#46750 take mnSubStringMin into account | Caolán McNamara | |
2012-03-13 | missing namespace | Caolán McNamara | |
2012-03-13 | fix compile | Luboš Luňák | |
2012-03-12 | remove unused FontFamily argument in ImplFindByAttributes | Caolán McNamara | |
move ImplFindByLocale to windows only code, rename to findDevFontListByLocale | |||
2012-03-12 | WaE: declaration of 'HWND__* hWnd' shadows a parameter | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | WaE: format '%x' expects argument of type 'unsigned int' | David Tardon | |
2012-03-12 | WaE: cast to pointer from integer of different size | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | WaE: declaration shadows a previous local | David Tardon | |
2012-03-12 | WaE: deprecated conversion from string constant to 'sal_Char*' | David Tardon | |
2012-03-12 | WaE: unused variable 'nRC' | David Tardon | |
2012-03-12 | WaE: declaration shadows a previous local | David Tardon | |
2012-03-12 | WaE: 'nRet' may be used uninitialized in this function | David Tardon | |
2012-03-12 | WaE: 'nAcquire' may be used uninitialized in this function | David Tardon | |
Or, the joys of using setjmp/longjmp... | |||
2012-03-12 | WaE: unused variable 'err' | David Tardon | |
2012-03-12 | WaE: unused parameter 'pPrt' | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | use SAL_N_ELEMENTS | David Tardon | |
2012-03-12 | WaE: enumeral mismatch in conditional expression | David Tardon | |
2012-03-12 | WaE: passing NULL to non-pointer argument | David Tardon | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-12 | WaE: narrowing conversion from 'long int' to 'BYTE' | David Tardon | |
2012-03-12 | probable intent is the other way around | David Tardon | |
2012-03-12 | WaE: missing braces around initializer for 'BYTE [8]' | David Tardon | |