summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2010-01-30mandelbrot: start with bright colors on greyscaleRafaël Carré
2010-01-30mandelbrot: use correct colors on greyscale targets (FS#10935)Rafaël Carré
2010-01-28Bugfix - buf_size was being used before being initialised.Dave Chapman
2010-01-27snake2: use select and not long select on fuzeRafaël Carré
2010-01-26Fuze: Change pause/exit button in chopper to short home as it's nearly imposs...Thomas Martitz
2010-01-26Accept the last patch FS#10797 with a few changes by me (fixing side effects ...Thomas Martitz
2010-01-24Disable DOOM for c200v2, it won't runRafaël Carré
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré
2010-01-21fractals: set svn:keywords property.Teruaki Kawashima
2010-01-21Fractals: this should fix bugs on simulator for greyscale LCD targets.Teruaki Kawashima
2010-01-21mpegplayer: reset foreground/background color and clear display in case they ...Teruaki Kawashima
2010-01-21jpeg,png: fix typo in comments and indentions.Teruaki Kawashima
2010-01-20FS#10738: fix disktidy plugin crash when dealing with very long file/director...Amaury Pouly
2010-01-19Fractals: No need to have globals under ctx structTomer Shalev
2010-01-18A simple rename in cube.c (s/USE_GSLIB/USEGSLIB) in order to have better cons...Tomer Shalev
2010-01-18Fractals: Use overlay (do not clear the screen and paint the same region) whe...Tomer Shalev
2010-01-18Fractals: fix weird keymap for SAMSUNG_YH_PAD. adjust spaces.Teruaki Kawashima
2010-01-18jpeg,png: Merge user interface code and plugin entry point of the two plugins...Teruaki Kawashima
2010-01-17Fix warnings in frotz, one of which is a real bug :)Torne Wuff
2010-01-17New plugin: frotz, a Z-machine interpreter, for playing interactive fiction.Torne Wuff
2010-01-17Fractals: Have helper functions in header file to keep them inlinedTomer Shalev
2010-01-17Fractals: Use more colorsTomer Shalev
2010-01-17Fractals: Prevent zooming more than deepest possible zoomTomer Shalev
2010-01-17Fractals: Fix SAMSUNG_YH_PAD key assignment. Also fixes redTomer Shalev
2010-01-17Fractals: Fix redTomer Shalev
2010-01-17Fractals: Add forgotten FRACTAL_ZOOM_OUT_PRE to button_yield()Tomer Shalev
2010-01-17Fractals: Use constants for screen panningTomer Shalev
2010-01-17change dependencies in make files:Teruaki Kawashima
2010-01-15Fractals: Use defines for colorsTomer Shalev
2010-01-15Fractals: Fix yellowTomer Shalev
2010-01-15Mandelbrot: Another try at fixing redsTomer Shalev
2010-01-15Fractals: Fix redTomer Shalev
2010-01-15FS#10911 - Plugins: Fractals (formerly Mandelbrot) Tomer Shalev
2010-01-13mpegplayer:Teruaki Kawashima
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff
2010-01-03Onda VX747/VX777: cleanup linker files a bitMaurus Cuelenaere
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken
2010-01-03Fix warning in chip8 plugin for simulator buildsBertrik Sikken
2010-01-03chip8 plugin:Bertrik Sikken
2010-01-03More tabs removedAndree Buschmann
2010-01-02Fix tabs in chip8 pluginBertrik Sikken
2010-01-02xobox: show game stats when finishing levelJeffrey Goode
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken
2010-01-02Brickmania: Change the drawing/collision detection to simplify position manag...Karl Kurbjun
2010-01-02Fix red.Karl Kurbjun
2010-01-02Brickmania: Scale bitmaps with the high-res bricks to fit them to the LCD wid...Karl Kurbjun
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken
2009-12-30Add bitmaps for correct and wrong flags when showing the full board. (Feel fr...Antoine Cellerier
2009-12-30Clicking on a discovered tile with its number of adjacent mines already flagg...Antoine Cellerier
2009-12-23Brickmania: Improve screen collision detection.Karl Kurbjun