summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin6-9/+9
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-07-20remove some unnecessary castingNoel Grandin2-2/+2
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann12-24/+32
2016-07-20use Any constructor instead of temporariesNoel Grandin2-16/+6
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-0/+1
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara4-4/+4
2016-07-20tdf#95857 Sort out German plurals ...danielt9983-10/+10
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock53-53/+53
2016-07-20Fix typosAndrea Gelmini11-14/+14
2016-07-20unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock12-20/+20
2016-07-20Fix typosAndrea Gelmini47-55/+55
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann16-57/+57
2016-07-18vcl: gtkprintwrapper is a private gtk only headercp-5.1-1Chris Sherlock4-3/+3
2016-07-18try to get this working on linux baselineCaolán McNamara1-30/+10
2016-07-18Related: rhbz#1343766 a11y queries during dispose trigger listbox crashesCaolán McNamara1-0/+2
2016-07-13Resolves: rhbz#1349501 gtk3: smooth scrolling events can be disabled...Caolán McNamara3-42/+75
2016-07-13opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2-0/+6
2016-07-13Resolves: tdf#100463 tolerence in contour editor doesn't workCaolán McNamara1-18/+18
2016-07-12gtk3: use cairo to do drawAlphaBitmap with scalingCaolán McNamara1-9/+5
2016-07-12gtk3: of course we have a different 1 bit mask format as wellCaolán McNamara1-7/+26
2016-07-12gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara2-63/+196
2016-07-12gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
2016-07-12gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
2016-07-12gtk3: track what needs to be implementedCaolán McNamara1-0/+8
2016-07-12gtk3: stroke as well as fillCaolán McNamara1-26/+52
2016-07-12vcl: extract scale convolution from bitmap to its own class/fileTomaž Vajngerl4-375/+469
2016-07-12loplugin:unusedfieldsNoel Grandin3-5/+0
2016-07-12Remove excess newlinesChris Sherlock5-13/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin11-315/+315
2016-07-12vcl: fix loplugin:stylepoliceMiklos Vajna2-6/+6
2016-07-12GDIMetaFile: rename members missing their prefixesMiklos Vajna1-126/+138
2016-07-08tdf#98710 check the font is bound, substitute FON fontsTomaž Vajngerl2-0/+14
2016-07-04vcl: GTK: fix libstdc++ "irreflexive" assertMichael Stahl1-3/+15
2016-07-04tdf#100411 start the flush timer when batching (PostBatchDraw)Tomaž Vajngerl2-0/+12
2016-07-01Revert "vcl: desktop terminate, to dispose objects"Ashod Nakashian1-9/+2
2016-06-26tdf#100451 convert texture buffer to 1-bit and 4-bit palette bufferTomaž Vajngerl1-26/+66
2016-06-20Don't share the wakeup pipe with child processesTor Lillqvist2-16/+54
2016-06-18crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6fCaolán McNamara3-5/+11
2016-06-18tdf#96887 vcl: stop using periodic timers on WNTMichael Stahl4-14/+31
2016-06-18tdf#96887 enhance SolarMutex AcquireWithWait for WindowsArmin Le Grand3-93/+34
2016-06-16gtk3: some changes towards enabling native gtk3 popup menusCaolán McNamara3-16/+13
2016-06-13tdf#99795 drawAlphaBitmap should scale the bitmap if necessaryTomaž Vajngerl1-3/+16
2016-06-13Related: tdf#99446 cairo text + xrender bodgeCaolán McNamara1-0/+18
2016-06-13Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara1-0/+6
2016-06-12lok: reset the font list when there are no itemsHenry Castro1-0/+10
2016-06-12Unit test hook for online / fonts.Michael Meeks1-0/+21
2016-06-12vcl: desktop terminate, to dispose objectsHenry Castro1-2/+9