summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-29if we're not going to check for failure, make sure default is saneCaolán McNamara1-1/+1
2010-10-29Show Java error just once by default.Jan Holesovsky4-26/+2
Improves n#628806, where the user is presented with an amount of the same dialogs.
2010-10-29avoid linking against wrong libstlport by accident when linking against kdeCaolán McNamara1-2/+4
2010-10-29libs-gui: Remove emacs modelines in the middle of the fileSebastian Spaeth6-11/+0
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-28Mac OS9 Cleanup #6Joseph Powers2-74/+3
2010-10-28add experimental config optionMichael Meeks2-9/+44
2010-10-28add modelines to .h and .c files as wellCaolán McNamara320-2/+913
2010-10-28remove duplicate modelinesCaolán McNamara9-17/+0
2010-10-28remove duplicate modelinesCaolán McNamara1-2/+0
2010-10-27fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASSCaolán McNamara14-29/+105
2010-10-27Fix mutex related compilation errorsTor Lillqvist1-6/+7
2010-10-27Add character count exclusive of whitespace to document statistics part 2Mattias Johnsson5-20/+47
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud2-4/+0
2010-10-26Speed up wmf clippingThorsten Behrens2-135/+85
Make use of basegfx rect clipper in wmf import. Greatly speeds up reading WMFs with lots of clip actions. Fixes n#535304, applies patches/dev300/svtools-wmf-clipperf.diff
2010-10-26Fix refresh of OLE object previewsThorsten Behrens1-1/+3
A fix for n#411855, to make preview object refresh in all cases. Applied patch svtools-update-ole.diff
2010-10-26Fix round corner bug in canvasRadek Doulik1-2/+2
* cppcanvas/source/mtfrenderer/implrenderer.cxx: fixed round corners rectangle drawing (basegfx tools use portion of width and height to specify the corners width and height)
2010-10-26make these not leak and safe to useCaolán McNamara2-10/+7
2010-10-25compile error inducing typo in aqua salinst.cxxJoseph Powers1-1/+1
2010-10-25missing include for build on aquaNorbert Thiebaud1-0/+1
Thanks to Joseph Powers for reporting this.
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud53-4008/+26
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud24-67/+35
2010-10-25remvove vos/macros.h usageNorbert Thiebaud9-31/+23
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud31-615/+611
2010-10-25fix missing vos::Guard creeping back-up after rebaseNorbert Thiebaud1-3/+3
2010-10-25fix a mishap during the OGuard migration for aqua.Norbert Thiebaud1-1/+1
2010-10-25remove vos::OModuleNorbert Thiebaud3-166/+0
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud152-1231/+1048
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud8-1042/+32
2010-10-25use SolarMutexGuard instead of LocalGuard in canvasNorbert Thiebaud7-65/+44
LocalGuard is a wrapper guard around the SolarMutex. SolarMutexGuard already provide this function.
2010-10-25migrate OClearableGuard(SoalrMutex) to SolarMutexGuardNorbert Thiebaud2-88/+26
Factorized the Guarded piece of code to locate the TopWindow under a given Point, which was repeated verbatim in 4 different functions That allowed as a bonus to remove the need for a ClearableGuard, and allow the use of a straight SolarMutexGuard.
2010-10-25Add a new class SolarMutexClearbleGuardNorbert Thiebaud1-0/+38
Few place in the code use vos::OClearbleGuard aGuard(Application::GetSolarMutex()); or something similar. This new class hide this ugliness into SolarMutexClearableGuard aGuard; This also has the merit to push down the vos:: dependency down into one location for this kind of access, which will simplify the vos dependency removal.
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud7-27/+27
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud38-281/+281
2010-10-25create a class SolarMutexGuard to take a Guard on the SolarMutexNorbert Thiebaud1-0/+25
Most user of OGuard, use it to guard the SolarMutex. using something like vos::OGuard aGuard(Application::GetSolarMutex()) Which will now be written vcl::SolarMutexGuard aGuard; This will also, as a side effect remove the use of vos::Guard in many sources, simplifying the migration out of ::vos
2010-10-25merge vosremoval-pipe.diffNorbert Thiebaud3-681/+0
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud6-26/+24
2010-10-25merge vosremoval-conditn patchNorbert Thiebaud6-228/+7
2010-10-25merge vosremoval-signal patchNorbert Thiebaud6-199/+25
2010-10-25merge vosremoval-security patchNorbert Thiebaud9-259/+15
2010-10-25fix typoCaolán McNamara1-1/+1
2010-10-25micro optimizationCaolán McNamara1-10/+10
2010-10-25micro optimizationCaolán McNamara1-29/+29
2010-10-25micro optimizationCaolán McNamara1-23/+22
2010-10-25micro optsCaolán McNamara1-57/+57
2010-10-25fix 32 bit overflow with 64 bit constantsJohn LeMoyne Castle1-10/+8
2010-10-25CWS-TOOLING: integrate CWS ooo33gsl12obo5-5/+14
Notes: split repo tag: libs-gui_ooo/OOO330_m13 split repo tag: libs-gui_ooo/OOO330_m14
2010-10-24do not extract non en-US files for localization from dictionaries/Andras Timar1-0/+4
2010-10-24micro optsCaolán McNamara10-75/+75
2010-10-24typo fixAndras Timar1-1/+1
2010-10-24Merge commit 'ooo/OOO330_m12'Jan Holesovsky2-2/+3