summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-05-08loplugin:staticmethodsStephan Bergmann14-310/+344
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin2-8/+8
2015-05-07tdf#91073 - hold a reference on the floatwin in UserEvent handler.Michael Meeks1-0/+1
2015-05-07XTiledRenderable: use HWND instead of HDCLászló Németh1-2/+2
2015-05-07NoParent condition reversedCaolán McNamara1-4/+3
2015-05-07VclBuilder - use VclPtr more consistently internally.Michael Meeks1-120/+112
2015-05-07Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann5-237/+272
2015-05-07vcl: simplify code by using std::any_of/std::none_ofTakeshi Abe4-15/+8
2015-05-07convert PUSHBUTTON_DROPDOWN constants to scoped enumNoel Grandin2-7/+7
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin3-36/+36
2015-05-07Hold a reference on the Window while emitting events from vcl backends.Michael Meeks1-1/+4
2015-05-07Related: tdf#90956 don't resize the border window when disposingCaolán McNamara1-1/+1
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin4-12/+12
2015-05-07WaE: OutputDevice subclass should have nothing in its destructor but ...Tor Lillqvist1-1/+5
2015-05-07tdf#90956 - ComboBox: handle re-size calculation during dispose.Michael Meeks1-13/+16
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks1-0/+1
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin3-6/+6
2015-05-07new clang plugin: rendercontextNoel Grandin1-5/+5
2015-05-07refactor BorderWindowView to use RenderContextfeature/rendercontextTomaž Vajngerl1-158/+160
2015-05-07refactor PopupFloatWin to use RenderContextTomaž Vajngerl1-65/+66
2015-05-07refactor DockingAreaWindow to use RenderContextTomaž Vajngerl1-45/+45
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl4-106/+105
2015-05-07refactor ImageControl to use RenderContextTomaž Vajngerl1-14/+14
2015-05-07refactor ScrollBar to use RenderContextTomaž Vajngerl1-127/+128
2015-05-07refactor ProgressBar to use RenderContextTomaž Vajngerl2-75/+75
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl3-52/+45
2015-05-07refactor "HelpTextWindow" - use RenderContextTomaž Vajngerl1-18/+18
2015-05-07refactor "TabControl" to use RenderContextTomaž Vajngerl1-87/+92
2015-05-07Refactor "SpinField" & "SpinButton" - use RenderContextTomaž Vajngerl3-89/+85
2015-05-07Refactor "Slider" - use RenderContext & InvalidateTomaž Vajngerl1-71/+95
2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl5-272/+237
2015-05-07Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl1-126/+130
2015-05-07Refactor Buttons to use RenderContext when paintingTomaž Vajngerl1-258/+267
2015-05-07convert FixedText to use RenderContext when paintingTomaž Vajngerl1-58/+56
2015-05-07refactor to use RenderContext for vcl StatusBarTomaž Vajngerl1-17/+17
2015-05-07use RenderContext in toolbox, refactor redrawingTomaž Vajngerl2-344/+350
2015-05-07WaE: format ‘%d’ expects argument of type ‘int’David Tardon1-1/+1
2015-05-06Hidden exception in "SalTimerProc" when exit swriter (WIN)Juergen Funk1-0/+7
2015-05-06vcl: valgrind - initialize Dialog::mnInitFlagMichael Stahl1-1/+4
2015-05-06tdf#91073 - don't queue an async user event when disposed.Michael Meeks1-2/+2
2015-05-06assert on attempt to print after cancelCaolán McNamara1-2/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin2-10/+10
2015-05-06cancel doesn't cancel printingCaolán McNamara1-7/+10
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2-2/+2
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann1-1/+1
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann1-1/+1
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann1-1/+0
2015-05-06WaE: loplugin:cstylecastTor Lillqvist1-1/+1
2015-05-06color bar doesn't fill tool itemCaolán McNamara1-0/+12
2015-05-06this is a no-op, remove ifCaolán McNamara1-13/+0