| Commit message (Expand) | Author | Age |
| * | Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. | Jonathan Gordon | 2010-11-18 |
| * | skin bar tag: Load an image from a label or filename. i.e %xl(bar_image, pb.b... | Jonathan Gordon | 2010-10-12 |
| * | improvement for bar tag with slider. | Teruaki Kawashima | 2010-10-12 |
| * | Fix charcell %pb and %pf tags, FS#11592 | Frank Gevaerts | 2010-10-10 |
| * | fix displaying of the slider when default is used for pb->y and pb->height. | Teruaki Kawashima | 2010-10-08 |
| * | Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical... | Jonathan Gordon | 2010-10-04 |
| * | correct drawing of the bar type tags when nofill is set. | Teruaki Kawashima | 2010-10-03 |
| * | fix errors, warnings, tabs | Jonathan Gordon | 2010-09-14 |
| * | Another major skin backend update/hopefully bugfix: | Jonathan Gordon | 2010-09-14 |
| * | fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip | Jonathan Gordon | 2010-09-02 |
| * | A bunch of new features for the bar type tags (%pb, %pv, %bl, etc): | Jonathan Gordon | 2010-08-15 |
| * | Rework the skin playlist viewer so it uses the same drawing code as everythin... | Jonathan Gordon | 2010-08-14 |
| * | New feature for the %xl (image load) tag. If you give it the filename __list_... | Jonathan Gordon | 2010-08-12 |
| * | Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu... | Magnus Holmgren | 2010-08-11 |
| * | Allow viewport labels to be mostly free text instead of only one character. I... | Jonathan Gordon | 2010-08-02 |
| * | Make some global function/variables local (by making them static) | Bertrik Sikken | 2010-07-30 |
| * | FS#11470 - new skin code, finally svn uses the new parser from the theme edit... | Jonathan Gordon | 2010-07-29 |
| * | hopefully fix the problem with lines in viewports being pushed down one line. | Jonathan Gordon | 2010-06-08 |
| * | Changeover to the new skin format. SkinBreakingChange in the wiki has the run... | Jonathan Gordon | 2010-06-07 |
| * | don't draw the presets on the FM frequency bar, they look like crap. This wil... | Jonathan Gordon | 2010-06-06 |
| * | draw markers on the FM frequency bar for presets (like cuesheet markers in th... | Jonathan Gordon | 2010-05-31 |
| * | make radioart work in the sbs | Jonathan Gordon | 2010-05-21 |
| * | pass pointers around instead of coping whole structs | Jonathan Gordon | 2010-05-20 |
| * | count is being used as the value of the last item to show, so rename it to no... | Jonathan Gordon | 2010-05-17 |
| * | the fm presets list should wrap.. so make that work | Jonathan Gordon | 2010-05-17 |
| * | fix a minor fms presetlist viewer bug with displaying prev when you are on th... | Jonathan Gordon | 2010-05-16 |
| * | FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba... | Jonathan Gordon | 2010-05-16 |
| * | fix the freq bar after music plays | Jonathan Gordon | 2010-05-13 |
| * | fix FS#11264 - frequency bar and presets not working in the sbs | Jonathan Gordon | 2010-05-13 |
| * | fix the last of the reds, and make RDS tags actually work (and add them to th... | Jonathan Gordon | 2010-05-12 |
| * | fix red and yellow (most of it anyway) | Jonathan Gordon | 2010-05-12 |
| * | FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags | Jonathan Gordon | 2010-05-12 |
| * | slightly rework peakmeter handling to make it cleaner and be able to be used ... | Jonathan Gordon | 2010-05-09 |
| * | Minor const police raid. | Steve Bavin | 2010-05-07 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | If dircache and database "load to ram" is enabled then get the id3 info from ... | Jonathan Gordon | 2010-05-06 |
| * | fix player red. | Jonathan Gordon | 2010-05-05 |
| * | Make it possible to move the UI viewport using conditional viewports. | Jonathan Gordon | 2010-05-05 |
| * | Make battery level (%bl) work with the bmp bars drawer like %pb and %pv | Jonathan Gordon | 2010-04-25 |
| * | 2 quick fixes | Jonathan Gordon | 2010-04-19 |
| * | Move audio_peek_track declaration from skin_display.c to audio.h | Bertrik Sikken | 2010-04-18 |
| * | drop the playlist viewer stack usage by reading straiught off the buffer inst... | Jonathan Gordon | 2010-04-17 |
| * | use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi... | Jonathan Gordon | 2010-04-17 |
| * | shuld fix red and yellow | Jonathan Gordon | 2010-04-11 |
| * | Rework how progressbars are managed so you can have as many bars in a viewpor... | Jonathan Gordon | 2010-04-11 |
| * | revert r25271 which caused more problems than it tried to fix | Jonathan Gordon | 2010-03-23 |
| * | there is a difference between viewports which shouldnt be cleared (the defaul... | Jonathan Gordon | 2010-03-21 |
| * | Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don... | Teruaki Kawashima | 2010-03-07 |
| * | skin: don't calculate id3->elapsed+state->ff_rewind_count each time. remove t... | Teruaki Kawashima | 2010-03-06 |
| * | cleanup statusbar+base skin relationship... | Jonathan Gordon | 2010-03-06 |