summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/PanelLayout.cxx
AgeCommit message (Expand)Author
2018-09-24Scheduler: add per-priority Task listsJan-Marek Glogowski
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara
2016-07-31Related: tdf#99324 let panels assign auto mnemonicsCaolán McNamara
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara
2015-10-31com::sun::star->css in svxNoel Grandin
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2014-12-09changed timers to idleJennifer Liebel
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara
2014-02-28remove unused code PanelLayout::dispatchNoel Grandin
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
2013-09-16Correct use of && where only & makes senseTor Lillqvist
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
2013-06-10Resolves: fdo#65546 set Panel Layouts as DialogControl widgetsCaolán McNamara
2013-06-02sidebar: Don't overlap widgets in the .ui based panels.Jan Holesovsky
2013-06-02sidebar: Allow creation of toolboxes using Widget layout / .ui.Jan Holesovsky
2013-06-02sidebar: Introduce PanelLayout class.Jan Holesovsky