summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/PanelLayout.cxx
AgeCommit message (Expand)Author
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