summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-06-05various: remove SAL_THROW macroNoel Grandin2-4/+4
2014-06-04Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara1-1/+12
2014-06-04sort in order of increasing offsetCaolán McNamara1-2/+2
2014-06-04ptr is just added to offset, so move addition into 2nd argCaolán McNamara1-6/+6
2014-06-04Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist1-0/+1
2014-06-04coverity#1093230 Dereference before null checkCaolán McNamara1-1/+1
2014-06-04Avoid uninitialized memory read/compare on short reads.Michael Meeks1-1/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann6-2/+28
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard3-8/+12
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist2-0/+9
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist1-1/+80
2014-06-03WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-0/+4
2014-06-03WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-1/+4
2014-06-03WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-03WaE: comparison of two values with different enumeration typesTor Lillqvist1-1/+2
2014-06-03WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-2/+1
2014-06-03WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist1-1/+2
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist2-11/+20
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-06-03Remove xub_StrLen refsJulien Nabet1-2/+2
2014-06-03vcl: Refactor scale "super" out of bitmap and make it independentTomaž Vajngerl4-809/+1038
2014-06-03Related: #i125020# fix the calculation of the text-update rectangle...Herbert Dürr1-7/+9
2014-06-03#i125020# allow antialiasing on all update borders for Aqua graphicsHerbert Dürr1-2/+5
2014-06-03Resolves: #i124935# fix expanded/condensed text breaking...Herbert Dürr1-8/+27
2014-06-03#i125020# fix rounding error in AquaSalGraphics::RefreshRect()Herbert Dürr1-2/+2
2014-06-02callcatcher: update unusedcodeCaolán McNamara1-6/+0
2014-06-01fdo#68849: Add header guards to all include filesJens Carl7-0/+37
2014-06-01fix crash if there is no OpenGLRenderer setMarkus Mohrhard1-4/+8
2014-06-01fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-1/+7
2014-06-01coverity#1219806 double closeNorbert Thiebaud1-1/+0
2014-06-01vcl: cleanup window.hChris Sherlock1-73/+73
2014-05-31vcl: make Window::Show() if statement a little easier to readChris Sherlock1-0/+2
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara1-1/+1
2014-05-30Avoid undefined left shift of negative integerStephan Bergmann1-1/+1
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann1-1/+1
2014-05-28fdo#62719: Set more relaxed clipping region.Jan Holesovsky1-3/+3
2014-05-29Allow STYLE_OPTION_MONO to be unset from toolkit-created windowLionel Elie Mamane1-25/+0
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr4-20/+13
2014-05-29remove more unnecesary OUString constructor useNoel Grandin2-2/+2
2014-05-28Lsan: fix memory leakMarkus Mohrhard1-0/+2
2014-05-28fix build errorMarkus Mohrhard1-2/+1
2014-05-28try to fix mouse interaction on windowsMarkus Mohrhard1-4/+8
2014-05-28update_pchThomas Arnhold1-9/+8
2014-05-28Oops, this reference can't be const.Matúš Kukan2-6/+6
2014-05-28coverity#705055 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-05-28Fix build to work with older harfbuzz versions.Thorsten Behrens1-1/+1
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara1-8/+5
2014-05-27Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan2-6/+8
2014-05-27use namespace css instead of com::sunThomas Arnhold2-2/+0
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara1-1/+1