summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-25vcl: try to make clang tinderbox happy about new timer testMichael Stahl1-4/+11
2014-09-25fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky3-15/+31
2014-09-25vcl: avoid crashes from Timer Queues on shutdownMichael Stahl2-3/+10
2014-09-25use SAL_OVERRIDE for WinSalTimerMichael Stahl1-3/+2
2014-09-25mhPrevInst was pointlessTor Lillqvist2-41/+35
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist8-111/+79
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist1-0/+2
2014-09-25fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis1-0/+2
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara1-3/+6
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara1-28/+16
2014-09-25coverity#1240250 Buffer not null terminatedCaolán McNamara1-1/+2
2014-09-25coverity#1147661 Uninitialized scalar valueCaolán McNamara1-0/+2
2014-09-25fdo#84000 - unit test timers / main-loop bits.Michael Meeks3-0/+257
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis1-0/+2
2014-09-25coverity#1241396 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara3-9/+0
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe1-7/+1
2014-09-24add test case for EDB-34720Caolán McNamara1-0/+0
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky2-0/+53
2014-09-23fdo#84000 - unwind recursive timer issues.Michael Meeks2-26/+15
2014-09-23fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.Jan Holesovsky3-43/+80
2014-09-23Fix memory leaksMatthew J. Francis1-2/+16
2014-09-23fix OSX buildNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin164-1507/+1587
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky4-108/+130
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-2/+2
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl1-11/+10
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl1-0/+12