summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke
2014-05-14provide the click event to chart2Markus Mohrhard
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-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-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-10coverity#708321 Uninitialized scalar fieldCaolán McNamara
2014-05-10coverity#708632 Uninitialized scalar fieldCaolán McNamara
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-09Revert font initialization fooCaolán McNamara
2014-05-09coverity#1209712 Dereference null return valueCaolán McNamara
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-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
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-07VCL: make it more clear that this is a static function we are calling onChris Sherlock
2014-05-07Move ImplInitAppFontData from Window to Application (take 2)Chris Sherlock
2014-05-07VCL: Application::SetSettings should not set mnAppFontX to 0Chris Sherlock
2014-05-06vcl::EventPoster shall probably be covered by SolarMutexStephan Bergmann
2014-05-06Just IMPL_LINK is just fineStephan Bergmann
2014-05-06Application::UserEvent and Window::UserEvent are emptyStephan Bergmann
2014-05-06ImplSVEvent::mpLink is never nullStephan Bergmann
2014-05-06ImplSVEvent::mnEvent is always zeroStephan Bergmann
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin