summaryrefslogtreecommitdiff
path: root/xrestop.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-04Add --version optionAlan Coopersmith1-6/+17
2022-12-08Fix builds on SolarisAlan Coopersmith1-1/+7
2021-12-05Fixes -Wformat warning in xrestop_displayThomas Kuehne1-1/+1
2021-08-03Fix character buffer sizes to hold full formatted stringsMatthieu Herrb1-10/+12
2021-08-03Remove unused function window_get_pid()Matthieu Herrb1-25/+0
2021-07-28Display ShmSeg resource countPeter Harris1-2/+11
2019-10-07Use XResQueryClientIds to get pid instead of window propertyKeith Packard1-6/+21
2019-08-19FIX: malloc+memset=callocWalter Harms1-4/+2
2019-08-19remove unused debug codeWalter Harms1-10/+0
2019-08-19no need-to-check argument for XFreeWalter Harms1-6/+6
2019-08-19FIX: warning: initialization discards `const' qualifier from pointer target ...Walter Harms1-2/+2
2019-01-01Fix -Wsign-compare warnings in xrestop_client_get_statsAlan Coopersmith1-1/+1
2019-01-01Fix -Wsign-compare warning in recurse_win_tree()Alan Coopersmith1-1/+1
2019-01-01In xrestop_client_get_info() show xrestop's own pid.Kevin Ryde1-0/+1
2009-01-26Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade1-12/+12
2007-04-28fixed typo in output of xrestop -bBen Byer1-2/+2
2006-02-27Add docs for --max-samples optionsMatthew Allum1-31/+81
2004-01-02Applied patch from Alan Coopersmith with mainly Solaris fixesMatthew Allum1-3/+8
2003-12-21various tweaksRELEASE_0_1Matthew Allum1-4/+16
2003-12-20change sort order, display totalsMatthew Allum1-3/+25
2003-12-18made --batch workMatthew Allum1-36/+81
2003-12-18utf8 win title support addedMatthew Allum1-10/+51
2003-12-18Added xrestopMatthew Allum1-0/+598