95 Commits (d6cd850dbb45aaeea11399515e0cbcb8d07bbb50)

Author SHA1 Message Date
Jacopo De Simoi f6479c40c0 [Panel] Add separators 2 years ago
Benny Baumann 6aa9ef2726 Fix code style 2 years ago
Daniel Lange 179aeb0108 Add includes for config.h as per the discussion in PR #1337 2 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Christian Göttsche 15fe50d272 Toggle the header meters with pound key 3 years ago
Christian Göttsche 2ae1906479 Panel: initialize cursorOn member 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Christian Göttsche 53732ab0bb Resolve -Wimplicit-int-conversion warnings 5 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Benny Baumann 0d85af2872 Whitespace around operators 5 years ago
Christian Göttsche 1e806f9899 RichString: do not unnecessarily clean whole buffer 5 years ago
Christian Göttsche 06b1674aa6 Improve handling when selected last process entry 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche ce9e7fd14f Panel_new: reorder arguments 5 years ago
Christian Göttsche a3cced9fb6 Add option to hide the Function Bar 5 years ago
Christian Göttsche 24c5ca9ddf Panel: rework hight logic 5 years ago
Christian Göttsche 86d2931255 Restore highlighted header of current sorted process column 5 years ago
Christian Göttsche cdfd407e2e Panel_init: initialize selectedLen member 5 years ago
Christian Göttsche e3862aa67e Rework drawing of FunctionBar 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Benny Baumann bc91a382f6 Allow to pass '/' for item search 5 years ago
Benny Baumann bda07fa42b Handle 'q' as quit if first character 5 years ago
Benny Baumann 9adb94a379 Some visual code cleanup 5 years ago
Benny Baumann 5fe2a88c08 Use common handling for scrolling 5 years ago
Benny Baumann a7955c4966 Reduce code duplication 5 years ago
Christian Göttsche 19b5141685 Hide process selection on ESC 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann adf797c295 Spacing after keywords (for) 5 years ago
Christian Göttsche 0806a7958b Assert Vector_get returns an object 5 years ago
Adam Saponara dde71c6637 Highlight new and old processes (#74) 5 years ago
Christian Göttsche ac2b07eddd Avoid some unnecessary casts and mark some not changing variables const 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 5 years ago
Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 5 years ago
Christian Göttsche ba282cfe19 Mark Object instances const 6 years ago
Christian Göttsche 08d85e6143 Mark Object classes and Object class fields const 6 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche 8a849bc85a Call character checking function with unsigned char 6 years ago
Hugo Musso Gualandi 9207401f97 Clean up some code duplication in the header files 6 years ago
Nathan Scott c5808c56db Consolidate repeated macro definitions into one header 6 years ago
Nathan Scott 8ec5d4a3a0 Further, minor cleanups to headers post-MakeHeaders 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Nathan Scott 728b04bbb5 Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Hisham Muhammad 03f17688ad Handle unexpected values for character passed to isalnum 8 years ago
Explorer09 3d9868833e Fix scrolling behavior change caused by 759caf0f 10 years ago
Hisham b139671cbd Moving left and right needs a full redraw. 10 years ago
Hisham 0128d222b9 Added Ctrl+A and Ctrl+E to go to beginning and end of line. 10 years ago
Hisham 759caf0f8f Make PgDown behavior more usual. 10 years ago