summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky
Change-Id: I4651e7e9b8163844be548d4ed975a881d4f83fff
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky
Otherwise I'm getting lots of errers when dealing with virtual devices... Change-Id: I34e145817d21dfc2d30fa9ffdfedfa714467d105
2014-11-15request single buffered context on windowsMarkus Mohrhard
Change-Id: I7b9789053872446e312ae4e3c471986e3c5c55d2
2014-11-15windows blind fixMarkus Mohrhard
2014-11-15blind fix for OSXMarkus Mohrhard
Change-Id: I7050057e5fa6da5bb5517713f6cbbfa60e47984b
2014-11-15let us make the virtual explicitMarkus Mohrhard
Change-Id: Iaa4f2ecb54d57c9badc27ec8c13033eba5be7fed
2014-11-15ialso support the ARB debug versionMarkus Mohrhard
Change-Id: I247d43805ce08db49b487079aecee2a7b50277f5
2014-11-15fix building the KDE backendMarkus Mohrhard
Change-Id: I03c8629bf27a43d6f4cc08bb8f64ed71b9055fdc
2014-11-15vcl: Implement axial gradients in OpenGL backendLouis-Francis Ratté-Boulianne
Change-Id: I93b8c3c076c79d992d467b01ca5f5eca1ed626d3
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne
Change-Id: I7aa824578b14999d0ef667a5bcfccd731f1d3b64
2014-11-15vcl: Make sure the offscreen texture is unique before rendering to itLouis-Francis Ratté-Boulianne
Change-Id: I265ce62e983e6f44ba51675993c9ec1f071c160e
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne
Conflicts: vcl/opengl/gdiimpl.cxx Change-Id: I6421265325e72023d1affe671d75488185772786
2014-11-15vcl: Draw gradient in alpha device even when using native renderingLouis-Francis Ratté-Boulianne
Change-Id: Iead4ac3e97197f8f863242a2162907b32c3c5b2b
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
Change-Id: I101afd11394d3d024d38519afd61d700114702ac
2014-11-15vcl: Use backend-independent functions to fill/render pixmap on KDELouis-Francis Ratté-Boulianne
Conflicts: vcl/unx/kde/salnativewidgets-kde.cxx Change-Id: I662a05d988f5989fc2ac0d06003851c56105e184
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne
Conflicts: vcl/unx/generic/gdi/gdiimpl.cxx vcl/unx/generic/gdi/salgdi2.cxx Change-Id: I2cb960d194ee5bc38beece97e8b21cc6fa3b3fbc
2014-11-15some formatting improvementsMarkus Mohrhard
Change-Id: I77f0fdea3c33fded1ed1a00d3a602a5902a6a0b3
2014-11-15Make "Hypothesized Mean Difference" as parameter in t-testTomaž Vajngerl
Change-Id: I268495b76a1b1ffb09cf21a0fd53d9f1f1bc4957
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke
... through the UNO backdoor.. While charts are updated there can be chart data listeners in BASIC that in turn modify things such that charts are inserted/removed from the listener chain, invalidating the iterator. If that happens break and bail out instead of crashing. Not ideal, but.. Change-Id: Iefb33d3a96d79caed0ee4e19b73e8f811ef3d937
2014-11-14more catch by referenceCaolán McNamara
Change-Id: I2db9f94a517f814ef0854190e6f1194501070409
2014-11-14catch by referenceCaolán McNamara
Change-Id: Ib1f04971dc89df6df09bd12595d3ddb148715e28
2014-11-14coverity#1242527 Arguments in wrong orderCaolán McNamara
doesn't seem to matter too much, I guess its only the top left corner that really matters for tooltips. This is the vertical scrollbar as used in e.g. writer->view->datasources Change-Id: I5bd6e563a9f02edae9ca166f073556c55878826c
2014-11-14coverity#1242518 Arguments in wrong orderCaolán McNamara
doesn't actually matter, they are either the same number or one is 0 in which case it doesn't matter which is zero either Change-Id: If53d4287dfd57b4ce29e2f7251eb523694730e77
2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara
Change-Id: I3ccd6895a1ddbf46a441e60ceaaaceb945f682e4
2014-11-14coverity#706217 Time of check time of useCaolán McNamara
Change-Id: I762658a01e97f56b2f9362a38a0fefc941698d1b
2014-11-14Handle the 'New' and 'Delete' buttonsTor Lillqvist
Change-Id: I1d5d6d70e9ac8d95b1189346fdab29ded39745bf
2014-11-14Use right mnemonic_widget idTor Lillqvist
Change-Id: Ia5be89f17d8e63ad67a8d1dc811927dcdebbc0a9
2014-11-14I don't know what I planned the 'Edit' button to do, drop itTor Lillqvist
Change-Id: I9944023d4cfd897acce8fd71296034ca32d8d136
2014-11-14Remove the dummy entry just used for testingTor Lillqvist
Change-Id: Ia2bc319fada2e21115629d29bca51f483a599c16
2014-11-14Some more compareVersionStrings() testsTor Lillqvist
Change-Id: I5b9dc45352afd63dae4c3952d9647e6e3ec98ef4
2014-11-14switch saxparser from expat to libxml2Luboš Luňák
Using SAX2 interface provides element/attribute names split into prefix/name, and provides namespaces/urls, so FastSaxParserImpl::callbackStartElement() does not have to figure out these on its own (and additionally libxml2 spends a noticeable portion in xmlStrdup() when not in SAX2 mode). The switch saves about 5-10% time. Change-Id: Idd424d7cc9b30c248179a5bad8ec79dbfc62e765
2014-11-14vcl: Stop-gap solution to start the gen / kde / kde4 plugins again.Jan Holesovsky
Change-Id: Ie538049aa8c4c0812d28b5c1bf91425822c55617
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann
This improves on b68640c44ecdb1df59d704cc6c2bae8bb412d7d0 "Prevent creation of new ORequestThreads during shutdown," which added throwing the DisposedException from ThreadAdmin::add. But ThreadAdmin::m_disposed can only become true via uno_threadpool_destroy -> ThreadPool::joinWorkers -> ThreadAdmin::join, and ThreadAdmin::add observing that can only happen via uno_threadpool_putJob -> ThreadPool::addJob -> ThreadPool::createThread -> ORequestThread::launch -> ThradAdmin::add, where the bridges should ensure that uno_threadpool_destroy does not run in parallel with uno_threadpool_putJob. So demote this from a DisposedException to a SAL_WARN. Change-Id: I3912ea077b7fa35827c41e82dd0a8f962ba412b6
2014-11-14this is for detecting the type of a variable based on its nameCaolán McNamara
which means legal input is any character which a variable can start with Change-Id: I0c2d13a92ba374f8020e86e90e8e5f18ce8a9c90
2014-11-14Cleanup parse-perfcheck.pyRiccardo Magliocchetti
Use more idiomatic python for file, path, csv handling and options parsing. There's still quite a bit of stuff to cleanup, at least it would be nice to kill the remaining globals. Fixed indentation on parts i've touched, the rest of the file is still a bit off. Change-Id: I4214078c38a1e26cca17d09ebb9c0f53ba429ea9 Reviewed-on: https://gerrit.libreoffice.org/12405 Tested-by: Laurent Godard <lgodard.libre@laposte.net> Reviewed-by: Laurent Godard <lgodard.libre@laposte.net>
2014-11-14Script that finds commits in a branch that were not pushed to master.Jan Holesovsky
Trivial, but based on the Change-Id's, so hopefully reliable enough :-) Change-Id: I919a2dc47f088ec4d1111750b74c68a0b062478d
2014-11-14fdo#75757: remove inheritance to std::mapJuan Picca
Change-Id: I26ec60868c7854517b81ade3aec6b7ab29b0aa89 Reviewed-on: https://gerrit.libreoffice.org/12401 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
2014-11-14add redist files for VS 2013Andras Timar
Change-Id: I07c7af3b9b7d3335074d712c35cef9d7828a271b
2014-11-14coverity#1242630 Untrusted loop boundCaolán McNamara
Change-Id: I985f47d6e5f5aa86099b86ad4666b194f4b25b83
2014-11-14coverity#1209889 Untrusted loop boundCaolán McNamara
Change-Id: I63039ca0de1dc54b5aa9d048e5110c31bf930bdc
2014-11-14coverity#1209863 Untrusted loop boundCaolán McNamara
Change-Id: I3de3601f489db2a4dafb4d80f5ef35d5db38ba76
2014-11-14coverity#982314 Logically dead codeCaolán McNamara
Change-Id: Iba420f0726864cb093e17fc9f4ce5bd7a33f7721
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara
and coverity#705983 Insecure temporary file Change-Id: I2a501f8114ddf8968381e1880263abaf9d1bdc6f
2014-11-14coverity#1251589 silence Using invalid iteratorCaolán McNamara
Change-Id: I116294ee40eb61e8cbf308369998bd48a2f27812
2014-11-14coverity#1251587 Unchecked dynamic_castCaolán McNamara
Change-Id: Ibde77906333699046357bec4ff392e5e08b4a426
2014-11-14coverity#1242632 Untrusted loop boundCaolán McNamara
Change-Id: Ib821adfbca149091d4fbe52d05837e232c3caf55
2014-11-14coverity#1242865 Untrusted value as argumentCaolán McNamara
Change-Id: Ie7a7a2e7894a204dd55833416b7cbc5b01826e64
2014-11-14coverity#1209861 untaint image dataCaolán McNamara
Change-Id: Ib35d4a007c276aba45925ac281fff160bf07f9fe
2014-11-14coverity#706404 Uncaught exceptionCaolán McNamara
Change-Id: I331c96a09be7a4971c3cc3c577f8f9d91333d175
2014-11-14coverity#706540 Uncaught exceptionCaolán McNamara
Change-Id: I9dabd74824ec7cffe5371ed8be202ad27fecc80d