paraslash.git
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-05-03 Andre Nollcom_cpsi(): Tell the user if nothing was copied.
2014-05-03 Andre NollRemove client_disconnect().
2014-05-03 Andre NollFix memory leak in btr_splice_out_node().
2014-04-22 Andre NollMerge branch 't/rl_free_keymap'
2014-04-22 Andre Nollbitstream: Improve documentation.
2014-04-22 Andre Nollwma: Store ASF header info in afhi->techinfo.
2014-04-22 Andre Nollbitstream: Replace check for impossible condition by...
2014-04-22 Andre Nollbitstream: Remove pointless variable "code_prefix2".
2014-04-22 Andre Nollbitstream: Micro-optimization.
2014-04-22 Andre Nollbitstream: Kill pointless variable "symbol".
2014-04-22 Andre Nollbitstream: Trivial coding style fixes.
2014-04-22 Andre Nollbitstream: Trivial spelling fix auxillary -> auxiliary.
2014-04-21 Andre Nollversion.c: Fix year in version_text().
2014-04-18 Andre Nollflac afh: Fix off-by-one bug in meta_eof_cb().
2014-04-16 Andre Nollwma afh: Read the description field as the comment...
2014-04-15 Andre Nolloggdec: Remove noisy debug message.
2014-04-11 Andre Nollreset version to 'git'
2014-04-11 Andre Nollparaslash 0.5.2 v0.5.2
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 NollRevert "Add -Wdeclaration-after-statement."
2014-04-06 Andre Nollao_write: Call ao_initialize() only once.
2014-04-06 Andre Nollao_write: Join threads before returning an error from...
2014-04-06 Andre Nollao_write: Simplify locking.
2014-04-06 Andre NollDon't unlock and lock the thread mutex unnecessarily.
2014-04-06 Andre Nollao_write: Check return value of pthread functions.
2014-04-06 Andre Nollao_write: Avoid segfault on exit.
2014-04-06 Andre Nollao_write: Avoid pthread_join().
2014-04-06 Andre Nollao_write: Enforce a 20ms timeout.
2014-04-06 Andre Nollao_write: Fix spurious segfault.
2014-04-06 Andre NollMerge branch 'maint'
2014-04-04 Andre Nollaudiod: Avoid segfault on exit.
2014-03-30 Andre Nollaudiod: Implement version command.
2014-03-30 Andre Nollaudiod: Trival spelling fix for com_tasks().
2014-03-30 Andre NollMerge branch 't/misc'
2014-03-23 Andre NollMerge branch 't/fade_improvements'
2014-03-16 Andre NollMerge branch 't/aes'
2014-03-09 Andre NollMerge branch 't/manual_improvements'
2014-03-09 Andre Nolloggdec: Decode only OGGDEC_OUTPUT_CHUNK_SIZE many bytes...
2014-03-08 Andre Nollalsa: Remove pointless initialization.
2014-03-08 Andre Nollalsa_mix: Allow non-positive mixer values.
2014-03-08 Andre Nollalsa: New writer option: --buffer-time.
2014-03-08 Andre Nollalsa: Work around poll fd problems.
2014-03-08 Andre Nollalsa: Set period time.
2014-03-08 Andre Nollalsa: Also dump hardware params.
2014-03-08 Andre Nollalsa: Improve help text of --device.
2014-03-08 Andre Nollalsa: Improve documentation of struct private_alsa_writ...
2014-03-08 Andre Nollalsa: Don't set t->error in ->pre_select().
2014-02-27 Andre NollMerge branch 't/cmd_improvements'
next