summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2014-05-27mark QA file non-translatableAndras Timar
Change-Id: I19f10c40151ebfea9b02bfe5df7c31b157188351
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
A simplified version of the semantic match that finds this problem is follows: (http://coccinelle.lip6.fr/) // <smpl> @r1@ statement S; position p,p1; @@ S@p1;@p @script:python r2@ p << r1.p; p1 << r1.p1; @@ if p[0].line != p1[0].line_end: cocci.include_match(False) @@ position r1.p; @@ -;@p // </smpl> Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e Reviewed-on: https://gerrit.libreoffice.org/9493 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock
Change-Id: I2a2c3d6283c962bba2994de04bbd869a79fc2eca
2014-05-27vcl: move functionality from window2.cxxChris Sherlock
Change-Id: I68d1c7bb32df9024ea57a07d7d3b051efc08b2ed
2014-05-27vcl: rearrange function in window.cxxChris Sherlock
Change-Id: Icb7f692cdf03a77573379257b34400f38def71ec
2014-05-27vcl: "non-pro version" actually means debug buildsChris Sherlock
Change-Id: I814869869bbc16a8bae94ef9c5deaeb97c13f03e
2014-05-27vcl: cleanup window.cxx namespace aliasesChris Sherlock
Change-Id: I3b8782ed7bbd782dbca52cd4bec46582a9b35271
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock
Change-Id: I46736950563776bb4f5fefd71789010541e99e70
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock
Change-Id: I41ce1398017c7c9ff7b24464250911c63b3e2c92
2014-05-26No need for these fields for iOSTor Lillqvist
Change-Id: I3fff002919a1f15ae370c7d0c7f65e67108a6232
2014-05-26callcatcher: update unused codeCaolán McNamara
a few more ResId using ctors going away Change-Id: Ic956bc179c094d19989bf850657471192d042a01
2014-05-26react only to left mouse clickMarkus Mohrhard
Change-Id: Ia4c2c52b8803cd36d7ed32be559ba446589377e7
2014-05-25cppcheck: unusedFunctionThomas Arnhold
Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f
2014-05-25fdo#39468: translate comment in Window::ImplInit()Chris Sherlock
Change-Id: Ibf9a7ef8edaa608aa0c13b8e4307e27a6789fa7d
2014-05-24some work on mouse scrolling and improved mouse draggingMarkus Mohrhard
Change-Id: I3265e26530183b2fc4fd7f67319f3dc124353c2e
2014-05-24cppcheck: unreadVariableThomas Arnhold
Change-Id: If3d480bf3032ec2bd2edc62bb73dd93b00c2cbe7
2014-05-24cppcheck: variableScopeThomas Arnhold
Change-Id: I36c0d491bc27ff93c13b1c497e450646d7151df4
2014-05-24Stub mouse move events propagation to 3D charts.Michael Meeks
Change-Id: If87545df4b1caeece107a20e0c00df88fb8e6fd5
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
Change-Id: Ia53ac439c785e83de380fddd201ad4159f729cb2
2014-05-24try harder to fix windows buildCaolán McNamara
This reverts commit 3b26995b8e704438fc3f2cd5bb4c224d75f64b95. Change-Id: I756e1730f8d9e87484710699177349166b87baaf
2014-05-24Revert "vcl: move included header from end of window.cxx to the start"Caolán McNamara
This reverts commit 4968f83c770edac72cba6ecd81cb096c62e6456a. seeing as its seems to stop windows building
2014-05-24cppcheck: Prefer prefix ++/-- operatorsJulien Nabet
Change-Id: I290ccba1487e59ea6f86bfb0382671ca4ed50831
2014-05-24add ostream operator<< for glm::vec3Markus Mohrhard
Change-Id: Ic3ce4a647936f3f1c62c2dc3cf37f687d8fbccc1
2014-05-24vcl: remove unnecessary headers from clipping.cxxChris Sherlock
Change-Id: I00a1424ca44dd5d7a4acb629e604616b85621096
2014-05-24vcl: remove newlines from stacking.cxxChris Sherlock
Change-Id: I005005f716cfe89bd59f157be80a985e2964c47c
2014-05-24fdo#39468 translate German comment to English in clipping.cxxChris Sherlock
Change-Id: Ic82eede229e4eaab8922de92fd750b1564578ed7
2014-05-24vcl: move included header from end of window.cxx to the startChris Sherlock
Change-Id: I7fd3e8965e4bf236a29225472d30d06e59a039fd
2014-05-24vcl: odd conditional whitespacing removedChris Sherlock
Change-Id: Id650bd53d8ff9bb9575dd8a6c9fdd7cd94fd8b82
2014-05-24vcl: remove comments about old tasks in Window::ImplCallActivateListeners()Chris Sherlock
Change-Id: I61cf227712c6cd9c9c817a451d6b2c5ccb57368b
2014-05-24vcl: remove commented out code from Window::HasFocus()Chris Sherlock
Change-Id: Ic3b1340cf6ba19d43d31570f9643ae0451e1fbac
2014-05-24vcl: remove commented out code from Window::HasChildPathFocus()Chris Sherlock
Change-Id: I349f6a09ee1ee7bc66c8dd3790761cc0418948eb
2014-05-24typo in commentChris Sherlock
Change-Id: I119d0e5e2ea80ac37a2f806e5a3b196742d4aa76
2014-05-24fdo#39468 translate German comment to English in vcl/source/window/window.cxxChris Sherlock
Change-Id: I273eee24a110f1980948b4d330ad6492a089c74b
2014-05-24vcl: remove name, email address and date from commentChris Sherlock
Change-Id: I4f4b4a9551210329fd324371ecb814fdc6855146
2014-05-24vcl: remove unnecessary commented out code in window.cxxChris Sherlock
Change-Id: Icd8f53baf5fb9b3a311561da430b6dc9212c8295
2014-05-24vcl: move functions from window.cxx to stacking.cxxChris Sherlock
Change-Id: I397c7b446d9a93916cd6489ee68178bdde3a45cf
2014-05-24vcl: rearrange function location in window.cxxChris Sherlock
Change-Id: I37db5776a3cb28de2c4fd7938566f7f3b2e2b8b2
2014-05-24vcl: tabify WindowImplChris Sherlock
Change-Id: Id348b2d2d4003777172df1c921e7ea6db5c11762
2014-05-24vcl: remove unnecessary headers from window.cxxChris Sherlock
Change-Id: I80d9d456dc9cf99bf9bfa05571d42774f43ce577
2014-05-24vcl: remove unnecessary headers in clipping.cxxChris Sherlock
Change-Id: I9b654b9ce51509bb84c7ac22c0e008e47adf1921
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr
clean up some minor warts while the behaviour remains unchanged. (cherry picked from commit 8ba6a0be8a0ac9075b2faa68bf71245f4aff0d16) Conflicts: vcl/osx/salframeview.mm Change-Id: I613bf0f40429db6516f82e79438e86bffb7f71cb
2014-05-23Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic filesOliver-Rainer Wittmann
(cherry picked from commit a5cfb91f3dc4b38055fb920f65101cc45d52f8de) Conflicts: svtools/source/filter/filter.cxx Change-Id: I43f62a453bfa17254cebc07bde95f07f16a329c2
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist
Change-Id: Ie60e0b64a2d9d8a045cb3c59fc781d6f9b2808a0
2014-05-23Output record types symbolically in SAL_INFOTor Lillqvist
Change-Id: I57665f39f9921a11e855d0574f836ef52078660b
2014-05-23Use CG_TRACE consistentlyTor Lillqvist
Change-Id: Icff6aa906b0c470afdc4c632896fa5087eeeffb0
2014-05-23force posted events before timer timeouts in KDE4 event loop (bnc#467278)Luboš Luňák
In this particular case, basctl::Shell::onDocumentCreated() and pretty much everything in basctl/ it seems operate on the current window. The "OnNew" event that triggers this comes from a timeout generated who knows where for whatever reason. However, the code "knows" what the current window is by having basctl::Shell::SetCurWindow() react on events about the current window changing ... which come from posted events. So, unless it's defined somewhere that an ordering here must exist, this is inherently racy. At least generic and Gtk event loops appear to always deliver the posted event first, so force the same ordering in the KDE event loop handling. Change-Id: Ia098f6b45e6b5a5133a12a9172eb09069e6362f9
2014-05-24vcl: remove commented out code in ImplSysObjClip()Chris Sherlock
Change-Id: I21f342ec0e065dccc08a777da6d4fba296a7f345
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud
Change-Id: I4b3724159be64609f1e88b63ccd9275d164fcb3e Reviewed-on: https://gerrit.libreoffice.org/9426 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-05-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: I57eaa91b4c9f7fe5e3afc6f170f19492352fb633
2014-05-23coverity#1215298 Resource leakCaolán McNamara
Change-Id: I50d248cea3d209e133f0c87d98304d4e80309a57