summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger2013-04-031-0/+2
* Asserting rtl::O[U]StringBuffer::operator [] preconditionsStephan Bergmann2013-04-031-1/+1
* fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxxChristian M. Heller2013-04-031-58/+58
* Some cppcheck cleaningJulien Nabet2013-04-021-2/+1
* Jpeg filter: destroy cinfo at setjmp + minor code clenupsTomaž Vajngerl2013-04-023-43/+51
* Use OUString and sal_Int32 in GetTextWidth() (2)Chr. Rossmanith2013-04-022-7/+7
* vcl: don't try to dlopen kde plugins when kde support is disabledMiklos Vajna2013-04-021-2/+16
* vcl: convert some fprintf to SAL_INFOThomas Arnhold2013-04-028-53/+25
* Fix typo: addtional => additional in the comment.Golnaz Irannejad2013-04-021-1/+1
* update pch filesThomas Arnhold2013-04-021-4/+2
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-011-1/+1
* vcl: unused includesMiklos Vajna2013-04-011-20/+0
* Resolves: #i117968# Made WMFReader thread safeArmin Le Grand2013-04-013-21/+27
* Revert "Try redrawing in multiple phases to avoid blocking the UI thread too ...Tor Lillqvist2013-03-312-41/+16
* Try redrawing in multiple phases to avoid blocking the UI thread too longTor Lillqvist2013-03-312-16/+41
* fix vcl with Library_mergedPeter Foley2013-03-311-1/+5
* We are in 2013 - remove "goto" in jpeg filter.Tomaž Vajngerl2013-03-311-30/+10
* Add Chroma subsampling options to jpeg writer.Tomaž Vajngerl2013-03-314-6/+24
* Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith2013-03-302-12/+12
* certainly this was not meant to be _PC_NAME_MAXEike Rathke2013-03-301-1/+1
* coverity#440801 Dereference after null checkJulien Nabet2013-03-301-1/+1
* fix loplugin warningsPeter Foley2013-03-301-1/+0
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-4/+2
* upgrade icu to 51.1Peter Foley2013-03-301-0/+1
* Unbreak use of pthread condition variablesTor Lillqvist2013-03-302-10/+75
* Use more meaningful variable nameTor Lillqvist2013-03-301-2/+2
* Render the "headless" frames to the UI view in the LO threadTor Lillqvist2013-03-302-31/+66
* IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded nowTor Lillqvist2013-03-302-60/+0
* Draw the frame virtual device bitmaps directly to the destination CGContextTor Lillqvist2013-03-301-4/+30
* Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist2013-03-302-13/+13
* Bin redundant loggingTor Lillqvist2013-03-301-3/+0
* Add lo_tap()Tor Lillqvist2013-03-301-0/+17
* ResMgr with LanguageTagEike Rathke2013-03-293-4/+4
* Fix wrong copy paste iterator (import instead of export)Julien Nabet2013-03-291-4/+4
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-291-6/+8
* Use const_iterator instead of iterator if possibleJulien Nabet2013-03-291-9/+11
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-281-27/+18
* Use OUString / sal_Int32 in vcl(outdev3.cxx,textlayout.cxx)Chr. Rossmanith2013-03-284-66/+65
* use LanguageTag::getGlibcLocaleString()Eike Rathke2013-03-281-10/+3
* Use OUString and sal_Int32 in GetTextWidth()Chr. Rossmanith2013-03-282-10/+5
* add missing dep on sal/config.hDavid Tardon2013-03-281-0/+2
* remove redundant iterator increment - thanks Fridrich.Michael Meeks2013-03-271-1/+0
* fdo#62094 - fix infinite loop in radio button group iteration.Michael Meeks2013-03-271-36/+11
* -Werror=unused-macrosStephan Bergmann2013-03-273-4/+6
* WaE: macro is not usedTor Lillqvist2013-03-272-0/+4
* Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2013-03-272-2/+5
* -Wunused-macrosStephan Bergmann2013-03-2719-258/+7
* Unused Region macro definitionsStephan Bergmann2013-03-272-6/+0
* _USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann2013-03-272-2/+3
* Need <vcl/syswin.hxx> for WINDOWSTATE_*Tor Lillqvist2013-03-271-0/+1