summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-23vcl: change to sal_True and sal_False in comments in window.cxxChris Sherlock1-6/+6
2014-05-23vcl: change to true and false in Window::ImplGetCanvas()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::SetCallHandlersOnInputDisabled()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::Show()Chris Sherlock1-2/+2
2014-05-23vcl: change to true and false in Window::ImplTestMousePointerSet()Chris Sherlock1-3/+3
2014-05-23vcl: change to true and false in Window::ImplGetWinData()Chris Sherlock1-1/+1
2014-05-23vcl: change to true and false in Window::IsTopWindow()Chris Sherlock1-1/+1
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock3-1514/+190
2014-05-23vcl: move mouse functions from window.cxx to mouse.cxxChris Sherlock3-727/+777
2014-05-23move lcl_createWindowInfo to correct spot in window.cxxChris Sherlock1-60/+60
2014-05-23vcl: rearrange window.cxx functionsChris Sherlock1-462/+462
2014-05-23the variable is only available on linuxMarkus Mohrhard1-1/+1
2014-05-23Lsan: fix memory leakMarkus Mohrhard1-0/+7
2014-05-23Lsan: fix memory leakMarkus Mohrhard1-3/+3
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard1-0/+2
2014-05-23vcl: split window.cxx into event and settings functionsChris Sherlock5-892/+970
2014-05-22cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan1-1/+1
2014-05-22cppcheck: Function parameter 'rWidthsOf' should be passed by referenceThomas Arnhold1-1/+1
2014-05-22trunc is C99 only (thus not C++03)Stephan Bergmann1-1/+1
2014-05-22WaE: unused variable 'bHandled'Tor Lillqvist1-10/+16
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist1-0/+1
2014-05-22Make the inserted text more European and sensible for now.Michael Meeks1-15/+38
2014-05-22quit after emitting all the events to allow valgrinding.Michael Meeks1-5/+8
2014-05-22Initial cut at some infinite monkeys work.Michael Meeks4-0/+273
2014-05-21Remove spurious assert(false)Stephan Bergmann1-1/+0
2014-05-21CosmeticsTor Lillqvist1-34/+20
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky1-1/+1
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-20/+13
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-9/+7
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-10/+9
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-4/+4
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann3-3/+3
2014-05-21Simplify logicStephan Bergmann1-9/+3
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-1/+1
2014-05-21Use default argument valuesStephan Bergmann2-2/+2
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-19/+14
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2
2014-05-21Use more specific tagTor Lillqvist1-1/+1
2014-05-21Add a SAL_INFOTor Lillqvist1-0/+2
2014-05-21Don't disable painting.Jan Holesovsky1-1/+1
2014-05-21add method for creating framebuffer objects to OpenGLHelperMarkus Mohrhard1-0/+36
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-10/+10
2014-05-20Don't use two separate names for the same thingTor Lillqvist2-2/+1
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist1-0/+2
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+6
2014-05-20use VCL's OpenGLContext for 3D transitionsDavid Tardon1-0/+31
2014-05-20Move #include from middle of file to topChris Laplante1-2/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin6-7/+8
2014-05-20Fail early in OpenGLContext::ImplInit() on platforms where not yet implementedTor Lillqvist1-0/+9