aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget_iterator.cc
AgeCommit message (Collapse)Author
2016-05-26Fix RTFL messages.Sebastian Geerken
2016-05-19Rewrote OOFAwareWidgetIterator next() and prev() for safety.Jorge Arellano Cid
Now: getPart(): can't receive out-of-range values for "index" and "sectionIndex". setValues(): below-range indexes go to START and above-range to END. prev(), next(): have a single value-checked entry-point to getPart(). PD: it's easier to read the source of these functions than the diff.
2016-05-16Fix segfault in OOFAwareWidget::OOFAwareWidgetIterator.Jorge Arellano Cid, Sebastian Geerken
2014-09-30Fixed a bug in OOFAwareWidgetIterator.Sebastian Geerken
2014-09-26Fixed segfault in OOFAwareWidgetIterator.Sebastian Geerken
2014-09-26RTFL.Sebastian Geerken
2014-09-13OOFAwareWidgetIterator: extended and applied to TextblockIterator.Sebastian Geerken
2014-09-12OOFAwareWidgetIterator.Sebastian Geerken