summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Collapse)AuthorAgeFilesLines
* we use mpFontData->IsSymbolFont() in our comparison to detect symbol fontsCaolán McNamara2012-02-291-5/+25
| | | | | | | If we change that between cache lookup and insert we run the risk of invalidating the results of our lookup. This should fix some hard to replicate reference count nasties
* can use Zip for thisDavid Tardon2012-02-294-39/+107
|
* SessionManagerClient is never instantiatedCaolán McNamara2012-02-292-9/+8
| | | | | | the "pThis" is a hack to smuggle an argument into a static method, its not actually a SessionManagerClient instance, clarify the code around that
* Actually there is no need to have if and elseif with same action.Tomas Chvatal2012-02-281-11/+5
|
* Fix crash on exit using KDE interfaceTomas Chvatal2012-02-281-1/+3
| | | | | | | | | This is slightly modified version of patch from Lubos Lunak <llunak@suse.cz>. This fixes downstream bugs: https://bugs.gentoo.org/show_bug.cgi?id=394533 https://bugs.launchpad.net/bugs/925049
* Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2012-02-282-64/+15
|
* move vcl session management to fancy new SAL_LOG tracingBjoern Michaelsen2012-02-282-58/+39
|
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-282-7/+0
|
* there is no Sequence::isEmpty()Ivan Timofeev2012-02-273-5/+5
|
* disable warnigns as errors for KDE3 codeLuboš Luňák2012-02-271-0/+1
| | | | Too old codebase, there simply have to be warnings.
* disable -Wshadow for KDE backendsLuboš Luňák2012-02-274-59/+13
| | | | | KDE/Qt consider -Wshadow not worth the trouble, and the qhash workaround shows why.
* Replace getLength() with isEmpty() where appropriateChr. Rossmanith2012-02-276-13/+12
|
* callcatcher: update unused listCaolán McNamara2012-02-272-46/+0
|
* WaE: some super-high debugging level warningsCaolán McNamara2012-02-271-2/+2
|
* WaE: some super-high debugging level warningsCaolán McNamara2012-02-271-6/+10
|
* android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks2012-02-257-19/+136
|
* android: get basic 0-9, a-z keyinput workingMichael Meeks2012-02-241-5/+17
|
* Unify indentationTor Lillqvist2012-02-232-4/+4
|
* My fix is nicer ;)Stephan Bergmann2012-02-231-2/+2
|
* ensure ppd translation indexes are validCaolán McNamara2012-02-231-3/+9
|
* make vcl ByteString freeCaolán McNamara2012-02-231-56/+65
|
* vcl: crash in GraphiteLayout::expandOrCondense:Michael Stahl2012-02-231-1/+1
| | | | | | | | | | | | | | | | | | When printing the bugdoc from i#103958: error: attempt to subscript container with out-of-bounds index 5, but container only holds 5 elements. #4 0x00007fd37902be5e in GraphiteLayout::expandOrCondense (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:848 #5 0x00007fd37902bc54 in GraphiteLayout::AdjustLayout (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:812 #6 0x00007fd3790345c8 in GraphiteServerFontLayout::AdjustLayout (this=0x3529640, rArgs=...) at vcl/inc/graphite_serverfont.hxx:76 #7 0x00007fd378d5c91d in OutputDevice::forceFallbackFontToFit (this=0x35022c0, rFallback=..., rFallbackFont=..., rFontSelData=..., nFallbackLevel=1, rLayoutArgs=..., rOrigMetric=...) at vcl/source/gdi/outdev3.cxx:6094 #8 0x00007fd378d5cece in OutputDevice::ImplGlyphFallbackLayout (this=0x35022c0, pSalLayout=0x36136c0, rLayoutArgs=...) at vcl/source/gdi/outdev3.cxx:6206 #9 0x00007fd378d5c6fe in OutputDevice::ImplLayout (this=0x35022c0, rOrigStr="\327\252\327\220\327\250\327\231\327\232:__________", nMinIndex=0, nLen=5, rLogicalPos=..., nLogicalWidth=570, pDXArray=0x0, bFilter=true) at vcl/source/gdi/outdev3.cxx:6065 #10 0x00007fd378d5b9da in OutputDevice::DrawStretchText (this=0x35022c0, rStartPt=..., nWidth=570, rStr="\327\252\327\220\327\250\327\231\327\232:__________", nIndex=0, nLen=5) at vcl/source/gdi/outdev3.cxx:5840 #11 0x00007fd378d27f1e in MetaStretchTextAction::Execute (this=0x3588880, pOut=0x35022c0) at vcl/source/gdi/metaact.cxx:1482 #12 0x00007fd378cdbea5 in GDIMetaFile::Play (this=0x7ffff63e7da0, pOut=0x35022c0, nPos=1283) at vcl/source/gdi/gdimtf.cxx:424 #13 0x00007fd378ea1c6f in vcl::PrinterController::printFilteredPage (this=0x34ff550, i_nPage=10) at vcl/source/gdi/print3.cxx:1207
* WaE: retain parameter names in the base class for documentationMichael Meeks2012-02-221-3/+3
|
* -Werror=unused-parameterStephan Bergmann2012-02-221-2/+2
|
* vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez2012-02-2213-130/+4
|
* unusedcode.easy: remove some moreThomas Arnhold2012-02-222-24/+0
|
* unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold2012-02-2212-163/+0
|
* EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich2012-02-225-39/+3
|
* WaE: duplicateBranchThomas Arnhold2012-02-211-4/+1
|
* headless: more work in vclRiccardo Magliocchetti2012-02-212-7/+5
| | | | | | | Provide HeadlessSalSystem::ShowNativeDialog() instead of having it if-zeroed. Then remove LIBO_HEADLESS ifdefery from unx/generic/plugadapt/salplug.cxx which we are not building anymore.
* unwrap ifdefs with unused membersCaolán McNamara2012-02-212-6/+1
|
* ByteString->rtl::OStringCaolán McNamara2012-02-211-3/+3
|
* Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2012-02-214-5/+5
| | | | | | | 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.
* vcl: TwoRect -> SalTwoRectThomas Arnhold2012-02-201-13/+11
|
* headless: cleanup HEADLESS definitionRiccardo Magliocchetti2012-02-201-1/+0
| | | | Define HEADLESS globally as it is meant to be.
* vcl: simplify logicThomas Arnhold2012-02-201-4/+1
| | | | Thanks to Cor Nouws
* unusedcode.easy: some cleaningThomas Arnhold2012-02-202-46/+0
|
* unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold2012-02-2019-285/+0
| | | | | | | And all implementations. Also unused and removed: ImplCreateFromXImage() ImplGetFrameBitmap()
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-216-15/+15
| | | | to equalsIgnoreAsciiCaseAscii("...")
* Resoves fdo#42901 duplicated .pfb without duplicated .afm drops fontCaolán McNamara2012-02-201-1/+20
| | | | | | If we have a duplicate font entry the duplicate is dropped, but if the first font was invalid, e.g. .pfb without .afm this results in dropping *both* fonts, the valid and invalid one
* vcl: dead codeThomas Arnhold2012-02-191-10/+0
|
* risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara2012-02-196-111/+111
|
* ByteString->rtl::OStringCaolán McNamara2012-02-195-119/+112
|
* Get rid of size() == 0Elton Chung2012-02-193-7/+7
|
* Remove unused codePetr Vorel2012-02-192-10/+0
|
* pngread: remove some unused definesThomas Arnhold2012-02-192-13/+0
|
* WaE: unused variable rcThomas Arnhold2012-02-181-6/+1
|
* WaE: unused variable errThomas Arnhold2012-02-181-1/+0
|
* vcl: remove some more unused windows codeThomas Arnhold2012-02-182-41/+0
|
* vcl: nFallbacklevel has no effectThomas Arnhold2012-02-181-4/+1
|