summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2019-03-10widget theme: adjust draw positions of editbox, combobox, listboxTomaž Vajngerl
2019-03-10only read and parse widget definition once from the fileTomaž Vajngerl
2019-03-09Separate style colors from WidgetDefinition into its own classTomaž Vajngerl
2019-03-09Fix multiline tabs drawing of first / last tabTomaž Vajngerl
2019-03-09replace feeble triangle drawing with DrawPolygonCaolán McNamara
2019-03-09out of line some heavily repeated functionsNoel Grandin
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-08Fix crash in widget drawing of a SVG as imageTomaž Vajngerl
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07map reorderable to DragDropMode::CTRL_MOVECaolán McNamara
2019-03-07widget theme - update editbox, draw from svgTomaž Vajngerl
2019-03-07widget theme - update combobox/listbox, draw from svgTomaž Vajngerl
2019-03-07widget theme - update scrollbars, draw from svgTomaž Vajngerl
2019-03-07Fixes, don't draw IntroProgress, adjust EditBox bounding sizeTomaž Vajngerl
2019-03-07can drop wallpaper if use alpha-enabled virdevCaolán McNamara
2019-03-07Add width, height and margin parameters for widget part def.Tomaž Vajngerl
2019-03-07Make definition state attribute default to "any"Tomaž Vajngerl
2019-03-06Increase font size when drawing from widget definitionTomaž Vajngerl
2019-03-06Update drawing of spinbox from definitionTomaž Vajngerl
2019-03-06Support first, last tab item for the widget definitionTomaž Vajngerl
2019-03-06Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl
2019-03-06Draw basic list{node,net,header} from the theme definitionTomaž Vajngerl
2019-03-06Draw basic toolbar from the theme definitionTomaž Vajngerl
2019-03-06Draw basic frame and window background from the theme definitionTomaž Vajngerl
2019-03-06Draw basic listbox from the theme definitionTomaž Vajngerl
2019-03-06support large toolbar sizeCaolán McNamara
2019-03-06hookup MenuButton::SetDropDown to GtkMenuButton draw-indicatorCaolán McNamara
2019-03-06Introduce Int32ToSVBT32 for cases that apparently want to write a signed valueStephan Bergmann
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05deal with code duplication at drawing from a definition fileTomaž Vajngerl
2019-03-05Add spinbox SVG buttons, but use a definition draw for nowTomaž Vajngerl
2019-03-05Draw basic tabbar widgets from the theme definitionTomaž Vajngerl
2019-03-05Draw basic progress from the theme definitionTomaž Vajngerl
2019-03-05Draw basic fixedline from the theme definitionTomaž Vajngerl
2019-03-05Draw basic scrollbar from the theme definitionTomaž Vajngerl
2019-03-05weld SfxAcceleratorConfigPageCaolán McNamara
2019-03-05sync get_active_id implsCaolán McNamara
2019-03-05Draw basic slider from the theme definitionTomaž Vajngerl
2019-03-05Use a unordered_map for mapping of xml element to control typeTomaž Vajngerl
2019-03-05Draw basic spinbox from the theme definitionTomaž Vajngerl
2019-03-05Use SVG image to draw the checkbox widgetTomaž Vajngerl
2019-03-05tdf#123745 vcl: fix some crash in Window::SetHelpHdl()Michael Stahl
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-03-04Simplify code to add a draw command (subclass)Tomaž Vajngerl
2019-03-04Draw basic combobox from the theme definitionTomaž Vajngerl
2019-03-04Draw basic checkbox from the theme definitionTomaž Vajngerl
2019-03-04use basegfx to convert circle/roundrect to a polygonTomaž Vajngerl