summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2019-03-04Draw basic Editbox from the theme definitionTomaž Vajngerl
2019-03-04remove code duplication in WidgetDefinitionReaderTomaž Vajngerl
2019-03-04Add support for button-value to correctly draw the radiobuttonTomaž Vajngerl
2019-03-04Update WidgetDefinitionTest for RadioButton and button valueTomaž Vajngerl
2019-03-04Draw basic RadioButton from the theme definitionTomaž Vajngerl
2019-03-04Draw basic PushButton from the theme definitionTomaž Vajngerl
2019-03-04Add definition.xml to share LO folder (theme_definitions subfolder)Tomaž Vajngerl
2019-03-04WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl
2019-03-04Read style colors from a xml widget definition fileTomaž Vajngerl
2019-03-04Avoid unnecessary truncation to sal_uInt16Stephan Bergmann
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin