summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3Caolán McNamara1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-14convert Link<> to typedNoel Grandin1-4/+4
2015-10-07fix some indentCaolán McNamara1-13/+13
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-5/+5
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+30
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-27convert DLGWINDOW constants to scoped enumNoel Grandin1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-2/+2
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-20/+20
2015-05-22loplugin:constantfunctionNoel Grandin1-3/+5
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-3/+3
2015-05-18ApplySettings for dialogTomaž Vajngerl1-4/+24
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-1/+1
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-07NoParent condition reversedCaolán McNamara1-4/+3
2015-05-06vcl: valgrind - initialize Dialog::mnInitFlagMichael Stahl1-1/+4
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-9/+9
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10Revert part of "Unwind mpDialogParent oddness."Michael Meeks1-1/+1
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10Unwind mpDialogParent oddness.Michael Meeks1-1/+1
2015-04-10repair dialog related lifecycle bits.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+2
2015-04-09prophylactic double dispose audit.Michael Meeks1-4/+4
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+6
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-8/+8
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-3/+2
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-0/+2
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-4/+4
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+7
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-2/+2
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-2/+2
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks1-4/+4
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist1-4/+0
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann1-3/+4