summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2013-04-03Bypass fields that are unused for iOSTor Lillqvist
2013-04-03Ensure we have a CGContext in a couple of more placesTor Lillqvist
2013-04-03It's the font *style* we are looking at hereTor Lillqvist
2013-04-03Add missing breakTor Lillqvist
2013-04-03Fix heap corruptionTor Lillqvist
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold
2013-04-03Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger
2013-04-03Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann
2013-04-03fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxxChristian M. Heller
2013-04-02Some cppcheck cleaningJulien Nabet
2013-04-02Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl
2013-04-02Use OUString and sal_Int32 in GetTextWidth() (2)Chr. Rossmanith
2013-04-02vcl: don't try to dlopen kde plugins when kde support is disabledMiklos Vajna
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad
2013-04-02update pch filesThomas Arnhold
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-04-01vcl: unused includesMiklos Vajna
2013-04-01Resolves: #i117968# Made WMFReader thread safeArmin Le Grand
2013-03-31Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist
2013-03-31Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist
2013-03-31fix vcl with Library_mergedPeter Foley
2013-03-31We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl
2013-03-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke
2013-03-30coverity#440801 Dereference after null checkJulien Nabet
2013-03-30fix loplugin warningsPeter Foley
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-30upgrade icu to 51.1Peter Foley
2013-03-30Unbreak use of pthread condition variablesTor Lillqvist
2013-03-30Use more meaningful variable nameTor Lillqvist
2013-03-30Render the "headless" frames to the UI view in the LO threadTor Lillqvist
2013-03-30IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist
2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist
2013-03-30Bin redundant loggingTor Lillqvist
2013-03-30Add lo_tap()Tor Lillqvist
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-29Fix wrong copy paste iterator (import instead of export)Julien Nabet
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-29Use const_iterator instead of iterator if possibleJulien Nabet
2013-03-28Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-28Use OUString / sal_Int32 in vcl(outdev3.cxx,textlayout.cxx)Chr. Rossmanith
2013-03-28use LanguageTag::getGlibcLocaleString()Eike Rathke
2013-03-28Use OUString and sal_Int32 in GetTextWidth()Chr. Rossmanith
2013-03-28add missing dep on sal/config.hDavid Tardon
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks
2013-03-27-Werror=unused-macrosStephan Bergmann