|
Keep track of latest development changes to the JTFE plugin as it continues it's every continuing process to take over and hopefully not crash Winamp (well it shouldn't crash but you never know with pc's ;o) ). To work properly JTFE needs Winamp 5.0+ to work though it may work on 2.x versions of Winamp (though compatability is not guaranteed and is not even certain to be worked on if there are any issues).
- Fixed handling of separator:// entries in the playlist so that they won't cause winamp to lock up if queued (dumb bug as was checking the string wrongly)
- Fixed a quirk with the winshade code that 5.34 created (i love having to do compatibility fixes every build... not)
- Added in page up and page down forwarding from the JTF edit box to the search list (now mirrors native behaviour)
- Tweaked the size of the 'load playlist' button on the JTFE media library view (mainly for translations)
- Fixed the basic shell enqueue and play not working (oops)
- Fixed a weird issue with the width generation for the scrollbars on some of the preference pages
- Fixed shift+enter and ctrl+enter handling on the JTF dialog (related to other fixes in 0.99.1)
- Fixed searching not working for unicode strings on XP (related to the up/down fix of 0.99.1)
- Updated language file to v1.8 specs (english us, german, polish and russian are updated to this already)
- Fixed the forwarding of the down and up keys in the edit box to the listbox on the JTF dialog
- Fixed the skinned frame borders not being drawn in 0.99 (forgot to re-enable this in the 0.99 dev phase)
- Made some tweaks to the skin change handling on the skinned version of the JTF dialog
- Altered the handling of the manage mode code to resize better to the container it is (isn't ideal and the underlying code needs a full re-code and not a patch job)
- Fixed a case where the ml queue view wouldn't correctly update
- Fixed the folder context menu removal code to work correctly with Winamp's option for folder context menus being disabled
- Improved the handling of the plugin between unicode/ansi versions of Winamp especially if the plugin is run on older Winamp installs
- Fixed the handling of inserting items to the start of the queue when using the 'send to' options from the media library
- Reworked the media library preferences page to make it easier to use and is organised in a more logical manner with the available options
- Reworked the shell preferences page to be handled better and remove the weird mutually exclusive handling of some parts (makes the mode more flexible)
- Fixed a few issues with the shell handling including bug #12 as referenced in the JTFE dev thread on the Winamp forums
- Fixed 'Refresh on playlist changes' not being read correctly from the language files was using [rclkmenu]->37 instead of [rclkmenu]->38
- Upgraded the language file support to v1.77
- Gone over all of the preferences and fixed capitalisation and punctuation issues/inconsistancies
(the example language file reflects these changes though most pre 1.77 files at the time of release don't - only entries where text was properly altered/added were added to the new language file otherwise the same strings are used since the punctuation/capitalisation should be applied on older versions if needed - also language files ideally should be setting jump to file, etc to the native language if that is suitable to do so for improved consistancy in translations)
- Adjusted the positioning/sizing of a few other areas of the dialog preferences due to the above changes and to other reasons as needed
- Fixed a focus on initialisation issue with the JTF dialog (related to the changes made in 0.99)
- Reworked the handling of the code to keep the JTF dialog open from button, enter key and double-click actions - should work better and ensure that the JTF dialog is closed correctly (could occasionally cause the skinned frame to remain seen or playback start when moving the mouse over the JTF search list)
- Fixed a potential silent crash on close condition with the handling of the skinned JTF frame
- Fixed a crash with the missing files handling code and the removal of items from the playlist when it was enabled (introduced in 0.99 due to other optimisations)
- Anything else i forgot to log (thankfully no major bugs have come to light from the 0.99 so all that work was worth it)
- Implemented (after a lot of work!) unicode display support in the queue manage views (seems to even work on win9x), the Jump to File list (win9x is ansi only) - support on Win9x is limited and basially the NT OSes is where i'm targetting my main efforts on supporting
- New and massively improved internal cache manager and implementation which gives me better memory handling/usage control (is using slightly less memory per item which is good for large playlists!) along with a far far far more stable implementation (the old code was the cause for a number of random crashes with large/fast playlist changes, etc) and overall just a better code design
^^^ Much pain and trouble this caused in it's implementation but from internal tests and code reviews this has been really worth the wait i think since it's been too long since the last public build, heh
- Loads of code refactoring and size improvements which means this new build despite all of the changes and feature additions is only a few kb larger
- Fixed the missing files colouriser not reseting to it's default values correctly for the spanned colouring option
- Fixed a typo of 'seperator' to 'separator' in the core and the example language file
- Updated the language file to v1.71 and added any new or missing translations from the older plugin versions such as all of the ml view parts (thanks to jph6t, anewuser and mertcankaya with this)
- Fixed the language file support not handling similar named files correctly such as 'english' and 'english (american)' where the wrong one would be selected though the correct one was used
- Fixed a few on the fly language file changes not always working correctly - is now consistant in it's behaviour
- Reworked how the JTF dialog is handled and intercepted so now shouldn't be affected by any versions of HP's thumbreader software or anything else using windowshooks for the JTF dialog (dead sneaky stuff and works a lot nicer, heh)
- Fixed the load playlist into queue modes (was broken by some shared code from a dev version of in_zip without being fully checked) so should work correctly now
- Fixed the queue list views not always being updated correctly on queue changes (mainly from the playlist editor keyboard shortcuts)
- Added better skinning of the manage mode list on the JTF dialog if the media library is installed (not point in duplicating code when it does it all for me) otherwise it'll revert to it's existing semi-skinned behaviour
- Altered the auto-updater to only check at most once a day (was silly and stupid of it to be checking all of the time)
- Added a new playlist menu action 'Enqueue Selected and Randomise' which will queue the selection and automatically randomise the queue list (is accessible via the 'shift+r' keyboard shortcut
- Fixed the move after current mode on the JTF dialog to correctly keep position after doing a move after current on the file that was just after the current selection
- Added an option to allow for the JTF list to be updated when changes are also made to the playlist editor (right-click on the JTF list to enable/disable this useful feature)
- Fixed the view state of the JTF dialog not being correctly remembered (would incorrectly flip the view state)
- Fixed the skinned version of the JTF dialog to not cause OS//GDI corruption after rapid / a lot of drawing / scrolling of the JTF search results
- Made some changes to fix random issues where the JTF dialog may not appear correctly due to the position/state not being adjusted correctly at times
- Plugin now works with 5.34+ and it's unicode main window proceedure (to resolve ??? being shown instead of unicode titles on compatible OSes)
- Reworked some of the internal apis that the plugin uses to cause less potential conflict with other plugins and winamp itself
- Improved the handling of the plugin's reading of malformed pledit.txt files for the colouriser
- Fixed an issue where the colouriser causes a massive slow down when trying to display network located unicode named files in the playlist editor (required api usage changes as the old api used would cause GetShortPathNameW to be called and that api is really really slow)
- Fixed a potential crash on close when the common winshade code was enabled wheh winamp is closing (was at times trying to clen up after the wrong window)
- Added the ability for the shell options code to work without having the main option directly enabled in the preferences and the registry (added jtfe_anders=1into the plugin's section in winamp.ini)
- Added a 'Leave playback on the currently playing track' option for the standard shell enqueue and play options page
- Added the ability to control the folder context menus associated with winamp on the shell options page (involved a lot of internal recoding and optimisations to make it more flexible without masses of code duplication)
- Reworked a number of areas of the winshade and skinned frame memory allocation to remove some potential and actual memory leaks (were only a few bytes but that's more than should happen)
- Reworked a number of areas of the winshade and skinned frame to remove any duplicate and/or unnecessary code between them (was originally based on the same code that was then split some time back)
- Reworked and massively improved the internal preferences handling implementation along with better handling when it's forced to reopen very early in winamp's loading compared to the old code (like with a plugin uninstall)
- Moved the Shell and Media Library preference pages to be child entries like the Missing Files page is instead of being in the main part of the JTF preference page tabs (looks a lot less cluttered now :) )
- Implemented a fix for the tooltips in the Winamp main window being hidden behind the playlist editor (uses TTN_SHOW to know when to adjust the z-order of the tooltip windows)
- Fixed the JTF dialog not following the option to not remember ir's last position when re-opened (may not have been in the last public version but mentioning just incase)
- Fixed (i hope this time) for the JTF dialog to move back onto screen when reopened if it was closed partly off screen (code wasn't working correctly before so hopefully is ok this time now)
- Reworked the ML integration so that it will better update on the fly any changes with the Favourites mode being enabled and disabled (would previously completely destroy all of the JTFE ml items and re-add them which isn't ideal) and will now properly revert the ML tree icon to the correct state on compatible versions of the media library (5.3+)
- Fixed the JTFE ML views to not steal the keyboard focus when their item is selected in the ML tree list (so can now keep navigating through the ML tree with the keyboard)
- Fixed the close button on the colouriser dialog having a wrong style (noticeable on theme enabled OSes)
- Added a slightly faster compare function for use with the JTF search (thanks benski for the tip!)
- Fixed the display position in playlist option to correctly index things - was always out by 1 due to zero based indexes of the items which i hadn't adjusted and no one seemed to notice it either :(
- Added m3u8 write support of the the current search and current queue only for NT based OSes currently (the ML queue favourites need to be updated to use these as well but i need to do a m3u8 loader first but it's something)
- Fixed an issue which was causing the plugin to show 0 items on the JTF dialog and could then cause a crash on close or anyother queue action (happened due to incorrect cleanup when the current queue was cleared out due to the items not being there anymore and the internal queue cache wasn't fully reset)
- Fixed the JTF dialog showing '0.' when there were no search results and the displaying of the items playlist position was on (does no one see these issues or new features??)
- Tweaked the handling of the 'space' key in the JTF list to just show the currently selected item - handling would occasionally show and then select an invalid item in the JTF list
- Reworked the initialisation handling of the JTF dialog so that there is a good chance it should load a lot faster especially with very large playlists (was a conflict between Winamp and JTFE which seemed to cause double processing of things which should never have happened - thanks Egg for that lovely 30k playlist to sort that out with :) )
- Fixed the modern skin frame handling to now work again (has been broken since 5.3+ or maybe a bit earlier) where the modern skin frame was able to be incorrectly resized - how this one never showed up from all of the modern skin users beats me! (Thanks yet again benski <3 )
- Fixed the skinning of the JTF list to match the ml listviews for a more consistant display
- Tweaked the handling of the skinned scrollbars on NT OSes to be a bit easier on the system
- Changed all of the dialog resources to make use of the 'MS Shell Dlg' font style/substitution so that now the enqueue list preferences page now shows unicode nicely (this seems to help on win9x as well for it's handling of unicode titled files in the queue)
- Fixed on pre 5.2 installs multiple openings of the JTF dialog not working correctly due to the old search function patcher failing
- Reworked the Missing Files callback functions to now be one function which also better handles unicode files now
- Optimised the rest of the Missing Files code to only use the minimum of memory that it really needs to use (saves a few kb off a normal winamp install i think - more noticeable savings for large playlists like 30k+ where at times it could allocate double the memory needed)
- Fixed at last i hope the flashing of the JTF dialog when it's opened (now shouldn't seem to part ghost the original JTF dialog before it is skinned and/or repositioned)
- Improved some of the handling of queue list removals to not flash parts of the JTF dialog (may still happen but is less noticeable than before)
- Tweaked the handling of the JTF manage mode page so that it'll better size itself independantly of the other manage views to fit with the JTF dialog styling
- Anyother code tweaks, etc that i've forgotten to log - a lot has been done as can be seen but i think it's been worth it, heh
- Fixed the missing files colouriser options not updating correctly on the fly
- Fixed the shell option for 'enqueue and play' not working correctly when winamp was paused at the time (would resume playback of the current file and not the enqueued file)
- Fixed the shell options 'insert after current song' option adding to the end of the playlist (wasn't doing the position transfer correctly)
- Altered some of the ml handling code to format the titles to be in the same form as the playlist editor's atf format - was using just the title member of the ml item data before which wasn't correct)
- Fixed the jtf dialog to not display ampersands as an underscore (introduced in the skinning changes in the last build)
- Fixed the internal cache to not break on playlist modifications - shouldn't lose queued entries after the point of change now like with drag and drop actions
- Fixed the 'found xxx/total' not displaying correctly on all winamp installs - was a language pack incompatability
- Fixed the move after current option when done as a list inserting an extra position between items (was adjusting the index position incorrectly for files after the currently playing track)
- Fixed the 'queue album from playlist' option in the playlist editor menu not working correctly (changes in some common code caused the playlist item generation to fail)
- The shell options page will now be hidden when winamp is set to not use the registry (like in the U3 installer)
- Altered the handling of the on end of queue action when stopping to not advance to the next track (unless the restore playback position to after the currently playing track option is enabled where it will then intentionally stop and set winamp to the restore point (otherwise the feature won't work in normal situations)
- Added global hotkey actions to do the following... 'Add current selection to playback queue', 'Move current selection to after the current track', 'Queue album from current selection into playback queue', 'Add current selection to playback queue and randomise' and 'Clear the current playback queue'
- Added back in the browse button '[...]' on the 'edit playlist entry' dialog so that the file can be found/changed more easily - was added into the early 0.97R builds but was removed when i changed how i was handling getting the playlist selection)
- Anything else i forgot/tweaked
- Fixed a bug with the ansi version of the Missing Files feature where all files were shown as being missing
- Added a 'shft+q' shortcut in the playlist editor to allow the de-queueing of the current selection (if there are any queued files in it) - a menu option is likely to appear for this in a later build
- Improved the skinning of the search list on the jump to file window to be correctly skinned (no longer will use the OS's colouring for the selected option (note: due to the way the OS works, if you're using the playlist font for the display and increase it, the JTF dialog will need to be closed and reopened for the contents to display correctly - still trying to see if this can be hacked to work on the fly or not)
- Added the ability to view the playlist position of the files in the search list (available by right-clicking the search list)
- Added the ability to return playback to the file after the first queued file once the queue has been played (enabled on the 'enqueue list' page in the preferences)
- Fixed an issue where the horizontal scrollbar on the JTF window was incorrectly showing when search restore was enabled (i hope)
- Altered the search override handling to only be activated if the hooking of the JTF dialog is successful (damn you HP and you're crappy thumbreader software though the newest release is meant to not break JTFE :) ) - this should resolve some people having no search working at all
- Made the search list initialise it's buffers before anything is added which may give a slight speed improvement for larger playlists
- Adjusted the search override to be enabled/disabled correctly as needed (works fine on pre 5.2 and 5.33++)
- Tweaked the missing files code to not include entries like c:\hello.cue,1 and C:\1943 Kai.hes::HES,$1F,Game Over,6,,0 as being invalid when they do point to the real files c:\hello.cue and C:\1943 Kai.hes respectively
- Updated of jtfe_turkish to v1.51 of the language file specs (still needs some work i believe from the author of the translation)
- Altered the plugin's installer to work with the /S switch and to make it tell Winamp to save it's current playlist before Winamp is closed
- Fixed an issue with the common winshade code which caused Winamp to crash when a vis was docked in a modern skin on load/skin change
- Added a 'General: View listing of missing files in the current playlist' hotkey which will output a list of any missing/invalid file entries in the current playlist
- Fixed a potential memory exception issue with the missing files code for invalid files
- Fixed the 'on end of queue' menu not working correctly on the jump to file dialog and also made the standby/hibernate options to be correctly checked (was broken in an earlier build somehow)
- Made a few changes to the preferences code so it should work better with Winamp core changes
(This is now changes from 0.97.7h (Build 57)
- Fixed drawing of queued entries on Win9x systems (just wasn't reverting to ansi output correctly)
- Improved internal playlist handling code (relative path fixes and internal usage improvements)
- Added GUID for the skinned jump to file window [ {5F8D8373-EAA7-4390-B5AB-402E86A5F9DD} ] (requires 5.31+)
- Fixed the tabbing order on a few of the preference pages (wasn't quite right in a few cases)
- Fixed the close handling of the common winshade code (could cause winamp to silently crash on close in a few cases)
- Fixed a few issues with the colouriser dialog so that it will now show the default colour in the colour picker as expected (not black as it did) and fixed the enable/disable logic for the 'separate colour for the main text' option which wasn't correct
- Updated the language file support to v1.51 (adds a few extra options and now supports the colouriser dialog correctly)
- Added an option to the right-click menu on the jump to file dialog's search/manage button for setting if the current search/manage view is to be remembered or not (if not it'll default to the search view)
- Added in queue total and queue duration to the media library's manage view and preferences manage page
- Fixed the jtfe_winshadeapi ini setting to be used correctly - would allow the winshade mode to be enabled at times when it shouldn't have
- Adjusted when the common winshade handler is applied on plugin load to fix compatability with various plugin loading order issues
- Fixed the Missing Files highlighter to work with unicode filenames (in 5.25+) where possible
- Fixed all issues with the Remove Duplicates feature from the playlist editor (was incorrectly generating the list, duplicating and then not sorting the gathered list as needed - all resolved now)
- Removed some incorrectly included and unused dialog resources to save size off the plugin dll
- Fixed the colouriser api to work correctly with 5.25+ (so now spanned queue highlighting/missing files highlighter will work again)
- Reworked a lot of the colouriser api code so it now directly mimicks Winamp's drawing (which means it's also less intensive on Winamp and cpu processing - which was never that much to begin with)
- The colouriser api can now set just the text colour of the title text _without_ having to have the spanned background highlighting enabled (got that working from the above two changelog entries)
- Lots of code cleanup/duplication removal/code validation to help cut the plugin dll size (was upto 8kb removed at some stages against the previous build)
- Re-enabled (officially this time) language file support (see the v1.50 example file though the translation is not complete still)
- Optimised the related language file code so it's slightly more reliable and less intensive on the system
- Removed some api dependancies which otherwise cause the plugin to not load correctly on NT4 installs (i hope but since i can't directly test i don't know)
- Fixed a potential lockup issue when trying to load multiple playlist files into the queue if the aqcuisition of playlist names failed
- Updated the code used for handling the queue on pre 5.04 installs from the in_zip plugin (just so i know what code i am using)
- Altered the config option for the plugin's ml interface to go to the 'jump to file -> media libray page' instead of to the last opened preferences page (seems more consistant that way)
- Fixed the %st display option for queued entries to be correctly calculated (wasn't indexing things correctly in previous builds)
- Reworked some of the internal caching code so that it now shouldn't cause some random crashes (internally waits for the cache to stop being worked on before it allows processing) and also fixes some issues with fast queue/unqueue actions for the selection in the playlist editor - so it should generally be more stable
- Anything else that i forgot or was too low level/nerdy to worry about
- Updated the colouriser api (which does all the playlist queue highlighting) for compatability with newer builds of Winamp
- Fixed http://forums.winamp.com/showthread.php?postid=1890323#post1890323 by checking for the current track being removed and adjusting the internal drawing state as needed until a new track is played when Winamp will correctly update it's current playlist entry
- Fixed http://forums.winamp.com/showthread.php?postid=1881833#post1881833 by fixing the temporary buffer allocation and also made the code add the correct number of entries into the queue (was sometimes missing off one file)
- Added the ability to add the playlists created by the 'save current search' and 'save current queue' features on the jump to file dialog and enqueue lists into the Media Library playlists (should work as needed for pre and post 5.22 (when things were changed around) (feature reference)
- Fixed the 'on queue end..' feature to work for all instances of the mode (wasn't working on certain queue list pages) (bug report)
- Made the 'save current search'/'save current queue' options generate complete m3u/pls files (ie outputs any title/file length data that it can for faster loading with the media library integration noted above)
- Added the ability to have a full border around the skinned parts on the jump to file dialog when it is in skinned mode (feature request)
For this to be activated you need to add wadlg_jtfefunky=1 into the [jump to file extra] section of your winamp.ini file
- Memory optimised the internal language handling code (this is still hard coded to 'english') and saves around 200kb of memory
- Few other tweaks/adjustments to the internal language support including a mini api to allow for changing of the language file on the fly when support is re-enabled
- Slight speed optimisation with the jump to file search function when using the 'filter search results' feature (removed processing duplication)
- Fixed the plugin to not process and causing Winamp to be closed when a OS suspend/hibernation was initiated (was a bug in the 'on end of queue' feature
- Made adjustments to the 'on end of queue' code to save/update it's state better so it now shouldn't potentially report the wrong state after certain of it's actions (since the settings hadn't been saved correctly)
- Fixed the plugin's menus to work correctly on Windows 95 again (was incorrectly filling the menu item structure which the OS didn't like but newer ones let it through)
- Fixed (again) the 'missing files' section being expanded all of the time due to changes to the winamp preferences in 5.23 (will now work correctly no matter what for all and new versions)
- The JTFE ML favourite playlists now display with a playlist icon instead of Winamp's default for 5.2x+ installs
- Added the correct Delete and F2 keyboard shortcuts (when using 5.2x+) for control of the JTFE ML favourite playlists in the ML tree
- Improved speed of saving out the current jtfe queuelist on exit (if the option is enabled)/generated m3u files which is most noticeable with large queuelists/playlists
- Fixed 'Queue album from playlist' to update all queuelist views correctly (wasn't doing it beforehand)
- Overhauled the internal handling of queuelist updates so that it will generally only update once all files have been added into the queue (helps speed up handling and responsiveness with large queuelists)
- Altered the default search delay for the Jump to File dialog down to 250ms (from 500ms which was introduced in v0.97.1 (Build 17) for helping improve response times for large playlist searches)
- Fixed the 'add to queue' and 'add to queue and play' send to menu items to work on playlist roots for all versions of Winamp (was broken by changes made in 5.22)
- Improved handling for the 'add to queue' send to menu items to work better with mutliple selections and generally improved the implementation of the feature so it should work more reliably and also faster when dealing with large numbers of ML items
- Finally implemented the 'Add to the start of the current queue' for the 'add to queue' menu entries (was present in the preferences but was never actually implemented, doh)
- Fixed the plugin to be able to load correctly on NT4 systems (related to the NviewFix code and it calling CreateToolhelp32Snapshot(..) which isn't available on NT4)
- Few minor internal api changes to cut down the number of duplicate api calls to Winamp
- Added in a total count on the jump to file dialog so that it will show 'found(xxx/total number)'
- Fixed the 'on end of queue' feature to work again
- Altered the 'on end of queue' menu to only show options that are applicable eg hibernate is not an option when it's not enabled/supported
- Fixed memory handling issues which arose with 64k+ playlists (so things should be working correctly with such large playlists again)
- Fixed the 'missing files' section being expanded all of the time due to changes to the winamp preferences in 5.22
- Fixed a bug causing the modern skin playlist editor docked toolbar state to not be remembered (damn you subclassing and race-conditions)
- Fixed the common windowshade api causing the media library size/position not being remembered when switching from a classic skin to a modern skin and then back to classic skin (if need be see below..)
- Added the ability to turn the common winshade mode off (since some people aren't keen on it) and may be of use if the above change has broken anything
- Fixed an issue which caused IPC_SETDIALOGBOXPARENT to be blocked (which Winamp needed) and correctly fixed the issue it prevented of the skinned jump to file dialog appearing in the main window (not good)
- Fixed the setting of the font used on the jump to file dialog when no font was obtained/used on 2.x installs
- Added a 500ms delay when entering you search on the jump to file dialog to improve search responsiveness especially for larger playlists! (add jtfe_search_delay=XXX into the jump to file section of winamp.ini to adjust the search delay from 1ms upto 3seconds maximum)
- I've probably forgotten something so whatever else...
- Fixed a obscure crash on close issue (plugin now runs clean in the debugger all the time for me)
- Minor tweaks to the preferences (due to time constraints the language file support has been removed - build 17 will remedy that)
- Fixed cache handling on playlist clears and instant re-adds
- Fixed plugin loading on Win95/NT4 systems (altered loading of the multi-monitor apis)
- Fixed the saving of the jump to file window position when skinned (looks like it's been broken for a while)
- Fixed the multi-monitor snap back code to work again (winshade code broke it from what i can tell) and also implemented handling for the modern skinned version of the jump to file dialog
- Updated the colouriser to correctly handle right to left playlist drawing (well i hope so, heh)
- Fixed an issue with the prefs pages disappearing caused by a change in the last build
- Improved some internal message handling to better work on Win9x based systems
- Made sure the playlist state is updated in all cases when ever a file is queued, etc (was a bit ropey before on some setups)
- Improved the handling of queuing files not already in the playlist editor (such as from the 'add to queue' send to menu option) to now work correctly in all cases (i hope)
- Spent most of the weekend trying to find obscure issues with the internal playlist cache which was causing random crash issues (benski can't get them now so i say it's safe at last)
- Anything else that involved cursing and swearing at the project!!
- Tweaked the favourites view code to only show with an arrow next to it when in favourites mode
- Fixed some Win98 issues with the winshade code
- Adjusted some of the cache/missing files cache handling to possibly remove some of the reported crashes (still need to figure out the exact issue of this)
- Fixed jtf dialog crash on closing on Win98 (and other 9x based OSes) related to the skinned scrollbar code being incorrectly initialised
- Fixed the queue playing queued track + 1 (damn you missing ! )
- Removed the built in dev build crash handler (since it was only really needed for the early dev builds)
- Fixed the 'queue album from playlist' menu action to handle file paths with .\ or ./ in it (would cause some weirdness)
- Fixed general playlist loading to handle entries beginning with the above parts at the start
- Fixed the queue manage pages to maintain selection/focus on move up/down actions and prevented the drag and drop action from starting when there are not enough queue entries)
- Made the manage queue pages have the selection follow the mouse position on drag and drop actions so you can see where it will be going
- Tweaked the internal handling of the favourites queue media library integration for dialog layout and implementation
- Fixed the plugin's handling when any of the text formatting options are cleared (will just use what Winamp would display originally)
- Fixed the hilighting of queued items to work correctly even if text formatting in the playlist was unchecked (doing this should never have disabled the hilighting!)
- Improved the playlist updating when changes are made to the playlist/hilighting options and a queue is present
- Fixed the hilighting default preview colours to correctly update on skin changes again (including modern skin colour themes)
- Tweaked the advance to next track code to cut out any unnecessary processing
- Fixed an issue with the jump to file results limiting not enforcing the limit in all cases
- Fixed handling of the jump to file dialog when search limiting is enabled and there are queued entries (would cause a null entry or completely remove the entry causing a mis-calculation in the search results found)
- move after current in the playlist editor is now back and working again and it works better than before i think from tests so far
- Changed the internal queue cache to be memory optimised as needed (will save a bit of memory for larger queues)
- Removed some same instance code duplication when processing queue entries (basically will give a smidge extra speed)
- Fixed handling of the preferences auto-hiding unrelated pages to correctly hide the media library page when it isn't installed (would remove the misc page by mistake)
- Fixed the middle click enqueue option not working (was accidentally left disabled when fixing an issue in 14.6)
- Fixed the preference pages to use the correct XP style as required (like 0.96ff does)
- Added a (Found X) to the 'Search for text' box at the top of the jump to file dialog to see better what the plugin has found
- Optimised the internal caches memory allocation so it's all dynamic now and not hard coded (on a 21.5k playlist the changes saved me 3Mb of RAM!! - actual saving will vary but there should be a reduction in almost all cases)
- Made a few more code adjustments to the jtfe search function (though it will be slightly slower than winamp's native version because this is more concise in it's search comparisons and foreign character support)
- Added in a note to indicate that the close button on the jump to file dialog cannot be removed
- Fixed the missing file highlighter not correctly being disabled despite being set on the preferences
- Fixed an issue with an internal timer related to the estimated start time queue option working incorrectly (only works when needed now and if there is a queue)
- Fixed an issue with the search code not correctly building it's internal list (should get search speeds backup for some)
- Added in a workaround to correctly size the skinned jump to file window when smooth resizing is not enabled (a 5.x feature for classic skins)
- Fixed a bug with the jump to file button positions not being read back in correctly (damn you e and r being so close on the keyboard)
- Fixed an issue where the jump to file dialog buttons would flash up in a random location on the screen when using the playlist/winamp set font (ref feature added in build 14)
- Disabled some unrelated code in the search compare function which was used for the apostrophe and full stop handling modes
- Changed the queue list on exit to be saved to gen_jumpex.m3u instead of gen_jumpex.ini for faster loading times especially with larger restored queues on startup (will still handle legacy gen_jumpex.ini files on load cos i'm nice)
- Adjusted the queue list saving to work slightly better (may be a bit faster)
- Altered the updater code implementation to work with jnetlib.w5s (experimental testing with benski so this may still be removed before 0.97R final)
- Improved the skinned mode of the jump to file dialog (the skinned scrollbars only work on 2k/XP+ systems)
- Altered the use playlist editor font to now be applied to all parts of the jump to file dialog (fixes display issues with extended characters, etc)
- Added a 'Show first selected in playlist editor' on the ml send to menus (where applicable)
- Improved the ml integration code's multi-user support handling (should work in all cases now)
- Fixed the plugin's tracking of font changes in the player to improve support for the above change
- Tweaked the display clipping of the search/manage mode button to look more consistant with the dialog's UI
- Moved a few of the preference options around (part of the start to improve things for a final build)
- Improved the media library fallback code for the 'queue album from playlist' feature in the jump to file playlist editor right click menu to correctly order the files based on track number irrespective of how the media library pumps out the search results
- Reworked some of the plugins setting read/write actions to improve code efficiency
- More weird fixes for the windowshade code (now just leaves a random issue which appears to be related to the media library - spent 2 days on this so i'm pretty certain that's the caat fault)
- Removed the 'colouriser' preferences page and merged it into a smaller common dialog which is jointly used for the queue and missing files highlighting (saves on code duplication) and also improves the layout of the preferences (was Egg's idea and i like it :) )
- Implemented a semi-colon separated filter list (currently on the misc preferences page) which allows you to block entries from the search results eg separator://;http:// (this replaces the remove separators option from the previous builds)
- Added an option to the missing files support to allow entries beginning with \\ to be ignored (typically from folder shares)
- Fixed a potential crash issue with the missing files code when the playlist contents were altered
- Fixed foreign character searches including multi-byte strings (big thanks to mrym for the testing so far on this)
- The above fix breaks the options to ignore apostrophe's, full stops and also the * wildcard searches (my custom compare function sucks at multi-byte processing but i intend to fix this asap)
- The above should also provide some speed up with searches a bit (found my custom function was awfully slow at times)
- Some minor ui tweaks/consistancy in handling of enabled/disabled options
- Any other little fixes i've forgetten or can't find a log off
- (Hopefully) Fixed some windowshade issues with the plugin's implementation for generic Winamp window frames (winshade at the bottom of the desktop then minimise and restoring Winamp would cause the window to jump up incorrectly and another placement issue where the window appeared to be winshaded when it had only been moved down to look like it)
- Fixed issues with the common preferences code (removes flicker and doesn't mess-up the Missing Files entry
- Now works correctly with DEP enabled for all programs, etc (issue was due to a compile optimisation that XP doesn't like)
- Verified a lot of the code (so could remove some of the obscure crashes)
- Updated the code for getting Winamp's selected playlist entries so that it'll now use the best method (3 available) based on the version of Winamp in use and the mode that is available
- Altered the 'about' action on Winamp's preferences to open JTFE's about page instead of the last JTFE prefs page viewed (need to pimp that donation button)
- #defined out the scheduler code for this build to see if any of it's code is related to some of the reported stability issues of the last few builds (this will return in a slightly different way :) )
- The prefs option for the checking for JTFE updates now refers to it being a JTFE check and not a general Winamp check (had caused some confusion in the past)
- Fixed the ML integration handling of the ML_MSG_TREE_ONCREATEVIEW so it won't mess with any other ml views now (as it has improperly done before)
- Fixed the favourites playlist loading to now work correctly based on Winamp's multi-user support (if available) otherwise it will act the same
- Tweaked the favourites playlist loading/saving to use metadata from them where possible and improved loading speeds by processing the read data as the playlists are read instead of afterwards
- Fixed the incorrect handling of the search results when the optimisation options are enabled (would give incorrect results) and also to correctly follow the limit set (wouldn't always work)
- Fixed right-click enqueue of files in the search list to update the queue indicators (would only work from the enqueue button for some reason)
- The search/manage mode button text is now clipped to the size of the button (it will trim the text with ... added where needed according to the OS function used).
- Fixed an optimisation issue which broke some of the registry options (good catch by Egg)
- Added in a lot of extra ML integration options/editing/general usability for the favourites modes (need to fix the item insertion though ref DL issues)
- Search speed optimisations related to drawing enabled by default
- Search speed optimisations related to number of entries to be displayed implemented (will show the first results upto the limit as Winamp processes them) to help with large playlist searching (can save upto a few seconds on really large collections!)
- Fixed the Colouriser api to update the current playlist entry on changes (picked it up with the no playlist scroll option enabled)
- Fixed the Colouriser api to not clip playlist entries longer than the playlist editor window's current size (a dumb dumb bug)
- Switched the 'Q' (and 'M' i think) handling in the playlist to the faster 5.x method (with appropriate fallback to the traditional jtfe method as and when needed)
- Fixed up Winamp 5.11+ multi-user support (after a few attempts) so all settings should be correctly stored based on what Winamp tells jtfe now
- Fixed the missing files check to now not flag up an error when removable media is taken out (one for Egg)
- Altered the plugin's auto-updater to run in an idle thread (could cause system lockups if Winamp was run in a high/real-time priority)
- Altered the auto-updater to only attempt to access the internet if Winamp is allowed to use the internet
- Fixed the 'queue album from playlist' fallback option to work when the main ml integration is disabled (still need to finish the code to sort and then insert the entries based on track number)
- Moved the 'queue album from playlist' fallback option onto the ML options pageAdded in preliminary code for Classic skins to keep the jtf window on screen when it's opened (Modern skin handling is going to take a bit more work/hassle)
- Hopefully the playlist tracking update issues are fixed now (found a major commented out line probably from some testing that wasn't re-enabled)
- Updated my common preferences code to allow for tabbing around the preferences (and removed the slim chance of lockups with the code - Playlist Loader and Playlist File Remover will also be released with this updated code soon...)
- Common preferences code updates (from recent Playlist File Remover work) now mean that some more of the old on-the-fly language changes should work again, yay
- Fixed the 'about' button going to the Playlist Loader preferences/another random preferences dialog (was a dumb handling error on my part)
- Fixed an issue with the winshade mode (from the fix in build 10) so that now the window can be dragged correctly since the internal state is now correctly reset on starting to drag the winshaded window
- Fixed the fallback code for the list font on pre 5.x Winamp installs
- Adding an option to disable the use of the playlist font for the jtf lists
- Added option to ignore apostrophes (') in the search
- Added the ability to press the space key to show in the playlist the currently selected item in the main jump to file list (to match with the enqueue list modes)
- Fixed an issue in the Winamp 2.x fallback code of the preferences code where clicking the [About] button wouldn't switch to the About page as intended
- Tidied up / initialised a few buffers missed before in the old code
- Added a 'Queue album from playlist' feature for the right click playlist menu which will queue the first playlist (*.m3u or *.pls) that it can find the selected file's directory
- Expanded the above option to allow as a configurable option to query the media library if there are no playlists present in the file's directory
- Improved internal code to only copy into the actual size of the buffers to remove any potential buffer overflows (such as with extremely long filenames)
- Fixed a number of issues with the Shell Options code where certain settings weren't applied correctly based on other options in effect
- Fixed the handling of the File Types preference page so that it will play better with Winamp now (wasn't 100% before)
- Added in the ability to control which of Winamp's Explorer menu options are shown (Play, Enqueue, Add to Bookmark List, Enqueue & Play)
- Added in full clean up on close for the hooking of Winamp's search function (is more just paranoia since the user wouldn't be able to attempt a search on the jtf dialog when Winamp is closing)
- Re-coded the JTFE search function again to see if Extended characters are now handled correctly again (appeared to be broken in the last 2 builds or so)
- Implemented wildcard supprt in the search (use an asterisk * to do this though if you enter a single asterisk just as the search then the search will not be a wildcard search)
- Anything else i forgot to note down
- When the ML integration mode is now enabled, a little fix is activated which will ensure in all cases that the view pages show up (i've been having issues where they effectively disappear off screen)
- Fixed the ML 'Add to queue + play' feature to work again (something broke somewhere)
- Fixed the 'load playlist into queue' feature so it will now handle M3U and PLS files again correctly (be they relative or absolute paths in them) [this will still act funny if the files aren't in the playlist when loading into the queue]
- Added pressing 'space' on the queue list management pages to show that entry in the playlist
- Both list controls on the Jump to File dialog will now use the playlist editor font (may add in an option to disable this if there's the demand!)
- Added in the ability for . (dot) to be ignored when searching on the jump to file window (option is off by default)
- Fixed a few issues with the Winshade code so that it won't adjust it's size if winshaded and the mouse is released outside of the button
- Altered the Winshade code to not add the mode to the MilkDrop window in all cases since it messes up if windowshaded (really a MilkDrop issue!)
- Started work on fixing/improving the load playlist into queue mode (supports relative pls files now but the feature is heavily broken whilst a few more changes need to be finalised)
- Fixed logic issues with the Missing File feature's updater so it on only when specified now (was a lame bug)
- Added an option to enable/disable (default is off) the Missing File feature
- Added in the ability for the Missing File preferences sub entry to remember it's expanded/collapsed state
- Fixed a bug in the new search function code where it wasn't creating the lower case value correctly and so could cause some incorrect search results
- Added in non adding of the ML send to: menus if no items can be found in the database (hopefully the 'filename ISNOTEMPTY' query is fine for this)
- Fixed a bug where the colouriser and missing file features were sharing the same selection colour when they shouldn't have
- Altered the colouriser api to enum all callbacks now so that mutliple actions will be blended together for that entry (like queued and the show in the playlist option is used)
- Adjusted the custom search function to hopefully search case-insensitively for extended characters
- Merged the internal test dll (gen_missing) into JTFE as the 'Missing Files' sub-sub prefs page option which allows the hightlighting of missing entries in the playlist (Egg loves this one!)
- Added in the ability to browse for a file on the playlist entry dialog (option in the next build will make this optional)
- Fixed the Colouriser api to not use legacy code which was comparing entries being in the JTFE queue when it should not have been doing so
- Fixed the Colouriser api to correctly initialise it's default colours when using the default Classic skin and improved detection and handling with other skins
- Altered all of the listviews to allow for the 'fullrow select' style on supported systems
- Implemented the basic scheduler (see the config options for what's currently supported, etc)
small changelog for a big new feature (with a lot more to come in only a few days!!!)
- Fixed a crash bug when previewing/selecting the playlist menu
- Fixed the slowness when loading the current search results into the queue (was due to it updating everything after an entry was added which it should not have been doing!)
- Adjusted how the new JTFE handled search function works to better match the orignal Winamp function but still keeping the new extended character support :)
- Added in ability for the jtf list to match the current playlist order (configurable option)
- Added in partial handling of system dpi settings other that 96dpi (so at least the majority of the window/buttons show now)
- Fixed the DEP crash issue on XP sp2 machines (problem was the language file loader)
- Fixed a crash bug on the shell options page due to an incorrectly initialised buffer in the registry reading code
- Improvements to the Colouriser api so it will now use the default skin colours and correctly displays the current item text colour now if it's in the queue
- Fixed an issue where skin changes / refreshes wouldn't correctly update the colouriser prefs displayed colours if the defaults are in use
- Added in saving of the queue marking colour options between Winamp instances
- Checked over the updater code and corrected a comparison bug which could cause invalid new version warnings (reported by arv a long time back! and removed the test settings causing the bug reports for the original build #6)
- Removed the plugins msvcrt.dll dependancy without increasing the plugins size (cos i wanted to and can )
- Added a 'Crop to queue' mode from the right click playlist menu
- Optimised the reading/saving of the playlist right-click menu code to make it easier in future to add in other possible options
- Added the ability for the 'Scroll to Item' mode to flash highlight the item (either using the current selection background colour or the inverted state of it)
- Adjusted the Winshade button placement to one pixel to the left after re-assessing the code and from the test images TazDevil provided
- Added in foreign character handling in the jtf search (base implementation part derived from the gen_jfix code and help from ol' Benski <3 )
- Fixed 'QUEUE' entries appearing in the playlist when using the 'Enqueue and Play' mode and Winamp was not started intially
- Fixed handling of 'Enqueue and Play' when the option to start Winamp if not already playing and using the add to Queue feature is in use (will force Winamp to start playing the first entry in the current queue)
- Fixed a stack crash when pressing the 'defaults' button in the preferences do to a conflict in the Colouriser api (Build 6a change)
- Checks to ensure where possible internal variables/buffers are correctly initialised where possible
- Anthing else i forgot to note down...
- Added the ability to use the Middle mouse button to add/remove files from the queue in the playlist (acts like the Alt+Click mode)
- Implemented a crash handler into the plugin which is useful for slightly more comprehensive crash logs for any crashes in Winamp that it can get (not just JTFE crashes!) -> you need to enable this since it's off by default
- Merged the code from gen_nviewfix into the JTFE (since it was only 0.5k and Egg pestered me ;) - gen_nviewfix will be used if both are present)
- Massive overhaul of the internal caching to get the new playlist state a bit faster and also allows... (see below)
- Fixes to the shell Enqueue and Play and Media Library Send To: features failing to work properly if the files were not in the current playlist before the feature was used
- Fixed the load playlist into queue on start up to now correctly clear the queue if the option is set to do so
- Moved around the internal startup order to allow certain aspects to load sooner and others to have more of the core initiaiised before allowing them to load (such as the above bug fix)
- Minor code cleanup and tweaks...
- Re-enabled the plugin's support for versions of Winamp below 5.04 (though there's no guarantee on what will/won't work)
- Adjusted the ML integration features to only appear now if gen_ml.dll is present in the plugins directory
- Fixed a nasty closing conflict between JTFE and the Media Library
- Fixed the Media Library integration code to properly initialise now so the viewe will hopefully show in all situations
- Added in an entry internal handling to detect if the Media Library is installed and to then adjust some functionality as needed (such as all prefs page controls being disabled though the page will be removed from view in a later build!)
- Added an option on the 'Display' tab to filter out separator:// based entries (manually altering the current search is needed to make any change to this setting take effect if the JTF window is currently open)
- Tweaked the playlist caching code to run a little bit faster due to some buffer usage optimisations
- Added in an entry on the Title Formatting message to refer to the new '%st' option
- Added an extra shell handling option when using the 'Insert enqueued file after the currently playing file' mode to add the file to the start of the current queue if there is one present
- Fixed the double showing of the skinned frame bug (quit with the bitchin' now ladies)
- Implemented the 'Classic Skin Winshade' api into the plugin (cos it's damn shexy!)
- Fixed a number of issues with the internal drag & drop support onto the queue list windows
- Updated the winamp.ini read/write code
- Added basic ML integration support and send to: menu handling
- Added shell support for essentially native 'Enqueue and Play' handling in Winamp with use of the JTFE queue plus some...
- Extended the playlist colouring support to be a lot more configurable (doesn't save settings since the internal api is not finished yet and is still subject to changes) - Implemented in Build #6a and upwards
- Massive internal overhaul to the preference page handling to make my life easier when managing them all!
- Implemented a number of exported api's which will be documented on final release and until then are subject to design modification
- Implemented scroll song into view support and also the ability to prevent the playlist view jumping around on track change
- Fixed a few issues with the version updater code (will not be used for a while though)
- Fixed clearing of the playlist with a current queue to correctly clear the queue now (wasn't working 100% previously)
- Fixed a few keyboard shortcut issues where the test was not 100% correct and allowed a few mis-actions to occur
- Added in a new %st value for the playlist formatting so you get an idea when a track in the queue should start playing (still alphaish and appears to be out by the current output buffer sizes)
- Fixed a few potential conflicts on Win9x based systems with the original and also the new code in the plugin
- Lots of other misc code tweaks, updates and changes that i've not properly noted down
(this changelog really doesn't show just how much time and effort has been put in to get back to this state of a reasonably well working JTFE build so go on donate, i need to eat so i can code)
- There are some quirks with the way that the common manage view code works - column width sizing, etc is shared and this code needs to be re-written properly (maybe for 0.99.2 or 0.99.3)
- The preview options on the display page are not unicode compatible though what's added to the playlist editor should be correct
- The horizontal scrollbar may disappear on the JTF dialog when doing any actions which require the text display to be altered (like enqueue actions) - is intended to be resolved in the next major release when all of that code will be overhauled (has been buggy for years)
- The search is not unicode based (it will work if your OS is setup correctly) but not for standard (requires Winamp and JTFE search handler changes to allow for this - soon though i hope :) )
- Anything else i've forgotten (which will be added to or removed as time goes along... or when koopa reminds me about it, heh)
|