A GTK+ / GStreamer based music player
Go to file
Bryan Schumaker 8609b9a6a7 libsaria: Use a linked list of library paths
I was using a map, but the map required duplicating the library path
everywhere.  Except for removing a path, I don't ever need to look up a
specific path by name, so why bother optimizing this case?  Iterating
over a linked list should be more efficient (and easier to comprehend)
2011-11-06 10:43:35 -05:00
images images: Flip thumbs down button 2011-05-01 11:59:50 -04:00
include Ocarina: Add a test menu item 2011-11-04 08:25:51 -04:00
libsaria libsaria: Use a linked list of library paths 2011-11-06 10:43:35 -05:00
ocarina Ocarina: Add a test menu item 2011-11-04 08:25:51 -04:00
screens Added Ocarina 4.3 Screenshots 2010-12-30 12:38:43 -05:00
.gitignore Change final program name 2011-09-03 09:13:38 -04:00
Sconstruct Remove config system 2011-10-28 14:17:59 -04:00