Mercurial > audlegacy
log
age | author | description |
---|---|---|
Mon, 01 Oct 2007 23:26:00 -0500 | William Pitcock | Unbreak compile. |
Mon, 01 Oct 2007 23:00:46 -0500 | William Pitcock | Start working on exporting all public functions via a vtable. The API version will be bumped to 7 once I am done and -Wl,-export-dynamic is removed. |
Mon, 01 Oct 2007 14:16:52 -0500 | William Pitcock | kill printf debug |
Mon, 01 Oct 2007 14:16:13 -0500 | William Pitcock | Instead of waiting 10ms, wait half the time of the period buffer. |
Mon, 01 Oct 2007 13:42:37 -0500 | William Pitcock | Remove mainwin_attach_idle_func(), use mainwin_idle_func() only when tristate buttons are triggered. |
Mon, 01 Oct 2007 12:38:51 -0500 | William Pitcock | Get rid of read_volume() craq. Add ui_main_set_initial_volume() to replace the only necessary remaining code. |
Mon, 01 Oct 2007 00:41:25 -0500 | William Pitcock | Seperate the 10hz loop dependent code from the rest of the remaining polling loop. |