summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-07-21These fixes aren't needed after all.Caolán McNamara2-8/+0
2016-07-21memset hammer for -Werror=missing-field-initializersCaolán McNamara1-1/+2
2016-07-21Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara1-1/+1
2016-07-21gtk3-a11y: our eventbox is inside a grid nowCaolán McNamara1-1/+5
2016-07-21Resolves: tdf#101011 atk needs a value for accessible-table-column-headerCaolán McNamara1-1/+14
2016-07-20vcl: don't use the faster cairo code path when using OpenGLTomaž Vajngerl2-4/+6
2016-07-20Resolves: tdf#100903 Calc hangs when preediting Japanese with GTK pluginTakeshi Abe2-0/+4
2016-07-19Revert "hack for now"Caolán McNamara3-2/+209
2016-07-19hack for nowCaolán McNamara3-209/+2
2016-07-19use CAIRO_FILL_RULE_EVEN_ODD by defaultCaolán McNamara1-0/+1
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann11-20/+20
2016-07-18Resolves: tdf#100731 include palette in checksumCaolán McNamara1-1/+2
2016-07-18vcl: This seems a missing returnTakeshi Abe2-2/+2
2016-07-18GSoC notebookbar: don't show empty space for hidden tabsSzymon Kłos3-72/+418
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-3/+5
2016-07-17uitest: recognize function keys in keycodesMarkus Mohrhard1-1/+34
2016-07-17uitest: add 2 more properties for listboxesMarkus Mohrhard1-0/+2
2016-07-15loplugin:nullptrStephan Bergmann1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin9-50/+0
2016-07-14vcl headless: ignore visibility in GetClientSize()Miklos Vajna2-14/+2
2016-07-13Related: rhbz#1343766 a11y queries during dispose trigger listbox crashesCaolán McNamara1-0/+2
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2-8/+0
2016-07-13Make TooltipLabel default to PopupLabelSamuel Mehrbrodt1-2/+8
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-3/+3
2016-07-13vcl lok: fix missing paints due to zero-sized windowsMiklos Vajna1-0/+8
2016-07-12Related: rhbz#1351369 gtk3 clipboards have to live to end once createdCaolán McNamara2-5/+20
2016-07-12tdf#100600 sfx2 classification: never replace the control with labelMiklos Vajna1-0/+6
2016-07-12new loplugin fragiledestructorNoel Grandin2-2/+2
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann5-8/+8
2016-07-11Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindowCaolán McNamara3-54/+62
2016-07-11Resolves: tdf#100463 tolerence in contour editor doesn't workCaolán McNamara1-18/+18
2016-07-11opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2-0/+6
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page8-72/+61
2016-07-10so the global Application GetAutoMnemonic is always true, simplifyCaolán McNamara1-1/+1
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara1-14/+0
2016-07-10ditch the multiply dialog width * X where X is based on language thingCaolán McNamara3-16/+1
2016-07-10ditch the font/screen-scaling thingCaolán McNamara2-62/+6
2016-07-10making a disabled image from a 1 bit depth icon gives index assertsCaolán McNamara1-1/+8
2016-07-09uitest: throw an exception instead of crashing when we can't find childMarkus Mohrhard1-0/+3
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-22/+32
2016-07-08DialogControlFlags::Mod1Tab is never setCaolán McNamara1-2/+1
2016-07-08ScrollFlags::NoErase is never setCaolán McNamara1-4/+0
2016-07-08ScrollFlags::NoInvalidate is never setCaolán McNamara1-25/+21
2016-07-08ScrollFlags::NoWindowInvalidate never setCaolán McNamara1-11/+11
2016-07-08PosSizeFlags::Dropdown is never setCaolán McNamara2-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann6-6/+6
2016-07-08Resolves: rhbz#1352965 gtk3 infinite clipboard recursion with clipit installedCaolán McNamara1-5/+6
2016-07-08if mpCurrentProgram and pProgram are NULL this crashesMarkus Mohrhard1-1/+1
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos2-17/+35
2016-07-08renamed local var 'clipRegion' to silence werrorArmin Le Grand1-11/+11