summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-27Need <vcl/sysdata.hxx> here nowTor Lillqvist1-0/+1
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist3-5/+18
2013-03-27Move two text-related functions to svptext.cxxTor Lillqvist2-30/+20
2013-03-27No need for two sets of names for the same exttextinput flag bitsTor Lillqvist6-45/+28
2013-03-26fdo#39468 Translate German comments - vcl/source/control/Christian M. Heller5-47/+41
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist9-130/+113
2013-03-27OPT_FILTERSECTION is unusedTor Lillqvist1-2/+0
2013-03-26fixed out of bounds substring accessEike Rathke1-1/+3
2013-03-26Translate German comments, fix some wsPhilipp Weissenbacher11-522/+49
2013-03-25remove external include guardsThomas Arnhold2-6/+0
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke1-2/+2