summaryrefslogtreecommitdiffstats
path: root/apps/recorder
AgeCommit message (Expand)AuthorFilesLines
2002-06-18bounce doesn't need to reference the nonexistant file: screensaver.hRobert Hak1-1/+0
2002-06-18removed files that were renamedRobert Hak2-157/+0
2002-06-18fixed typoRobert Hak1-1/+1
2002-06-17Removed snprintf warning. Removed unnecessary #ifdefBjörn Stenberg1-5/+1
2002-06-16first there was tetris, now we have sokobanRobert Hak2-0/+615
2002-06-16renamed screensaver.[ch] to boxesRobert Hak2-0/+156
2002-06-15unused variable, remove compiler warningDaniel Stenberg1-1/+0
2002-06-15made ss_loop staticDaniel Stenberg2-2/+1
2002-06-15Lemme describe it this way:Daniel Stenberg1-0/+139
2002-06-15Selector was already the cursor image, so I removed the duplicateDaniel Stenberg2-3/+1
2002-06-14nicer cursor and a folder bitmap that is horizontally aligned with the fileDaniel Stenberg1-2/+2
2002-06-14Added cursor bitmapDaniel Stenberg2-3/+5
2002-06-12remove WIN32 usageDaniel Stenberg1-5/+1
2002-06-12need to include "sprintf.h" for win32 simulatorFelix Arends1-0/+3
2002-06-07include string.h to remove compiler warning on targetDaniel Stenberg1-1/+1
2002-06-07Killed a few warningsLinus Nielsen Feltzing1-0/+2
2002-06-04sleep now references HZRobert Hak1-2/+2
2002-06-04increased length of 'you lose' displayRobert Hak1-2/+2
2002-06-03sprintf => snprintf and now we build on the recorder againDaniel Stenberg1-1/+1
2002-05-31Zoomed ScreenFelix Arends1-47/+90
2002-05-31Fixed remove-line-bug.Felix Arends1-4/+4
2002-05-31use proper ansi function declarations to reduce compiler warningsDaniel Stenberg1-7/+7
2002-05-31added this icon I call rockbox112x37, let's now all take a guess what itDaniel Stenberg2-0/+54
2002-05-30removed unused variables, removed static variablesDaniel Stenberg1-9/+6
2002-05-30corrected the comment regarding what kind of BMP files this readsDaniel Stenberg1-1/+1
2002-05-30prototype for the BMP file reader functionDaniel Stenberg1-0/+29
2002-05-29included debug.h for debugf functionFelix Arends1-0/+4
2002-05-29included string.h for memset in windowsFelix Arends1-0/+1
2002-05-28new button_get() usageDaniel Stenberg2-2/+2
2002-05-27removed bad externDaniel Stenberg1-1/+0
2002-05-24include "config.h" firstDaniel Stenberg2-0/+4
2002-05-21free memoryDaniel Stenberg1-0/+2
2002-05-17Moving recorder code to recorder/Björn Stenberg6-0/+1189