summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Help old GCC versionsStephan Bergmann1-1/+1
2016-10-19make the 'Breeze_dark' name look less stupid in the icon theme dropdown listCaolán McNamara1-0/+5
2016-10-19Resolves: tdf#102778 by default use breeze_dark when dark themes are requestedCaolán McNamara2-2/+17
2016-10-19vcl: assert solar mutex is held for various timer / scheduler ops.Michael Meeks1-0/+11
2016-10-19Add missing icu_headers dependencyKhaled Hosny1-0/+1
2016-10-19tdf#103185 - Add VCL backend being used to About dialogAshod Nakashian3-0/+13
2016-10-19opengl: blit offscreen framebuffer instead of drawingTomaž Vajngerl3-46/+23
2016-10-19Avoid AskConfig when setting font familyLuke Deller1-1/+1
2016-10-18Fix debug build and few cleanupsKhaled Hosny2-22/+20
2016-10-18Add feature support to CommonLayoutMartin Hosken2-2/+55
2016-10-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny1-22/+67
2016-10-18Support vertical text in CommonSalLayoutKhaled Hosny2-11/+86
2016-10-18Support font fallback on macOS for CommonSalLayoutKhaled Hosny3-37/+111
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny5-3/+11
2016-10-18Just call ICU directly and cut the middle layersKhaled Hosny1-6/+6
2016-10-18Use range loopKhaled Hosny1-4/+4
2016-10-18Use const referenceKhaled Hosny2-7/+7
2016-10-18Always pass BCP 47 tags to HarfBuzzKhaled Hosny1-1/+1
2016-10-18Validate Kashida positions in CommonSalLayoutKhaled Hosny2-0/+33
2016-10-18Re-enable Kashida insertion in CommonSalLayoutKhaled Hosny1-18/+100
2016-10-18Fix applying DX adjustments in CommonSalLayoutKhaled Hosny3-2/+68
2016-10-18Don’t check glyph class unnecessarilyKhaled Hosny1-3/+2
2016-10-18Cache HarfBuzz fontKhaled Hosny9-66/+87
2016-10-18Always build Graphite everywhereKhaled Hosny2-6/+2
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain10-35/+132
2016-10-18GSoC: Move TextOutRenderer definition to winlayout.hxxAkash Jain2-96/+98
2016-10-18GSoC: Add Graphite support for CommonSalLayoutAkash Jain1-9/+13
2016-10-18GSoC: Integrate new CommonSalLayout in quartz/ codeAkash Jain7-11/+55
2016-10-18GSoC: Integrate new CommonSalLayout in win/ codeAkash Jain3-53/+97
2016-10-18GSoC: Integrate new CommonSalLayout in unx/ codeAkash Jain2-1/+6
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain16-21/+44
2016-10-18GSoC: Add new CommonSalLayout classAkash Jain5-0/+484
2016-10-18GSoC: Move code from winlayout.cxx to winlayout.hxxAkash Jain2-184/+180
2016-10-18GSoC: Move winlayout header file to vcl/inc/winAkash Jain2-3/+3
2016-10-18GSoC: Move scrptrun header and source file out of unxAkash Jain3-3/+3
2016-10-18GSoC: Add a generic GetTable function for WinFontFaceAkash Jain2-1/+14
2016-10-18Resolves: tdf#98807 gtk3 isn't giving utility windows focusCaolán McNamara1-1/+1
2016-10-18Don't crash on closing gtk3 popup menu without enabled itemsMaxim Monastirsky1-0/+5
2016-10-18Skip the placeholder added by PopupMenu::ImplExecuteMaxim Monastirsky1-0/+5
2016-10-18Resolves: tdf#100251 gtk3 toolbar separators are white in AdwaitaCaolán McNamara1-3/+31
2016-10-18Resolves: tdf#97065 gtk3: Date field displayed incompleteCaolán McNamara1-1/+3
2016-10-18Make 'IsExperimental' property booleanSamuel Mehrbrodt1-3/+2
2016-10-18loplugin:unusedmethodsNoel Grandin2-11/+0
2016-10-18-Werror,-Wimplicit-fallthroughTor Lillqvist1-0/+1
2016-10-17Resolves: tdf#89760 get correct menubar text color for 'close preview'Caolán McNamara1-4/+4
2016-10-17GTK_STYLE_CLASS_LABEL no defined in all versionsCaolán McNamara1-2/+3
2016-10-17gtk3: split tabitem rendering to a standalone thingCaolán McNamara1-26/+21
2016-10-17gtk3: use theme tab fontCaolán McNamara1-1/+1
2016-10-17gtk3: split out gtk->vcl font mapping codeCaolán McNamara1-39/+38
2016-10-17Resolves: tdf#92776 ensure correct notebook tab font colorCaolán McNamara2-56/+90