summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelist.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Documentation to avoid a real use-after-free bugMarc-André Laverdière1-0/+3
2013-02-10resorted SvTreeLists munged horriblyCaolán McNamara1-0/+1
2012-12-14Remove some newly tagged unused methodsJulien Nabet1-29/+0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Avoid direct use of flag value.Kohei Yoshida1-6/+6
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida1-7/+3
2012-11-28Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida1-18/+18
2012-11-28Extract SvViewData into separate header/source files.Kohei Yoshida1-26/+46
2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS1-5/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-215/+14
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-3/+14
2012-11-15Make GetParent() const-correct.Kohei Yoshida1-3/+11
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida1-5/+8
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara1-3/+8
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida1-34/+1
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida1-3/+2
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna1-1/+1
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann1-2/+4
2012-10-30fix typoDavid Tardon1-1/+1
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida1-4/+2
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida1-127/+0
2012-10-29Let's use const where we can.Kohei Yoshida1-12/+12
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida1-225/+303
2012-10-22SvTreeList: fix singular iterator compare assertionsMichael Stahl1-2/+4
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida1-8/+79
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-128/+128
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida1-62/+0
2012-10-12Put typedef inside class scope.Kohei Yoshida1-3/+5
2012-10-12No need to keep this method.Kohei Yoshida1-8/+2
2012-09-27Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida1-50/+58
2012-09-27Correct prefix for integer type.Kohei Yoshida1-5/+5
2012-09-27Let's use std::vector directly.Kohei Yoshida1-1/+1
2012-09-27const correctness.Kohei Yoshida1-9/+13
2012-09-27Hide method definitions of SvTreeEntryList.Kohei Yoshida1-23/+114
2012-06-28Remove some unused localsThomas Arnhold1-12/+0
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet1-1/+1
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)1-50/+49
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard1-32/+20
2012-01-25callcatcher: remove some unused codeCaolán McNamara1-10/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara1-12/+0
2011-12-08childs -> childrenMichael T. Whiteley1-88/+88
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud1-2/+0
2011-11-09removed unused macros/constantsTakeshi Abe1-3/+0
2011-07-26callcatcher: remove unused methodsThomas Arnhold1-25/+0
2011-07-26callcatcher: clean up SvTreeList{Box}Thomas Arnhold1-66/+0
2011-06-10fix build, and fix reversed logicCaolán McNamara1-1/+1
2011-06-10Change ScTreeEntryList to no longer depend on class List.Joseph Powers1-76/+72
2011-06-01Replace List in SvTreeList with a vector<>Joseph Powers1-16/+21
2011-05-27Fix build breakage (dbgutil build)Thorsten Behrens1-1/+1