summaryrefslogtreecommitdiff
path: root/vcl/source/window/syswin.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-7/+7
2017-02-09Resolves: tdf#101972 skip invalidating labels on alt if autoaccel is disabledCaolán McNamara1-1/+1
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin1-5/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-9/+9
2017-01-05tdf#102059 NotebookBar accessible using F6 keySzymon Kłos1-0/+2
2017-01-03SetPin and IsPinned are in an always-false circular isolated relationshipCaolán McNamara1-11/+0
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-3/+3
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-11-15Resolves: tdf#102957 revert SetMinOutputSizePixel workaroundCaolán McNamara1-4/+0
2016-11-15sigh, then you can't shrink manually past size requestCaolán McNamara1-0/+4
2016-11-15Resolves: tdf#102957 revert SetMinOutputSizePixel workaroundCaolán McNamara1-4/+0
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-8/+0
2016-10-11Height and Width seem to be swapped hereMaxim Monastirsky1-4/+2
2016-10-11Merge SystemWindow and FloatingWindow setPosSizeOnContainee methodsMaxim Monastirsky1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03Resolves: tdf#99324 accel underlines don't appear in extension option pagesCaolán McNamara1-29/+30
2016-10-03fix indentCaolán McNamara1-22/+22
2016-08-15mbInitialLayoutDone is unusedCaolán McNamara1-2/+0
2016-08-08Resolves: tdf#99324 let bare tabpage in dialogs get toggled auto-mnemonicsCaolán McNamara1-0/+12
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara1-5/+3
2016-07-31rename ImplWindowAutoMnemonic and exposeCaolán McNamara1-2/+2
2016-07-29unhook the alt handling thing from SystemWindowCaolán McNamara1-7/+7
2016-07-11Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindowCaolán McNamara1-0/+51
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-06-28loplugin:stringconstantStephan Bergmann1-1/+1
2016-06-28notebookbar: added slide transition tabSzymon Kłos1-0/+6
2016-06-28VCL : Simplify SystemWindow initialisationArnaud Versini1-22/+14
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin1-14/+14
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-57/+57
2016-03-30notebookbar: Rename NotebookBarWindow to NotebookBar, and move accordingly.Jan Holesovsky1-4/+11
2016-03-30notebookbar: Instantiate the notebookbar via sfx2 infrastructure.Szymon Kłos1-2/+2
2016-03-21Revert "tdf#96393: reuse layout if available"Eike Rathke1-16/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+1
2016-03-03Follow our code layout styleTor Lillqvist1-4/+6
2016-03-03tdf#96393: reuse layout if availablePierre-Eric Pelloux-Prayer1-5/+14
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-27/+0
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-4/+2
2015-12-16but only for dialogCaolán McNamara1-1/+1
2015-12-16Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogsCaolán McNamara1-0/+4
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+7
2015-12-03Resolves: tdf#95700 index dialog cut offCaolán McNamara1-2/+4
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-7/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11