Releases: kbuffington/foo_jscript_panel
Releases · kbuffington/foo_jscript_panel
v2.3.6.1 - on_focus fix
Only change this release is a minor fix to an issue where on_focus callback might not trigger in certain themes. Thanks to marc2k3 for the fix.
v2.3.6
v2.3.6
- A new
IGdiBitmapInvertColoursmethod has been added. Calling this on a bitmap will create a negative image (i.e. blacks become whites, whites become blacks, colors become trippy and weird). - Minor sample fixes.
v2.3.5
This is marc2k3's last official release.
v2.3.5
- Add
plman.GetPlaylistLockFilterMask. It's recommended that you replace any usage ofplman.IsPlaylistLockedwith this as you can now determine the type of locks in place. - Add
plman.GetPlaylistLockName. - Restore compatibility with
foo_popup_panelswhen used from within default UI. This was broken inv2.3.4. fb.CheckClipboardContentsandfb.GetClipboardContentsno longer require awindow_idparameter. If supplied, it will be silently ignored.- Minor sample fixes.