summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-05-23coverity#1215298 Resource leakCaolán McNamara
2014-05-23coverity#1215302 Arguments in wrong orderCaolán McNamara
2014-05-23vcl: add paint.cxxChris Sherlock
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-23vcl: change to sal_True and sal_False in comments in window.cxxChris Sherlock
2014-05-23vcl: change to true and false in Window::ImplGetCanvas()Chris Sherlock
2014-05-23vcl: change to true and false in Window::SetCallHandlersOnInputDisabled()Chris Sherlock
2014-05-23vcl: change to true and false in Window::Show()Chris Sherlock
2014-05-23vcl: change to true and false in Window::ImplTestMousePointerSet()Chris Sherlock
2014-05-23vcl: change to true and false in Window::ImplGetWinData()Chris Sherlock
2014-05-23vcl: change to true and false in Window::IsTopWindow()Chris Sherlock
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock
2014-05-23vcl: move mouse functions from window.cxx to mouse.cxxChris Sherlock
2014-05-23move lcl_createWindowInfo to correct spot in window.cxxChris Sherlock
2014-05-23vcl: rearrange window.cxx functionsChris Sherlock
2014-05-23the variable is only available on linuxMarkus Mohrhard
2014-05-23Lsan: fix memory leakMarkus Mohrhard
2014-05-23Lsan: fix memory leakMarkus Mohrhard
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard
2014-05-23vcl: split window.cxx into event and settings functionsChris Sherlock
2014-05-22cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan
2014-05-22cppcheck: Function parameter 'rWidthsOf' should be passed by referenceThomas Arnhold
2014-05-22trunc is C99 only (thus not C++03)Stephan Bergmann
2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist
2014-05-22Make the inserted text more European and sensible for now.Michael Meeks
2014-05-22quit after emitting all the events to allow valgrinding.Michael Meeks
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks
2014-05-21Remove spurious assert(false)Stephan Bergmann
2014-05-21CosmeticsTor Lillqvist
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-21Simplify logicStephan Bergmann
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann
2014-05-21Use default argument valuesStephan Bergmann
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist
2014-05-21Use more specific tagTor Lillqvist
2014-05-21Add a SAL_INFOTor Lillqvist
2014-05-21Don't disable painting.Jan Holesovsky
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20Don't use two separate names for the same thingTor Lillqvist
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon