summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt2-84/+2
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt2-39/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna1-1/+4
2015-11-13vcl: loplugin:passstuffbyrefMiklos Vajna1-2/+2
2015-11-13Vcl: Add TooltipLabel to vcl buttons alsoSamuel Mehrbrodt2-4/+11
2015-11-12Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3Caolán McNamara1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann54-623/+623
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-39/+39
2015-11-04yyyyyNoel Grandin1-1/+1
2015-11-03vcl: Mark it as constTakeshi Abe1-1/+1
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-6/+0
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl1-1/+1
2015-10-22vcl: add Window::SetClipboard()Miklos Vajna1-0/+6
2015-10-20loplugin:defaultparamsStephan Bergmann7-12/+10
2015-10-19loplugin:defaultparamsStephan Bergmann6-13/+13
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin3-3/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+0
2015-10-16convert Link<> to typedNoel Grandin1-13/+11
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2-8/+4
2015-10-15loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-10-15vcl: Initial NotebookBar implementation.Jan Holesovsky4-14/+147
2015-10-15cppcheck:variableScopeNoel Grandin3-24/+15
2015-10-14convert Link<> to typedNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-65/+65
2015-10-12convert Link<> to typedNoel Grandin1-12/+9
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-14/+8
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-43/+29
2015-10-08fix for tdf#94827 - ToolBox events aren't deliveredNoel Grandin1-3/+4
2015-10-07fix some indentCaolán McNamara1-13/+13
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