Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
| | | | | Renamed functions, types, variables. | ||||
* | null, fifo: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -2/+1 |
| | |||||
* | null: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -4/+7 |
| | | | | Use GLib's G_GNUC_UNUSED instead of macros from gcc.h. | ||||
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -6/+6 |
| | | | | | Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags. | ||||
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+85 |
Again, no CamelCase in the directory name. |