summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-03-08use gtk_toggle_button_get_mode as trigger for pan-down inclusionCaolán McNamara
2019-03-08vcl opengl: avoid task priority warning on cursor blinkMiklos Vajna
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-07tdf#119947 vcl opengl win: fix fontwork popup menuMiklos Vajna
2019-03-07don't need "spinbox-entire" svg anymoreTomaž Vajngerl
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-07widget theme - update spinbox with more statesTomaž 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-06draw combobox (entire areaonly) from external svg, fix editboxTomaž Vajngerl
2019-03-06Draw tabs from external svg image, fixes for tabs (colors)Tomaž Vajngerl
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