skeezix
Internal Development
Grep the mmskin.conf for keys ending in _w, there were about 6 added. (A couple _w ill match from before, and its not those.) The new keys all have something obvious in their comment like [detail pane hidden mode] or something. Look at the diff:
arrow_up_y 80 # top edge of up-arrow showing more icons scrolled away
arrow_up_x_w 780 # left edge of up-arrow showing more icons scrolled away [detail pane hidden]
arrow_up_y_w 80 # top edge of up-arrow showing more icons scrolled away [detail pane hidden]
-arrow_down_x 780 # left edge of down-arrow showing more icons scrolled away
+arrow_down_x 450 # left edge of down-arrow showing more icons scrolled away
arrow_down_y 380 # top edge of down-arrow showing more icons scrolled away
-arrow_down_x_w 450 # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
+arrow_down_x_w 780 # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
arrow_down_y_w 380 # top edge of down-arrow showing more icons scrolled away [detail pane hidden]
arrow_bar_x 450 # left edge of scrollbar
arrow_bar_y 98 # top edge of scrollbar
The [detail pane hidden] ones are the new ones.
I'll be adding 'popup dialogs' very soon, which will need the theme to define artwork for topleft, topright, bottom-left, bottom-right, left-side, right-side, top-, bottom frames, as well. The art loader will look in the theme dir, and if not found, look in the default theme, so the functions will all work with old themes.. I'll post about the new theme requirements soon, once I nail it down. I think that'll be the last theme-impacting stuff for hotfix5.
jeff
arrow_up_y 80 # top edge of up-arrow showing more icons scrolled away
arrow_up_x_w 780 # left edge of up-arrow showing more icons scrolled away [detail pane hidden]
arrow_up_y_w 80 # top edge of up-arrow showing more icons scrolled away [detail pane hidden]
-arrow_down_x 780 # left edge of down-arrow showing more icons scrolled away
+arrow_down_x 450 # left edge of down-arrow showing more icons scrolled away
arrow_down_y 380 # top edge of down-arrow showing more icons scrolled away
-arrow_down_x_w 450 # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
+arrow_down_x_w 780 # left edge of down-arrow showing more icons scrolled away [detail pane hidden]
arrow_down_y_w 380 # top edge of down-arrow showing more icons scrolled away [detail pane hidden]
arrow_bar_x 450 # left edge of scrollbar
arrow_bar_y 98 # top edge of scrollbar
The [detail pane hidden] ones are the new ones.
I'll be adding 'popup dialogs' very soon, which will need the theme to define artwork for topleft, topright, bottom-left, bottom-right, left-side, right-side, top-, bottom frames, as well. The art loader will look in the theme dir, and if not found, look in the default theme, so the functions will all work with old themes.. I'll post about the new theme requirements soon, once I nail it down. I think that'll be the last theme-impacting stuff for hotfix5.
jeff