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