summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c (follow)
Commit message (Expand)AuthorAge
...
* Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz2009-11-10
* Fix the error condition to actually set the fullscreen viewport. Also remove ...Jonathan Gordon2009-11-09
* Get font and colors from UI viewport before intersecting, instead of leaving ...Thomas Martitz2009-11-04
* Fix a possiblity where viewport_set_default left the viewport unchanged. Impr...Thomas Martitz2009-11-04
* Fix player yellows and reds. I'm not sure why viewport.c was never compiled f...Thomas Martitz2009-11-04
* Reorder a bit in viewport.c so that we don't need stubs for checkwps.Thomas Martitz2009-11-04
* fix charcell yellowJonathan Gordon2009-11-04
* Fix viewport "UI area" to work based on what was agreed on last week in the m...Jonathan Gordon2009-11-04
* * code police on a macro which has no reason for beingJonathan Gordon2009-10-29
* Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon2009-10-28
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz2009-10-11
* A bit of const correctness and 80-char limit correction.Thomas Martitz2009-10-11
* Make function arg const pointerNils Wallménius2009-10-10
* Fix player red and remove an obsolete function call.Thomas Martitz2009-10-09
* Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz2009-10-09
* Use macro to test viewport's RTL flagTomer Shalev2009-10-06
* Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev2009-10-05
* Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev2009-10-05
* Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz2009-09-13
* Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overrid...Thomas Martitz2009-09-07
* Fix buttonbar handling/theme changed handling in lists.Thomas Martitz2009-09-07
* Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz2009-09-05
* Respect UI viewport per screen in viewport_set_defaults() also.Thomas Martitz2009-08-29
* Make UI viewport handling more multiscreen aware and bring a break; accidenta...Thomas Martitz2009-08-29
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* Remove unneeded symbols and improve the comment to the VP parsing functionAlexander Levin2009-08-12
* Fix FS#10505 - "Background changes to inverted when cleared" as well as a pr...Thomas Martitz2009-08-12
* Don't set the drawmode twice and simplify two cases in viewport_parse_viewport.Thomas Martitz2009-08-09
* Fix the yellows.Thomas Martitz2009-08-09
* Fix player and greyscale reds.Thomas Martitz2009-08-09
* Factor out WPS' %V parsing function into viewport.c, in preperation of custom...Thomas Martitz2009-08-09
* cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon2009-07-08
* fix yellowJonathan Gordon2009-07-05
* FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon2009-07-05
* Fix the charcell viewport defaults. The statusbar is offscreen on charcell. T...Jens Arnold2009-06-12
* Fix a problem that the statusbar was redrawn to late and not really in sync w...Thomas Martitz2009-06-08
* Clean up some unused #includesBertrik Sikken2009-05-17
* Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw...Thomas Martitz2009-03-20
* Some internal rework of the wps:Thomas Martitz2009-03-17
* Fix screens not redrawing the statusbar when they should.Jonathan Gordon2009-02-27
* Fix Player status'bar' broken in r19894.Jens Arnold2009-02-20
* Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon2009-02-01
* this commit actually makes my previous one work when the statusbar setting is...Jonathan Gordon2009-02-01
* Statusbar handling fixes. Jonathan Gordon2009-02-01
* fix the statusbar on the archos player... a more proper fix is probably to su...Jonathan Gordon2009-01-12
* redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon2009-01-05