summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-03-06Draw pushbutton from external svg imageTomaž 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-05Use o3tl::is_typed_flags for ControlStateStephan Bergmann
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-05Update checkbox and radiobutton SVG imagesTomaž 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-05tdf#119856 vcl: convert Qt5FilePicker and Qt5Menu to RunInMainThreadMichael Stahl
2019-03-05tdf#119856 vcl: fix Qt warning Qt5Frame::SetModal()Michael Stahl
2019-03-05tdf#119856 vcl: fix Qt5FilePicker destructor to run in main threadMichael Stahl
2019-03-05tdf#119856 vcl: Qt5/KDE5 RunInMainThreadMichael Stahl
2019-03-05tdf#120783: take suggested/preferred DnD ops into accountKatarina Behrens
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-05tdf#123796 Wrong cursor when inserting shapeNoel Grandin
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
2019-03-04remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl
2019-03-04Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl
2019-03-04move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl
2019-03-04separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl
2019-03-04tdf#120791: restore window geometry coming back from fullscreenKatarina Behrens
2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann
2019-03-04Unbreak internal DnD by using null MimeDataKatarina Behrens
2019-03-04draw polyline and polygon when drawing rect draw commandTomaž Vajngerl
2019-03-04use line for editbox theme definitionTomaž Vajngerl
2019-03-04support drawing a line in theme definitionTomaž Vajngerl