summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Make use of new-style AccessBridge ctorStephan Bergmann3-41/+28
2013-03-08set action and content area via their internal-child idsCaolán McNamara3-6/+35
2013-03-08make use of startsWith()Thomas Arnhold4-7/+7
2013-03-08Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxxChris1-2/+2
2013-03-08fix handling of ttf embedding restrictionsLuboš Luňák1-6/+4
2013-03-08editable ttf fonts are usable for print&preview tooLuboš Luňák3-9/+9
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák2-6/+40
2013-03-08protect against incomplete writesLuboš Luňák1-5/+12
2013-03-08function for duplicated codeLuboš Luňák2-0/+56
2013-03-08WaE: avoid mis-detection of uninitialized pixmap.Michael Meeks1-4/+6
2013-03-07Some further hacks for scrolling on touch devices, but no cigarTor Lillqvist1-1/+20
2013-03-07Add a commentTor Lillqvist1-0/+6
2013-03-07Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-4/+4
2013-03-07OUString::replaceAt() does not replace in-placeTor Lillqvist1-1/+1
2013-03-07Do not call OUStringBuffer::copy with bad argumentStephan Bergmann1-1/+2
2013-03-07c#708653# remove unused member SalXLib::pYieldEntries_Herbert Dürr1-2/+0
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara4-4/+21
2013-03-07add stock button text for paste, and map to gtk-pasteCaolán McNamara3-1/+9
2013-03-07Resolves: #i119997# fix a memory leak by WinGlyphFallbackSubstitutionHerbert Dürr1-4/+8
2013-03-07Oops, this is a conflict resolution problemFridrich Štrba1-1/+1
2013-03-07Replace (Xub)String with OUString in vcl(field)Chr. Rossmanith3-213/+204
2013-03-07fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830Radek Doulik6-72/+97
2013-03-07Replaced XubString with OUString in vcl(combobox)Chr. Rossmanith2-45/+46
2013-03-07c#705440# check ftell return value when emitting Type1 subsetHerbert Dürr1-2/+3
2013-03-07c#705441# handle invalid FDSelect entry while emitting Type1Herbert Dürr1-0/+2
2013-03-07c#706171# handle invalid PFB chunk headerHerbert Dürr1-3/+5
2013-03-07OSL_TRACE->SAL_INFOCaolán McNamara1-10/+6
2013-03-07Start hacking on scrollingTor Lillqvist3-0/+71
2013-03-07Use view size for "work area" sizeTor Lillqvist1-1/+1
2013-03-07Now get rid of the #if 0 blocksTor Lillqvist1-444/+0
2013-03-07Improve vcl/READMETor Lillqvist1-18/+28
2013-03-07Revert "Window::PostPaint() was unused and empty"Tor Lillqvist2-0/+7
2013-03-07Handle damage tracking and redrawing properly in the "desktop" Android appTor Lillqvist2-15/+33
2013-03-07SALEVENT_COUNT is unusedTor Lillqvist1-1/+0
2013-03-07Window::PostPaint() was unused and emptyTor Lillqvist2-7/+0
2013-03-06handle empty button boxesCaolán McNamara1-2/+3
2013-03-06merge isLayoutEnabledsCaolán McNamara6-39/+39
2013-03-06Translate German comment in idlemgr.cxxChris1-1/+1
2013-03-06Remove commented out code in salplug.cxxChris1-1/+0
2013-03-06One German comment translated, removed commented out line of code.Chris1-2/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong5-717/+718
2013-03-06Resolves: #i120306# cleanup failed loading of problematic jpegHerbert Dürr1-1/+8
2013-03-06c#706125# fix overallocation on 64bit platformsHerbert Dürr1-1/+1
2013-03-06c#708666# remove unused member m_aThread from GetPPDAttribs structHerbert Dürr1-1/+0
2013-03-06some XubString->OUStringCaolán McNamara3-14/+14
2013-03-06remove the need to explicitly specify font style for font embeddingLuboš Luňák2-4/+8
2013-03-06check whether font files allow being embedded in documentsLuboš Luňák3-24/+54
2013-03-06Translate German comments to English in svmain.cxxChris1-4/+4
2013-03-06Drop unused timestamp parametersTor Lillqvist1-6/+4