summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-17vcl: fixup svdemoChris Sherlock3-9/+59
2014-05-16fdo#78799 - ignore overlayed monitors with co-incident origin.Michael Meeks1-4/+3
2014-05-16coverity#705542 Unintentional integer overflowCaolán McNamara1-1/+1
2014-05-16coverity#1202771 Operands don't affect resultCaolán McNamara1-11/+2
2014-05-16lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara1-2/+2
2014-05-15vcl wmf test: null terminate streamTomaž Vajngerl1-0/+1
2014-05-15loplugin:unreffunStephan Bergmann1-1/+0
2014-05-15wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl1-6/+6
2014-05-15wmf: add SAL_INFOs for interesting things at WMF importTomaž Vajngerl2-8/+34
2014-05-15wmf: test that non-placeable WMF uses correct sizesTomaž Vajngerl4-0/+142
2014-05-15fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl1-4/+5
2014-05-15wmf: put WMFReader constructor out of the header fileTomaž Vajngerl2-18/+18
2014-05-15vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl1-59/+110
2014-05-15vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl1-379/+448
2014-05-15vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl1-26/+55
2014-05-15vcl WMF: some code clean-upTomaž Vajngerl2-10/+13
2014-05-15fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl1-8/+8
2014-05-15WMF: partially revert change as for some documents text is not drawnTomaž Vajngerl1-3/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold11-25/+25
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard1-0/+1
2014-05-15AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr1-2/+5
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke1-0/+8
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-14loplugin:passsequencebyrefStephan Bergmann1-9/+8
2014-05-14provide the click event to chart2Markus Mohrhard1-0/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-14cid#705542 Unintentional integer overflowNoel Grandin1-2/+2
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2014-05-13coverity#1213522 Uncaught exceptionCaolán McNamara1-120/+177
2014-05-13loplugin:unreffunMatúš Kukan1-0/+2
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke1-3/+4
2014-05-13vcl: clipping functions moved from window.cxx to clipping.cxxChris Sherlock2-225/+227
2014-05-13vcl: move window order and stack functions into stacking.cxxChris Sherlock3-596/+708
2014-05-13vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken1-1/+15
2014-05-13rerender after redrawing of the windowMarkus Mohrhard1-1/+13
2014-05-13vcl: move Window clipping functions to clipping.cxxChris Sherlock3-299/+413
2014-05-13vcl: Move constructor and graphics functions to top of window.cxxChris Sherlock1-57/+58
2014-05-13vcl: move legacy accessibility functions to own fileChris Sherlock3-233/+285
2014-05-13VCL: Move accessibility functions to accessibility.cxxChris Sherlock3-619/+729
2014-05-13vcl: Move ImplDelData functions to app/svdata.cxxChris Sherlock2-20/+21
2014-05-12fix crash when glDebugMessageCallback is 0 despite feature being thereMarkus Mohrhard1-1/+3
2014-05-12coverity#1209003: Unchecked return valueJan Holesovsky1-2/+5
2014-05-12fdo#78567: Revert "coverity#1209003: Unchecked return value"Jan Holesovsky1-5/+2
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard1-0/+22
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard1-0/+9
2014-05-12we need glew initalized before testing through it for featuresMarkus Mohrhard1-10/+10
2014-05-11upgrade to jpeg-9aThomas Arnhold3-6/+6
2014-05-11coverity#1169876 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-05-11Fix previous commit (vcl/MacOsX part)Julien Nabet2-5/+5
2014-05-11Fix previous commit (vcl part)Julien Nabet2-5/+5