Ben Roeder
a62fe80c3f
Fix spelling errors throughout codebase
...
Corrected various spelling mistakes in comments, documentation, and
variable names across the project. Changes include:
- Documentation files (CONTRIBUTING.md, README.md, etc.)
- Source code comments in C/C++ files
- Function parameter names and descriptions
No functional changes were made.
2025-06-01 18:03:40 +01:00
Martin Pulec
2f995895c8
rename indent_paragraph to wrap_paragraph
...
More suitable name - the function doesn't indent but just wraps long
lines.
2023-09-15 15:36:41 +02:00
Martin Pulec
7cf8b42235
playback: improved help
...
- added description
- added shortopt
2023-06-20 13:37:48 +02:00
Martin Pulec
b0ce21fbda
playback: fixed K_UP to be +60s, not 60 frames
2023-06-06 17:06:56 +02:00
Martin Pulec
542310ec3f
playback: fixed registered keybindings
...
import needs 's' suffix for seconds
2022-08-26 12:27:52 +02:00
Martin Pulec
2e424d50ca
replaced instances of color_out with color_printf
...
+ reindent vidcap/file help ("where" keyword)
2022-08-04 14:07:45 +02:00
Martin Pulec
6bb59bf9fb
Playback: be more verbose when file/dir not found
2020-02-20 15:04:34 +01:00
Martin Pulec
11ca0d33e4
Playback: register PgUp/PgDown
2019-11-27 15:36:45 +01:00
Martin Pulec
670c45ddf9
Added playback covering import and file
...
+ Moved common playback keys initialization here
2019-11-01 15:17:16 +01:00