| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Change-Id: I45b72364ec660c96368837b543b0f6d556f9f66a
Reviewed-on: http://gerrit.rockbox.org/72
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
|
| |
|
|
|
|
| |
Change-Id: Ib0ae0f31a8b040aba5dca4e11df934c89aaca232
Reviewed-on: http://gerrit.rockbox.org/73
Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
|
| |
|
|
| |
Change-Id: I3524708059d0de04581cdcefe337f9d6ae09f891
|
| |
|
|
| |
Change-Id: I6d058099ebb4c9d0aa5b21cb8b2e01bb4a5965d4
|
| |
|
|
|
|
| |
in the sbs
Change-Id: Ib823860e65909ac227910a16f6caac207b7e22c3
|
| |
|
|
|
|
| |
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl>
Change-Id: I7a8a3b08ff73f8ea6c33ab5721a53e89aca44f91
|
| |
|
|
| |
Change-Id: Idcff29c9b89e7dbe7e9c7d2413737e0d598b7831
|
| |
|
|
|
|
|
|
| |
touchscreen including point mode.
Enable test_fps on RaaA also.
Change-Id: Ifeb60d5ad30bde1f8a645cd9e9d5d5ae34f4425d
|
| |
|
|
| |
Change-Id: Ie56414c1a025bd786bf9e6edce1c09e6626f9f4a
|
| |
|
|
|
|
|
|
|
| |
The old touchscreen_get() needed an external button_get() call. Now two APIs are
added that do this call internally. This way they behave similar to get_action.
The old API is preserved (but renamed) since it's used in reversi.
Change-Id: I24902c64a357f2fdd7d0c2f5371cbfd20f34f1c8
|
| |
|
|
|
|
| |
enables it on RaaA.
Change-Id: I616bb39c1e785e39e9369d2ccef45477911bb5a3
|
| |
|
|
|
|
| |
Scripts can now make use of PLA_* actions to be more target independant.
Change-Id: I1b9f69e07f41b2187ecc1bad25a2c20eaaef92b4
|
| |
|
|
|
|
|
|
| |
touchscreen.
Fix cowond2 select repeat at the same time.
Change-Id: I3ee0c2a3fdc74978c159335949c183d36d5d29af
|
| |
|
|
|
|
| |
They force grid mode but don't need graphics so good enough for now.
Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b
|
| |
|
|
|
|
|
|
|
|
| |
Plugins revert to grid mode currently. If they create a list the list ends
up in grid mode as well even if they use point mode due to settings in the core.
The expectation is that the lists use whatever mode they also use in the core.
Force setting in menu to have them behave the same in core and plugins.
Change-Id: I9534b2f21ccfa920eb2e48f66b04ecbda7a59011
|
| |
|
|
| |
Change-Id: I44b8693c689da00f57c14622f4ba3dc554dbbfc9
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hoshi locations were hardcoded and only for board sizes 9, 13 and 19.
This new way has identical results for those board sizes, but
also places hoshi on other size boards.
There are no real standards for where hoshi should go on boards other
than 9, 13 and 19, but I think the results obtained are aesthetically
pleasing (and certainly better than not having any hoshi at all).
Change-Id: I08e449f17d782d212d5b1e16ebd7df52aec9ffb9
Reviewed-on: http://gerrit.rockbox.org/68
Reviewed-by: Björn Stenberg <bjorn@haxx.se>
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
|
| |
|
|
| |
Change-Id: I9603acfe75d694a6533df3b7bdb490fad1a0b4e9
|
| |
|
|
| |
Change-Id: I8b29787fb99e0469c9e4a0b0ea08e61d3ff92589
|
| |
|
|
|
|
| |
Change the none action return value so the various action layers don't get confused by ACTION_TOUCHSCREEN return codes which shouldn't be happening (i.e when a long press region overlaps a short press region whihc has the none action)
Change-Id: I63db2c0b49597ada2c5ebd0ef98e99aeef4f522a
|
| |
|
|
|
|
|
| |
The SSND bit is intended to be right after the t_aiff-sized header.
Someone got cast vs + precedence rules wrong here.
Change-Id: Iccec75043ed5e35724331f9833b24f7e3b90c447
|
| |
|
|
|
|
|
|
|
| |
It's not useful as it means we test code at a different -O level than
we run it at.
Fixes build errors caused by gcc 4.3. Fix some warnings
the change would introduce as well.
Change-Id: Id9ff31dc08694b0bfc5272f5e690c41f7918ed22
|
| |
|
|
|
|
| |
This way it works for sim/application too.
Change-Id: I27aa7ce9971e7cb4521106a4f8b37d02503d9d09
|
| |
|
|
|
|
|
|
|
| |
Using the stack pointer for anything else than pointing to the
current stack can have in very bad effects, especially on hosted
platforms (e.g. when mixed with signals). Remove this at a
neglible performance cost.
Change-Id: I9545d701bd13c32456c224b87c708d907880c0ff
|
| |
|
|
| |
Change-Id: I5ac64d781aaa1aa2b3157589f8e689c0d946a39f
|
| |
|
|
|
|
|
| |
Core, codecs and plugins link it separately so this gets rid of SOURCES trickery.
Don't build it for hosted targets.
Change-Id: If15ef90e93cd218a4352ae8e89eea95d3122452f
|
| |
|
|
|
|
|
| |
Using the stack pointer for anything else than pointing to the
current stack can have in very bad effects, especially on hosted
platforms (e.g. when mixed with signals). Remove this at
very slight performance cost.
|
| | |
|
| |
|
|
| |
Change-Id: Ie7ba930e3331fd48186c245bd8a30731017d688e
|
| |
|
|
|
|
| |
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl>
Change-Id: I915d3158ab21a0ab130560137c739b9541b09e36
|
| |
|
|
|
|
| |
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl>
Change-Id: Ied8f43ed9b9008d05eb8869f00a5fa1bd6dd858b
|
| |
|
|
|
|
| |
Signed-off-by: Amaury Pouly <amaury.pouly@gmail.com>
Change-Id: Ib94cec07c80892eb50471c87b83e2701911ea0d7
|
| |
|
|
| |
Change-Id: Idc6d59835d1fd20cb4828543547b6d8b6f74053b
|
| |
|
|
|
|
| |
int64_t value.
Change-Id: I0830b3276eecb52e0f52599126fd23f95d0742aa
|
| |
|
|
|
|
|
|
|
| |
C99-ify variables to keep them localized
Use sum of absolute differences instead of sum of squared differences for
autocorrelation which should reach the same conclusion and avoid 64-bit
multiplication.
Change-Id: If4f3715a36225420db3b05e9814b81766d04f0f3
|
| |
|
|
|
|
| |
callback to stop clicks when we are at the end of the list
Change-Id: Iabb44a861dd7506cd883c1bdb0241303fa646746
|
| |
|
|
| |
Change-Id: Idb6ce02716887d70aee65f9266f17875cab84158
|
| |
|
|
|
| |
Change-Id: I370e2c1ccd4b0c1120079e46662573e7f3762dc6
Signed-off-by: Rafaël Carré <funman@videolan.org>
|
| |
|
|
|
|
|
|
|
|
| |
duplicate of FS#12433
duplicate of FS#12456
duplicate of FS#12386
duplicate of FS#12342
Signed-off-by: Rafaël Carré <funman@videolan.org>
Change-Id: If69d5fdb3a969d3c2c04df62ce841185f2864326
|
| |
|
|
|
| |
Change-Id: I4bca90cd3d757ff37f616f47c41dd78537db6a80
Signed-off-by: Rafaël Carré <funman@videolan.org>
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31646 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31643 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31632 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31631 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31628 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
|
|
|
|
|
|
|
| |
move prototypes to ascodec.h
move code to ascodec*.c
YPR0: use adc-as3514.c instead of duplicating it
TODO: merge as3514.h and ascodec.h ?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31626 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
|
|
| |
Fix a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31608 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31606 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31598 a1c6a512-1295-4272-9138-f99709370657
|
| |
|
|
|
|
| |
wrap limit to about 27 hours.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31581 a1c6a512-1295-4272-9138-f99709370657
|