summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-04-03fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxxChristian M. Heller1-58/+58
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-02Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl3-43/+51
2013-04-02Use OUString and sal_Int32 in GetTextWidth() (2)Chr. Rossmanith2-7/+7
2013-04-02vcl: don't try to dlopen kde plugins when kde support is disabledMiklos Vajna1-2/+16
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold8-53/+25
2013-04-02Fix typo: addtional => additional in the comment.Golnaz Irannejad1-1/+1
2013-04-02update pch filesThomas Arnhold1-4/+2
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-04-01vcl: unused includesMiklos Vajna1-20/+0
2013-04-01Resolves: #i117968# Made WMFReader thread safeArmin Le Grand3-21/+27
2013-03-31Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist2-41/+16
2013-03-31Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist2-16/+41
2013-03-31fix vcl with Library_mergedPeter Foley1-1/+5
2013-03-31We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl1-30/+10
2013-03-31Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl4-6/+24
2013-03-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith2-12/+12
2013-03-30certainly this was not meant to be _PC_NAME_MAXEike Rathke1-1/+1
2013-03-30coverity#440801 Dereference after null checkJulien Nabet1-1/+1
2013-03-30fix loplugin warningsPeter Foley1-1/+0
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-4/+2
2013-03-30upgrade icu to 51.1Peter Foley1-0/+1
2013-03-30Unbreak use of pthread condition variablesTor Lillqvist2-10/+75
2013-03-30Use more meaningful variable nameTor Lillqvist1-2/+2
2013-03-30Render the "headless" frames to the UI view in the LO threadTor Lillqvist2-31/+66
2013-03-30IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist2-60/+0
2013-03-30Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist1-4/+30
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist2-13/+13
2013-03-30Bin redundant loggingTor Lillqvist1-3/+0
2013-03-30Add lo_tap()Tor Lillqvist1-0/+17
2013-03-29ResMgr with LanguageTagEike Rathke3-4/+4
2013-03-29Fix wrong copy paste iterator (import instead of export)Julien Nabet1-4/+4
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-6/+8
2013-03-29Use const_iterator instead of iterator if possibleJulien Nabet1-9/+11
2013-03-28Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-27/+18
2013-03-28Use OUString / sal_Int32 in vcl(outdev3.cxx,textlayout.cxx)Chr. Rossmanith4-66/+65
2013-03-28use LanguageTag::getGlibcLocaleString()Eike Rathke1-10/+3
2013-03-28Use OUString and sal_Int32 in GetTextWidth()Chr. Rossmanith2-10/+5
2013-03-28add missing dep on sal/config.hDavid Tardon1-0/+2
2013-03-27remove redundant iterator increment - thanks Fridrich.Michael Meeks1-1/+0
2013-03-27fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks1-36/+11
2013-03-27-Werror=unused-macrosStephan Bergmann3-4/+6
2013-03-27WaE: macro is not usedTor Lillqvist2-0/+4
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2-2/+5
2013-03-27-Wunused-macrosStephan Bergmann19-258/+7
2013-03-27Unused Region macro definitionsStephan Bergmann2-6/+0
2013-03-27_USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann2-2/+3
2013-03-27Need <vcl/syswin.hxx> for WINDOWSTATE_*Tor Lillqvist1-0/+1
2013-03-27kill some unused inlinesThomas Arnhold1-8/+0
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist3-6/+17