Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-21 | RRTL_CONSTASCII_USTRINGPARAM in libs core 42 | Gert Faller | |
2010-11-21 | RTL_CONSTASCII_USTRINGPARAM in libs core 41 | Gert Faller | |
2010-11-21 | RTL_CONSTASCII_USTRINGPARAM in libs core 40 | Gert Faller | |
2010-11-21 | RTL_CONSTASCII_USTRINGPARAM in libs core 39 | Gert Faller | |
2010-11-21 | TL_CONSTASCII_USTRINGPARAM in libs core 38 | Gert Faller | |
2010-11-16 | HC Cleanup - libs-core | Joseph Powers | |
2010-11-16 | fix this to build again | Caolán McNamara | |
2010-11-16 | get this building again | Caolán McNamara | |
2010-11-16 | Fix build and remove hicontrast parameter | Sebastian Spaeth | |
The parameter is not needed anymore, as there are no specific hicontrast definitions. Forgot to adapt {0,0,0} ->{0,0} when I removed a struct member in the previous commit. This compiles now again. | |||
2010-11-16 | Remove more *sch High contrast image uses | Sebastian Spaeth | |
2010-11-16 | Remove highcontrast imagelists from .src files | Sebastian Spaeth | |
2010-11-15 | Comment translation, and removing FASTBOOL reference | René Kjellerup | |
Found a reference in the comment to FASTBOOL and translated the description block and updated the refenced function definition. | |||
2010-11-15 | Remove dated comments | J. Graeme Lingard | |
2010-11-15 | RTL_CONSTASCII_USTRINGPARAM in svx | Joost Eekhoorn | |
2010-11-14 | Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
Notes: prefer: 980cf32beb48ef0799794b2bc133fe1adb018bf3 | |||
2010-11-14 | RTL_CONSTASCII_USTRINGPARAM in svx | Joost Eekhoorn | |
2010-11-13 | Purged BmpColorMode from libs-gui - libs-core | Joseph Powers | |
2010-11-12 | Remove unused Beschreibung (Description) comments | J. Graeme Lingard | |
2010-11-11 | remove RID_IMGLIST_TREEOPT_HC, I assume that's the intent | Caolán McNamara | |
2010-11-11 | Remove all traces of _HC (high contrast) from libs-core | Sebastian Spaeth | |
This compiles successfully, but is otherwise only lightly tested. | |||
2010-11-10 | Bitmap Tree Cleanup - libs-core | Joseph Powers | |
Removed all references to HIGHCONTRAST mode from svtools classes: SvImpLBox SvTreeListBox The reset is just fall out. | |||
2010-11-10 | RTL_CONSTASCII_USTRINGPARAM in svx | Joost Eekhoorn | |
2010-11-09 | Clean up the code | Alexander O. Anisimov | |
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei" | |||
2010-11-08 | more space for copyright text in the about dialog | Petr Mladek | |
It added the scroll bar on SLED10 and looked ugly. | |||
2010-11-08 | Fixed a typo: SIMBOLS -> SYMBOLS. | Takeshi Abe | |
2010-11-06 | High-contrast cleanup | Joseph Powers | |
2010-11-06 | High-Contrast Cleanup Phase #1 | Joseph Powers | |
2010-11-06 | Fix breakage in dbgutil-enabled build | Tor Lillqvist | |
2010-11-05 | Adds extra credits item to help menu | Thorsten Behrens | |
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing. (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9) | |||
2010-10-31 | Adding extended support for additional gallery localizations | Kalman Szalai - KAMI | |
2010-10-30 | small startup optimization | Caolán McNamara | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-26 | Better shading algo for customshapes, better gradients | Thorsten Behrens | |
Some custom shapes can have shaded parts, like for example 3d can, the bevelled buttons etc. Those shaded colors are calculated internally, and have been way off at times. Now using HSV color space & the originally documented luminance modifications in steps of 10 percent. Compared to MSO, still no 100 percent match, but that seems due to gamma correction there. Additionally, starting with MSO12, gradients on those shaded surfaces look much better; adapted code to display gradients equally nice. Note that most of this patch also applies to ooxml import; note as well that customshapes from *all* kind of input files (including ODF docs) now look different than before; no real way of changing this in a backward-compatible way, since behaviour of custom shapes is mandated (mostly) by internal tables, and not stored in a file. Applies patches/dev300/ppt-customshape-shading-fix (much of it was accepted at OOo already, via i#102797) Applies patches/dev300/ppt-customshape-shading-fix.diff: fixed prob with line arrows - the extra-added single point polygons lead to extra arrows randomly around the custom shape. i#105654 | |||
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | merge vosremoval-reference.diff | Norbert Thiebaud | |
2010-10-25 | convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard. | Norbert Thiebaud | |
Most OClearableGuard of the Solar Mutex could be converted to a simple SolarMutexGuard. a couple of site were converted to a SolarMutexClearableGuard, were converting to a SolarMutexGuard would have made the code more convoluted. | |||
2010-10-25 | Use SolarMutexGuard where appropriate | Norbert Thiebaud | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-timer.diff | Norbert Thiebaud | |
2010-10-25 | #i96106# WaE | Caolán McNamara | |
2010-10-22 | #i80184# Allow adding drawing documents to gallery via API | Caolán McNamara | |
2010-10-22 | Add more files to EXCEPTIONSFILES, needed at least on NetBSD. | Thomas Klausner | |
2010-10-21 | Translate comments into English | Wolfgang Silbermayr | |
2010-10-19 | Minor libs-core comment clean-up | Trevor Murphy | |
2010-10-19 | Add missing semicolon. | Thomas Klausner | |
Suggested by Caolán McNamara <caolanm@redhat.com>. | |||
2010-10-19 | Switch all urls from TDF to LibreOffice | Thorsten Behrens | |
Additionally, fixes fdo#30667 with new about dialog text, and a link to http://libreoffice.org/credits.html | |||
2010-10-19 | Make about dialog display clickable hyperlink for credits | Thorsten Behrens | |
Added a svt::FixedHyperlink to the about dialog, so people can click on something to get to the credits page. | |||
2010-10-18 | use SAL_N_ELEMENTS | Florian Bircher | |