summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-1711-134/+39
* add missing OpenGL type error stringMarkus Mohrhard2014-05-171-0/+2
* vcl: fixup svdemoChris Sherlock2014-05-173-9/+59
* fdo#78799 - ignore overlayed monitors with co-incident origin.Michael Meeks2014-05-161-4/+3
* coverity#705542 Unintentional integer overflowCaolán McNamara2014-05-161-1/+1
* coverity#1202771 Operands don't affect resultCaolán McNamara2014-05-161-11/+2
* lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara2014-05-161-2/+2
* vcl wmf test: null terminate streamTomaž Vajngerl2014-05-151-0/+1
* loplugin:unreffunStephan Bergmann2014-05-151-1/+0
* wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl2014-05-151-6/+6
* wmf: add SAL_INFOs for interesting things at WMF importTomaž Vajngerl2014-05-152-8/+34
* wmf: test that non-placeable WMF uses correct sizesTomaž Vajngerl2014-05-154-0/+142
* fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl2014-05-151-4/+5
* wmf: put WMFReader constructor out of the header fileTomaž Vajngerl2014-05-152-18/+18
* vcl: problems with WriteWithVersion so remove for nowTomaž Vajngerl2014-05-151-59/+110
* vcl: remove macros in metaact.cxx{hxx}Tomaž Vajngerl2014-05-151-379/+448
* vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl2014-05-151-26/+55
* vcl WMF: some code clean-upTomaž Vajngerl2014-05-152-10/+13
* fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl2014-05-151-8/+8
* WMF: partially revert change as for some documents text is not drawnTomaž Vajngerl2014-05-151-3/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1511-25/+25
* introduce picking mode in 3D codeMarkus Mohrhard2014-05-151-0/+1
* AOO: #i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr2014-05-151-2/+5
* +sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke2014-05-151-0/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* loplugin:passsequencebyrefStephan Bergmann2014-05-141-9/+8
* provide the click event to chart2Markus Mohrhard2014-05-141-0/+2
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* cid#705542 Unintentional integer overflowNoel Grandin2014-05-141-2/+2
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* coverity#1213522 Uncaught exceptionCaolán McNamara2014-05-131-120/+177
* loplugin:unreffunMatúš Kukan2014-05-131-0/+2
* sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke2014-05-131-3/+4
* vcl: clipping functions moved from window.cxx to clipping.cxxChris Sherlock2014-05-132-225/+227
* vcl: move window order and stack functions into stacking.cxxChris Sherlock2014-05-133-596/+708
* vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken2014-05-131-1/+15
* rerender after redrawing of the windowMarkus Mohrhard2014-05-131-1/+13
* vcl: move Window clipping functions to clipping.cxxChris Sherlock2014-05-133-299/+413
* vcl: Move constructor and graphics functions to top of window.cxxChris Sherlock2014-05-131-57/+58
* vcl: move legacy accessibility functions to own fileChris Sherlock2014-05-133-233/+285
* VCL: Move accessibility functions to accessibility.cxxChris Sherlock2014-05-133-619/+729
* vcl: Move ImplDelData functions to app/svdata.cxxChris Sherlock2014-05-132-20/+21
* fix crash when glDebugMessageCallback is 0 despite feature being thereMarkus Mohrhard2014-05-121-1/+3
* coverity#1209003: Unchecked return valueJan Holesovsky2014-05-121-2/+5
* fdo#78567: Revert "coverity#1209003: Unchecked return value"Jan Holesovsky2014-05-121-5/+2
* move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard2014-05-121-0/+22
* some work into intercepting mouse events in OpenGL windowMarkus Mohrhard2014-05-121-0/+9
* we need glew initalized before testing through it for featuresMarkus Mohrhard2014-05-121-10/+10
* upgrade to jpeg-9aThomas Arnhold2014-05-113-6/+6
* coverity#1169876 Uninitialized scalar fieldCaolán McNamara2014-05-111-0/+5