summaryrefslogtreecommitdiff
path: root/vcl/source/window
AgeCommit message (Expand)AuthorFilesLines
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks2-4/+10
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt2-4/+87
2015-11-24loplugin:unusedfields in vcl/Noel Grandin3-5/+0
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt2-122/+38
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+3
2015-11-20loplugin:defaultparamsNoel Grandin1-3/+1
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt4-145/+14
2015-11-20loplugin:sallogareasStephan Bergmann1-4/+4
2015-11-20tdf#95938 Toolbar context menu has no commandsSamuel Mehrbrodt3-11/+4
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt1-0/+18
2015-11-18Revert "ToolBox: Remove unused methods"Maxim Monastirsky2-0/+145
2015-11-18ToolBox: Remove unused methodsSamuel Mehrbrodt2-145/+0
2015-11-18Indentation fixesSamuel Mehrbrodt2-4/+2
2015-11-18com::sun::star->css in vcl/Noel Grandin16-47/+44
2015-11-17loplugin:unnecessaryvirtualNoel Grandin3-28/+4
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