aboutsummaryrefslogtreecommitdiffstats
path: root/ddms/libs/ddmuilib/src/com
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-1390-27743/+0
* Move UI data in LogCatFilter to a separate classSiva Velusamy2013-02-076-303/+150
* Move core logcat functionality from ddmuilib to ddmlibSiva Velusamy2013-02-078-282/+32
* Use pid to appname mapping from ddmlib.Siva Velusamy2013-02-063-140/+10
* Make ddms show Java stacks in the traditional format, for legibility.Elliott Hughes2012-12-183-103/+31
* Automatically enable graphics profiling if necessarySiva Velusamy2012-12-061-0/+54
* ddms sysinfo: Add support for gfxinfoSiva Velusamy2012-12-061-7/+169
* sysinfo: Remove unsupported views.Siva Velusamy2012-12-051-68/+42
* ddms: Fix procrank/meminfo parser for the Sysinfo panel.Siva Velusamy2012-11-201-36/+62
* ddms: Fix CPU load reader in SysinfoPanelSiva Velusamy2012-11-071-210/+306
* nativeheap: do not set layout on parentSiva Velusamy2012-10-151-2/+0
* ddms: Show user id only for non ownersSiva Velusamy2012-10-101-1/+1
* logcat: Only listen to user generated scroll eventsSiva Velusamy2012-10-011-6/+52
* logcat: Support auto scroll lock.Siva Velusamy2012-09-281-4/+40
* ddms: report user id if availableSiva Velusamy2012-09-101-1/+6
* Fixed DDMS network statistics parsingMichael Wright2012-06-221-2/+3
* logcat: fix potential NPESiva Velusamy2012-06-221-3/+5
* Provide readable device name rather than just serial numberSiva Velusamy2012-06-131-52/+1
* Find Dialog: allow control over the default action.Siva Velusamy2012-06-081-4/+22
* NetworkPanel: Update socket tag decodingSiva Velusamy2012-06-071-1/+15
* Move base class for FindDialog to a common location.Siva Velusamy2012-06-054-7/+12
* logcat find dialog: Add missing trim()Siva Velusamy2012-06-051-1/+1
* logcat: Support searching through the message list.Siva Velusamy2012-06-054-1/+319
* logcat: Fix scroll lock iconSiva Velusamy2012-06-011-1/+1
* Fix "Resource leak: <Foo> is never closed"Tor Norbye2012-05-303-6/+20
* logcat: Allow users to set colors for different priorities.Siva Velusamy2012-05-251-14/+102
* Allow users more control over auto monitoring logcat.Siva Velusamy2012-05-091-2/+5
* logcat: Validate regex patterns before creating filters.Siva Velusamy2012-05-042-7/+22
* logcat: Add a device disconnected message.Siva Velusamy2012-05-042-2/+12
* Add ability to right click on a message to create filterSiva Velusamy2012-05-041-1/+52
* logcat: Remove JFace TableViewer and use SWT Table directlySiva Velusamy2012-05-039-552/+387
* Merge "Fixes unexpected rows are copied when LogCat paused."Siva Velusamy2012-04-202-7/+37
|\
| * Fixes unexpected rows are copied when LogCat paused.Keiji Ariyama2012-04-042-7/+37
* | Ensure screenshots saved through DDMS end with .png.Sebastian Roth2012-04-061-0/+4
|/
* logcat: support new format for "logcat -v long"Siva Velusamy2012-03-062-3/+21
* logcat: Fix deadlockSiva Velusamy2012-02-061-3/+29
* Pause network panel by default, handle devices.Jeff Sharkey2012-02-011-65/+120
* Show detailed network statistics from xt_qtaguid.Jeff Sharkey2012-02-011-0/+1053
* Fix locale handling of uppercase/lowercaseTor Norbye2012-01-061-3/+5
* Update SDK codebase to JDK 6Tor Norbye2011-12-2148-125/+420
* ddms: display manufacturer & model for devices.Siva Velusamy2011-12-201-1/+51
* logcat: Improve auto scroll lock behaviorSiva Velusamy2011-12-141-46/+79
* logcat: when copying items, index into filtered list.Siva Velusamy2011-12-131-7/+42
* logcat: fix npe & clear log in filtered viewSiva Velusamy2011-12-121-2/+17
* logcat: bring up edit filter dialog on double clickSiva Velusamy2011-11-281-0/+5
* logcat: fix tooltip shift distanceSiva Velusamy2011-11-281-0/+11
* 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-021-6/+37
* Code cleanup: make sure FileInputStreams are closed.Raphael2011-10-132-8/+28