summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-10-04fix for invalid dynamic_castNoel Grandin1-2/+2
2014-10-04vcl: remove FontRefCount typedefChris Sherlock2-7/+5
2014-10-04vcl: tab cleanup of vcl/inc/impfont.hxxChris Sherlock1-64/+57
2014-10-03Resolves fdo#84608: Right-click customize crashes LibOJulien Nabet1-1/+1
2014-10-03coverity#1242968 Unused valueCaolán McNamara1-1/+1
2014-10-03coverity#1093225 Dereference after null checkCaolán McNamara1-0/+2
2014-10-03coverity#736943 try swapping arguments around as an experimentCaolán McNamara1-2/+2
2014-10-03coverity#1242530 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2-6/+6
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl3-7/+7
2014-10-02coverity#1242507 silence Arguments in wrong orderCaolán McNamara1-2/+3
2014-10-02coverity#1242483 Unintentional integer overflowCaolán McNamara1-3/+2
2014-10-02coverity#1242494 Resource leakCaolán McNamara1-5/+4
2014-10-02coverity#1242840 Unused valueCaolán McNamara1-3/+1
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara1-0/+15
2014-10-02coverity#1242965 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-02coverity#1242421 Dereference after null checkCaolán McNamara1-1/+1
2014-10-02coverity#1242420 Dereference after null checkCaolán McNamara1-2/+3
2014-10-02Improved striped rows implementationSamuel Mehrbrodt1-12/+12
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-4/+0
2014-10-01fdo#82577: Handle KeyPressNoel Grandin6-18/+18
2014-10-01fdo#82577: Handle TimeNoel Grandin21-102/+102
2014-10-01Fallout fdo#83010: wrap on limits also in corner casesKatarina Behrens1-2/+4
2014-09-30Improve SvTreeListBox classPalenik Mihály1-0/+32
2014-09-30fdo#62081 Improve split menu on style dropdownSamuel Mehrbrodt1-5/+5
2014-09-30Avoid leaking a GtkMenuMatthew J. Francis1-1/+3
2014-09-30fix windows buildNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin38-239/+239
2014-09-30Removed obsolete Region/QtXRegion nameclash workaroundStephan Bergmann8-17/+0
2014-09-30fix OSX buildNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin70-335/+339
2014-09-30vcl: fixup last cleanupChris Sherlock1-1/+1
2014-09-30vcl: cleanup vcl/inc/quartz/salgdi.hChris Sherlock1-130/+131
2014-09-29vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann3-10/+27
2014-09-29vcl: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29vcl: use WT_EXECUTEINTIMERTHREAD for Timer QueueMichael Stahl1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin73-699/+705
2014-09-29Avoid deadlock in a convoluted situation with an IME and a URP clientJan Holesovsky1-2/+6
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos2-2/+2
2014-09-28Avoid leaking dbus objectsMatthew J. Francis1-4/+4
2014-09-26vcl: restore that cast for MSVCMichael Stahl1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin6-50/+50
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin4-106/+106
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin16-68/+68
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-89/+89
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin7-34/+34
2014-09-26remove pointless commentsNoel Grandin6-12/+0
2014-09-26remove unnecessary casts'sNoel Grandin5-23/+19
2014-09-26remove unnecessary static_cast'sNoel Grandin7-18/+18