summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-06-30...and ~SystemWindow can recursively destroy its child windowsStephan Bergmann
2014-06-30Once ~SystemWindow calls ~Window, this is no longer a SystemWindowStephan Bergmann
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-30Remove double assignmentPeter Senna Tschudin
2014-06-28vcl: don't do expensive desktop probing in headless mode.Michael Meeks
2014-06-28Avoid loading persona images in headless mode.Michael Meeks
2014-06-27create_SalInstance does not need an oslModule parameterStephan Bergmann
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-27do what I mean, not what I sayCaolán McNamara
2014-06-27send wheel scroll events of disabled widgets to its enabled parent firstCaolán McNamara
2014-06-27bah, const issueCaolán McNamara
2014-06-27Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-06-27loplugin:unreffunStephan Bergmann
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
2014-06-26clang: Dead initializationCaolán McNamara
2014-06-26clang: Dead incrementCaolán McNamara
2014-06-26check for self-assignCaolán McNamara
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
2014-06-26Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr
2014-06-25vcl: MSVC can't link inline ITiledRenderable dtorMichael Stahl
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt
2014-06-24remove use of register keyword in C filesNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper
2014-06-23Resolves: #i124970# fix DocumentFocusListener::notifyEvent's...Herbert Dürr
2014-06-19Avoid overflowStephan Bergmann
2014-06-18Missing SolarMutexGuardsStephan Bergmann
2014-06-18fix 'NSWindow' may not respond to '+windowNumbersWithOptions'Douglas Mencken
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken
2014-06-16Use proper name also when libmerged is used.Matúš Kukan
2014-06-15callcatcher: update unused codeCaolán McNamara
2014-06-14workaround for kCTForegroundColorFromContextAttributeName unavailabilityDouglas Mencken
2014-06-13Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-13fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken
2014-06-12'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj
2014-06-12Avoid undefined left shift of negative valueStephan Bergmann
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
2014-06-11callcatcher: update unused codeCaolán McNamara
2014-06-10MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky