5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sweep: prevent deref type-punned pointer warnings. (patch from Takashi Iwai) More... about 18 years ago
sweep: update info files with the actual release date. More... about 18 years ago
sweep:src/db_ruler.c: added scroll_event handler to reenable vertical zoom/pan for gtk2. closes ticket:12 in the trac More... about 18 years ago
sweep:configure.ac: updated version number for 0.9.1 More... about 18 years ago
sweep:sweep-0.9.1.txt: release notes updated for 0.9.1 More... about 18 years ago
sweep:NEWS: updated for 0.9.1 More... about 18 years ago
sweep:Changelog: updated for 0.9.1 More... about 18 years ago
sweep: reinsert ommited DRIVER_ALSA definition in configure.ac when selecting alsa and add the cflags and libs to Makefile.am now that we use pkg-config. More... about 18 years ago
sweep: Fix dates in the Changelog, NEWS and release notes. More... about 18 years ago
sweep:Changelog: fixed a typo. More... about 18 years ago
sweep:sweep.desktop: changed to Categories=Application;AudioVideo; and Encoding=UTF-8. More... about 18 years ago
sweep:sweep.desktop: added Categories=GTK;Application;Music;Audio;Recorder;Player; More... about 18 years ago
sweep: added an empty acconfig.h until i figure out why Makefile rules are generated for it. More... about 18 years ago
sweep:sweep-0.9.0.txt: relnotes updated for 0.9.0 More... about 18 years ago
sweep:NEWS: updated for 0.9.0 More... about 18 years ago
sweep:TODO: add LADSPA browser and modular drivers. More... about 18 years ago
sweep:Changelog: update with changes for 0.9.0 More... about 18 years ago
sweep: install sweep.desktop in $(datadir)/applications and specify sweep.svg as the icon. More... about 18 years ago
sweep:configure.ac: make missing alsa requisites cause a configure error. fixes ticket:11 in the trac More... about 18 years ago
file_mad.c: raise buffer size in file_is_mpeg_audio() to significantly larger than the max frame size. this is a quick hack pending a better identification routine. relates to ticket:6 in the trac. More... about 18 years ago
fixed playback_whilst_loading segfault in mp3 specific code with a mutex. prevents reading the buffer in one thread that can be destroyed (moved) in another. this can produce dropouts (xruns) and might not be the best solution. More... about 18 years ago
AUTHORS: assign the blame for the gtk2 port and put in my email address. More... over 18 years ago
file_mad.c: increase buffer size to 4096 from 1024. allows loading of mp3s with large frames. fixes half of the bug listed in ticket:6. More... over 18 years ago
db_slider.c: fix record dialog sliders by using g_cclosure_marshal_VOID__FLOAT instead of g_cclosure_marshal_VOID__VOID in the value-changed signal definiton. More... over 18 years ago
Updated es_ES.po translation from Waldo Ramirez Montano. info added to AUTHORS More... over 18 years ago
removed redundant AC_SUBST items from the plugin makefiles. More... over 18 years ago
configure.ac: fix error reporting logic and restore thorough lib checks for gtk2 and attendant libs. More... over 18 years ago
apply patch from Paul Brossier <[email protected]>:
Conrad Parker
as conrad
More... over 18 years ago
sample-display.c: tweak sample_display_scroll_event coding style. More... over 18 years ago
sample-display.c: added new static function: sample_display_scroll_event. reenables mouse wheel zooming. More... over 18 years ago