summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-19vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()Chris Sherlock1-2/+2
2016-01-19vcl: define what svp stands for in READMEChris Sherlock1-0/+2
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock19-48/+46
2016-01-19tdf#93837 Convert Writer context menus to xmlMaxim Monastirsky81-21/+3168
2016-01-19Kill .src based Writer context menusMaxim Monastirsky12-1679/+4
2016-01-19tdf#88737 handle temporary array formula matrix circular referenceEike Rathke3-1/+26
2016-01-18Revert "don't pollute cross-compilation environment with host pig-config"Tor Lillqvist1-2/+1
2016-01-19Revert "LTO fixes for android"Tor Lillqvist2-7/+0
2016-01-18LTO fixes for androidPeter Foley2-0/+7
2016-01-18don't pollute cross-compilation environment with host pkg-configPeter Foley1-1/+2
2016-01-18Improve LTO flags on AndroidPeter Foley1-2/+6
2016-01-18basebmp: fix Android buildMiklos Vajna1-1/+0
2016-01-18loplugin:defaultparamsStephan Bergmann1-1/+1
2016-01-18devices are always top-down nowCaolán McNamara5-407/+10
2016-01-18only using one of the drawBitmap impls nowCaolán McNamara2-115/+0
2016-01-18svp: use SalColor instead of basebmp::ColorCaolán McNamara2-84/+71
2016-01-18drop unused basebmp debug fileCaolán McNamara4-205/+0
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara31-70/+28
2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann1-2/+4
2016-01-18use nullptr, tdf#95878 follow-upEike Rathke1-1/+1
2016-01-18iwyu fixesPeter Foley1-2/+2
2016-01-18Convert NULL/0 to nullptrPeter Foley2-4/+4
2016-01-18sal_math_Double is already a union containing a double memberEike Rathke1-7/+3
2016-01-18tdf#95878 made more useful function suggestion system in formula editingKeigo Kawamura4-14/+200
2016-01-18tdf#85770 SVG: Don't display text elements if parent's...Xisco Fauli1-1/+1
2016-01-18fix recently broken gtk a11yCaolán McNamara1-0/+2
2016-01-18tdf#97119 Make TabBarVisible configuration persistantPhilippe Jung5-11/+41
2016-01-18Remove newly unused includesStephan Bergmann1-7/+0
2016-01-18dbgOut is unused nowStephan Bergmann1-21/+0
2016-01-18XorFunctor is unused nowStephan Bergmann1-12/+0
2016-01-18xor_accessor is unused nowStephan Bergmann3-13/+0
2016-01-18loplugin:staticmethodsStephan Bergmann1-1/+1
2016-01-18fix older cairo buildCaolán McNamara1-5/+3
2016-01-18drop newly unused basebmp methodsCaolán McNamara15-3536/+4
2016-01-18some android build fixesCaolán McNamara2-9/+11
2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann1-1/+1
2016-01-18Resolve implRenderLine2 to renderClippedLineStephan Bergmann1-19/+3
2016-01-18loplugin:unreffunStephan Bergmann1-18/+0
2016-01-18loplugin: unused return valuesNoel Grandin47-215/+101
2016-01-18fix android buildCaolán McNamara1-1/+0
2016-01-18tdf#95913: Don't cache CTRL_SLIDERTor Lillqvist1-0/+1
2016-01-18drawmodes header goneCaolán McNamara9-9/+0
2016-01-18cppcheck: doubleFreeCaolán McNamara1-11/+10
2016-01-18cppcheck: nullPointerCaolán McNamara1-10/+3
2016-01-18cppcheck: copyCtorPointerCopyingCaolán McNamara1-40/+30
2016-01-18cppcheck: useInitializationListCaolán McNamara1-2/+1
2016-01-18drop now unused basebmp xor modeCaolán McNamara13-500/+184
2016-01-18don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara2-179/+30
2016-01-18drop unneeded headersCaolán McNamara1-3/+0
2016-01-18svp: implement drawMask via cairoCaolán McNamara1-41/+70