summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-05-01gtk3: distinguish between first, last and only tabsCaolán McNamara1-1/+12
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-3/+2
2015-04-30gtk3: use different colors for the different states of a tabCaolán McNamara1-25/+39
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara7-36/+128
2015-04-30TextWindow: handle LoseFocus during dispose.Michael Meeks1-1/+3
2015-04-30Gradually typed LinkStephan Bergmann36-144/+144
2015-04-30loplugin:literaltoboolconversionStephan Bergmann1-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist21-48/+47
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist6-33/+8
2015-04-29coverity#1296208 Operands don't affect resultCaolán McNamara1-2/+2
2015-04-29coverity#1296215 Dereference before null checkCaolán McNamara1-1/+1
2015-04-29More bits on event emission during dispose.Michael Meeks1-0/+16
2015-04-29abhortive focus unit test - apparently we need visible windows for that.Michael Meeks1-0/+41
2015-04-29Protect against event emission during dispose.Michael Meeks1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann3-10/+10
2015-04-29gtk3: implement background theme paintingCaolán McNamara1-2/+5
2015-04-29delegate RenderContext, invalidate - prgsbar, scrbarTomaž Vajngerl2-8/+11
2015-04-29delegate RenderContext, invalidate - ilstboxTomaž Vajngerl2-8/+7
2015-04-29delegate RenderContext - fixed, group, imgctrlTomaž Vajngerl3-14/+14
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl1-6/+6
2015-04-29vcl button: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl1-23/+23
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl10-21/+22
2015-04-29remove old Paint(Rect&) method in vcl::WindowTomaž Vajngerl2-7/+2
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl5-13/+13
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl41-60/+60
2015-04-29change Paint input parameter to refTomaž Vajngerl1-1/+1
2015-04-29Add paint with render context to window -> impl. calls old paintTomaž Vajngerl1-0/+5
2015-04-28More VclPtr documentation.Michael Meeks1-3/+28
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann2-12/+12
2015-04-28better tab header areaCaolán McNamara1-1/+1
2015-04-28gtk3: render the frames, looking more like the real thing nowCaolán McNamara1-1/+4
2015-04-28gtk3: implement notebook header supportCaolán McNamara2-0/+21
2015-04-28odd unnecessary castCaolán McNamara1-2/+2
2015-04-28bNativeOK variable is not necessaryCaolán McNamara1-4/+5
2015-04-28trivial clarificationCaolán McNamara1-2/+1
2015-04-28gtk3: render notebook pane for tab controlsCaolán McNamara1-1/+4
2015-04-28gtk3: make CTRL_TAB_BODY a successful no-op like gtk2Caolán McNamara1-1/+4
2015-04-28tdf#71034: [OS X] Ugly (too heavy) fake boldKhaled Hosny1-1/+1
2015-04-28loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-28loplugin:simplifyboolStephan Bergmann2-20/+20
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks156-1807/+2898
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks156-1807/+2898
2015-04-28gtk3: draw native tab activate/roll-over statusCaolán McNamara1-0/+14
2015-04-28gtk3: use native tab item sizeCaolán McNamara3-6/+22
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara11-1/+32
2015-04-27Fix tdf#87373: Kerning broken on OS XThorsten Wagner1-20/+29
2015-04-27loplugin:literaltoboolconversion wrong conditionCaolán McNamara1-2/+2
2015-04-27gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk doesCaolán McNamara1-2/+2
2015-04-27gtk3: render vertical toolbar seperatorsCaolán McNamara2-9/+23
2015-04-27gtk3: set max spin box height before determining rectCaolán McNamara1-1/+2