Age | Commit message (Expand) | Author | Files | Lines |
2015-05-01 | gtk3: distinguish between first, last and only tabs | Caolán McNamara | 1 | -1/+12 |
2015-04-30 | Use typed Link for MenuButton::SetSelectHdl | Stephan Bergmann | 1 | -3/+2 |
2015-04-30 | gtk3: use different colors for the different states of a tab | Caolán McNamara | 1 | -25/+39 |
2015-04-30 | gtk3: Set tab normal/rollover/hightlight text colors | Caolán McNamara | 7 | -36/+128 |
2015-04-30 | TextWindow: handle LoseFocus during dispose. | Michael Meeks | 1 | -1/+3 |
2015-04-30 | Gradually typed Link | Stephan Bergmann | 36 | -144/+144 |
2015-04-30 | loplugin:literaltoboolconversion | Stephan Bergmann | 1 | -3/+3 |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist | 21 | -48/+47 |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist | 6 | -33/+8 |
2015-04-29 | coverity#1296208 Operands don't affect result | Caolán McNamara | 1 | -2/+2 |
2015-04-29 | coverity#1296215 Dereference before null check | Caolán McNamara | 1 | -1/+1 |
2015-04-29 | More bits on event emission during dispose. | Michael Meeks | 1 | -0/+16 |
2015-04-29 | abhortive focus unit test - apparently we need visible windows for that. | Michael Meeks | 1 | -0/+41 |
2015-04-29 | Protect against event emission during dispose. | Michael Meeks | 1 | -1/+1 |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann | 3 | -10/+10 |
2015-04-29 | gtk3: implement background theme painting | Caolán McNamara | 1 | -2/+5 |
2015-04-29 | delegate RenderContext, invalidate - prgsbar, scrbar | Tomaž Vajngerl | 2 | -8/+11 |
2015-04-29 | delegate RenderContext, invalidate - ilstbox | Tomaž Vajngerl | 2 | -8/+7 |
2015-04-29 | delegate RenderContext - fixed, group, imgctrl | Tomaž Vajngerl | 3 | -14/+14 |
2015-04-29 | vcl edit: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl | 1 | -6/+6 |
2015-04-29 | vcl button: Delegate RenderContext to sub-methods, use Invalidate | Tomaž Vajngerl | 1 | -23/+23 |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl | 10 | -21/+22 |
2015-04-29 | remove old Paint(Rect&) method in vcl::Window | Tomaž Vajngerl | 2 | -7/+2 |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl | 5 | -13/+13 |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl | 41 | -60/+60 |
2015-04-29 | change Paint input parameter to ref | Tomaž Vajngerl | 1 | -1/+1 |
2015-04-29 | Add paint with render context to window -> impl. calls old paint | Tomaž Vajngerl | 1 | -0/+5 |
2015-04-28 | More VclPtr documentation. | Michael Meeks | 1 | -3/+28 |
2015-04-28 | loplugin:vclwidgets (best guess) | Stephan Bergmann | 2 | -12/+12 |
2015-04-28 | better tab header area | Caolán McNamara | 1 | -1/+1 |
2015-04-28 | gtk3: render the frames, looking more like the real thing now | Caolán McNamara | 1 | -1/+4 |
2015-04-28 | gtk3: implement notebook header support | Caolán McNamara | 2 | -0/+21 |
2015-04-28 | odd unnecessary cast | Caolán McNamara | 1 | -2/+2 |
2015-04-28 | bNativeOK variable is not necessary | Caolán McNamara | 1 | -4/+5 |
2015-04-28 | trivial clarification | Caolán McNamara | 1 | -2/+1 |
2015-04-28 | gtk3: render notebook pane for tab controls | Caolán McNamara | 1 | -1/+4 |
2015-04-28 | gtk3: make CTRL_TAB_BODY a successful no-op like gtk2 | Caolán McNamara | 1 | -1/+4 |
2015-04-28 | tdf#71034: [OS X] Ugly (too heavy) fake bold | Khaled Hosny | 1 | -1/+1 |
2015-04-28 | loplugin:simplifybool | Stephan Bergmann | 1 | -1/+1 |
2015-04-28 | loplugin:simplifybool | Stephan Bergmann | 2 | -20/+20 |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptrmerge2' | Michael Meeks | 156 | -1807/+2898 |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks | 156 | -1807/+2898 |
2015-04-28 | gtk3: draw native tab activate/roll-over status | Caolán McNamara | 1 | -0/+14 |
2015-04-28 | gtk3: use native tab item size | Caolán McNamara | 3 | -6/+22 |
2015-04-28 | allow a different notebook tab font than the rest of the ui | Caolán McNamara | 11 | -1/+32 |
2015-04-27 | Fix tdf#87373: Kerning broken on OS X | Thorsten Wagner | 1 | -20/+29 |
2015-04-27 | loplugin:literaltoboolconversion wrong condition | Caolán McNamara | 1 | -2/+2 |
2015-04-27 | gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk does | Caolán McNamara | 1 | -2/+2 |
2015-04-27 | gtk3: render vertical toolbar seperators | Caolán McNamara | 2 | -9/+23 |
2015-04-27 | gtk3: set max spin box height before determining rect | Caolán McNamara | 1 | -1/+2 |