Add .gitignore. |
|
More...
|
about 14 years ago
|
configure.ac : Remove shave in favour of AM_SILENT_RULES. |
|
More...
|
about 14 years ago
|
src/Makefile.am : Add -lX11 for recent version of gtk. |
|
More...
|
about 14 years ago
|
src/file_mad.c : Fix compiler warning. |
|
More...
|
about 15 years ago
|
fix OSS configuration (remove ALSA requirement) |
|
More...
|
about 15 years ago
|
configure: fix disabling of alsa, pulse |
|
More...
|
about 15 years ago
|
configure.ac: formatting |
|
More...
|
about 15 years ago
|
Add cs translation by Pavel Fric |
|
More...
|
about 15 years ago
|
TODO: snap-to-cursor for record |
|
More...
|
about 15 years ago
|
Add --disable-gtk-deprecated configure option to disallow use of deprecated GTK features. |
|
More...
|
over 15 years ago
|
src/file_vorbis.c : Define OV_EXCLUDE_STATIC_CALLBACKS to prevent compiler warnings from <vorbis/vorbisfile.h> header. |
|
More...
|
over 15 years ago
|
Replace deprecated GTK_CHECK_CLASS_CAST with G_TYPE_CHECK_CLASS_CAST. |
|
More...
|
over 15 years ago
|
src/sweep_sample.c : Revert more leak fixes. |
|
More...
|
over 15 years ago
|
Replace deprecated gtk_timeout_add/remove functions with their replacements. |
|
More...
|
over 15 years ago
|
src/view.c : Back out a change that causes gtk error messages. |
|
More...
|
over 15 years ago
|
Fix markings of File/Close and File/Quit menu items. |
|
More...
|
over 15 years ago
|
Further reduce memory leaks. |
|
More...
|
over 15 years ago
|
Plug more per-open-file memory leaks. |
|
More...
|
over 15 years ago
|
Fix a segfault caused by sample_set_progress_ready() being called from a timeout after the sample had destroyed. |
|
More...
|
over 15 years ago
|
sweep_timeout_remove : Do nothing when passed a timeout id of -1. |
|
More...
|
over 15 years ago
|
src/sweep_sample.c : Destroy sample after removing it from list, not before. |
|
More...
|
over 15 years ago
|
src/sweep_sample.c : Fix potentially dangerous usage of snprintf. |
|
More...
|
over 15 years ago
|
Remove needless #defines of buffer lengths. |
|
More...
|
over 15 years ago
|
src/param.c : Fix dangerous usage of snprintf. |
|
More...
|
over 15 years ago
|
src/driver.c : Handle the case where the driver chosen in preferences isn't available. |
|
More...
|
over 15 years ago
|
Clean up large number of '#if 0' and '#if 1' code blocks. |
|
More...
|
over 15 years ago
|
Remove redundant function parameter to driver_write function. |
|
More...
|
over 15 years ago
|
Reduce memory leakage in plugins. |
|
More...
|
over 15 years ago
|
Fix memory leak by adding a closedir for each opendir. |
|
More...
|
over 15 years ago
|
Fix valgrind warning. Free mutex before clearing and freeing. |
|
More...
|
over 15 years ago
|