|
|
|
@720
|
[720]
|
05/30/10 17:21:05 |
erikd |
src/file_mad.c : Fix compiler warning. |
|
|
|
@705
|
[705]
|
01/04/10 16:11:54 |
erikd |
Add --disable-gtk-deprecated configure option to disallow use of … |
|
|
|
@704
|
[704]
|
01/03/10 16:22:05 |
erikd |
src/file_vorbis.c : Define OV_EXCLUDE_STATIC_CALLBACKS to prevent compiler … |
|
|
|
@703
|
[703]
|
01/03/10 15:22:42 |
erikd |
Replace deprecated GTK_CHECK_CLASS_CAST with G_TYPE_CHECK_CLASS_CAST. |
|
|
|
@702
|
[702]
|
01/01/10 18:36:55 |
erikd |
src/sweep_sample.c : Revert more leak fixes.
GTK+ is the suck. These … |
|
|
|
@701
|
[701]
|
01/01/10 14:46:09 |
erikd |
Replace deprecated gtk_timeout_add/remove functions with their … |
|
|
|
@700
|
[700]
|
12/31/09 18:09:28 |
erikd |
src/view.c : Back out a change that causes gtk error messages. |
|
|
|
@699
|
[699]
|
12/31/09 15:11:28 |
erikd |
Fix markings of File/Close and File/Quit menu items.
The Close option was … |
|
|
|
@698
|
[698]
|
12/30/09 08:24:27 |
erikd |
Further reduce memory leaks. |
|
|
|
@696
|
[696]
|
12/29/09 13:58:30 |
erikd |
Plug more per-open-file memory leaks. |
|
|
|
@695
|
[695]
|
12/29/09 13:02:55 |
erikd |
Fix a segfault caused by sample_set_progress_ready() being called from … |
|
|
|
@694
|
[694]
|
12/29/09 12:17:49 |
erikd |
sweep_timeout_remove : Do nothing when passed a timeout id of -1. |
|
|
|
@693
|
[693]
|
12/29/09 11:27:33 |
erikd |
src/sweep_sample.c : Destroy sample after removing it from list, not … |
|
|
|
@692
|
[692]
|
12/29/09 09:12:18 |
erikd |
src/sweep_sample.c : Fix potentially dangerous usage of snprintf. |
|
|
|
@691
|
[691]
|
12/29/09 09:07:41 |
erikd |
Remove needless #defines of buffer lengths.
Code had many instances of:
… |
|
|
|
@690
|
[690]
|
12/29/09 08:50:09 |
erikd |
src/param.c : Fix dangerous usage of snprintf. |
|
|
|
@689
|
[689]
|
12/28/09 17:31:36 |
erikd |
src/driver.c : Handle the case where the driver chosen in preferences … |
|
|
|
@688
|
[688]
|
12/28/09 08:51:06 |
erikd |
Clean up large number of '#if 0' and '#if 1' code blocks.
Remove code … |
|
|
|
@687
|
[687]
|
12/27/09 12:54:06 |
erikd |
Remove redundant function parameter to driver_write function. |
|
|
|
@684
|
[684]
|
12/24/09 15:22:43 |
erikd |
Reduce memory leakage in plugins. |
|
|
|
@683
|
[683]
|
12/23/09 20:20:50 |
erikd |
Fix memory leak by adding a closedir for each opendir. |
|
|
|
@682
|
[682]
|
12/23/09 19:51:57 |
erikd |
Fix valgrind warning. Free mutex before clearing and freeing. |
|
|
|
@681
|
[681]
|
12/20/09 15:11:46 |
erikd |
Rename internal OSS and Solaris driver functions for consistency. |
|
|
|
@680
|
[680]
|
12/20/09 13:44:19 |
erikd |
Fix typos in comments. |
|
|
|
@679
|
[679]
|
12/20/09 13:19:33 |
erikd |
Allow chosing between output drivers at runtime. |
|
|
|
@677
|
[677]
|
12/20/09 12:02:04 |
erikd |
Remove duplicate g_mutex_new() for play_mutex. |
|
|
|
@676
|
[676]
|
12/18/09 06:15:38 |
erikd |
Fix memory leak in ALSA, OSS and Solaris drivers. |
|
|
|
@675
|
[675]
|
12/17/09 21:49:22 |
erikd |
Fix memory leak (each pulse_open() was allocating memory which was … |
|
|
|
@674
|
[674]
|
12/17/09 17:36:44 |
erikd |
Add 'const char * name' to struct _sw_driver. |
|
|
|
@672
|
[672]
|
12/16/09 18:19:52 |
erikd |
src/Makefile.am : Clean up CFLAGS usage. |
|
|
|
@670
|
[670]
|
12/16/09 18:02:40 |
erikd |
Apply patch from Stepan Golosunov (via Debian) to fix crashes when
using … |
|
|
|
@668
|
[668]
|
12/16/09 17:50:37 |
erikd |
Fix two compiler warnings. |
|
|
|
@666
|
[666]
|
12/16/09 16:42:38 |
erikd |
src/preferences.c : Fix pointer aliasing problem. |
|
|
|
@665
|
[665]
|
12/16/09 16:42:10 |
erikd |
src/file_speex.c : Fix initialisation warning. |
|
|
|
@664
|
[664]
|
12/16/09 16:33:32 |
erikd |
driver_pulseaudio.c : Handle the case where pa_simple_new() returns NULL. |
|
|
|
@587
|
[587]
|
05/23/09 07:07:09 |
erikd |
Handle NULL return from src_get_description. |
|
|
|
@586
|
[586]
|
10/22/08 18:38:09 |
erikd |
Add missing file src/driver_pulseaudio.c. |
|
|
|
@583
|
[583]
|
10/14/08 16:26:58 |
erikd |
Add Pulseaudio support. Patch from Martin S on the mailing list. |
|
|
|
@559
|
[559]
|
04/11/08 22:34:28 |
kickback |
sweep: fix device_config() singleton (dialog was not set to NULL when … |
|
|
|
@558
|
[558]
|
04/11/08 22:31:11 |
kickback |
sweep: check bounds of speex mode, cf: … |
|
|
|
@557
|
[557]
|
04/11/08 22:08:21 |
kickback |
sweep: revert entire tree back to revision 530 state to facilitate quick … |
|
|
|
@554
|
[554]
|
04/06/08 16:05:18 |
conrad |
check bounds of speex mode, cf: http://trac.annodex.net/changeset/3535 |
|
|
|
@546
|
[546]
|
03/07/08 16:35:16 |
kickback |
sweep: make hand tool mimic inertia and not a rubber band. (if you stop … |
|
|
|
@545
|
[545]
|
03/07/08 14:52:50 |
kickback |
sweep: more cleanups. fix ref counting bug |
|
|
|
@544
|
[544]
|
03/06/08 10:28:18 |
kickback |
sweep: reduce relief effect slightly |
|
|
|
@543
|
[543]
|
03/06/08 10:11:04 |
kickback |
sweep: add relief to scroll pane bar |
|
|
|
@542
|
[542]
|
03/06/08 08:00:20 |
kickback |
sweep: scheme menu previews plus some more code cleanage |
|
|
|
@541
|
[541]
|
03/03/08 14:47:03 |
kickback |
sweep: more window/button icons for the info and plugin windows |
|
|
|
@540
|
[540]
|
03/03/08 13:43:26 |
kickback |
sweep: ICON TSUNAMI! and some other stuff |
|
|
|
@539
|
[539]
|
03/01/08 11:22:42 |
kickback |
sweep: make default check button insensitive when checked |
|
|
|
@538
|
[538]
|
03/01/08 10:52:31 |
kickback |
sweep: implement default scheme selection. tweak keyfile parser |
|
|
|
@537
|
[537]
|
02/29/08 11:44:56 |
kickback |
sweep: more schemes cleanups. mainly formatting |
|
|
|
@536
|
[536]
|
02/29/08 11:10:31 |
kickback |
sweep: reorganise scheme editor and tidy up schemes_create_editor() code a … |
|
|
|
@535
|
[535]
|
02/28/08 09:43:06 |
kickback |
sweep: fix device_config() singleton (dialog was not set to NULL when … |
|
|
|
@533
|
[533]
|
02/27/08 23:56:19 |
kickback |
sweep: add scrollpane.c/h |
|
|
|
@532
|
[532]
|
02/27/08 23:47:36 |
kickback |
sweep: first stab at a scheme editor. added some icons to dialogs. |
|
|
|
@531
|
[531]
|
01/12/08 01:53:20 |
kickback |
sweep: add Radoslaw's scroll pane patch. slightly edited |
|
|
|
@528
|
[528]
|
11/17/07 04:35:01 |
kickback |
sweep: allow opening multiple files. properly exit sweep when loading is … |
|
|
|
@521
|
[521]
|
11/11/07 19:17:56 |
kickback |
sweep: switch to gtk_file_chooser_dialog for open/save. revert to previous … |
|
|
|
@520
|
[520]
|
11/10/07 22:29:21 |
kickback |
sweep: show recent menu tooltips and set entry limit to 20 |
|
|
|
@519
|
[519]
|
11/10/07 22:11:26 |
kickback |
sweep: add Open Recent menu using GtkRecentManager?. auto detects required … |
|
|
|
@518
|
[518]
|
11/09/07 17:51:42 |
kickback |
sweep: nothing to see here, move along |
|
|
|
@517
|
[517]
|
11/09/07 17:37:50 |
kickback |
sweep: fix PACKAGE_DATA_DIR definition to work with recent autoconf … |
|
|
|
@485
|
[485]
|
03/08/07 17:59:09 |
erikd |
Prevent SIGFPE when ALSA fails to open correctly. |
|
|
|
@484
|
[484]
|
02/04/07 06:43:07 |
erikd |
Fix two compiler warnings. |
|
|
|
@483
|
[483]
|
02/04/07 06:39:20 |
erikd |
src/driver_alsa.c : Print a message if ALSA opened with channels < 1. |
|
|
|
@481
|
[481]
|
02/03/07 23:51:23 |
kickback |
replace c99 func round() with ceil() |
|
|
|
@472
|
[472]
|
01/20/07 09:32:42 |
kickback |
move driver tdb keys into driver struct. allows unique settings |
|
|
|
@469
|
[469]
|
01/12/07 07:50:43 |
radekk |
Hand Tool smooth scrolling. |
|
|
|
@462
|
[462]
|
01/08/07 19:20:13 |
radekk |
Dedlock removed. |
|
|
|
@461
|
[461]
|
01/08/07 19:16:09 |
radekk |
Corrected mistake in sweep_sounddata.c |
|
|
|
@460
|
[460]
|
01/08/07 18:54:36 |
radekk |
Remove memory leakage in sweep_sounddata.c.
Remove unused sample.c from … |
|
|
|
@443
|
[443]
|
11/28/06 12:29:12 |
kickback |
sweep:src/view.c fix progress percent in window title (use … |
|
|
|
@442
|
[442]
|
11/26/06 04:59:31 |
radekk |
Hand tool - implementing cursor hand. |
|
|
|
@441
|
[441]
|
11/25/06 06:50:06 |
radekk |
Fixing rounding problems in Hand Tool again. I think its final. |
|
|
|
@440
|
[440]
|
11/25/06 01:14:36 |
radekk |
Fixing some rounding problems in Hand Tool. |
|
|
|
@439
|
[439]
|
11/24/06 13:41:37 |
conrad |
fix type of length passed to speex_header_to_packet()
Bug reported by … |
|
|
|
@438
|
[438]
|
11/23/06 23:08:38 |
radekk |
Introducing Hand Tool. |
|
|
|
@436
|
[436]
|
10/20/06 16:18:36 |
kickback |
sweep: fix use of NOMODIFY() macro in new create_view_menu_item function |
|
|
|
@435
|
[435]
|
10/20/06 12:51:52 |
kickback |
sweep: make most accels editable. creates new file ~/.sweep/keybindings. … |
|
|
|
@434
|
[434]
|
10/12/06 16:24:07 |
kickback |
sweep: remove match for -v when triggering --ignore-failed-lock (cut and … |
|
|
|
@433
|
[433]
|
10/12/06 16:14:07 |
kickback |
sweep: add option to ignore failed tdb file lock. enables sweep to be used … |
|
|
|
@409
|
[409]
|
07/18/06 18:07:49 |
erikd |
sweep : Replace all usage of sprintf with snprintf. |
|
|
|
@392
|
[392]
|
06/26/06 20:17:49 |
erikd |
Remove file_sndfile0.c from build and delete file. |
|
|
|
@387
|
[387]
|
06/24/06 16:07:26 |
erikd |
Fix two minor issues found with gcc -Werror. |
|
|
|
@378
|
[378]
|
04/01/06 03:22:48 |
kickback |
sweep:src/samplerate.c: hook delete event so that it calls … |
|
|
|
@371
|
[371]
|
03/12/06 06:52:39 |
kickback |
sweep:file_dialogs.c: fixed ticket:17 sweep can now open multiple files … |
|
|
|
@370
|
[370]
|
03/09/06 03:24:36 |
kickback |
sweep:view.c: fixed ticket:9 close while loading segfault. needed to … |
|
|
|
@360
|
[360]
|
02/19/06 06:49:34 |
kickback |
sweep:src/file_speex.c: initialise rate as -1. resolves ticket:21. |
|
|
|
@359
|
[359]
|
02/18/06 15:18:42 |
kickback |
sweep:src/time_ruler.c: remove accidently committed debugging code. |
|
|
|
@357
|
[357]
|
02/18/06 12:11:10 |
kickback |
sweep:src/time_ruler.c: switch to gdouble from gfloat in timer_draw_ticks. … |
|
|
|
@353
|
[353]
|
02/06/06 20:28:50 |
kickback |
sweep: add and use new about dialog png from Pascal Klein. |
|
|
|
@351
|
[351]
|
02/04/06 15:22:39 |
kickback |
sweep:src/sample_display.c: fix cause of GCC4 "differ in signedness" … |
|
|
|
@343
|
[343]
|
02/02/06 11:13:31 |
kickback |
sweep:file_speex.c: prevent deref type-punned pointer warnings. (patch … |
|
|
|
@342
|
[342]
|
02/02/06 11:12:22 |
kickback |
sweep: prevent deref type-punned pointer warnings. (patch from Takashi … |
|
|
|
@340
|
[340]
|
01/31/06 13:02:27 |
kickback |
sweep:src/db_ruler.c: added scroll_event handler to reenable vertical … |
|
|
|
@317
|
[317]
|
01/25/06 05:05:54 |
kickback |
sweep: reinsert ommited DRIVER_ALSA definition in configure.ac when … |
|
|
|
@305
|
[305]
|
01/14/06 21:05:23 |
kickback |
file_mad.c: raise buffer size in file_is_mpeg_audio() to significantly … |
|
|
|
@304
|
[304]
|
01/14/06 02:29:41 |
kickback |
fixed playback_whilst_loading segfault in mp3 specific code with a mutex. … |
|
|
|
@300
|
[300]
|
12/07/05 21:04:20 |
kickback |
file_mad.c: increase buffer size to 4096 from 1024. allows loading of mp3s … |