Benny Baumann
7269faf651
Only request selection index in ColorsPanel when needed
5 years ago
Benny Baumann
7146059645
Removed unused field in ColorsPanel
5 years ago
mayurdahibhate
1b74dfe187
cleaned up includes with iwyu
5 years ago
Christian Göttsche
e3862aa67e
Rework drawing of FunctionBar
...
Draw the FunctionBar within Panel_draw instead of manually throughout
the code.
Add an optional PanelClass function drawFunctionBar, to allow specific
panels to override the default FunctionBar_draw call.
Rework the code on color change, to really change all colors (selection
markers and panel headers).
Closes : #402
5 years ago
Christian Göttsche
7ba25aa3c4
IWYU update
5 years ago
Christian Göttsche
267014cbfe
Add support to change numeric options in settings screen
...
Like delay or highlightDelaySecs
5 years ago
Benny Baumann
45869513bf
Embracing branches
5 years ago
Benny Baumann
0f5262917f
Make all required includes explicit
...
Information as seen by IWYU 0.12 + clang 9 on Linux
5 years ago
Benny Baumann
872e542f4e
Rename StringUtils.[ch] to XUtils.[ch]
5 years ago
Benny Baumann
c6f04a9c5d
Move xAsprintf, xSnprintf and xStrdup to StringUtils.h
5 years ago
Christian Göttsche
b47bc667a2
Add key to pause process list updates
5 years ago
Christian Göttsche
ba282cfe19
Mark Object instances const
6 years ago
Daniel Lange
079c2abf8e
Update License consistently to GPLv2 as per COPYING file
6 years ago
Christian Göttsche
4b14ab9789
Adjust colors
...
- do not reverse CPU steal and guest in monochrome
- black on black in Light Terminal is not visible, use blue on black
- white on blue in Light Terminal is display as blue on black, use
yellow on black
- re-draw FunctionBar after color change
6 years ago
Zev Weiss
a1a027b9bd
Axe automated header generation.
...
Reasoning:
- implementation was unsound -- broke down when I added a fairly
basic macro definition expanding to a struct initializer in a *.c
file.
- made it way too easy (e.g. via otherwise totally innocuous git
commands) to end up with timestamps such that it always ran
MakeHeader.py but never used its output, leading to overbuild noise
when running what should be a null 'make'.
- but mostly: it's just an awkward way of dealing with C code.
6 years ago
Daniel Flanagan
dd33444f7e
Clean up existing whitespace
6 years ago
Hisham Muhammad
ac2dff2881
Fix color behavior on some terminals.
...
Fixes #635 .
8 years ago
Richard
d5faf64374
Mark some things as const
...
Several string pointer arrays pointed to const strings
but were not const themselves.
A few various structures and arrays were also marked const.
9 years ago
Hisham
b54d2dde40
Check for failure in allocations.
10 years ago
Hisham Muhammad
f6c31eeaf5
Handle KEY_RECLICK events generated by ScreenManager
11 years ago
Hisham Muhammad
0ebe688d24
Avoid future confusions with how default values are set.
11 years ago
Hisham Muhammad
b1f934c5d5
Visual tweaks: change color when following, add Broken Gray theme.
11 years ago
Hisham Muhammad
d0c72c3fb2
Move FunctionBar inside Panel
11 years ago
Hisham Muhammad
f5f29ceeb9
Make the implementation of color schemes declarative.
11 years ago
Hisham Muhammad
3383d8e556
Sorry about the mega-patch.
...
This is a work-in-progress, code is currently broken.
(Some actions, and notably, the header, are missing.)
11 years ago
Hisham Muhammad
00b324bfc1
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
13 years ago
Hisham Muhammad
45f7a4fc8d
Remove old memory debugging routines. We have Valgrind nowadays.
14 years ago
Hisham Muhammad
84281bdc44
major header cleanup
14 years ago
Hisham Muhammad
81e44312b4
Use strdup explicitly
14 years ago
Hisham Muhammad
bfd86a60cc
Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533 .
14 years ago
Hisham Muhammad
02a30bfecd
warning fixes
16 years ago
Hisham Muhammad
15ab0ad706
Let mouseclicks tick/untick checkboxes
18 years ago
Hisham Muhammad
da23c8c5a1
Clean up headers by using 'static' whenever possible.
...
Reduces resulting code size.
18 years ago
Hisham Muhammad
a7c2aedcec
Improve construction of tree view, properly nesting threads.
...
Add CPU affinity screen ('a' key).
BUGFIX: Correct display of TPGID field.
Add TGID field.
19 years ago
Hisham Muhammad
2f1f82ee87
Updates for new version of the MakeHeader.py script.
20 years ago
Hisham Muhammad
9da282d748
Remove references to ListBox
20 years ago
Hisham Muhammad
73de9f1ed4
Rename ListBox'es to Panel's, matching dit.
20 years ago
Hisham Muhammad
c2cdcd0c1d
Rename ListBox to Panel, matching dit.
20 years ago
Hisham Muhammad
a853faaa2d
Rename TypedVector to Vector, matching dit.
20 years ago
Hisham Muhammad
69b1278c59
Fix: request save of config file when changing colors.
20 years ago
Hisham Muhammad
130938f691
Fixes for header generation.
20 years ago
Hisham Muhammad
d6231bab89
Initial import.
20 years ago