summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Remove redundant code in list.cTomer Shalev1-9/+3
2009-10-05Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev2-0/+8
2009-10-05Updated Hebrew language (fixed position of question marks)Tomer Shalev1-10/+10
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev3-14/+18
2009-10-05Encoding fixesMichael Sparmann2-74/+74
2009-10-05Fix yellowTomer Shalev1-3/+3
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev3-10/+12
2009-10-05Reworked iPod Nano 2G PMU code, added RTC and battery ADC.Michael Sparmann8-27/+213
2009-10-05Fix red - typeTomer Shalev1-1/+1
2009-10-05- Use pointers instead of repeating access to array elementTomer Shalev1-64/+65
2009-10-05Add some more options to rbutil deploy script.Dominik Riebeling1-10/+33
2009-10-05Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev4-64/+8
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev6-57/+47
2009-10-05Invert buttons in RTL modeTomer Shalev6-8/+63
2009-10-05FS#10654 - Fix descriptions in manual to obey Latex guidelines Tomer Shalev9-155/+155
2009-10-05Fix the user timer on iPod Nano 2GMichael Sparmann3-14/+31
2009-10-05iPod Nano 2G NAND/ECC driver and FTL improvements (still polling)Michael Sparmann2-51/+176
2009-10-05Fix the stack string issue for the Meizus, tooMichael Sparmann1-6/+4
2009-10-05Fix yellowTomer Shalev1-11/+8
2009-10-05Have scollbar in the right side while in RTL modeTomer Shalev1-5/+11
2009-10-05Make iPod Nano 2G audio workMichael Sparmann2-16/+26
2009-10-05Reduce impact of lost interrupts on S5L8700 I2CMichael Sparmann1-7/+7
2009-10-05Fix a #ifdef typo and the reds hidden by itMichael Sparmann1-11/+10
2009-10-05Fix displaying strings on stack for iPod Nano 2GMichael Sparmann1-0/+5
2009-10-05Add myself to COMMITTERSMichael Sparmann1-0/+1
2009-10-05Fix red - bootloaders don't link language supportTomer Shalev1-0/+7
2009-10-05Fix red - forgot one #ifdefTomer Shalev1-1/+2
2009-10-05Fix some of the redsTomer Shalev1-2/+4
2009-10-05RTL support in menusTomer Shalev11-19/+127
2009-10-05Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not w...Jonathan Gordon1-1/+1
2009-10-05Manual: Add instructions to switch USB HID keymap modesTomer Shalev1-6/+29
2009-10-05Add H10's mouse buttons in USB HID mode to manualTomer Shalev1-1/+5
2009-10-05Fix red by r22940 (undefined button used)Tomer Shalev1-4/+4
2009-10-05Add USB HID mouse support for H10Tomer Shalev14-263/+404
2009-10-05Revert usage string change from r22930.Tomer Shalev1-1/+1
2009-10-05Brickmania: Add an extra check in the hit logic to make sure that the brick i...Karl Kurbjun1-1/+4
2009-10-05Brickmania: Fix the flip_sides powerup on touchscreens.Karl Kurbjun1-1/+1
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun2-17/+7
2009-10-05Fix RedKarl Kurbjun3-1/+6
2009-10-05Brickmania: Touchscreen improvements - Take advantage of the immediate button...Karl Kurbjun1-41/+47
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun4-0/+17
2009-10-05redraw the AA much less frequently to save bettery life and also let skins dr...Jonathan Gordon2-3/+6
2009-10-04Brickmania: Some code refactoring - no functional changes.Karl Kurbjun1-225/+230
2009-10-04Use similiar constants in genlang and language.c.Tomer Shalev2-10/+14
2009-10-04Have codepage name show in a commentTomer Shalev1-5/+23
2009-10-04Add command line option for adding additional files to the build folder.Dominik Riebeling1-2/+9
2009-10-04Brickmania: Add new, finer detail images for the bricks and the ball for 640x...Karl Kurbjun2-0/+0
2009-10-04Brickmania: Fix the flip-sides powerup with touchscreen and make the whole ga...Karl Kurbjun1-11/+15
2009-10-04Brickmania - Fix and enable the absolute touchscreen mode.Karl Kurbjun1-5/+17
2009-10-04Implement lcd_update_rect()Dave Chapman1-6/+47