Age | Commit message (Expand) | Author |
2015-04-29 | gtk3: implement background theme painting | Caolán McNamara |
2015-04-29 | delegate RenderContext, invalidate - prgsbar, scrbar | Tomaž Vajngerl |
2015-04-29 | delegate RenderContext, invalidate - ilstbox | Tomaž Vajngerl |
2015-04-29 | delegate RenderContext - fixed, group, imgctrl | Tomaž Vajngerl |
2015-04-29 | vcl edit: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl |
2015-04-29 | vcl button: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl |
2015-04-29 | remove old Paint(Rect&) method in vcl::Window | Tomaž Vajngerl |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-29 | change Paint input parameter to ref | Tomaž Vajngerl |
2015-04-29 | Add paint with render context to window -> impl. calls old paint | Tomaž Vajngerl |
2015-04-28 | More VclPtr documentation. | Michael Meeks |
2015-04-28 | loplugin:vclwidgets (best guess) | Stephan Bergmann |
2015-04-28 | better tab header area | Caolán McNamara |
2015-04-28 | gtk3: render the frames, looking more like the real thing now | Caolán McNamara |
2015-04-28 | gtk3: implement notebook header support | Caolán McNamara |
2015-04-28 | odd unnecessary cast | Caolán McNamara |
2015-04-28 | bNativeOK variable is not necessary | Caolán McNamara |
2015-04-28 | trivial clarification | Caolán McNamara |
2015-04-28 | gtk3: render notebook pane for tab controls | Caolán McNamara |
2015-04-28 | gtk3: make CTRL_TAB_BODY a successful no-op like gtk2 | Caolán McNamara |
2015-04-28 | tdf#71034: [OS X] Ugly (too heavy) fake bold | Khaled Hosny |
2015-04-28 | loplugin:simplifybool | Stephan Bergmann |
2015-04-28 | loplugin:simplifybool | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptrmerge2' | Michael Meeks |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | gtk3: draw native tab activate/roll-over status | Caolán McNamara |
2015-04-28 | gtk3: use native tab item size | Caolán McNamara |
2015-04-28 | allow a different notebook tab font than the rest of the ui | Caolán McNamara |
2015-04-27 | Fix tdf#87373: Kerning broken on OS X | Thorsten Wagner |
2015-04-27 | loplugin:literaltoboolconversion wrong condition | Caolán McNamara |
2015-04-27 | gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk does | Caolán McNamara |
2015-04-27 | gtk3: render vertical toolbar seperators | Caolán McNamara |
2015-04-27 | gtk3: set max spin box height before determining rect | Caolán McNamara |
2015-04-27 | gtk3: semi-sane height for spinboxes | Caolán McNamara |
2015-04-27 | gtk3: seperate calcs for lists, comboboxes and editboxes | Caolán McNamara |
2015-04-27 | gtk3: hive the borders and padding calc off into a standalone | Caolán McNamara |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-27 | don't dismiss floating windows on wheel, etc gestures outside area | Caolán McNamara |
2015-04-27 | I can't read this horror, expand | Caolán McNamara |
2015-04-27 | gtk3: flat menus and can draw widgets at any size, etc | Caolán McNamara |
2015-04-27 | gtk3: pull text high colors from view style | Caolán McNamara |
2015-04-26 | gtk3: sane height for list boxes too | Caolán McNamara |
2015-04-26 | add EditBoxValue::clone | Caolán McNamara |
2015-04-26 | tdf#90822: Descenders cropped | Thorsten Wagner |
2015-04-25 | gtk3: honour the control region height if it is larger | Caolán McNamara |
2015-04-25 | gtk3: get the right height for Combo boxes | Caolán McNamara |
2015-04-25 | Make Window's inDispose map more precisely to mbInDtor.feature/vclptr | Michael Meeks |
2015-04-25 | Make combobox tolerate post-dispose usage better. | Michael Meeks |