summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2015-10-06loplugin:unusedmethodsNoel Grandin1-8/+0
2015-10-06loplugin:mergeclassesNoel Grandin1-25/+49
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-16/+16
2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson1-2/+2
2015-09-30tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
2015-09-30Fix typosAndrea Gelmini11-13/+13
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann5-55/+55
2015-09-29XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky2-3/+6
2015-09-21convert Link<> to typedNoel Grandin1-7/+22
2015-09-20convert Link<> to typedNoel Grandin7-35/+44
2015-09-20convert Link<> to typedNoel Grandin1-19/+37
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-12/+4
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin1-4/+12
2015-09-16convert Link<> to typedNoel Grandin3-5/+5
2015-09-16convert Link<> to typedNoel Grandin3-6/+6
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2-1/+15
2015-09-15convert Link<> to typedNoel Grandin2-6/+6
2015-09-15remove Link<> field that is never Call()'edNoel Grandin1-9/+0
2015-09-14tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks1-0/+8
2015-09-14convert Link<> to typedNoel Grandin2-11/+8
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin2-4/+4
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+1
2015-09-11tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky1-2/+0
2015-09-11convert Link<> to typedNoel Grandin2-19/+16
2015-09-10convert Link<> to typedNoel Grandin1-8/+12
2015-09-10remove unused Link<> fieldNoel Grandin1-7/+2
2015-09-09convert Link<> to typedNoel Grandin3-7/+3
2015-09-09remove unused Link<> fieldsNoel Grandin2-16/+0
2015-09-09convert Link<> to typedNoel Grandin3-25/+9
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-1/+7
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks1-3/+4
2015-09-06Related: tdf#84277 Hide separator only between two windowsMaxim Monastirsky1-35/+36
2015-09-04Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of CursorMiklos Vajna1-5/+11
2015-09-04convert Link<> to typedNoel Grandin1-6/+4
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-03convert Link<> to typedNoel Grandin1-5/+0
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin2-2/+2
2015-08-31Extended GL painting debug tracing.Michael Meeks1-0/+8
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-2/+2
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin9-34/+19
2015-08-27No need for a vitual ~MenuWindowStephan Bergmann1-3/+1
2015-08-27No need for IMenuBarWindow abstractionStephan Bergmann3-63/+33
2015-08-27Help GCCStephan Bergmann1-1/+1
2015-08-27Simplify ToolBox::GetQuickHelpTextStephan Bergmann1-4/+2
2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann4-7/+5
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin5-24/+28
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist3-50/+0
2015-08-23tdf#84277 Use the same logic for native separatorsMaxim Monastirsky1-18/+17