Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | remove extraneous parentheses | Luboš Luňák | |
2012-03-16 | Align transparency cut-off with application defaults | Thorsten Behrens | |
So, the Impress transparence default is 50% - we'd want that to *not* be fully transparent on vclcanvas, so shift the cut-off by one | |||
2012-03-16 | Cleanup: remove silly extra scope. | Thorsten Behrens | |
2012-03-15 | Revert "fix setting of paper tray from print dialog (fdo#43932)" | David Tardon | |
This reverts commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764. | |||
2012-03-14 | Remove SO52 strict compatibility stuff | Christina Rossmanith | |
2012-03-14 | add 'Japanese Postcard' paper size to both Paper format and Print dialog | Takeshi Abe | |
2012-03-14 | fix setting of paper tray from print dialog (fdo#43932) | David Tardon | |
This fixes the simple case when all pages are to be printed from the same paper tray. The use of this setting is still confusing when there is application-set tray for a page (e.g., for a page style in Writer, through Format->Page), because the change in Preferences is applied (and will be used for pages without application-set tray), but Preferences shows the application-set value on second try again... IOW, it still s---s, but it s---s a bit less .-) | |||
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-13 | Related fdo#47246: Extract objects used in both svp and gtk3 plugins | Stephan Bergmann | |
2012-03-13 | missing namespace | Caolán McNamara | |
2012-03-13 | fix compile | Luboš Luňák | |
2012-03-12 | vcl: fix multiply linked objects | Michael Stahl | |
2012-03-12 | replace usage of OUString::replace*AsciiL() with string literal overloads | Luboš Luňák | |
2012-03-12 | OString ctor for string literals without RTL_CONSTASCII stuff | 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 | pointless comparison | Caolán McNamara | |
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 | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | change vcl's SETTINGS_* #define's to const int | Luboš Luňák | |
They pollute not only the global namespace, but all namespaces, given they're are #define's. I bet they'd eventually all conflict with the namespaced enum in kdelibs headers. | |||
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting | |||
2012-03-08 | STATE_CHANGE_FORMAT is an unused state now | Caolán McNamara | |
2012-03-07 | WaE: Fix cppcheck syntax error warning | Philipp Weissenbacher | |
2012-03-07 | callcatcher: update list | Caolán McNamara | |
2012-03-06 | make it easier to find leaks by dropping globals at exit | Caolán McNamara | |
2012-03-06 | leak in IMHandler::signalIMPreeditChanged early return | Caolán McNamara | |
2012-03-06 | fix leak: return value of pango_attr_list_get_iterator should be released | Caolán McNamara | |
"PangoAttrIterator * pango_attr_list_get_iterator (PangoAttrList *list); Returns : the newly allocated PangoAttrIterator, which should be freed with pango_attr_iterator_destroy()." | |||
2012-03-06 | silence SolarMutex not locked spew | Caolán McNamara | |
2012-03-06 | nothing uses ImplAsyncStateChangedHdl anymore now | Caolán McNamara | |
2012-03-06 | improve debugging message | Caolán McNamara | |
2012-03-06 | last user of Window::PostStateChanged was TaskBar | Caolán McNamara | |