summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-21set mpFirstBand back to 0 after deleting itCaolán McNamara1-1/+1
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky1-1/+1
2014-09-19My 'SkakNew-Figurine' font has a hyphen in its nameMiklos Vajna1-1/+1
2014-09-19Fix use of uninitialised value identified by valgrindMatthew J. Francis1-0/+3
2014-09-18fdo#69090 Avoid using a string after freeMatthew J. Francis1-1/+5
2014-09-18use vcl::FontNoel Grandin1-1/+1
2014-09-18Font -> vcl::Font in vcl/unx/kde4Stephan Bergmann1-5/+5
2014-09-18default n-up printing of notes to sensible 2 x 1 not 1 x 2Caolán McNamara1-0/+8
2014-09-18Use vcl::FontTor Lillqvist1-4/+4
2014-09-18Use vcl::FontTor Lillqvist1-1/+1
2014-09-18Use vcl::FontNoel Grandin1-7/+7
2014-09-18Use vcl::FontTor Lillqvist1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin50-198/+198
2014-09-17Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter1-1/+1