Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-19 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-18 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE. Remove 3 icons associated with the id that were not used. | |||
2011-11-18 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed SV_ICON_ID_PRESENTATION_COMPRESSED and all associated code. Removed 2 icons that were unused after this removal. | |||
2011-11-18 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed SV_ICON_ID_MACRO and its reference in the code as it was unused. Removed 2 icons that were not referenced anymore. | |||
2011-11-18 | fix UI updating in the print dialog | Ivan Timofeev | |
2011-11-17 | ditch ENABLE_BYTESTRING_STREAM_OPERATORS | Caolán McNamara | |
2011-11-17 | Do build cpputools also for non-DESKTOP OSes, needed for bridgetest | Tor Lillqvist | |
2011-11-16 | UniqueIdContainer is only needed by binfilter | Caolán McNamara | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-15 | remove unused SV_ICON_ID_HTML_DOCUMENT entries | Noel Power | |
2011-11-15 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed the icons and code associated with: SV_ICON_ID_CHART SV_ICON_ID_DRAWING_TEMPLATE | |||
2011-11-15 | Revert "FDO#42454 - EasyHack: remove code associated with unused icons" | Noel Power | |
This reverts commit 3e26dfcc2d347f4e0914449ca8104c8969fc6281. | |||
2011-11-15 | Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries" | Noel Power | |
This reverts commit 28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5. | |||
2011-11-15 | remove unused SV_ICON_ID_HTML_DOCUMENT entries | Noel Power | |
2011-11-15 | FDO#42454 - EasyHack: remove code associated with unused icons | Julien Chaffraix | |
Removed the icons and code associated with: SV_ICON_ID_CHART SV_ICON_ID_DRAWING_TEMPLATE | |||
2011-11-15 | use SAL_N_ELEMENTS | David Tardon | |
2011-11-14 | Decoview code cleanup | Matteo Casalin | |
Fixed DrawSymbol color selection Translated some comments from German to English | |||
2011-11-14 | if we consider no bitmap non-fatal, then no canvas is non-fatal too | Caolán McNamara | |
2011-11-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-14 | strip down includes and forward declarations | Caolán McNamara | |
2011-11-14 | we can use default implementations of these | Caolán McNamara | |
2011-11-14 | I don't see that any of this makes sense anymore | Caolán McNamara | |
2011-11-14 | no way to construct a MultiScreenGlyph now | Caolán McNamara | |
2011-11-14 | callcatcher: remove freshly unused methods | Caolán McNamara | |
2011-11-14 | no consumers of maRawBitmap remain | Caolán McNamara | |
2011-11-14 | the only thing calling GetRawBitmap is itself | Caolán McNamara | |
2011-11-14 | the only thing calling GetPixmap is itself | Caolán McNamara | |
2011-11-14 | drop ScopedPic | Caolán McNamara | |
2011-11-14 | InitRenderText only queries, and ret is unused | Caolán McNamara | |
2011-11-14 | mnUsingXRender unnecessary now | Caolán McNamara | |
2011-11-14 | mnForcedAA no longer connected to anything, skip setting it | Caolán McNamara | |
2011-11-14 | I think we can now drop checks for minor of 1 when current is 11 | Caolán McNamara | |
2011-11-14 | ditch unused direct XRender text rendering calls | Caolán McNamara | |
2011-11-14 | post cairo text-rendering GetGlyphId only called by GetGlyphId | Caolán McNamara | |
2011-11-14 | ditch hackaround for 15bit displays and XFree < 4.2.0 | Caolán McNamara | |
2011-11-14 | Link with libXrender instead of dynamically open it | Caolán McNamara | |
Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case. | |||
2011-11-14 | callcatcher: remove unused code | Caolán McNamara | |
2011-11-14 | annoying extra header guards | Caolán McNamara | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-11 | allow capability to render text with no XRenderPictFormat | Caolán McNamara | |
2011-11-11 | callcatcher: remove some unused code | Caolán McNamara | |
2011-11-11 | removed empty file | Takeshi Abe | |
2011-11-10 | callcatcher: remove unused methods | Caolán McNamara | |
2011-11-07 | callcatcher: remove some unused Graphic methods | Caolán McNamara | |
2011-11-07 | gtk3: add run-time check for gtk >= 3.2.0 | Michael Meeks | |
2011-11-07 | gtk: cleanup resource provider and associated lifecycle issue | Michael Meeks | |
2011-11-07 | gtk3: port file-picker, using more standard combobox APIs etc. | Michael Meeks | |
2011-11-07 | move required resources down from fpicker & svtools into vcl | Michael Meeks | |
2011-11-07 | gtk: cleanup to make the vcl file-picker interface work. | Michael Meeks | |