summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-10-06Don't unintentionally unload the tk libraryTor Lillqvist
2014-10-06ui-previewer needs the tk library, tooTor Lillqvist
2014-10-06WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-10-05coverity#1208996 Unchecked return valueNorbert Thiebaud
2014-10-05coverity#1240252 Unchecked return valueNorbert Thiebaud
2014-10-04vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis
2014-10-04coverity#1242365: Unchecked return valueNorbert Thiebaud
2014-10-04coverity#1242366: Unchecked return valueNorbert Thiebaud
2014-10-04fix for invalid dynamic_castNoel Grandin
2014-10-04vcl: remove FontRefCount typedefChris Sherlock
2014-10-04vcl: tab cleanup of vcl/inc/impfont.hxxChris Sherlock
2014-10-03Resolves fdo#84608: Right-click customize crashes LibOJulien Nabet
2014-10-03coverity#1242968 Unused valueCaolán McNamara
2014-10-03coverity#1093225 Dereference after null checkCaolán McNamara
2014-10-03coverity#736943 try swapping arguments around as an experimentCaolán McNamara
2014-10-03coverity#1242530 silence Arguments in wrong orderCaolán McNamara
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-02coverity#1242507 silence Arguments in wrong orderCaolán McNamara
2014-10-02coverity#1242483 Unintentional integer overflowCaolán McNamara
2014-10-02coverity#1242494 Resource leakCaolán McNamara
2014-10-02coverity#1242840 Unused valueCaolán McNamara
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara
2014-10-02coverity#1242965 Result is not floating-pointCaolán McNamara
2014-10-02coverity#1242421 Dereference after null checkCaolán McNamara
2014-10-02coverity#1242420 Dereference after null checkCaolán McNamara
2014-10-02Improved striped rows implementationSamuel Mehrbrodt
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
2014-10-01fdo#82577: Handle KeyPressNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-10-01Fallout fdo#83010: wrap on limits also in corner casesKatarina Behrens
2014-09-30Improve SvTreeListBox classPalenik Mihály
2014-09-30fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt
2014-09-30Avoid leaking a GtkMenuMatthew J. Francis
2014-09-30fix windows buildNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30Removed obsolete Region/QtXRegion nameclash workaroundStephan Bergmann
2014-09-30fix OSX buildNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-30vcl: fixup last cleanupChris Sherlock
2014-09-30vcl: cleanup vcl/inc/quartz/salgdi.hChris Sherlock
2014-09-29vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann
2014-09-29vcl: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29vcl: use WT_EXECUTEINTIMERTHREAD for Timer QueueMichael Stahl
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-29Avoid deadlock in a convoluted situation with an IME and a URP clientJan Holesovsky