summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-14cid#705542 Unintentional integer overflowNoel Grandin
2014-05-13Typo: shoud -> shouldJulien Nabet
2014-05-13coverity#1213522 Uncaught exceptionCaolán McNamara
2014-05-13loplugin:unreffunMatúš Kukan
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke
2014-05-13vcl: clipping functions moved from window.cxx to clipping.cxxChris Sherlock
2014-05-13vcl: move window order and stack functions into stacking.cxxChris Sherlock
2014-05-13vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken
2014-05-13rerender after redrawing of the windowMarkus Mohrhard
2014-05-13vcl: move Window clipping functions to clipping.cxxChris Sherlock
2014-05-13vcl: Move constructor and graphics functions to top of window.cxxChris Sherlock
2014-05-13vcl: move legacy accessibility functions to own fileChris Sherlock
2014-05-13VCL: Move accessibility functions to accessibility.cxxChris Sherlock
2014-05-13vcl: Move ImplDelData functions to app/svdata.cxxChris Sherlock
2014-05-12fix crash when glDebugMessageCallback is 0 despite feature being thereMarkus Mohrhard
2014-05-12coverity#1209003: Unchecked return valueJan Holesovsky
2014-05-12fdo#78567: Revert "coverity#1209003: Unchecked return value"Jan Holesovsky
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard
2014-05-12we need glew initalized before testing through it for featuresMarkus Mohrhard
2014-05-11upgrade to jpeg-9aThomas Arnhold
2014-05-11coverity#1169876 Uninitialized scalar fieldCaolán McNamara
2014-05-11Fix previous commit (vcl/MacOsX part)Julien Nabet
2014-05-11Fix previous commit (vcl part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-10coverity#708673 Uninitialized pointer fieldCaolán McNamara
2014-05-10coverity#708321 Uninitialized scalar fieldCaolán McNamara
2014-05-10coverity#708670 Uninitialized scalar fieldCaolán McNamara
2014-05-10coverity#708632 Uninitialized scalar fieldCaolán McNamara
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-09use vcl::unohelper::CreateBreakIterator consistentlyCaolán McNamara
2014-05-09Revert font initialization fooCaolán McNamara
2014-05-09coverity#1209712 Dereference null return valueCaolán McNamara
2014-05-09Handle all-space corner caseStephan Bergmann
2014-05-09move the renderToFile function to the helper to avoid the contextMarkus Mohrhard
2014-05-09chart2.opengl to vcl.openglMarkus Mohrhard
2014-05-08Fix "symbol aliasing" codeStephan Bergmann
2014-05-09Fix typo, thanks to Cor Nouws for noticingTor Lillqvist
2014-05-08Handle CTFontCreatePathForGlyph failureStephan Bergmann
2014-05-08fix memory leaks in vcl quartzPtyl Dragon
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin
2014-05-08we only want a fb that allows window renderingMarkus Mohrhard
2014-05-08correct check for double buffered renderingMarkus Mohrhard
2014-05-08we only want fb configs that support double buffered renderingMarkus Mohrhard
2014-05-07avoid linking against the OpenGL libs when only using the windowMarkus Mohrhard
2014-05-07add new window that contains OpenGL contextMarkus Mohrhard
2014-05-07Handle non-initialized pImplSVData in InitAppFontDataChris Sherlock
2014-05-07coverity#1209590 Dereference after null checkCaolán McNamara