summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara2-1/+8
2015-12-14Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogsCaolán McNamara1-1/+2
2015-12-14vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+1
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-3/+59
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-0/+10
2015-12-11Get Double-buffered context creation working on linux.Michael Meeks1-6/+7
2015-12-11tdf#93991: One pixel here or there, who is counting?Tor Lillqvist1-1/+1
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt5-77/+80
2015-12-10tdf#96357 Switching icon theme doesn't update toolbar or statusbarMaxim Monastirsky1-6/+5
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-9/+5
2015-12-04tdf#94739 use GetScanlineSize instead of calculating itTomaž Vajngerl1-1/+1
2015-12-04pdf export: use ScopedBitmapAccess and remove AccessReleaserTomaž Vajngerl1-13/+3
2015-12-03Resolves: tdf#95700 index dialog cut offCaolán McNamara1-2/+4
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-16/+0
2015-12-01tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl1-2/+8
2015-11-30vcl: OutputDevice::GetTextArray() should always init pDXAryMichael Stahl1-1/+13
2015-11-30vcl: warn if we can't set a new font in OutputDeviceMichael Stahl1-0/+6
2015-11-30loplugin:redundantcastNoel Grandin1-1/+1
2015-11-30Fix tdf95222, graphite justificationMartin Hosken1-10/+15
2015-11-27mutex used in post-main dtorCaolán McNamara2-2/+22
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks3-4/+16
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-1/+18
2015-11-26vcl: further fix debug name cleanup.Michael Meeks1-0/+7
2015-11-26vcl: cleanup scheduler debug name usage.Michael Meeks1-13/+7
2015-11-26vcl: move private impl. detail of Scheduler out of global header.Michael Meeks2-0/+2
2015-11-26vcl: don't treat non-ready timers as idle handlers.Michael Meeks3-7/+33
2015-11-26vcl: improve scheduler debugging information.Michael Meeks2-0/+18
2015-11-26vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks1-3/+2
2015-11-26coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
2015-11-25tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist1-3/+6
2015-11-24vcl: re-introduce idle handling.Michael Meeks3-19/+26
2015-11-24vcl lok: handle tracking coordinates which are in twipsMiklos Vajna1-1/+13
2015-11-24Bin old Windows-only MULTI_SL_DEBUG code of dubious usefulnessTor Lillqvist1-49/+2
2015-11-24vcl: scheduler - split timeout calculation from idle invocation.Michael Meeks2-15/+30
2015-11-24vcl: remove UpdateStack concept.Michael Meeks1-10/+5
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt2-4/+87
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist2-6/+6
2015-11-24FONTFALLBACK_HOOKS_DISABLED is not definedTor Lillqvist1-2/+1
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks2-4/+3
2015-11-24loplugin:unusedfields in vcl/Noel Grandin9-43/+27
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt2-122/+38
2015-11-23vcl lok: fix scrollbar to accept mouse events in twipsMiklos Vajna1-1/+13
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara5-8/+6
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara7-39/+46
2015-11-23fix Image::operator==Noel Grandin1-2/+2
2015-11-23loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-11-23vcl: simplify Image internalsTomaž Vajngerl5-487/+81
2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl1-0/+69
2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl1-0/+72
2015-11-23remove unused constructor parameterTomaž Vajngerl1-2/+1