- 1434714 added icons.c by Daniel Stenberg · 23 years ago
- 81948a5 add "icons.c" to the project by Stefan Meyer · 23 years ago
- 3d05c63 creation by Robert Hak · 23 years ago
- d22a3fb added externs from icon.[ch] by Robert Hak · 23 years ago
- bdc3ff0 add attribute and size to readdir by Stefan Meyer · 23 years ago
- 4674e87 my little icons in front of the files/dirs to show what kind of entry it by Daniel Stenberg · 23 years ago
- 7488832 NULL is not defined when this compiles on Linux, let's avoid that for now by Daniel Stenberg · 23 years ago
- e3a12d3 adjusted to build on my solaris box by Daniel Stenberg · 23 years ago
- 27dfc7c extended the wrapper layer, we can't depend on much in the "real" dirent by Daniel Stenberg · 23 years ago
- 8ae29ff is_dir() is removed, we now read the 'attribute' field from the dirent by Daniel Stenberg · 23 years ago
- 4852106 added x11_readdir() proto by Daniel Stenberg · 23 years ago
- 159d448 readdir() wrapper for proper dirent struct emulation in target code by Daniel Stenberg · 23 years ago
- 1e0323a small bugfix by Dave Chapman · 23 years ago
- 04fdc1e first implementation of directory scrolling - partly by Stefan Meyer by Dave Chapman · 23 years ago
- f830e38 fixed title string in x11 window by Dave Chapman · 23 years ago
- 00f090f no more Logf(), only use debugf() by Daniel Stenberg · 23 years ago
- 9dff75f compile debug.c from the firmware for logging errors by Daniel Stenberg · 23 years ago
- ee77969 - added Logf ( maybe it should be defined somewhere else) by Stefan Meyer · 23 years ago
- 8dd2fae add / del some files by Stefan Meyer · 23 years ago
- f7e476a Capitalization corrections on menu structure by Robert Hak · 23 years ago
- 40fe97b Added menu.c by Robert Hak · 23 years ago
- fe6c52c Cleaned up for menu.c/h usage by Robert Hak · 23 years ago
- 083e7d4 Initial creation. This removes alot of the cursor and menuing overhead by Robert Hak · 23 years ago
- 6220437 some basic docs for simulator hacking by Daniel Stenberg · 23 years ago
- a305d31 don't closedir(NULL) by Daniel Stenberg · 23 years ago
- a488797 fixed a DIR * leak by Daniel Stenberg · 23 years ago
- 0b306a4 Dave Chapman removed the annoying extra slash by Daniel Stenberg · 23 years ago
- ff2e651 Dave Chapman's browse subdirs too patch applied by Daniel Stenberg · 23 years ago
- c484ae4 builds with Player LCD too by Daniel Stenberg · 23 years ago
- 08e2b49 remove printf() by Daniel Stenberg · 23 years ago
- 5adb05f void functions don't return values... by Daniel Stenberg · 23 years ago
- df700fd use the menu function pointers properly by Daniel Stenberg · 23 years ago
- 1cc447a Play a tune. Uses the id3-info now and display it on screen. by Daniel Stenberg · 23 years ago
- 86a05c5 build play.c and id3.c too now by Daniel Stenberg · 23 years ago
- b3df191 wrapper include for the actual file.h to enable the change-root fiddle by Daniel Stenberg · 23 years ago
- 91f165e support open() properly so that the root dir works in the archos subdir by Daniel Stenberg · 23 years ago
- bd16e2f Use the defines, we can't assume a particular LCD or keypad. by Daniel Stenberg · 23 years ago
- f7a6c45 Make it easy to select which kind of LCD you want the simulator to feature by Daniel Stenberg · 23 years ago
- d3cf73e started to implement the charcell LCD api by Daniel Stenberg · 23 years ago
- 837e2c4 don't define anything like this here by Daniel Stenberg · 23 years ago
- 7212f83 funny preprocessor tricks by Daniel Stenberg · 23 years ago
- c8397f5 changed window size to be about the same size as a recorder by Daniel Stenberg · 23 years ago
- 225f620 Removed #defines Added structs, function pointers and enum of menu items. by Robert Hak · 23 years ago
- 523f228 Added browse_root(void) by Robert Hak · 23 years ago
- dbf60ee created by Robert Hak · 23 years ago
- a5e942f add reference to its header by Robert Hak · 23 years ago
- 8ff2e3f minor sizing correction by Robert Hak · 23 years ago
- 6675042 *** empty log message *** by Robert Hak · 23 years ago
- 38cb040 Commented out log statement on lcd_update by Robert Hak · 23 years ago
- 0326934 Commented out the KEY PRESSED and EVENT debug messages by Robert Hak · 23 years ago
- 0e747f1 Removed unused menu options by Robert Hak · 23 years ago
- 7350957 Fixed stupid error with cursor positioning on return from an app. by Robert Hak · 23 years ago
- 9433a8e Fixed global values for tetris game not being reset. This prevented you by Robert Hak · 23 years ago
- 67dc947 Menu cursor now wraps around top and bottom. Reworked drawing of cursor by Robert Hak · 23 years ago
- 24df270 Fixed tab issues and made use of lcd_clear_display instead of lcd_clearrect by Robert Hak · 23 years ago
- 4bcfec6 Corrected title display. List how to stop screensaver under the title. by Robert Hak · 23 years ago
- 797b469 Added screensaver.c reference by Robert Hak · 23 years ago
- 0c75674 Yes, its a simple screensaver... why not? by Robert Hak · 23 years ago
- caa446f Added reference to the small screensaver app I added by Robert Hak · 23 years ago
- d85d463 link with the firmware's sprintf() code just in case we'd start to use it, by Daniel Stenberg · 23 years ago
- 90ea952 slow down tetris a bit, now when the X11 simulator supports sleep() with by Daniel Stenberg · 23 years ago
- 85503a8 fixed header by Daniel Stenberg · 23 years ago
- 49108ec added the sleep simulation file by Daniel Stenberg · 23 years ago
- aa4ddab kernel.h wrapper file by Daniel Stenberg · 23 years ago
- 8d7c442 added sleep() simulation by Daniel Stenberg · 23 years ago
- e916e25 You can now successfully lose at tetris! (In other words, the game by Robert Hak · 23 years ago
- fda07ef removed win32 compiler directive by Felix Arends · 23 years ago
- 53a7dd2 added debug and panic support for the simulator by Felix Arends · 23 years ago
- 9469b04 Added compiled resource to cvs, so that people can compile with the make file without having to make the resource. by Felix Arends · 23 years ago
- 0a7c37f latest (working) makefile. by Felix Arends · 23 years ago
- 4f94aef added win32 simulator compability (by including windows.h) by Felix Arends · 23 years ago
- 664b2f7 UISW32 dir functions working, dirbrowse compatible. by Felix Arends · 23 years ago
- 25ca8f2 expanded the browser with a little cursor to move by Daniel Stenberg · 23 years ago
- 5ab87aa clear first, then draw might look better by Daniel Stenberg · 23 years ago
- 000cff8 call the dir browser when selected by Daniel Stenberg · 23 years ago
- 2df9d9a initial dir browsing code by Daniel Stenberg · 23 years ago
- 7b3abdc added for dir emulation by Daniel Stenberg · 23 years ago
- 381f6f1 Correcting mistaken formatting by Robert Hak · 23 years ago
- 6424841 Changed calls in draw_frame to lcd_drawline rather then drawing individual by Robert Hak · 23 years ago
- b3a0b4b corrected for Linux again by Daniel Stenberg · 23 years ago
- 9b68ef8 draw the "box" before calling the app by Daniel Stenberg · 23 years ago
- 22740a0 fixed for Solaris build by Daniel Stenberg · 23 years ago
- 497796b corrected the source header by Daniel Stenberg · 23 years ago
- 98ed5ed renamed file-win32.c/h to dir-win32.c/h by Felix Arends · 23 years ago
- 66ff621 updated directory functions, not fully working and untested yet by Felix Arends · 23 years ago
- 1ba9fae changed the colors to be more Recorder-like by Daniel Stenberg · 23 years ago
- e0cabee removed tetris.c by Felix Arends · 23 years ago
- ca3d6dc commented and explained block_data array by Felix Arends · 23 years ago
- e15d317 removed unistd.h completely by Daniel Stenberg · 23 years ago
- d00a54f set recorder keypad by Daniel Stenberg · 23 years ago
- 9636bb5 win32 compatible versions by Felix Arends · 23 years ago
- ac4d5ef one sleep is enough by Daniel Stenberg · 23 years ago
- 5ae0407 only lcd_update() when a key actually was pressed by Daniel Stenberg · 23 years ago
- 8776e03 pressing OFF in tetris now gets you back to the main menu by Daniel Stenberg · 23 years ago
- bd07316 adding small README to explain what this dir is about by Daniel Stenberg · 23 years ago
- bbce66c removed log, put a sleep() back since it runs just too fast otherwise by Daniel Stenberg · 23 years ago
- c6e0734 works in new dir by Daniel Stenberg · 23 years ago
- a73d52c use Logf() by Daniel Stenberg · 23 years ago
- 3caa3c0 moved X11-specific files into a separate subdir to keep root clean for by Daniel Stenberg · 23 years ago
- c154351 runs the app now, improved the lcd simulation a bit by Daniel Stenberg · 23 years ago