Merge branch 'refs/heads/t/wma_fixes'
[paraslash.git] / gui.c
2016-07-03 Andre NollMerge branch 'refs/heads/t/i9e'
2016-06-26 Andre NollMerge branch 'refs/heads/t/mp3_afh'
2016-06-12 Andre NollMerge branch 'refs/heads/t/opus_cleanup'
2016-06-04 Andre NollMerge branch 'refs/heads/t/audiod-time-string'
2016-05-15 Andre NollMerge branch 'refs/heads/t/gui-improvements'
2016-05-05 Andre NollMerge branch 'refs/heads/t/wmadec'
2016-04-17 Andre NollMerge branch 'refs/heads/t/markdown'
2016-04-10 Andre NollMerge branch 'refs/heads/t/attribute_fix'
2016-04-02 Andre NollMerge branch 'refs/heads/t/image_id_mm'
2016-04-01 Andre NollMerge branch 'maint'
2016-03-18 Andre Nollgui.c: Constify argument to find_cmd_byname().
2016-03-18 Andre Nollgui.c: Improve description of signal task.
2016-03-18 Andre Nollgui.c: Remove pointless return statement.
2016-03-18 Andre Nollgui.c: Remove silly warning on SIGINT.
2016-03-17 Andre Nollgui: Kill process group *before* shutting down curses.
2016-03-13 Andre Nollgui.c: Reset terminal on shutdown in external mode.
2016-03-13 Andre Nollgui: Avoid bad terminal state with xterm.
2016-03-13 Andre Nollgui.c: Constify local variables of add_spaces().
2016-03-13 Andre Nollgui.c: Remove condition which is always true.
2016-03-13 Andre NollIntroduce sanitize_str().
2016-03-13 Andre Nollgui: Remove pointless special casing in align_str().
2016-02-21 Andre NollMerge branch 'maint'
2015-09-06 Andre NollMerge branch 'maint'
2015-08-30 Andre NollMerge branch 'maint'
2015-08-29 Andre NollMerge branch 'maint'
2015-05-30 Andre NollMerge branch 'maint'
2015-04-19 Andre NollMerge branch 'maint'
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.
next