summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Resolves: tdf#102778 by default use breeze_dark when dark themes are requestedCaolán McNamara1-2/+13
2016-10-18Support vertical text in CommonSalLayoutKhaled Hosny1-0/+5
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny1-1/+1
2016-10-18Cache HarfBuzz fontKhaled Hosny1-3/+3
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain1-1/+5
2016-10-18GSoC: Add Graphite support for CommonSalLayoutAkash Jain1-9/+13
2016-10-18GSoC: Integrate new CommonSalLayout in unx/ codeAkash Jain1-1/+5
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain4-6/+12
2016-10-18GSoC: Move scrptrun header and source file out of unxAkash Jain2-394/+0
2016-10-18Resolves: tdf#98807 gtk3 isn't giving utility windows focusCaolán McNamara1-1/+1
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-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 McNamara1-54/+79
2016-10-17GTK_STYLE_CLASS_POPUP not defined in older gtksCaolán McNamara1-0/+4
2016-10-17older gtk3 versions still out there to build againstCaolán McNamara1-0/+4
2016-10-17gtk3: rework theme code to separate old and new theming schemesCaolán McNamara1-328/+634
2016-10-17Resolves: tdf#101699 get combobox junction rightCaolán McNamara1-36/+180
2016-10-17stop warning on older gtk3sCaolán McNamara1-1/+6
2016-10-17use released 3.20.0 instead of 3.19.2Caolán McNamara2-9/+9
2016-10-17need 3.19.2 or above for theseCaolán McNamara1-13/+19
2016-10-17gtk3: select old/new gtk theme behaviour etc at runtimeCaolán McNamara2-128/+145
2016-10-17split these ifdefs into larger blocksCaolán McNamara1-138/+169
2016-10-17bundle duplicate code togetherCaolán McNamara1-36/+33
2016-10-17Related: tdf#103166 but still allow removing placeholder submenusCaolán McNamara1-24/+39
2016-10-14provide another fallbackCaolán McNamara1-2/+3
2016-10-14loplugin:nullptrStephan Bergmann1-3/+3
2016-10-14silence warningsCaolán McNamara1-1/+2
2016-10-14Related: tdf#101699 gtk3: get correct arrow widthCaolán McNamara1-2/+5
2016-10-14Related: tdf#101699 gtk3: get correct combobox and listbox arrowsCaolán McNamara1-4/+29
2016-10-13Resolves: tdf#102999 get_selected_printer is transfer noneCaolán McNamara1-2/+5
2016-10-13Resolves: tdf#103166 if the menu is empty, add a disabled placeholderCaolán McNamara1-3/+30
2016-10-12Related: tdf#92776 set parent style of notebook to toplevel window styleCaolán McNamara1-1/+1
2016-10-11tdf#103103: Many Arabic fonts dont render correctlyKhaled Hosny1-19/+11
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-3/+3
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara4-8/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann8-25/+25
2016-10-03custom dtor is unnecessaryCaolán McNamara1-8/+0
2016-10-03Fix typosAndrea Gelmini4-5/+5
2016-10-02add default casesJochen Nitschke1-1/+13
2016-09-30loplugin:constantparamNoel Grandin1-5/+4
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara1-6/+5
2016-09-25tdf#102266 Try to keep HUD up to dateMaxim Monastirsky1-2/+47
2016-09-24tdf#91043 - vcl: gtk file picker should tolerate empty filter list.Michael Meeks1-41/+47