Yinghao
Yinghao
Assert macros defined as ...equals__Bool, but called as ...equals_bool, changed definitions to latter. fixes #47
### Describe the bug The test doesn't compile. There is an implicit function declaration error which can be fixed by adding `-Wno-error=implicit-function-declaration` to `CFLAGS` in /test/Makefile. Also there is an...
When changing numerical options, ENTER and SPACE both increment the number, but AFAIK there isn't a counterpart key to decrement. BACKSPACE and DEL do not work. Suggestion: make BACKSPACE decrement.
Adds the ability to drag the proc box scrollbar with the mouse. Question: should `Proc::scroll_pos` be an `atomic`? I see that `scroll_pos` is updated on the drawing thread, then read...
Fixes #1371 First commit removes some unreachable code. (Please let me know if this should be split off into its own PR). Second commit fixes the formatting issue. It correctly...