summaryrefslogtreecommitdiff
path: root/gui.c (follow)
Commit message (Expand)AuthorAge
* exec: Rename para_exec_cmdline_pid() to xexec().HEADnextmasterAndre Noll2026-08-01
* gui: Remove the "version" command.Andre Noll2026-07-14
* gui: Rename curses windows.Andre Noll2026-07-14
* gui: Remove two confusing local variables of init_wins().Andre Noll2026-07-14
* gui: Introduce ->print_status_items() of struct gui_theme.Andre Noll2026-07-14
* gui: Require ncurses.Andre Noll2026-07-14
* gui: Inline clear_all_items().Andre Noll2026-07-14
* gui: Avoid the para_audioc process.Andre Noll2026-07-14
* gui/audiod: Replace for_each_stat_item() by parse_status_items().Andre Noll2026-07-14
* gui: Don't request a minimal delay when an external command is running.Andre Noll2026-07-14
* gui: Fix get_num_lines().Andre Noll2026-06-26
* gui: Simplify status_pre_monitor().Andre Noll2026-06-15
* gui: Clear progress bar if link to audiod goes down.Andre Noll2026-05-30
* gui: Replace separator by progress bar.Andre Noll2026-05-25
* gui: fix/improve com_{next,prev}_theme().Andre Noll2026-05-25
* gui: Require a UTF-8 terminal.Andre Noll2026-05-25
* gui: Omit silly "xxx tag not set" replacements.Andre Noll2026-05-25
* gui: Fix and rename NUM_LINES to num_window_lines().Andre Noll2026-05-25
* gui: Rename rb_entry->len to width.Andre Noll2026-05-25
* gui: Remove get_num_cols().Andre Noll2026-05-25
* gui: Introduce separate colors for top and bottom window.Andre Noll2026-05-25
* gui: Demote severity of the stat command exit message.Andre Noll2026-05-25
* gui: Constify the themes array.Andre Noll2026-05-25
* gui: Fix error path of exec_and_display().Andre Noll2026-05-23
* audiod/gui: Don't abuse basename status item.Andre Noll2026-05-08
* Prefer paraslash_version() over PACKAGE_VERSION.Andre Noll2026-05-03
* Kill signal_shutdown().Andre Noll2026-04-06
* Merge topic branch t/gui into masterAndre Noll2026-04-06
|\
| * gui: Drop terminating dummy command from command_list[].Andre Noll2026-03-23
| * gui: Remove dead post-schedule code.Andre Noll2026-03-23
| * gui: Drop SIGUSR1 handling.Andre Noll2026-03-23
| * gui: Ignore SIGINT.Andre Noll2026-03-23
| * gui: Do not request minimal timeout on notifications.Andre Noll2026-03-23
| * gui: Drop refresh_window().Andre Noll2026-03-23
| * gui: Use normal output color for help text.Andre Noll2026-03-23
| * gui: Show file size in human-readable form.Andre Noll2026-03-23
| * gui: New internal command: clear_bot_win.Andre Noll2026-03-23
* | Switch to SPDX identifiers.Andre Noll2026-03-17
|/
* gui.c: Rename find_cmd_byname() -> find_cmd_by_name().Andre Noll2026-01-21
* gui: Implement --print-hostname.Andre Noll2025-12-15
* Improve gui documentation.Andre Noll2025-10-08
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* gui: Improve "closing command fd" log message.Andre Noll2025-01-22
* Kill BINDIR.Andre Noll2025-01-20
* gui: Kill also child processes of external commands.Andre Noll2024-12-25
* gui: Clear status bar after pressing <End>.Andre Noll2023-12-24
* gui: Improve loglevel message.Andre Noll2023-03-11