summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-03-11weld SvxConfigDialogCaolán McNamara2-4/+38
2019-03-11Fix typoAndrea Gelmini1-1/+1
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara8-134/+373
2019-03-11weld SfxDocumentPageCaolán McNamara2-4/+10
2019-03-11merge SalLayoutGlyphsImpl and SalGenericLayoutGlyphsImplNoel Grandin4-25/+15
2019-03-11widget theme: slight window borders, use font 10 instead of 12Tomaž Vajngerl2-5/+4
2019-03-11widget theme: support disabled pushbuttonTomaž Vajngerl3-1/+8
2019-03-11loplugin:constantparamNoel Grandin2-5/+3
2019-03-11widget theme: add support for menubar, menupopup and tooltipTomaž Vajngerl3-27/+46
2019-03-11widget theme: change color for window background and frameTomaž Vajngerl1-8/+3
2019-03-11widget theme: take into account scaling factor for imagesTomaž Vajngerl1-2/+8
2019-03-10widget theme: draw slider button from svg, left and right trackTomaž Vajngerl4-12/+52
2019-03-10widget theme: draw listheader button and arrowTomaž Vajngerl8-24/+69
2019-03-10widget theme: support "height" for editbox and set to "32"Tomaž Vajngerl2-4/+7
2019-03-10widget theme: toolbar drawing definition - separator, buttonsTomaž Vajngerl1-14/+14
2019-03-10weld ScTpSubTotalGroupCaolán McNamara1-5/+5
2019-03-10widget theme: adjust draw positions of editbox, combobox, listboxTomaž Vajngerl1-3/+3
2019-03-10only read and parse widget definition once from the fileTomaž Vajngerl2-11/+25
2019-03-09Separate style colors from WidgetDefinition into its own classTomaž Vajngerl4-112/+119
2019-03-09Fix multiline tabs drawing of first / last tabTomaž Vajngerl1-3/+4
2019-03-09replace feeble triangle drawing with DrawPolygonCaolán McNamara1-18/+25
2019-03-09out of line some heavily repeated functionsNoel Grandin1-0/+60
2019-03-09loplugin:unusedmethodsNoel Grandin3-21/+0
2019-03-08Fix crash in widget drawing of a SVG as imageTomaž Vajngerl1-2/+15
2019-03-08tdf#121120 vcl opengl: handle 8-bit palette bitmap as 24 bit RGB textureMiklos Vajna5-7/+132
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny1-11/+1
2019-03-08use gtk_toggle_button_get_mode as trigger for pan-down inclusionCaolán McNamara1-10/+12
2019-03-08vcl opengl: avoid task priority warning on cursor blinkMiklos Vajna1-1/+2
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl6-21/+83
2019-03-08new loplugin constvarsNoel Grandin5-24/+14
2019-03-07map reorderable to DragDropMode::CTRL_MOVECaolán McNamara2-2/+43
2019-03-07tdf#119947 vcl opengl win: fix fontwork popup menuMiklos Vajna1-10/+17
2019-03-07don't need "spinbox-entire" svg anymoreTomaž Vajngerl2-4/+0
2019-03-07widget theme - update editbox, draw from svgTomaž Vajngerl2-5/+11
2019-03-07widget theme - update combobox/listbox, draw from svgTomaž Vajngerl7-22/+76
2019-03-07widget theme - update scrollbars, draw from svgTomaž Vajngerl5-11/+44
2019-03-07widget theme - update spinbox with more statesTomaž Vajngerl10-5/+61
2019-03-07Fixes, don't draw IntroProgress, adjust EditBox bounding sizeTomaž Vajngerl1-6/+12
2019-03-07can drop wallpaper if use alpha-enabled virdevCaolán McNamara2-10/+0
2019-03-07Add width, height and margin parameters for widget part def.Tomaž Vajngerl4-39/+104
2019-03-07Make definition state attribute default to "any"Tomaž Vajngerl2-69/+85
2019-03-06Increase font size when drawing from widget definitionTomaž Vajngerl1-0/+23
2019-03-06draw combobox (entire areaonly) from external svg, fix editboxTomaž Vajngerl1-2/+6
2019-03-06Draw tabs from external svg image, fixes for tabs (colors)Tomaž Vajngerl8-8/+44
2019-03-06Draw pushbutton from external svg imageTomaž Vajngerl4-2/+10
2019-03-06Update drawing of spinbox from definitionTomaž Vajngerl6-46/+88
2019-03-06Support first, last tab item for the widget definitionTomaž Vajngerl5-12/+45
2019-03-06Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl4-3/+172
2019-03-06Draw basic list{node,net,header} from the theme definitionTomaž Vajngerl3-2/+18
2019-03-06Draw basic toolbar from the theme definitionTomaž Vajngerl3-2/+52