summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist2-7/+27
2013-03-26rCGContext is not used for iOSTor Lillqvist1-2/+4
2013-03-26Ifdef out methods for iOS that are actually in coretext/salgdi.cxxTor Lillqvist1-4/+8
2013-03-26Remove unnecessary code that was based on a wrong guessTor Lillqvist1-17/+0
2013-03-26Improve the blitting, use memcpy for each rowTor Lillqvist1-8/+8
2013-03-26Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-26Release style and CGContext resources in dtorTor Lillqvist1-0/+12
2013-03-26Handle different basebmp scanline formats and flip vertically when neededTor Lillqvist1-4/+30
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist1-0/+8
2013-03-26Don't exit intentionallyTor Lillqvist1-10/+5
2013-03-26Try kCGImageAlphaNoneSkipLastTor Lillqvist1-1/+1
2013-03-26Improve debugging printout a bitTor Lillqvist1-7/+7
2013-03-26Move SAL_WARN_IFTor Lillqvist1-2/+2
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2-2/+2
2013-03-26Initial hack attempt to get something renderedTor Lillqvist1-0/+6
2013-03-26Translate German comments, clean up some WSPhilipp Weissenbacher14-439/+125
2013-03-26Kill double conversion from NumericBoxZolnai Tamás2-37/+45
2013-03-26(author=pl) fix for transporting OOo types through OSX system clipboardHerbert Dürr2-6/+58
2013-03-26Use OUString and sal_Int32 in GetTextArray() and ImplLayout()Chr. Rossmanith2-41/+26
2013-03-26Use OUString and sal_Int32 in ImplPrepareLayoutArgs() and GetTextIsRTL()Chr. Rossmanith2-25/+29
2013-03-26Use OUString and sal_Int32 in filterText()Chr. Rossmanith5-17/+20
2013-03-26Replace String with OUString in RecodeStringChr. Rossmanith1-2/+5
2013-03-25and remove the include again...Michael Meeks1-2/+0
2013-03-25remove an fprintf I left in in error.Michael Meeks1-2/+0
2013-03-25Fix error: use of undeclared identifier 'stderr'Tor Lillqvist1-0/+2
2013-03-25vcl: fix typoMichael Stahl1-1/+1
2013-03-25fdo#61789 - improve SvtGraphicStroke / metafile scalingMichael Meeks3-4/+18
2013-03-25Remove a FIXME commentTor Lillqvist1-1/+1
2013-03-25Translate German comments, fix some whitespacePhilipp Weissenbacher6-417/+114
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann5-32/+12
2013-03-25deleting NULL is safeTakeshi Abe1-6/+3
2013-03-25remove unused member maHelpFile and its getter/settermhofmann1-6/+0
2013-03-23fdo#39468 Translate German comments - vcl/win/source/gdi/Christian M. Heller4-54/+47
2013-03-23fdo#39468 Translate German Comments - salframe.cxxChristian M. Heller1-106/+93