aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmuilib/src
Commit message (Expand)AuthorAgeFilesLines
* logcat: Improve auto scroll lock behavior. do not merge.android-sdk-adt_r16.0.1tools_r16Siva Velusamy2011-12-143-46/+79
* logcat: when copying items, index into filtered list. do not merge.Siva Velusamy2011-12-141-7/+42
* logcat: fix npe & clear log in filtered view. do not merge.Siva Velusamy2011-12-141-2/+17
* logcat: fix tooltip shift distance. do not merge.Siva Velusamy2011-11-281-0/+11
* logcat: bring up edit filter dialog on double click. do not merge.Siva Velusamy2011-11-281-0/+5
* nativeheap: Do not clean up display if a client is killed.Siva Velusamy2011-11-061-17/+21
* ddms-heap: Show atleast 1 row.Siva Velusamy2011-11-021-45/+57
* logcat: update scroll behavior when buffer is full.Siva Velusamy2011-11-022-6/+37
* Code cleanup: make sure FileInputStreams are closed.Raphael2011-10-132-8/+28
* Logcat autoscroll behavior update.Siva Velusamy2011-10-121-28/+41
* Remove non-actionable log statement.Siva Velusamy2011-10-101-4/+0
* Fix NPE when getCurrentDevice() == null.Siva Velusamy2011-10-101-1/+13
* Add a new implementation for symbol resolution.Siva Velusamy2011-10-103-13/+436
* Add a whitespace character when scanning across tokens.Siva Velusamy2011-10-091-1/+6
* Minor refactor: keep sizes of snapshot ArrayList's in sync.Siva Velusamy2011-10-061-8/+12
* Add support for importing saved heap data.Siva Velusamy2011-10-062-4/+347
* Model diff snapshot as a subtype of a regular snapshot.Siva Velusamy2011-10-064-27/+94
* Provide a way to show/hide the filters column.Siva Velusamy2011-09-292-8/+40
* Use a text box instead of a browser in tooltip area.Siva Velusamy2011-09-291-10/+4
* Display tooltips only for long messages.Siva Velusamy2011-09-292-2/+36
* Check for scrolling before refreshing the table.Siva Velusamy2011-09-281-1/+4
* Add support for exporting heap data.Siva Velusamy2011-09-281-2/+61
* Add support for Select All & Copy Paste.Siva Velusamy2011-09-282-4/+81
* Construct NativeStackCallInfo with full symbol address.Siva Velusamy2011-09-283-15/+18
* Append prefix "Z" only for Zygote allocations.Siva Velusamy2011-09-232-2/+2
* Provide ability to view just the new allocations.Siva Velusamy2011-09-231-17/+68
* Add support for filtering out zygote allocations.Siva Velusamy2011-09-225-15/+114
* Show percentage of total heap size for each row.Siva Velusamy2011-09-222-5/+34
* Make library to be the first column in the details view.Siva Velusamy2011-09-222-11/+11
* Support grouping of allocations by library.Siva Velusamy2011-09-226-40/+367
* Add support for user specifying search paths in the UI.Siva Velusamy2011-09-222-10/+89
* Findbugs fix: Use Character.toString()Siva Velusamy2011-09-221-2/+2
* Resolve addresses to symbols in a separate thread.Siva Velusamy2011-09-212-2/+103
* Display stack trace for selected Heap Allocation.Siva Velusamy2011-09-205-24/+123
* New implementation of native heap - layout only.Siva Velusamy2011-09-207-0/+693
* Use foreach instead of iteratorSiva Velusamy2011-09-201-5/+1
* Use default system font size.Siva Velusamy2011-09-141-3/+19
* Fix scroll behavior on Win 7.Siva Velusamy2011-09-131-1/+6
* Do not add a border for the filters toolbar.Siva Velusamy2011-09-121-1/+1
* Create logcat table with SWT.VIRTUAL.Siva Velusamy2011-09-092-140/+83
* Make search case insensitive by default.Siva Velusamy2011-09-011-3/+19
* Display with transient filter selected on logcat errors.Siva Velusamy2011-09-013-2/+70
* Activate logcat view at appropriate times.Siva Velusamy2011-09-012-7/+8
* Move creation of LogCatReceiver to a separate factory.Siva Velusamy2011-09-015-63/+111
* Reduce the number of UI refreshes of the logcat table.Siva Velusamy2011-09-011-10/+29
* Findbugs cleanup.Tor Norbye2011-08-292-7/+9
* Make the logcat fifo size user configurable.Siva Velusamy2011-08-233-18/+78
* Make variable/method names consistent.Siva Velusamy2011-08-197-27/+27
* Add support for filtering by application name.Siva Velusamy2011-08-194-18/+91
* Store source application name in logcat messages.Siva Velusamy2011-08-196-9/+164