Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | remove unused FontFamily argument in ImplFindByAttributes | Caolán McNamara | |
move ImplFindByLocale to windows only code, rename to findDevFontListByLocale | |||
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 | 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 | nothing uses ImplAsyncStateChangedHdl anymore now | Caolán McNamara | |
2012-03-06 | last user of Window::PostStateChanged was TaskBar | Caolán McNamara | |
2012-03-04 | help GlyphItems vector to be sized correctly up-front | Norbert Thiebaud | |
2012-03-04 | GenericSalLayout: manage the collection of GlyphItem with a vector. | Norbert Thiebaud | |
There was a TODO to replace a manually managed array of Glyphs to use std::list a GlyphItem is 36 bytes long. the colleciton of GlyphItems is mostly used in a sequential access. random insert/delete are fairly rare. using std::list would increase the size by at least 8 to 16 bytes per element (depending on the size of void*) (25 to 50% overhead) and would greatly degrade data locality for most iterations loops. so std::vector seems more appropriate here. | |||
2012-03-05 | Brutal dummy hacks based on "aqua" code just to get iOS stuff to link | Tor Lillqvist | |
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. | |||
2012-03-01 | IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994 | Tor Lillqvist | |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | String types have changed in base class | Tor Lillqvist | |
2012-03-01 | WaE: class 'CGRect' was previously declared [in SDK headers] as a struct | Tor Lillqvist | |
2012-03-01 | WaE: 'SalData' defined as a struct here but previously declared as a class | Tor Lillqvist | |
2012-03-01 | WaE: extra tokens at end of #endif directive | Tor Lillqvist | |
2012-02-29 | SessionManagerClient is never instantiated | Caolán McNamara | |
the "pThis" is a hack to smuggle an argument into a static method, its not actually a SessionManagerClient instance, clarify the code around that | |||
2012-02-28 | move vcl session management to fancy new SAL_LOG tracing | Bjoern Michaelsen | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-27 | callcatcher: update unused list | Caolán McNamara | |
2012-02-25 | android: move DamageTracker concept into SvpSalFrame and try to use it | Michael Meeks | |
2012-02-22 | WaE: retain parameter names in the base class for documentation | Michael Meeks | |
2012-02-22 | -Werror=unused-parameter | Stephan Bergmann | |
2012-02-22 | vcl: fdo#46399 cleanup and share dummy virtual methods ... | Greggory Hernandez | |
2012-02-22 | unusedcode.easy: remove some more | Thomas Arnhold | |
2012-02-22 | unusedcode.easy: vcl: remove DrawNativeControlText() | Thomas Arnhold | |
2012-02-21 | unwrap ifdefs with unused members | Caolán McNamara | |
2012-02-21 | Put HEADLESS definition under LIBO namespace | Riccardo Magliocchetti | |
tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g. | |||
2012-02-20 | unusedcode.easy: some cleaning | Thomas Arnhold | |
2012-02-20 | unusedcode.easy: Remove SwProtocol::Snapshot() | Thomas Arnhold | |
And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap() | |||
2012-02-19 | vcl: dead code | Thomas Arnhold | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-18 | vcl: remove some more unused windows code | Thomas Arnhold | |
2012-02-18 | vcl: bring ImplFindByLocale back (windows build) | Thomas Arnhold | |
Sorry for this. | |||
2012-02-18 | Revert "vcl: bring ImplFindByLocale back (windows build)" | Thomas Arnhold | |
This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652. This was nothing... | |||
2012-02-18 | vcl: bring ImplFindByLocale back (windows build) | Thomas Arnhold | |
Partially reverts 78e9ba6febb7402d4661fbf7934a2526efc8629a This is used by WinGlyphFallbackSubstititution::FindFontSubstitute | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | Remove unused code | Elton Chung | |
2012-02-17 | Removed unused code from vcl module | Szabolcs Dezsi | |
2012-02-17 | Remove unused code. | Petr Vorel | |
2012-02-17 | Introduce headless switch for X / cairo / toolkit less build | Riccardo Magliocchetti | |
The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode. | |||
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
2012-02-15 | I can't see the point of these masses of vcl settings which go nowhere | Caolán McNamara | |
2012-02-15 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann | |