Age | Commit message (Expand) | Author |
2012-11-30 | use the hold flag for midi ports as well | Alexandre Ratchov |
2012-11-30 | For MIDI ports, use the same open/close logic as for audio devices: | Alexandre Ratchov |
2012-11-30 | When the audio device is closed, mark it as closed before | Alexandre Ratchov |
2012-11-30 | make DEV_xxx contiguous | Alexandre Ratchov |
2012-11-30 | Process incoming MIDI data on the fly rather than using an | Alexandre Ratchov |
2012-11-30 | don't exit if midi control port is destroyed (it never is) | Alexandre Ratchov |
2012-11-30 | makes cloned devices line up well with the rest of the output; | Mike Belopuhov |
2012-11-29 | fix stupid cvs conflict | Marc Espie |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-11-27 | Fix return value of load_cfg, from Thomas Adam. | Nicholas Marriott |
2012-11-27 | Support middle-click paste, based on a diff from Ailin Nemui. | Nicholas Marriott |
2012-11-27 | Support the 47 and 1047 SM and RM sequences (alternate screen without | Nicholas Marriott |
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse |
2012-11-27 | - move prototype of expandtilder() to def.h; needed by an upcoming diff. | Jasper Lievisse Adriaanse |
2012-11-27 | Correctly aggregate together errors from nested config files (with | Nicholas Marriott |
2012-11-27 | Allow cmd-run-shell to accept -t to specify the pane to display the | Nicholas Marriott |
2012-11-27 | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott |
2012-11-27 | Revert last, after discussion it isn't necessary. | Nicholas Marriott |
2012-11-27 | If the application inside tmux has requested any mouse modes itself, do | Nicholas Marriott |
2012-11-27 | Add window-status-last-* options, from Boris Faure. | Nicholas Marriott |
2012-11-27 | Fix session choice so that preferring unattached sessions actually | Nicholas Marriott |
2012-11-26 | Call realpath earlier on the socket directory path rather than on the | Nicholas Marriott |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-11-23 | space required between macro args and punctuation; | Jason McIntyre |
2012-11-23 | add a -M flag that does nothing; allows setups with -M in sndiod_flags | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |
2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. | Nicholas Marriott |
2012-11-20 | keep functnames sorted | Florian Obser |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-11-19 | Clarify some points about config files, notably that they are only read | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |