5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sweep: fix use of NOMODIFY() macro in new create_view_menu_item function More... over 17 years ago
sweep: make most accels editable. creates new file ~/.sweep/keybindings. removed accel info from transport bar tooltips (they could go out of sync and are static themselves) More... over 17 years ago
sweep: remove match for -v when triggering --ignore-failed-lock (cut and paste error) More... over 17 years ago
sweep: add option to ignore failed tdb file lock. enables sweep to be used when the users home dir is on an NFS file system. slightly modified patch from Takashi Iwai. More... over 17 years ago
sweep : Replace all usage of sprintf with snprintf. More... almost 18 years ago
sweep : Finalize fixing 'make distcheck'. More... almost 18 years ago
sweep : Start work on fixing 'make distcheck'. More... almost 18 years ago
Update man page. More... almost 18 years ago
Remove file_sndfile0.c from build and delete file. More... almost 18 years ago
sweep: update docs WRT making alsa the default driver. added README.OSS More... almost 18 years ago
sweep:TODO: remove FLAC as it's now supported directly by libsndfile. also remove the whole Done section of the TODO More... almost 18 years ago
configure.ac : Make ALSA the default on linux. More... almost 18 years ago
Remove support libsndfile version 0. More... almost 18 years ago
Fix two minor issues found with gcc -Werror. More... almost 18 years ago
Require autoconf >= 2.50, add --enable-gcc-werror. More... almost 18 years ago
Remove acconfig.h. File not needed for autconf 2.5X and later. More... almost 18 years ago
cleanup reinstallation test commit More... almost 18 years ago
reinstallation test commit More... almost 18 years ago
sweep:src/samplerate.c: hook delete event so that it calls samplerate_dialog_cancel_cb when the window manager closes the window which cleans up the state properly. More... about 18 years ago
sweep:AUTHORS: credit Alex Koss for his SVG icon. More... about 18 years ago
sweep:file_dialogs.c: fixed ticket:17 sweep can now open multiple files via the gtk file selector. More... about 18 years ago
sweep:view.c: fixed ticket:9 close while loading segfault. needed to cancel the active ops and remove a gtk_idle function in view_destroy_cb before removing the sample/window. comments in the cancel_active_op function mention possible leaks. i'll investigate that. More... about 18 years ago
sweep:src/file_speex.c: initialise rate as -1. resolves ticket:21. More... about 18 years ago
sweep:src/time_ruler.c: remove accidently committed debugging code. More... about 18 years ago
sweep:release_notes/sweep-0.9.2.txt: added. More... about 18 years ago
sweep:src/time_ruler.c: switch to gdouble from gfloat in timer_draw_ticks. fixes ticket:23 and possibly ticket:4. the use of gdouble may only increase the maximum file size that can be loaded and zoomed without errors and so another solution may ultimately be needed. More... about 18 years ago
sweep: add and use new about dialog png from Pascal Klein. More... about 18 years ago
sweep: use specfic make target to install only the dynamic plugins. closes ticket:8 in the trac. More... about 18 years ago
sweep:src/sample_display.c: fix cause of GCC4 "differ in signedness" warning. More... about 18 years ago
sweep:file_speex.c: prevent deref type-punned pointer warnings. (patch from Takashi Iwai) More... about 18 years ago