October 24th, 2011· Vastly expanded code docs for FXText widget.
· Improved Syntax parser for Adie text editor.
· FXFileList now issues proper callbacks when files or directories are changed on the disk while FXFileList is displaying them.
· FXFileSelector puts FXFileList into ICONLIST_SINGLESELECT mode when SELECTFILE_ANY mode is in effect. This is as it should be since the user may type a filename that doesn't yet exist.
· Several unnecessary directory scans have been eliminated when FXFileDialog first appears. This makes the FXFileDialog much faster than it was before.
· Python syntax rules updated in Adie.stx.
· Added coloring rules for merge-conflicts for C, C++, and a few other languages to Adie.stx.
· Fixed bugs in Adie.stx now flagged by stricter syntax parser.
· Non-recursive forceRefresh() in FXWindow.
· FXIconList generates SEL_DELETED, SEL_INSERTED instead of SEL_REPLACED. These callbacks are more useful.
· PathFinder shows useful information in its status line.
· Can now change permissions of multiple files from PathFinder properties panel.
· PathFinder can now change file-associations and icon-assignments, just like ControlPanel. For now, these have effect only in PathFinder itself, but this should change in the future.
· Typo in FXComplexd fixed.
· Workarounds for disk stat for MacOSX and other non-Linux Unices.
· Fixed bug in FXMat3d SSE2 code. Was using aligned access.
· FXFileList and FXDirList items keep track of mode-bits. This actually simplifies stuff quite a bit.
· Useless directory rescan eliminated when sort-function changed in FXFilelist and FXDirList.
· Issue SEL_CHANGED if current item is replaced in FXIconList, FXList, etc.
· Adie remembers if extension-less file syntax was changed by hand; next time same file is loaded, syntax will be restored properly.
· First-time bug in ControlPanel fixed; rare, issue only occurs ControlPanel is ran first time and no registry exists yet on disk.
· Option added to PathFinder to scale image to available space when using internal image viewer.
· Vendor-key in FXApp's constructor now defaults to FXString::null. This is the more common usage pattern.
· Option added to PathFinder to control file-item space and whether or not to auto-size columns display.
· Bold, strikethrough, underline style flags now saved in Adie.
· New syntax rule option in Adie.stx: all-matching "background" rule. When used, you can colorize all text not matched with the regular rules, as override to the default colors used by the Adie editor.
November 24th, 2010· Change in configure.ac to check intrinsics header files with modified compiler flags; header files are not compilable with default options.
· Updated Borland C++ makefiles.
· Update Visual Studio 6 project files with missing headers.
· Small fixes in FXAutoPtr.h.
· Change some inlined API's of FXProgressDialog to non-inline.