summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr1-13/+13
2014-05-23Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic filesOliver-Rainer Wittmann1-1/+1
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist2-1/+15
2014-05-23Output record types symbolically in SAL_INFOTor Lillqvist1-1/+139
2014-05-23Use CG_TRACE consistentlyTor Lillqvist1-2/+1
2014-05-23force posted events before timer timeouts in KDE4 event loop (bnc#467278)Luboš Luňák1-0/+10
2014-05-24vcl: remove commented out code in ImplSysObjClip()Chris Sherlock1-20/+0
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud1-3/+3
2014-05-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-05-23coverity#1215298 Resource leakCaolán McNamara1-0/+1
2014-05-23coverity#1215302 Arguments in wrong orderCaolán McNamara1-1/+1
2014-05-23vcl: add paint.cxxChris Sherlock1-0/+1363
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