summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
AgeCommit message (Expand)Author
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna
2015-06-01Allow unsetting underline attributeAndrzej Hunt
2015-05-28vcl: Do nothing when we don't have mpWindowImpl.Jan Holesovsky
2015-05-28convert INVERT flags to scoped enumNoel Grandin
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-07Related: tdf#90956 don't resize the border window when disposingCaolán McNamara
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-28loplugin:simplifyboolStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks
2015-04-10more lifecycle cleanup & fixing.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-21add has-focus .ui supportCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-12-17implement loading docking windows from .ui formatCaolán McNamara