Age | Commit message (Expand) | Author |
2019-03-10 | widget theme: adjust draw positions of editbox, combobox, listbox | Tomaž Vajngerl |
2019-03-10 | only read and parse widget definition once from the file | Tomaž Vajngerl |
2019-03-09 | Separate style colors from WidgetDefinition into its own class | Tomaž Vajngerl |
2019-03-09 | Fix multiline tabs drawing of first / last tab | Tomaž Vajngerl |
2019-03-09 | replace feeble triangle drawing with DrawPolygon | Caolán McNamara |
2019-03-09 | out of line some heavily repeated functions | Noel Grandin |
2019-03-09 | loplugin:unusedmethods | Noel Grandin |
2019-03-08 | Fix crash in widget drawing of a SVG as image | Tomaž Vajngerl |
2019-03-08 | make it possible to use FileDefinitionWidgetDraw in more backends | Tomaž Vajngerl |
2019-03-08 | new loplugin constvars | Noel Grandin |
2019-03-07 | map reorderable to DragDropMode::CTRL_MOVE | Caolán McNamara |
2019-03-07 | widget theme - update editbox, draw from svg | Tomaž Vajngerl |
2019-03-07 | widget theme - update combobox/listbox, draw from svg | Tomaž Vajngerl |
2019-03-07 | widget theme - update scrollbars, draw from svg | Tomaž Vajngerl |
2019-03-07 | Fixes, don't draw IntroProgress, adjust EditBox bounding size | Tomaž Vajngerl |
2019-03-07 | can drop wallpaper if use alpha-enabled virdev | Caolán McNamara |
2019-03-07 | Add width, height and margin parameters for widget part def. | Tomaž Vajngerl |
2019-03-07 | Make definition state attribute default to "any" | Tomaž Vajngerl |
2019-03-06 | Increase font size when drawing from widget definition | Tomaž Vajngerl |
2019-03-06 | Update drawing of spinbox from definition | Tomaž Vajngerl |
2019-03-06 | Support first, last tab item for the widget definition | Tomaž Vajngerl |
2019-03-06 | Support drawing widgets by interpreting an external SVG definition | Tomaž Vajngerl |
2019-03-06 | Draw basic list{node,net,header} from the theme definition | Tomaž Vajngerl |
2019-03-06 | Draw basic toolbar from the theme definition | Tomaž Vajngerl |
2019-03-06 | Draw basic frame and window background from the theme definition | Tomaž Vajngerl |
2019-03-06 | Draw basic listbox from the theme definition | Tomaž Vajngerl |
2019-03-06 | support large toolbar size | Caolán McNamara |
2019-03-06 | hookup MenuButton::SetDropDown to GtkMenuButton draw-indicator | Caolán McNamara |
2019-03-06 | Introduce Int32ToSVBT32 for cases that apparently want to write a signed value | Stephan Bergmann |
2019-03-06 | remove some unnecessary typedef struct... sugar | Noel Grandin |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin |
2019-03-05 | deal with code duplication at drawing from a definition file | Tomaž Vajngerl |
2019-03-05 | Add spinbox SVG buttons, but use a definition draw for now | Tomaž Vajngerl |
2019-03-05 | Draw basic tabbar widgets from the theme definition | Tomaž Vajngerl |
2019-03-05 | Draw basic progress from the theme definition | Tomaž Vajngerl |
2019-03-05 | Draw basic fixedline from the theme definition | Tomaž Vajngerl |
2019-03-05 | Draw basic scrollbar from the theme definition | Tomaž Vajngerl |
2019-03-05 | weld SfxAcceleratorConfigPage | Caolán McNamara |
2019-03-05 | sync get_active_id impls | Caolán McNamara |
2019-03-05 | Draw basic slider from the theme definition | Tomaž Vajngerl |
2019-03-05 | Use a unordered_map for mapping of xml element to control type | Tomaž Vajngerl |
2019-03-05 | Draw basic spinbox from the theme definition | Tomaž Vajngerl |
2019-03-05 | Use SVG image to draw the checkbox widget | Tomaž Vajngerl |
2019-03-05 | tdf#123745 vcl: fix some crash in Window::SetHelpHdl() | Michael Stahl |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-03-05 | Add support for <image> draw definition to draw a SVG image | Tomaž Vajngerl |
2019-03-04 | Simplify code to add a draw command (subclass) | Tomaž Vajngerl |
2019-03-04 | Draw basic combobox from the theme definition | Tomaž Vajngerl |
2019-03-04 | Draw basic checkbox from the theme definition | Tomaž Vajngerl |
2019-03-04 | use basegfx to convert circle/roundrect to a polygon | Tomaž Vajngerl |