summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-06tdf#101779 Allow multiline tooltips in template managerMaxim Monastirsky1-1/+2
2016-08-19Resolves: tdf#91533 (rhbz#1364335) Tooltips are truncatedrpmbuild1-0/+11
2016-08-18tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist1-0/+8
2016-08-09Resolves: tdf#97120 printing controls uses wrong font and font sizesCaolán McNamara3-7/+7
2016-08-08don't try to memcpy from and to a nullptrMarkus Mohrhard1-0/+4
2016-08-02Related: tdf#92516 make menu accelerators always work even if...Caolán McNamara1-11/+2
2016-07-25Resolves: tdf#100838 no transparency support on using original jpg data pathCaolán McNamara1-1/+10
2016-07-25Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara1-1/+1
2016-07-18tdf#100600 sfx2 classification: never replace the control with labelMiklos Vajna1-0/+6
2016-07-15Related: rhbz#1343766 a11y queries during dispose trigger listbox crashesCaolán McNamara1-0/+2
2016-07-12opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl1-0/+5
2016-07-11Resolves: tdf#100463 tolerence in contour editor doesn't workCaolán McNamara1-18/+18
2016-07-09if mpCurrentProgram and pProgram are NULL this crashesMarkus Mohrhard1-1/+1
2016-07-08Resolves: tdf#100574 Crash when selecting and applying border style...Caolán McNamara1-1/+1
2016-06-15crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6fCaolán McNamara2-6/+10
2016-06-13Related: tdf#100337 revert x-crossplatform ToTop...Caolán McNamara1-1/+0
2016-06-13loplugin:vclwidgetsNoel Grandin1-0/+5
2016-06-12Resolves: tdf#100313 OutputDevice::isDisposed doesn't work anymoreCaolán McNamara1-22/+0
2016-06-09Resolves: tdf#100248 vcl menu scroll timer still active post disposeCaolán McNamara1-0/+6
2016-06-08Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara1-0/+6
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-6/+40
2016-06-07loplugin:simplifyboolStephan Bergmann1-1/+1
2016-06-07vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl1-1/+1
2016-06-07vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl2-133/+216
2016-06-07shortcut the signal handler during batch testNorbert Thiebaud1-1/+4
2016-06-06tdf#100193: Check earlier and harder whether OpenGL is good enough on WindowsTor Lillqvist1-1/+16
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky2-1/+29
2016-05-31Resolves: tdf#92695 protect both branches against missing ToolItemCaolán McNamara1-1/+1
2016-05-31Related: tdf#92695 we already have ImplGetItem from mnHighItemId hereCaolán McNamara1-8/+7
2016-05-27Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmapCaolán McNamara1-5/+5
2016-05-25vcl: replace prematurely optimized GlyphEmit with a std::vectorMichael Stahl1-25/+6
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl1-8/+19
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara2-11/+0
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara1-5/+0
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara1-6/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-20/+0
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin18-432/+438
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin2-9/+9
2016-05-25Use VCL_GL_INFO hereTor Lillqvist1-2/+2
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist1-1/+0
2016-05-25convert ImageType to scoped enumNoel Grandin1-3/+3
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist1-2/+2
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-40/+40
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl2-6/+0
2016-05-25Convert Disposal to scoped enumNoel Grandin3-10/+10
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-05-25VclBuilder: pStore may indeed be emptyJulien Nabet1-1/+2
2016-05-24opengl: prevent seg. fault - VCL_GL_INFO still needs the contextTomaž Vajngerl1-1/+2
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin2-8/+8
2016-05-24Convert VclPackType to scoped enumNoel Grandin3-11/+13