summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet4-10/+10
2014-05-10coverity#708673 Uninitialized pointer fieldCaolán McNamara1-2/+2
2014-05-10coverity#708321 Uninitialized scalar fieldCaolán McNamara1-1/+3
2014-05-10coverity#708670 Uninitialized scalar fieldCaolán McNamara1-12/+19
2014-05-10coverity#708632 Uninitialized scalar fieldCaolán McNamara1-1/+18
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-1/+1
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky2-2/+2
2014-05-09use vcl::unohelper::CreateBreakIterator consistentlyCaolán McNamara1-10/+4
2014-05-09Revert font initialization fooCaolán McNamara3-56/+60
2014-05-09coverity#1209712 Dereference null return valueCaolán McNamara1-1/+4
2014-05-09Handle all-space corner caseStephan Bergmann1-1/+2
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard2-12/+19
2014-05-09chart2.opengl to vcl.openglMarkus Mohrhard1-1/+1
2014-05-08Fix "symbol aliasing" codeStephan Bergmann1-2/+6
2014-05-09Fix typo, thanks to Cor Nouws for noticingTor Lillqvist1-1/+1
2014-05-08Handle CTFontCreatePathForGlyph failureStephan Bergmann1-0/+3
2014-05-08fix memory leaks in vcl quartzPtyl Dragon2-0/+2
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin1-1/+1