- 5565a28 Remove some redundant #include's by Bertrik Sikken · 14 years ago
- a398c28 Touchregion support for the Base Skin and FM Skins. display obviously needs to be in stylus mode for this to work. Just about all screens should be mostly useable if your sbs has the next/prev/select/cancel/menu regions defined. by Jonathan Gordon · 14 years ago
- 4f3fb96 bah by Jonathan Gordon · 14 years ago
- 4e0b47c this should be the last of the warnings by Jonathan Gordon · 14 years ago
- 3245513 fix errors by Jonathan Gordon · 14 years ago
- 5b0521c Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. by Jonathan Gordon · 14 years ago
- 684b108 fix red, but this might not be the best long term solution. by Jonathan Gordon · 14 years ago
- f557bea remove a stray printf by Jonathan Gordon · 14 years ago
- 5c7be3e fix FS#11321 - the x5 remote used the wrong colours by Jonathan Gordon · 14 years ago
- 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 14 years ago
- 1759a29 fix FS#11100 - statusbar would show up on multiscreen targets if either screen had it enabled by Jonathan Gordon · 15 years ago
- f1b209c fix yellow by Jonathan Gordon · 15 years ago
- a9b5f4d cleanup statusbar+base skin relationship... by Jonathan Gordon · 15 years ago
- 38efc71 set viewport to default one just for safe. by Teruaki Kawashima · 15 years ago
- 81ebf2b Fix dead parts of the wps when leaving it. by Thomas Martitz · 15 years ago
- 92f0aa8 fix 64bit warning by Jonathan Gordon · 15 years ago
- 4c6b355 split the theme settings apply() sutff out of settings_apply(). this should fix splashes not being loc'ed, statusbar over the splash (fixed in sim, not on my mini2g though), and the supposed boot time slowdown. by Jonathan Gordon · 15 years ago
- 466e5d9 2 new tags for the base skin. by Jonathan Gordon · 15 years ago
- f85103e remote multifont fixes. it shoud be working again (blame AlexP! he made me break it last week!) by Jonathan Gordon · 15 years ago
- 1c2aa35 FS#10984 - multifont! 2 major additions: by Jonathan Gordon · 15 years ago
- fd2fdc2 Fix FS#10983 - r24568 was just moronic. Sorry by Jonathan Gordon · 15 years ago
- 9955e9a unconditioannly show the main/base skins backdrop when enabling the theme so plugins show the correct backdrop in menus by Jonathan Gordon · 15 years ago
- 7e6f124 revert r24478 and make the backdrop behaviour the same as it used to be (so when in the wps the sbs' backdrop will be fully disabled). Also changes the API back to having to manually set the current backdrop. by Jonathan Gordon · 15 years ago
- eee5423 skin rework (FS#10922) notable changes: by Jonathan Gordon · 15 years ago
- e18e806 Fix yellows by Thomas Martitz · 15 years ago
- feb3a26 Fix multiscreen handling of the viewportmanager. by Thomas Martitz · 15 years ago
- 2565389 futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal) by Jonathan Gordon · 15 years ago
- 5629d55 Accept the last patch FS#10797 with a few changes by me (fixing side effects and adding the new backdrop_hide() to the multi screen api). It changes the hide_bars parameter to mean hide_theme. by Thomas Martitz · 15 years ago
- 5c4ef78 Simplify some expressions using the ? operator by Bertrik Sikken · 15 years ago
- 9d1832c fix FS#10870 - slightly change the viewportmanager theme undo-er to be able to force an update even if the theme isnt being toggled from off to on which caused WPS artifacts when leaving the WPS if the theme was enabled by Jonathan Gordon · 15 years ago
- 0900b56 FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima by Jonathan Gordon · 15 years ago
- dd9fbbf fix red checkwps by Jonathan Gordon · 15 years ago
- b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
- bdf2961 Fix some drawing problems when displaying the WPS initially with sbs enabled. Move initial display of the wps to wps.c too. Should fix bug 3 of FS#10771. by Thomas Martitz · 15 years ago
- 7c440bf remove 3 bad viewport functions: by Jonathan Gordon · 15 years ago
- 6db8f95 Fall back to info vp from sbs when intersection fails (again, r23575 changed it despite it was agreed on info vp beforehand). by Thomas Martitz · 15 years ago
- c5b4482 Revert r23599 and r23600 and fix the early usb problem at the root. The the viewportmanager and custom statusbar was initialized too late. by Thomas Martitz · 15 years ago
- 4cd805c Fix the error condition to actually set the fullscreen viewport. Also remove a comment which doesnt really add anything.. the comments 15lines above it explain whats happening by Jonathan Gordon · 15 years ago
- cc65afa Get font and colors from UI viewport before intersecting, instead of leaving them empty. by Thomas Martitz · 15 years ago
- e9c900d Fix a possiblity where viewport_set_default left the viewport unchanged. Improve comments a bit. by Thomas Martitz · 15 years ago
- b2e6458 Fix player yellows and reds. I'm not sure why viewport.c was never compiled for charcell. by Thomas Martitz · 15 years ago
- 6750d65 Reorder a bit in viewport.c so that we don't need stubs for checkwps. by Thomas Martitz · 15 years ago
- dd1063d fix charcell yellow by Jonathan Gordon · 15 years ago
- a7d784b Fix viewport "UI area" to work based on what was agreed on last week in the mailing lists and IRC: by Jonathan Gordon · 15 years ago
- 0aa035d * code police on a macro which has no reason for being by Jonathan Gordon · 15 years ago
- bee5900 Allow the x and y pixel values of viewports to be a negative number.. by Jonathan Gordon · 15 years ago
- 1016ee4 Initial custom statusbar commit. by Thomas Martitz · 15 years ago
- 94f7651 Revert r23212, I committed it accidentally. by Thomas Martitz · 15 years ago
- 8d032ae initial custom statusbar commit by Thomas Martitz · 15 years ago
- d5b076b RTL: Cosmetic changes, no functional change - Rename constants by Tomer Shalev · 15 years ago
- a79dc87 Add a center flag, next to the rtl flag, for viewports. That results in any text being drawn centered. It overrides the RTL flag if set. by Thomas Martitz · 15 years ago
- a27f2b8 A bit of const correctness and 80-char limit correction. by Thomas Martitz · 15 years ago
- 3c1e2c1 Make function arg const pointer by Nils Wallménius · 15 years ago
- 8e3e5e7 Fix player red and remove an obsolete function call. by Thomas Martitz · 15 years ago
- 80003bc Fix a few problems with RTL, statusbar and custom ui viewport. by Thomas Martitz · 15 years ago
- a092b9c Use macro to test viewport's RTL flag by Tomer Shalev · 15 years ago
- 5da7507 Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP by Tomer Shalev · 15 years ago
- b0a9938 Add rtl flagging to viewport_set_defaults(), and ensure that by Tomer Shalev · 15 years ago
- c0f1c49 Get rid of some of the code duplication from checkwps, it still duplicates a lot though. by Thomas Martitz · 15 years ago
- 3234018 Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overridden (as done in plugins atm), and notify other code if the ui vp was overridden. by Thomas Martitz · 15 years ago
- 2eb1cb6 Fix buttonbar handling/theme changed handling in lists. by Thomas Martitz · 15 years ago
- c17037a Factor out/generalise the function that checks whether a point is within a viewport to, and use it in the wps' touchregion code. This corrects the check that was done there. by Thomas Martitz · 15 years ago
- dd5789b Respect UI viewport per screen in viewport_set_defaults() also. by Thomas Martitz · 15 years ago
- 90a29dd Make UI viewport handling more multiscreen aware and bring a break; accidentally back lost in a previous commit (r22485). by Thomas Martitz · 15 years ago
- 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
- 3bfc0e7 Remove unneeded symbols and improve the comment to the VP parsing function by Alexander Levin · 15 years ago
- e4bdc08 Fix FS#10505 - "Background changes to inverted when cleared" as well as a problem that lets the viewport parser reject correct WPSes, both introduced by r22222 by Thomas Martitz · 15 years ago
- a1b0e16 Don't set the drawmode twice and simplify two cases in viewport_parse_viewport. by Thomas Martitz · 15 years ago
- f909428 Fix the yellows. by Thomas Martitz · 15 years ago
- 9f3fc27 Fix player and greyscale reds. by Thomas Martitz · 15 years ago
- 9bd7b23 Factor out WPS' %V parsing function into viewport.c, in preperation of customlist. No functional change. by Thomas Martitz · 15 years ago
- a06f6ee cleanup the remote+main statusbar handling a bit, and fix the bug where the remote wps might reserve the space for the statusbar even if its disabled by Jonathan Gordon · 15 years ago
- 5931c2a fix yellow by Jonathan Gordon · 15 years ago
- f1034e0 FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display by Jonathan Gordon · 15 years ago
- b22e604 Fix the charcell viewport defaults. The statusbar is offscreen on charcell. This fixes e.g. the yesno screen when deleting files. by Jens Arnold · 15 years ago
- be214c9 Fix a problem that the statusbar was redrawn to late and not really in sync with the lists when changing loading a (theme) .cfg or changing the colors witht the color picker. Now both, the statusbar and the tree lists are redrawn instantly after settings_apply() (even before the "Theme loaded" splash). by Thomas Martitz · 15 years ago
- 8d5dbf4 Clean up some unused #includes by Bertrik Sikken · 15 years ago
- ad59f6e Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw issues. by Thomas Martitz · 16 years ago
- 6809909 Some internal rework of the wps: by Thomas Martitz · 16 years ago
- 79967c7 Fix screens not redrawing the statusbar when they should. by Jonathan Gordon · 16 years ago
- 2088ce9 Fix Player status'bar' broken in r19894. by Jens Arnold · 16 years ago
- 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
- ee8c479 this commit actually makes my previous one work when the statusbar setting is enabled but the bar has been forcibly removed from the screen by Jonathan Gordon · 16 years ago
- 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
- 40ca3a4 fix the statusbar on the archos player... a more proper fix is probably to surround global_Settings.statusbar with #ifdef HAVE_LCD_BITMAP... maybe.. by Jonathan Gordon · 16 years ago
- 8b9fdb5 redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better by Jonathan Gordon · 16 years ago
- 9296126 More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741) by Jonathan Gordon · 16 years ago
- e385ee1 Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. by Jonathan Gordon · 16 years ago
- 205f3df Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. by Peter D'Hoye · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
- daa8341 a bit of code cleanup.. use a single function to get the statusbar height (or lack of if its enabled), and remove some gui_textarea stuff which could be done using the splash. (gui_textarea is on the way out) by Jonathan Gordon · 16 years ago
- 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
- 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
- 2b7d48e Bugfix for new list implementation - correctly assign colours for remote LCDs (fixes wrong colours on X5 remote) by Dave Chapman · 17 years ago
- 3f686d7 fix recorder, buttonbar caused list problems by Jonathan Gordon · 17 years ago
- 0e5cec2 FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. by Jonathan Gordon · 17 years ago