203 Commits (82d34deaf14e8f44ba6623bc5ca5cc41a7d9012b)

Author SHA1 Message Date
Denis Lisov 82d34deaf1 ProcessList: cleanup the tree set sorting remains 4 years ago
Denis Lisov fa3e0d06c2 ProcessList_buildTree: produce sorted tree 4 years ago
Denis Lisov 82dce5cf8e ProcessList_buildTree: sort by parent for fast search 4 years ago
Denis Lisov 8d987864e4 ProcessList_buildTree: drop sort direction checking 4 years ago
Denis Lisov 58b42e4cac ProcessList: introduce displayList 4 years ago
Denis Lisov 2477a5a018 ProcessList_buildTree: handle every process once 4 years ago
Denis Lisov 1a403eb7eb ProcessList_buildTree: lookup parent via hashtable 4 years ago
Denis Lisov a3a7958721 ProcessList: sort before panel rebuild if needed 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Silke Hofstra 696f79fe50 Dynamically scale the ST_UID size to support 32-bit UIDs 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Sohaib Mohamed 6f2021f3d9 PCP: support for 'dynamic columns' added at runtime 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Christian Göttsche bd689ab0d3 Avoid implicit pointer to bool conversion in assignment 5 years ago
Christian Göttsche d58c2f0606 Drop ProcessList_get and ProcessList_size 5 years ago
Nathan Scott 367561175a Update timestamps for the special process scans at startup also 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Christian Göttsche 58ad020aca ProcessList: fix treeview on OpenBSD when hiding kernel threads 5 years ago
Christian Göttsche 1e806f9899 RichString: do not unnecessarily clean whole buffer 5 years ago
Christian Göttsche a4173f5209 Improve process following 5 years ago
Christian Göttsche d37d66bb3a InfoScreen/ProcessList: do not access Vector internals 5 years ago
Christian Göttsche 59a150e8d7 Follow followed process when switching thread visibilities 5 years ago
Daniel Lange 07a6efcb22 Make the first tree item stable on expand / collapse again 5 years ago
Daniel Lange 2c6222e30a Option and key ("*") to collapse / expand all branches under PID 1 5 years ago
Christian Göttsche 06b1674aa6 Improve handling when selected last process entry 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
Christian Göttsche b9adc30b86 RichString: implement safe rewind 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche fbaa0cd146 Exit follow mode cleanly after followed process dies 5 years ago
Christian Göttsche 27db9297b7 Show arrow indicating order of sorted process column 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 5 years ago
Christian Göttsche 9f68c8d341 Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns 5 years ago
Hisham Muhammad 2327260ee8 Separate tree and list sort orders 5 years ago
Hisham Muhammad e8c6994f40 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior 5 years ago
Christian Göttsche 52fa4e7ee4 Fix typo 5 years ago
Christian Göttsche 27b8d81ed2 ProcessList: save scan time in millisecond 5 years ago
Christian Göttsche 26993d2d2b Support clock_gettime() on OSX El Capitan and earlier 5 years ago
Benny Baumann f6613db5cd Additional code simplification 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche 3695cbd5d8 Silence possible NULL dereference 5 years ago
Benny Baumann c6b66a75ea Minor code streamlining 5 years ago
Benny Baumann 709821ff55 Some minor spelling issues 5 years ago
Benny Baumann 2d874177bc Avoid expensive build of tree when not using it 5 years ago
Benny Baumann bd24664fc2 Avoid useless search for pid 0 5 years ago