build: Convert curses detection to new macros.
[paraslash.git] / gui.c
2015-03-22 Andre NollMerge branch 't/gui_reload_fix'
2015-03-13 Andre Nollgui: Fix config file reloading.
2015-03-08 Andre NollMerge branch 'refs/heads/t/abtract_sockets'
2015-02-19 Andre NollImprove signal init and shutdown.
2015-02-08 Andre Nollsignal: Provide generic signal_pre_select().
2015-02-08 Andre Nollgui: Shutdown scheduler after schedule() returns.
2015-01-23 Andre NollMerge branch 'refs/heads/t/afh_improvements'
2015-01-23 Andre NollMerge branch 'refs/heads/t/tarball-build-fix'
2015-01-22 Andre NollMerge branch 'maint'
2015-01-20 Andre Nollgui.c Fix error handling of for_each_stat_item().
2015-01-12 Andre NollUpdate year in copyright headers.
2014-11-16 Andre NollMerge branch 'maint'
2014-10-26 Andre NollMerge branch 't/audiod_exit_cleanup'
2014-10-09 Andre NollMerge branch 'refs/heads/t/server_cmds'
2014-09-14 Andre NollMerge branch 't/mvblob_improvement'
2014-08-18 Andre Nolldoc: Change email address to maan@tuebingen.mpg.de
2014-08-17 Andre NollMerge branch 't/daemon_cleanups'
2014-07-31 Andre NollMerge branch 'refs/heads/t/play_fix'
2014-07-31 Andre NollMerge branch 't/recv_fix'
2014-07-23 Andre NollMerge branch 't/sched_improvements'
2014-07-13 Andre NollMerge branch 't/gui_sched'
2014-06-19 Andre NollMerge branch 't/audiod_com_version'
2014-05-12 Andre Nollgui: Always initialize theme.
2014-05-11 Andre NollMerge branch 't/test_man'
2014-05-04 Andre Nollgui: Simplify color handling.
2014-05-04 Andre Nollgui: Dont catch SIGWINCH.
2014-05-04 Andre Nollgui: Call waitpid() from exec and status task.
2014-05-04 Andre NollDoxify para_gui.
2014-05-04 Andre Nollgui: Speed up window refresh.
2014-05-04 Andre Nollgui: Rename cmd_task to exec_task.
2014-05-04 Andre Nollgui: Move static variables of cmd_post_select() into...
2014-05-04 Andre Nollgui: Move some variables into struct status_task.
2014-05-04 Andre Nollgui: Switch to the standard paraslash scheduler.
2014-05-04 Andre Nollgui: Use cpp magic to define command handlers.
2014-05-04 Andre Nollgui: Execute stat command in status_post_select().
2014-05-04 Andre Nollgui: Rename COMMAND/EXTERNAL/GETCH mode.
2014-05-04 Andre Nollgui: Get rid of do_select()'s mode parameter and call...
2014-05-04 Andre Nollgui: Reorder functions.
2014-05-04 Andre Nollgui: Move signal handling code out of do_select().
2014-05-04 Andre Nollgui: Move input related code out of do_select().
2014-05-04 Andre Nollgui: Move external command handling out of do_select().
2014-05-04 Andre Nollgui: Introduce status_post_select().
2014-05-04 Andre Nollgui: Improve config reload.
2014-05-04 Andre Nollgui: Unify config file parsing.
2014-05-04 Andre Nollgui: Remove ->cols and ->lines of struct gui_window.
2014-05-04 Andre Nollgui: Move call to print_all_items() into init_wins().
2014-05-04 Andre Nollgui: Improve check_key_map_args().
2014-05-04 Andre Nollgui: Combine exit functions.
2014-05-04 Andre Nollgui: Make curses_log() work also when curses is not...
2014-05-04 Andre Nollgui: Parse command line options only once.
2014-05-04 Andre Nollgui: Clear top window only once on resize.
2014-05-04 Andre Nollgui: Replace global variable curses_active by a function.
2014-05-04 Andre Nollgui: Kill struct gui_window->beg{xy}.
2014-05-04 Andre Nollgui: Remove change_theme().
2014-05-04 Andre Nollgui: Move windows *after* resizing them.
2014-05-04 Andre Nollgui: Rename public gui theme functions.
2014-05-04 Andre NollRemove chop().
2014-05-04 Andre Nollgui: Use whline() for drawing the separator.
2014-05-04 Andre Nollgui: Remove welcome message.
2014-05-04 Andre Nollgui: Simplify print_status_bar().
2014-05-04 Andre Nollgui: Print the status bar only once.
2014-05-04 Andre Nollgui: Remove macro STANDARD_STATUS_BAR.
2014-05-04 Andre Nollgui: Simplify display command execution.
2014-05-04 Andre Nollgui: Don't close command fds if a key was pressed.
2014-05-04 Andre Nollgui: Avoid magic number in enum gui_color_pair.
2014-05-04 Andre Nollgui: Kill pointless initialization of top.lines in...
2014-05-04 Andre Nollgui: Make curses_active a bool.
2014-05-04 Andre Nollgui: Rename label of check_key_map_args()
2014-05-04 Andre Nollgui: Rename struct win_data to gui_window.
2014-05-04 Andre Nollgui: Add trailing newline to all log messages.
2014-05-04 Andre Nollgui: Fix some trivial whitespace and spelling issues.
2014-05-04 Andre Nollgui: Remove unused struct stat_item.
2014-05-04 Andre Nollgui: Initialize command_fds to -1.
2014-05-04 Andre Nollgui: Use proper column number in print_in_bar().
2014-05-04 Andre Nollgui: Reset command buf offset on errors.
2014-05-04 Andre Nollgui: Shut down curses before rereading the config file.
2014-05-03 Andre NollMerge branch 't/alsa_improvements'
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-09 Andre NollMerge branch 't/oggdec_latency_improvements'
2014-04-08 Andre NollMerge branch 't/opusdec_busy_loop_fix'
2014-04-06 Andre NollMerge branch 'maint'
2014-03-30 Andre NollMerge branch 't/misc'
2014-02-22 Andre NollChange copyright year to 2014.
2014-02-17 Andre Nollgui: Don't ignore SIGHUP.
2013-12-01 Andre NollMerge branch 'maint'
2013-11-17 Andre NollMerge branch 'maint'
2013-11-03 Andre NollMerge branch 'maint'
2013-10-13 Andre NollMerge branch 't/fork-safe-prng'
2013-10-06 Andre NollMerge branch 't/audiod_cleanups'
2013-09-29 Andre NollMerge branch 't/misc_cleanups'
2013-09-04 Andre NollMake log functions static.
2013-08-23 Andre NollMerge branch 't/image-0.5'
2013-08-22 Andre NollMerge branch 't/dia'
2013-08-17 Andre NollMerge branch 't/remove_sb_compat'
2013-07-06 Andre NollMerge branch 't/opus'
2013-07-01 Andre NollMerge branch 't/versioning_improvements'
2013-06-22 Andre NollMerge branch 't/interactive'
2013-06-16 Andre Nollgui: Fix off-by-one in add_spaces().
2013-06-16 Andre NollMerge branch 't/compress'
2013-06-13 Andre NollMerge branch 't/oss_error_message_fix'
next