summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard
2014-05-24vcl: remove unnecessary headers from clipping.cxxChris Sherlock
2014-05-24vcl: remove newlines from stacking.cxxChris Sherlock
2014-05-24fdo#39468 translate German comment to English in clipping.cxxChris Sherlock
2014-05-24vcl: move included header from end of window.cxx to the startChris Sherlock
2014-05-24vcl: odd conditional whitespacing removedChris Sherlock
2014-05-24vcl: remove comments about old tasks in Window::ImplCallActivateListeners()Chris Sherlock
2014-05-24vcl: remove commented out code from Window::HasFocus()Chris Sherlock
2014-05-24vcl: remove commented out code from Window::HasChildPathFocus()Chris Sherlock
2014-05-24typo in commentChris Sherlock
2014-05-24fdo#39468 translate German comment to English in vcl/source/window/window.cxxChris Sherlock
2014-05-24vcl: remove name, email address and date from commentChris Sherlock
2014-05-24vcl: remove unnecessary commented out code in window.cxxChris Sherlock
2014-05-24vcl: move functions from window.cxx to stacking.cxxChris Sherlock
2014-05-24vcl: rearrange function location in window.cxxChris Sherlock
2014-05-24vcl: tabify WindowImplChris Sherlock
2014-05-24vcl: remove unnecessary headers from window.cxxChris Sherlock
2014-05-24vcl: remove unnecessary headers in clipping.cxxChris Sherlock
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr
2014-05-23Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic filesOliver-Rainer Wittmann
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist
2014-05-23Output record types symbolically in SAL_INFOTor Lillqvist
2014-05-23Use CG_TRACE consistentlyTor Lillqvist
2014-05-23force posted events before timer timeouts in KDE4 event loop (bnc#467278)Luboš Luňák
2014-05-24vcl: remove commented out code in ImplSysObjClip()Chris Sherlock
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud
2014-05-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
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