summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Translate German comments to English. (Remove one redundant comment.)Sven Wehner2014-01-171-48/+45
* Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist2014-01-172-6/+12
* Indentation fixTor Lillqvist2014-01-171-1/+1
* If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist2014-01-161-0/+2
* fix compile break on macostsahi glik2014-01-161-11/+11
* fix rendering issues in iOS with aquatsahi glik2014-01-164-50/+169
* Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner2014-01-161-56/+56
* Remove defines now that fontconfig baseline has been updatedChris Sherlock2014-01-161-35/+0
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-1625-184/+214
* Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand2014-01-161-27/+47
* Bin unused codeTor Lillqvist2014-01-153-236/+0
* Bin misleading OSL_TRACETor Lillqvist2014-01-151-2/+0
* longparas: none of the callers check for the error caseCaolán McNamara2014-01-141-2/+2
* longparas: bump nLen to 32bitCaolán McNamara2014-01-141-1/+1
* vcl: missing modeline in dibtoolsMiklos Vajna2014-01-141-1/+2
* Fix typoTakeshi Abe2014-01-141-1/+1
* longparas: convert ValidateKashidas to sal_Int32Caolán McNamara2014-01-132-7/+6
* Work around G_DEFINE_TYPE -Werror,-Wunused-functionStephan Bergmann2014-01-132-0/+21
* Keep in sync with desktop_strings[] in salplug.cxxMaxim Monastirsky2014-01-131-2/+2
* -Wunused-variableStephan Bergmann2014-01-131-2/+0
* drop unnecessary tools/string.hxx includesCaolán McNamara2014-01-131-1/+0
* SalDisplay::Dispatch shall apparently return boolStephan Bergmann2014-01-137-21/+21
* longparas: drop xub_StrLen from fieldsCaolán McNamara2014-01-131-10/+10
* longparas: weed out xub_StrLen in pdf writerCaolán McNamara2014-01-133-17/+17
* longparas: STRING_LEN here means text len, so expand to just thatCaolán McNamara2014-01-133-8/+7
* longparas: make OutputDevice::GetGlyphBoundRects safeCaolán McNamara2014-01-131-1/+12
* longparas: drop 16bit string limits in meta text actionsCaolán McNamara2014-01-133-59/+58
* longparas: STRING_LEN gets expanded to string len, so just use str lenCaolán McNamara2014-01-131-1/+1
* longparas: xub_StrLen to sal_Int32Caolán McNamara2014-01-134-5/+4
* disentangle CalcSizeCaolán McNamara2014-01-133-9/+9
* longparas: drop STRING_MAXLEN limit in TextEngineCaolán McNamara2014-01-131-78/+75
* longparas: drop STRING_MAXLEN limit in TextDocCaolán McNamara2014-01-131-7/+0
* longparas: STRING_LEN->EDIT_NOLIMITCaolán McNamara2014-01-131-5/+5
* longparas: xub_StrLen to sal_Int32Caolán McNamara2014-01-131-2/+2
* make mnCursorPos a sal_Int32Caolán McNamara2014-01-132-3/+3
* Clean up #if GTK_CHECK_VERSION(3,0,0)Stephan Bergmann2014-01-131-7/+4
* longparas: these 0xFFFF are STRING_LENCaolán McNamara2014-01-121-2/+2
* longparas: nStart and nEnd are always overwrittenCaolán McNamara2014-01-121-9/+9
* longparas: raise 16bit Impl_IMEInfos limits to 32bitCaolán McNamara2014-01-121-10/+10
* longparas: raise 16bit cursor pos limit to 32bitCaolán McNamara2014-01-122-8/+5
* mnDeltaStart is unusedCaolán McNamara2014-01-127-16/+0
* longparas: OldTextLen and DeltaStart are unusedCaolán McNamara2014-01-112-7/+0
* longparas: unnecessary xub_StrLen castCaolán McNamara2014-01-115-15/+15
* longparas: lift 16bit max edit lengthCaolán McNamara2014-01-112-18/+15
* longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara2014-01-111-4/+4
* WaE: unsafe mix of type 'sal_Bool' and type 'bool'Tor Lillqvist2014-01-111-7/+7
* longparas: shouldn't need to split strings in textview anymoreCaolán McNamara2014-01-111-39/+12
* Normalized aqua graphics line and fill colors to RGBAtsahi glik2014-01-101-4/+8
* EndDialog takes long nResult, not boolStephan Bergmann2014-01-101-1/+1
* operator ==, != should return boolStephan Bergmann2014-01-101-5/+5