Age | Commit message (Expand) | Author |
2009-10-16 | initial custom statusbar commit | Thomas Martitz |
2009-10-11 | RTL: Cosmetic changes, no functional change - Rename constants | Tomer Shalev |
2009-10-11 | Add a center flag, next to the rtl flag, for viewports. That results in any t... | Thomas Martitz |
2009-10-11 | A bit of const correctness and 80-char limit correction. | Thomas Martitz |
2009-10-10 | Make function arg const pointer | Nils Wallménius |
2009-10-09 | Fix player red and remove an obsolete function call. | Thomas Martitz |
2009-10-09 | Fix a few problems with RTL, statusbar and custom ui viewport. | Thomas Martitz |
2009-10-06 | Use macro to test viewport's RTL flag | Tomer Shalev |
2009-10-05 | Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP | Tomer Shalev |
2009-10-05 | Add rtl flagging to viewport_set_defaults(), and ensure that | Tomer Shalev |
2009-09-13 | Get rid of some of the code duplication from checkwps, it still duplicates a ... | Thomas Martitz |
2009-09-07 | Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overrid... | Thomas Martitz |
2009-09-07 | Fix buttonbar handling/theme changed handling in lists. | Thomas Martitz |
2009-09-05 | Factor out/generalise the function that checks whether a point is within a vi... | Thomas Martitz |
2009-08-29 | Respect UI viewport per screen in viewport_set_defaults() also. | Thomas Martitz |
2009-08-29 | Make UI viewport handling more multiscreen aware and bring a break; accidenta... | Thomas Martitz |
2009-08-16 | User definable UI viewport, to be able to restrict the UI into a viewport for... | Thomas Martitz |
2009-08-12 | Remove unneeded symbols and improve the comment to the VP parsing function | Alexander Levin |
2009-08-12 | Fix FS#10505 - "Background changes to inverted when cleared" as well as a pr... | Thomas Martitz |
2009-08-09 | Don't set the drawmode twice and simplify two cases in viewport_parse_viewport. | Thomas Martitz |
2009-08-09 | Fix the yellows. | Thomas Martitz |
2009-08-09 | Fix player and greyscale reds. | Thomas Martitz |
2009-08-09 | Factor out WPS' %V parsing function into viewport.c, in preperation of custom... | Thomas Martitz |
2009-07-08 | cleanup the remote+main statusbar handling a bit, and fix the bug where the r... | Jonathan Gordon |
2009-07-05 | fix yellow | Jonathan Gordon |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon |
2009-06-12 | Fix the charcell viewport defaults. The statusbar is offscreen on charcell. T... | Jens Arnold |
2009-06-08 | Fix a problem that the statusbar was redrawn to late and not really in sync w... | Thomas Martitz |
2009-05-17 | Clean up some unused #includes | Bertrik Sikken |
2009-03-20 | Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw... | Thomas Martitz |
2009-03-17 | Some internal rework of the wps: | Thomas Martitz |
2009-02-27 | Fix screens not redrawing the statusbar when they should. | Jonathan Gordon |
2009-02-20 | Fix Player status'bar' broken in r19894. | Jens Arnold |
2009-02-01 | Accept a quick patch from Alexander Levin to neaten up the #defines and comme... | Jonathan Gordon |
2009-02-01 | this commit actually makes my previous one work when the statusbar setting is... | Jonathan Gordon |
2009-02-01 | Statusbar handling fixes. | Jonathan Gordon |
2009-01-12 | fix the statusbar on the archos player... a more proper fix is probably to su... | Jonathan Gordon |
2009-01-05 | redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even... | Jonathan Gordon |
2009-01-02 | More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741) | Jonathan Gordon |
2008-12-31 | Decouple the statusbar drawing from the rest of the screen drawing. it is not... | Jonathan Gordon |
2008-06-28 | Remove a viewport ambiguity by changing the screens width/heigth members into... | Peter D'Hoye |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-23 | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon |
2008-05-04 | a bit of code cleanup.. use a single function to get the statusbar height (or... | Jonathan Gordon |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-03-26 | the menu and list now accepts a parent viewport to draw in (and the menu can ... | Jonathan Gordon |
2008-03-09 | Bugfix for new list implementation - correctly assign colours for remote LCDs... | Dave Chapman |
2008-03-09 | fix recorder, buttonbar caused list problems | Jonathan Gordon |
2008-03-05 | FS#8457 - convert the list drawing code to use viewports. This does not inclu... | Jonathan Gordon |