|
|
|
@720
|
[720]
|
05/30/10 17:21:05 |
erikd |
src/file_mad.c : Fix compiler warning. |
|
|
|
@719
|
[719]
|
04/24/10 11:34:25 |
conrad |
fix OSS configuration (remove ALSA requirement) |
|
|
|
@718
|
[718]
|
04/24/10 11:20:28 |
conrad |
configure: fix disabling of alsa, pulse
Fix the behaviour of … |
|
|
|
@717
|
[717]
|
04/24/10 11:20:22 |
conrad |
configure.ac: formatting |
|
|
|
@716
|
[716]
|
04/24/10 11:20:12 |
conrad |
Add cs translation by Pavel Fric |
|
|
|
@715
|
[715]
|
04/24/10 09:09:16 |
conrad |
TODO: snap-to-cursor for record |
|
|
|
@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. |
|
|
|
@697
|
[697]
|
12/30/09 08:23:44 |
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. |
|
|
|
@686
|
[686]
|
12/25/09 16:40:48 |
erikd |
Add missing file m4/shave.m4. |
|
|
|
@685
|
[685]
|
12/25/09 16:35:28 |
erikd |
Merge from trunk (rev 684). |
|
|
|
@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. |
|
|
|
@678
|
[678]
|
12/20/09 13:17:53 |
erikd |
configure.ac : Allow more than one device to be compiled in. |
|
|
|
@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. |
|
|
|
@673
|
[673]
|
12/17/09 17:29:15 |
erikd |
configure.ac : Improve initialisation. |
|
|
|
@672
|
[672]
|
12/16/09 18:19:52 |
erikd |
src/Makefile.am : Clean up CFLAGS usage. |
|
|
|
@671
|
[671]
|
12/16/09 18:19:14 |
erikd |
Fix automake warnings. |
|
|
|
@670
|
[670]
|
12/16/09 18:02:40 |
erikd |
Apply patch from Stepan Golosunov (via Debian) to fix crashes when
using … |
|
|
|
@669
|
[669]
|
12/16/09 17:57:08 |
erikd |
Apply patch to po/de.po from Jens Seidel (via Debian). |
|
|
|
@668
|
[668]
|
12/16/09 17:50:37 |
erikd |
Fix two compiler warnings. |
|
|
|
@667
|
[667]
|
12/16/09 17:19:02 |
erikd |
Shave (git://git.lespiau.name/shave) the autotool output. |
|
|
|
@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. |
|
|
|
@585
|
[585]
|
10/21/08 07:06:10 |
erikd |
configure.ac : Add AM_PROG_CC_C_O to fix automake warning. |
|
|
|
@584
|
[584]
|
10/18/08 09:54:32 |
erikd |
configure.ac : Check for libgtk+-2.0 >= 2.10.0. |
|
|
|
@583
|
[583]
|
10/14/08 16:26:58 |
erikd |
Add Pulseaudio support. Patch from Martin S on the mailing list. |
|
|
|
@582
|
[582]
|
07/07/08 15:17:28 |
kickback |
sweep-unstable: better schemes window sizing |
|
|
|
@581
|
[581]
|
06/03/08 17:26:17 |
kickback |
sweep-unstable: use gtk_window_present to raise the scheme editor window … |
|
|
|
@580
|
[580]
|
06/03/08 15:42:24 |
conrad |
update autogen.sh to allow out-of-tree builds |
|
|
|
@579
|
[579]
|
06/03/08 14:40:19 |
conrad |
update autogen.sh to allow out-of-tree builds |
|
|
|
@578
|
[578]
|
05/20/08 19:47:40 |
kickback |
sweep-unstable: tweaked some schemes |
|
|
|
@577
|
[577]
|
05/20/08 19:28:01 |
kickback |
sweep-unstable: add two more schemes (venom and indigo) |
|
|
|
@576
|
[576]
|
05/19/08 13:32:57 |
kickback |
sweep-unstable: move schemes_ed_* callbacks into schemes.c/h implement … |
|
|
|
@575
|
[575]
|
05/19/08 03:42:20 |
kickback |
sweep-unstable: unify scheme editor callback names, cleanup old menu proxy … |
|
|
|
@574
|
[574]
|
05/17/08 07:13:32 |
kickback |
sweep: a wrong thing did happen |
|
|
|
@566
|
[566]
|
04/12/08 00:40:14 |
kickback |
sweep: change release information wording from maintenance release to bug … |
|
|
|
@565
|
[565]
|
04/12/08 00:03:00 |
kickback |
sweep: fix tab usage in info files |
|
|
|
@564
|
[564]
|
04/11/08 23:12:22 |
kickback |
sweep: ran make update-po in /po |
|
|
|
@563
|
[563]
|
04/11/08 23:11:28 |
kickback |
sweep: update configure.ac for 0.9.3 |
|
|
|
@562
|
[562]
|
04/11/08 23:08:28 |
kickback |
sweep: update Changelog and NEWS for 0.9.3 |
|
|
|
@561
|
[561]
|
04/11/08 23:02:52 |
kickback |
sweep: add 0.9.3 release notes |
|
|
|
@560
|
[560]
|
04/11/08 22:37:01 |
kickback |
sweep: update email address for Juan Manuel |
|
|
|
@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 … |
|
|
|
@556
|
[556]
|
04/11/08 21:57:18 |
kickback |
sweep-unstable: create new branch for work in progress |
|
|
|
@554
|
[554]
|
04/06/08 16:05:18 |
conrad |
check bounds of speex mode, cf: http://trac.annodex.net/changeset/3535 |
|
|
|
@549
|
[549]
|
03/11/08 09:43:04 |
conrad |
update email address for Juan Manuel |
|
|
|
@548
|
[548]
|
03/07/08 17:35:56 |
kickback |
sweep: spell Frigid correctly in the schemes file |
|
|
|
@547
|
[547]
|
03/07/08 17:34:56 |
kickback |
sweep: po/ updates |
|
|
|
@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 … |
|
|
|
@534
|
[534]
|
02/28/08 00:12:26 |
kickback |
sweep: update AUTHORS to include mention of Radoslaws scroll pane patch |
|
|
|
@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 |
|
|
|
@530
|
[530]
|
01/09/08 19:32:01 |
conrad |
add updated Italian translation from Yuri Bongiorno |
|
|
|
@528
|
[528]
|
11/17/07 04:35:01 |
kickback |
sweep: allow opening multiple files. properly exit sweep when loading is … |
|
|
|
@527
|
[527]
|
11/13/07 15:25:57 |
kickback |
sweep: update AUTHORS with info on Frank's fade patch, add my email … |
|
|
|
@526
|
[526]
|
11/13/07 15:16:48 |
kickback |
sweep: refix the fade percent calculation. math is like what? |
|
|
|
@525
|
[525]
|
11/13/07 15:05:50 |
conrad |
update line numbers, new strings ("Open Recent" etc.) in translation .po … |
|
|
|
@524
|
[524]
|
11/13/07 15:04:21 |
conrad |
Add Japanese translation by Norihiro YONEDA (米田憲弘) |
|
|
|
@523
|
[523]
|
11/13/07 14:57:36 |
conrad |
update gettext language code list URL, ALL_LINGUAS instructions |