summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-03-31vcl android: more adaptions to tools::RectangleMiklos Vajna1-1/+1
2017-03-31ofz: 0 bitcount bmps are unsupportedCaolán McNamara1-0/+4
2017-03-31expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara1-4/+12
2017-03-31vcl: attempt to blindly make androids properly rectangularMichael Stahl1-3/+3
2017-03-31vcl kde: adapt to tools::RectangleMiklos Vajna1-43/+43
2017-03-31tdf#106458 Color widget should list an exact number of itemsheiko tietze1-1/+1
2017-03-31vcl kde4: adapt to tools::RectangleMiklos Vajna2-13/+13
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna224-2378/+2378
2017-03-30ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara1-2/+9
2017-03-30tweak indent a littleCaolán McNamara1-119/+116
2017-03-30vcl PDF export, norefxobj: add test for thisMiklos Vajna2-0/+56
2017-03-30convert GradientType to scoped enumNoel Grandin1-1/+1
2017-03-30remove type decorations on char literalsJochen Nitschke2-6/+6
2017-03-30Fix overflow case returned by XmbLookupStringJulien Nabet1-1/+4
2017-03-30vcl PDF export, norefxobj: copy each object only onceMiklos Vajna2-8/+17
2017-03-29vcl PDF export, norefxobj: avoid replacement bitmapMiklos Vajna1-1/+14
2017-03-29loplugin:unusedmethodsNoel Grandin1-10/+0
2017-03-29vcl PDF export, norefxobj: add UI for thisMiklos Vajna1-0/+7
2017-03-29Attempted fix for mirrored geometry crasher.Michael Meeks1-12/+13
2017-03-29loplugin:singlevalfieldsNoel Grandin3-5/+0
2017-03-28ofz#954 out of memoryCaolán McNamara14-1/+38
2017-03-28vcl PDF export, norefxobj: have the list of keys to copy at one placeMiklos Vajna1-11/+11
2017-03-28tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied arraysMiklos Vajna2-17/+48
2017-03-28Resolves: tdf#106155 avoid opengl for toplevel X window iconsCaolán McNamara3-0/+30
2017-03-28tdf#106693 vcl PDF export, norefxobj: copy nested arrays correctlyMiklos Vajna2-2/+10
2017-03-27ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara1-36/+46
2017-03-27tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied dictsMiklos Vajna2-16/+49
2017-03-27Resolves: rhbz#1436050 im window misplaced for gtk3Caolán McNamara1-1/+1
2017-03-27vcl PDF export, norefxobj: improve ref handling in dictsMiklos Vajna2-19/+20
2017-03-27move bitmap allocation after palette readCaolán McNamara1-10/+10
2017-03-27return early on errorCaolán McNamara1-186/+184
2017-03-27reuse palette objectCaolán McNamara1-3/+3
2017-03-27process palette standaloneCaolán McNamara1-5/+6
2017-03-27tdf#106693 vcl PDF export, norefxobj: copy array objectsMiklos Vajna2-4/+87
2017-03-26Fixes tdf#106772 show the window in X11 in VCL gtk3 plugin.Arnaud Versini1-0/+4
2017-03-26tdf#106458 Color widget should list an exact number of itemsheiko tietze1-1/+1
2017-03-26uitest: provide a way to select a floating window, e.g. popup menuMarkus Mohrhard2-0/+21
2017-03-26uitest: handle float windows better in the hierarchy dumpMarkus Mohrhard1-6/+15
2017-03-26uitest: allow to find ourself with an IDMarkus Mohrhard1-0/+3
2017-03-25Fix typosAndrea Gelmini32-34/+34
2017-03-24tdf#106693 vcl PDF export, norefxobj: update XObject refsMiklos Vajna3-26/+93
2017-03-24lok: Unit test for setting of the language during load of the document.Jan Holesovsky1-0/+9
2017-03-24fix macosx build failureCaolán McNamara2-9/+1
2017-03-24update fftester documentationCaolán McNamara1-1/+1
2017-03-24tdf#106693 vcl PDF export, norefxobj: copy XObject referencesMiklos Vajna3-8/+97
2017-03-24ofz: explicitly release fontconfig options on every iterationCaolán McNamara7-6/+38
2017-03-24ofz#937 sanity check claimed record lengthCaolán McNamara4-1/+5
2017-03-24shared_ptr->unique_ptrCaolán McNamara3-5/+5
2017-03-24vcl printer: hold a reference on mxPrinter member while operating on it.Michael Meeks1-10/+18
2017-03-24loplugin:unusedfieldsNoel Grandin1-10/+2