SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for adie-3.5.0-52.1.x86_64.rpm :

* Wed Apr 21 2021 larsAATTlinux-schulserver.de - 1.7.77- Update to 1.7.77 + Subtle FXString::format() numeric rounding bugs fixed. + Adie text editor rare crash bug fixed. + FXString unicode conversion bug fixes. + Additional checking ensuring FXString::substitute() called properly. + Subtle FXString manipulation bug fixes.
* Sun Apr 04 2021 larsAATTlinux-schulserver.de - 1.7.76- Update to 1.7.76 + Add handy icon button to Adie file list widget to hide/show hidden files. + FXText widget parameter verification improved for content-modification APIs. + FXText widget block mode replace, block insert, and other block operation regressions fixed. + FXText widget block selection issues fixed. + FXRex grammar depiction fix. + In FXJSON parser, a single bad-utf8 prefix case label was missing. + Not all systems have pthread_rwlock_setkind_np(), causing compile to fail on those systems. + New FXASSERT_STATIC macro added; it is defined for C++ language > 2011. + Scoped FXReverseSpinLock class added, similar to FXReverseMutex scoped lock. + The unixToDos() API would potentially add a second CR if input was already DOS format; now fixed. + Adie text buffer loading and saving updated. + Adie extract range selection to file, and extract block selection to file option added. + Adie replace text range from file, or replace text block from file option added. + FXString::length() now returns boolean instead of throwing exception when out of space; internals of FXString somewhat fortified against low-memory situations + A number of places are now defining specific trace topics using the new topic-tracing implementation. FOX DEVELOPMENT 1.7.75 + FXSystem::getUserDirectory() had bug on Windows with non-unicode build. + Configure scripts allows specification of freetype2 install locations. + Adie rules for C# language updated with current set of keywords. + Added TypeScript coloring rules to Adie syntax file. + FXDir::createDirectories() now insists on absolute path as input. + FXPath::upLevel() now works for relative paths as well. + FXPath::enquote() bug fix: enquoting string containing \'#\' was flawed. + Building using VC++ now keys on DEBUG not _DEBUG. + Adie syntax rule fix for CMake. + Some small fixes to FXPath::simplify() for path separators. + Set DPI Awareness upon launch on Windows. + Dropped unnecessary asserts in FXCursor (Windows). + Updated FXTRACE() implementation. Trace topics in addition to levels. + Removed fxstrhash() in favor of FXString::hash(). + Support convert to/from Modified Rodrigues Parameter in quaternion classes. + Orthogonalize 2x2, 3x3, 4x4 matrices using Gram-Schmidt orthogonalization added. + Some further work in FXReactor, FXDispatcher. + Fix address sanitizer issues in FXDictionary, FXHash, FXReverseDictionary, FXSettings, FXStringDictionary, FXVariantMap. + Leaked icon resource fix in Adie, ControlPanel, PathFinder Preference panel. + Fix to SUNRAS image loader loading 1-bit per pixel images. + Potential NULL cursor pointer issue during create() fixed. + Miscellaneous compiler warnings fixed here and there. FOX DEVELOPMENT 1.7.74 + API additions in FXAccelTable for convenient single call parse- and add to table. + Support for Borland C++, Digital Mars C++, and Watcom C++ removed. + FXXMLString class added; deserialize XML from an FXString. + Work-around for VC++ lack of support for hexadecimal floating point literals. + FXCursor.cpp non-compile bug fix. + Lots of warnings fixed. + All \"register\" declarations now expunged. + Miscompile and performance bug in FXRandom implementation fixed. + Engineering mode display option in Calculator. + Engineering mode option formatting doubles in FXString. + Expression now allows underscore in variable names; internal optimizations in parser. + Relaxed parsing of fractional seconds in systemTimeParse(). + Obtain leap seconds given TAI, in addition to leapseconds from UTC. + Highlight text block via keyboard arrow keys in FXText. FOX DEVELOPMENT 1.7.73 + Added math function Math::pow10i(). Performs integer power of 10. + FXString::hash() now switched over to FNV1a algorithm; is slightly better than old one on dictionary tests; the classname hashing in FXMetaClass was switched too. Note this means libraries using FOX that need hashing would need to be recompiled! + Serious bug in FXText fixed: caused assertions from book-keeping discrepancies in cursor movement. + More stringent checking floating point input containing thousands-grouping. + Hexadecimal floating point input (fxscanf) now supported. + Hexadecimal floating point output (fxprintf) now supported. + Possible speedup in FXDictionary, FXSettings, FXStringDictionary, and FXVariantMap. + Non-compile issue discovered in
*BSD. + Finite wait-API added in FXSemaQueue. + Adie text editor bookmark menu labels slightly more intelligent caption. + Bug printing out denormalized numbers, in optimized mode [FTZ/DAZ floating point flags in effect]. + When printing out floating point numbers, correct exponent in case it was denormalized. Important note: we have reason to believe (a) glibc version of fprintf() has a bug with small denormalized numbers printed with \"%a\", and (b) we believe both GCC and clang++ compilers have bugs parsing hexadecimal denormalized floating point numbers. + Some math functions renamed for consistency: ipow() to powi(). + Change in behaviour: Math::fpExponent() now returns exponent without bias. + Change in behaviour: Math::fpMantissa() now returns mantissa including the hidden bit [unless number is denormalized].- refreshed patches: + fox-1.7-remove_date_from_adie.patch + fox-1.7-remove_date_from_pathfinder.patch- recompress the sources, use xz (enhanced _service file)
* Wed Jul 15 2020 larsAATTlinux-schulserver.de - 1.7.72- Update to 1.7.72 + Added math function Math::pow10i(). Performs integer power of 10. NOTE: function Math::pow10() will go away as this has been deprecated; use Math::exp10() instead! + String to double conversion routines accuracy improvement fix implemented; approximately 16th digit accuracy now. + Added %a and %A handling in fxscanf.cpp. Hex float support parsing to be switched in soon; not yet 100% working at this time. + When parsing exponent-part of floating point number fails, properly rewind input to the part before it; this will leave the rest of the string for another conversion specifier if there is one. + When parsing number-separator, don\'t allow consecutive number separators. Future implementations may be more strict still. + FXThread thread naming update for MacOSX and other operating systems. + The math.cpp test program now implements testing functions when they are missing from the operating system. From 1.7.71 + FXSystem::Time not initialized inside FXSystem::systemTimeParse(); must initialize to zero prior to call. Reason: need to be able to determine what fields were actually set during the parse. + Added FXSystem::daylightSavingsActive() API. Determines if daylight savings time in effect at the given time. + On Windows, FXSystem::daylightSavingsActive() uses TIME_ZONE_INFORMATION to determine when daylight savings is to be switched. But Linux and Windows versions may need additional work. + FXSystem::localTimeZoneName() returns time zone name as known by O.S. Note its returned as UTF8 string.- make rpmlint happy and let the -devel package require the main package
* Mon Jun 29 2020 larsAATTlinux-schulserver.de - 1.7.70- Update to 1.7.70 + Changed order of paramter in FXSystem::systemTimeParse(); new order allows default parameter for time parsing format, \"%m/%d/%Y %H:%M:%S\", which is very convenient. + Added localTimeZoneName() API. + Changed parameter order and implementation of universalTime() and localTime(); the new order now allows default parameter (\"%m/%d/%Y %H:%M:%S\") for time formatting and parsing. New implementation using recently added routines also allows adjustment for time zone offset if time zone offset is parsed from time string (%Z or %z option). + FXSystem::systemTimeParse() does not initialize FXSystem::Time struct anymore; thus, should be zeroed out prior to being called. However, FXSystem::systemTimeParse() will assign as much as it can based on the time- and date-components being parsed. Also note, FXSystem::systemTimeParse() can properly parse ISO week number and day, and compute proper date from that. Its a bit tricky. FOX DEVELOPMENT 1.7.69 + More FXSystem time related API changes. + FXString 16-bit character conversion fix. + Military time zone parse. + FXFileSelector onCmdDirectoryUp() selects directory we were in before, for quick downward navigation. + FXFileList sets both current and anchor item when entering directory. + The fxprintf.cpp used in string formatting now supports %a and %A for floating point printout. FOX DEVELOPMENT 1.7.68 + Added FXSystem::Time struct, system-independent time in parts. This comes with (at the moment) two routines, FXSystem::systemTimeFromTime() which converts FXTime to FXSystem::Time, and FXSystem::timeFromSystemTime() which converts time in parts to FXTime (in nanoseconds). + New routine FXSystem::systemTimeFormat() formats FXSystem::Time to a string, similar to strftime(), with a few extensions. + New routine FXSystem::systemTimeParse() parses FXSystem::Time from a string, similar to strptime(), with a few (more) extensions. + New routine FXSystem::daysFromCivil() converts year, month, day to days since Unix Epoch in days. + New routine FXSystem::civilFromDays() converts Unix Epoch in days to year, month, day. + New routine FXSystem::timeFromNTPTime() Converts NTP time (64-bit ssss:ffff) to FXTime, nanoseconds since Unix Epoch). + New routine FXSystem::ntpTimeFromTime() Converts FXTime time to NTP time (64-bit ssss:ffff). + New routine FXSystem::leapSeconds() returns number of leap seconds since FXTime. It can be used to compute UT1 time (plus or minus fraction of a second). + The sysctl.h is now obsolete on Linux [still checked as not obsolete on
*BSD]. + Blending on in FXGLShape. + WM_ERASEBKGND message handler (on Windows) should return 1. + Small default width/height size calculation bug in FXTable fixed. + Some fixes in FXMat3d, FXMat3f with some SSE/AVX code. + Additional routines in fxendian.h: pop64(), pop32(). + New routines in FXElement. + Some more missing math functions added in fxmath.h. + Fix in FXDate for pre-1970 time values (rounding wrong way). + FXTRACE in FXMetaClass constructors/destructors. + Some progress on new FXEventLoop/FXDispatcher/FXReactor classes. + FXThread naming. + Initialize FXQuatf/FXQuatd with Rodrigues angles, other APIs for Rodrigues angles added. + FXJSON parser exponent parsing bug fix. + FXCallback bug fixes. + FXText bug fixes/improvements. FOX DEVELOPMENT 1.7.67 + Two subtle bug fixes in new double to string conversion fxprintf.cpp; first, compiler optimization caused code to be generated that overflowed, making results incorrect when optimization was on. Second, another (unrelated) overflow situation happened converting double to unsigned long. Now that both are fixed I believe we have a very fast numerical conversion that appears to be reliably generating about 15 to 16 digits out output [last digit may be off by 1 or 2 in typical case]. + Allow more bookmarks in FXFileSelector, for frequently visited directories. + Work-around for operating systems missing lrint() and lrintf() in fxmath.h. Testing reveals replacement implementation to be very close to original, with exception of tie-breaking rule rounding numbers that are exactly midway between two integers; we are, however, mostly happy with the way our implementation works if lrint() is needed on an operating system where theses functions are missing. FOX DEVELOPMENT 1.7.66 + FXString::escape(): encode illegal UTF8 as hex-sequence regardless of flags. + FXJSON bug fixes for support of JSON5. + FXJSON parser strictly reject bad (ill-formatted) UTF8 characters. + FXPath UNICODE user home directory fix. + Fleshed out thousands-grouping in fxprintf (used by FXString and other places for number-conversion). Print comma-separated thousands in the integer fraction. New: when in exponential mode, adjust the exponent and decimal point location such that the exponent is a multiple of 3. + New, faster, and often more accurate floating point to string conversion. No, this is not based on Ryu paper. New method reliably generates 16 digits, and does much better rounding.- refreshed patches: + fox-1.7-remove_date_from_adie.patch + fox-1.7-remove_date_from_pathfinder.patch
* Sun May 05 2019 larsAATTlinux-schulserver.de - 1.7.65- Update to 1.7.65: + FXJSON now has JSON5 JSON5 support; line-comments, multi-line comments, unquoted key names, etc. + Experimental block-selection in FXText widget. + Fixed fxscanf.cpp to be able to read NaN and Infinity/Inf. + Fixed strtod() to recognize Infinity. + The escape() of empty string returns \"\", not empty string. + The unescape() supports line-continuations. + Additions to Math namespace. + Additions to FXQuatd and FXQuatf. + Some missing functions added to FXExpression. + FXPath::convert() transforms foreign operating system-style paths to local conventions (path separator, path list separator, environment variable syntax). + Improved FXPath::expand(). + FXReverseDictionary class added. + FXDirWatch class added.- refreshed patches: + fox-1.7-remove_date_from_adie.patch + fox-1.7-remove_date_from_pathfinder.patch- ran spec-cleaner
* Fri Oct 05 2018 larsAATTlinux-schulserver.de- Update to 1.7.64: + Switched FXDir to use readdir() instead of now-deprecated readdir_r(). Supposedly now thread-safe. + Some internal streamlining in FXRex. + In FXText, duplicate line leaves cursor in place, but highlights the new line (if you duplicate one too many, you can therefore immediately delete it again). + Add some help messages for PathFinder\'s Preferences dialog. + Add columnFromPos() and posFromColumn() functions in FXText. + Fixed bug in FXText not recalculating width if only single line present (was introduced recently). + FXRex reverse algorithm was not working for verbatim mode; it does now. + Some limitations on FXRex regex-reversal algorithm removed. + Adie open-selected rework had introduced some bugs; is fixed now. + Added new convenient API\'s to Math namespace. + Added new API\'s to vector classes. + FXText block select, block copy to clipboard, and block delete now work. + FXText shiftText() had minor issue shifting text containing tabs; this has been dealt with in a very sophisticated way, an internal routine which is also needed for block operations. + PathFinder now stores execpath, which is used to locate executables listed in icon-associations; it can be changed via Preferences Dialog. This is for people who are not able to set system environment variables directly. + Newly added arbitrary-length look-behind assertions in FXRex are a bit more bullet-proofed. + Some bugs with partially filled buffers in FXText fixed. + Large number of updates to syntax patterns in Adie.stx. + Fixed some minor issues in reversing of regular expressions, needed for arbitrary-lookbehind assertions in regular expression engine. + Bug fixes in FXDispatcher. + Added disconnect API to FXCallback, the new fast delegation class. + Word boundary in back-scanning regex engine fixed. + FXRex empty branch issue fixed; empty branches no longer allowed. + Removed limitations on message lenghts in fxerror(), fxwarning(), etc. + In FXRex, when patterns are reversed, some escape sequences are dangerous; partially, this could be fixed by requiring that the hex escape sequence require two hex characters. For octal character sequences, however, this can not be done, so those are flagged as unsupported in look-behind patterns. + Some bugs fixed for Windows build. + Added API to FXPath to check if a filename is a reserved filename, such as \"COM1\", \"PRN\" etc. + Fixed FXDirBox flicker, particularly under Windows, due to bad implementation. + The call to ::system() does not work as desired under Windows. Calls to ::system() are used to spawn child processes, for instance, clicking on an icon in PathFinder. These calls have now all been replaced by newly developed APIs in FXPath, like parseArgs(). + A Windows-specific version of parseArgs() has been added, it follows Windows commandline escaping rules. + More options in file-associations for launching applications from PathFinder. Applications may be launched with the current file (%f), the list of all selected files (%F), the url of the current file (%u), the url\'s of all selected files (%U), or the current directory (%d). These options can be used at the same time, for instance, an association \"tar cvfz %d.tar.gz %F\" would tar up all the selected files into an archive that\'s named after the current directory. + Updated Makefile colorizing. + PathFinder now as its own notion of executable paths; this allows users to add additonal paths to the shell-provided PATH environment variable. Handy as not everyone knows how, or is allowed to change system PATH variables. + Show exact bytes in tooltip on bottom of PathFinder window. + Fixed FXAtomic problems on Windows. + FXText widget has tooltip timer, and will be able to pop a tooltip with location-dependent content. + Duplicate accelerator issue fixed in FXReplaceDialog. + Try and prevent Adie from loading insanely large files [for example, accidentally clicking on an .iso]. + Strange Dell mice issue issuing dual mouse-wheel reports. This caused some minor issues with scrolling. The FXScrollBar has been fixed for this problem. + At the same time, changed anomation parameters of FXScrollBar slightly; animation time-step is now raised to 16ms, which is about one frame-time on 60Hz screen. This means scrolling is a bit less CPU-hoggy as the amount of work is dropped to 1/3. + Find In Files has some utility improvements. + Regular expression now supports non-simple possessive matching. + Possible signed character issues fixed in fxscanf. + Some better feedback in Adie while searching patterns in multiple files. + Find in files in Adie remembers last-used patterns and folders. + APIs added to FXText to manage virtual columns (columns past end of line). This will be needed for block select operations. + FXIconList lasso speedup, especially when YUGE numbers of files in a folder. + Minor PathFinder spruce-ups. + New APIs in FXPath: parseArgs() builds argv vector from command line, suitable to passing to execve() (etc.) system calls (or FXProcess). + Improved enquote() and dequote() for UNIX in FXPath. + In Adie, ShellCommand now kicks off sub-command w/o needing a shell; uses new API parseArgs() to assemble command and start sub-process with it. + Minor fixes in FXCallback template. + Added rotate() to FXVec3d and FXVec3f. + Added additional APIs to FXAtomic.
* Thu May 18 2017 larsAATTlinux-schulserver.de- Update to 1.7.60: + Context back-up changed in incremental syntax recolorizer (Adie). + Some typos fixed here and there. + Configure script and makefile updates. + Many updates being worked on inside FXText. + Compiler warnings fixes for GCC 6.3.1, which seems to flag a few new things. + Some FXText widget speedups. + Bug fixes in FXString. + Added visiting() API to FXDirVisitor. + Disable and enable buttons in FindInFiles dialog in Adie editor when starting/stopping searches. + Brace-matching change: matching brace can now stay visible as long as cursor on a brace (if enabled). Enabling permanent highlighting also makes the match search outside of the visible part of the text buffer, in case the matching brace is scrolled into view later. Thus, people with slow machines may notice brace-match could take slightly more time, when working with really large files.- refreshed all patches
* Sun Apr 16 2017 larsAATTlinux-schulserver.de- Update to 1.7.59:
* Changed the way bookmarks are done in Adie; you can delete them one by one.
* A fair number of changes and bug-fixes in FXText widget.
* Cursor doesn\'t blink during movement in FXText and FXTextField.
* Limit accumulation of repaint-areas yields less visible flicker in some case.
* Redraw of line numbers in FXText now with less flicker during resizing.
* Adie text editor now supports adie, emacs, and vim modeline parsing; you can set language (syntax) mode, tab width, wrapping, and a few other things.
* Dropped jump-scroll mode support in Adie: never used by anyone.
* Some extra options added to Adie Preferences Dialog.
* Syntax file for Adie can now force hard-tabs, autoindent, and other attributes. This means editing \'Makefile\' will automatically switch hard-tabs on!!.
* Adie on-line help updated with description of syntax for \'Adie.stx\' syntax description file.
* Documentation in FXAccelTable.h expanded to include syntax for accelerator keys.
* Option for brace-matching added to FXText. Also, added option to keep brace highlighted forever, or until cursor moves or a selection is made.
* Show \'indeterminate\' state for checkbuttons in Preferences panel, if default settings for tab-mode, wrap-mode, auto-indent have been superceeded by attributes from the syntax-file or a parsed modeline.
* Added \'SaveTo\' option in File Menu of Adie text editor.
* Adie improvement: don\'t clear bookmark selecting it 2nd time; now, remove bookmark by invoking \"Delete Bookmark\" with the cursor on the bookmark to be deleted.
* Bookmarks now at start of line; thus, only one per line.
* Use __buildin_bswapXX() only for GCC 4.8 and newer; older versions buggy, apparently.
* Added SaveTo option in Adie text editor.
* FXText and FXTextField cursor blink fix; don\'t blink while moving (so user doesn\'t lose track of where it is!).
* When multi-file mode in FXFileSelector, enquote files only when needed; and escape quotes and backslashes if they appear.
* FXFileSelector now returns filenames as typed into the box in all modes, including multi-file mode.
* Now allow relative search paths in Adie file search paths. This means you can list places to look for files in your project directory subtree, regardless of where the project subtree is referenced from; for example, \"../include:../lib\" will let you open a file from \"../include\" when you\'re in \"lib\", and vice-versa.
* FXFileList properly hops back to original directory when dragging over directories.
* Major speedup in FXIconList lasso-selection mode. Much, much faster when lassoing items in very large folders.
* FXFileSelector\'s getFilename() returns first of many, if box contains multiple names.
* FXFileSelector scans for first non-wildcard extension when substituting extensions when filter is changed.
* FXTreeList and FXFoldingList should issue SEL_EXPANDED message as side effect of makeItemVisible expanding a subtree.
* Missing setPattern(), getPattern() API\'s added for FXDirDialog and FXDirSelector.
* Added syntax pattern for hexadecimal floating point numbers.- refreshed all patches- adapted versions of adie, shutterbug ,calculator and pathfinder
* Sun Feb 19 2017 jengelhAATTinai.de- Update to new upstream release 1.7.57
* Return original user-data pointer in addTimeout() and addDeadline(), addChore(), and removeChore(). This allows one to delete user-objects that may be referenced by those callbacks.
* Added non-wrap mode as output format in reswrap.
* Use nanosecond-accurate stat() output in FXStat.
* Factory function on abstract classes (FXIMPLEMENT_ABSTRACT) now yields NULL object instead of cratering program.
* Added XML Parser capability. This is a SAX parser, which generates callbacks for each XML element encountered. There are two new classes, FXXML which is the core parser class, and FXXMLFile which parses files or inputs from devices. The FXXML class may also be used to parse from memory buffers.
* FXWSQueue implements a work-stealing queue. A Work-Stealing queue supports a single thread adding or removing jobs from the front end, and multiple threads removing jobs from the backend.
* PathFinder now has new ways to select files quickly: by means of wild-card patterns. The new selection method is based on the list of file-patterns available from the normal filter drop-down box (which may be configured from the Settings Panel). It can be invoked from Edit/Select Files menu.
* Sun Jan 17 2016 jengelhAATTinai.de- Update to new upstream release 1.7.54
* New namespace Math collects most math library calls in C++ namespace.
* Block-cursor in FXText when in overstrike mode.
* Join-lines operation added to Adie.
* Removed deprecated API\'s from FXComplexd and FXComplexf.
* Handle NaN and Inf on floating point string input (fxstrtod).
* Warnings in fxstrtoll() and fxstrtoull() fixed.
* Added at() APIs to FXVariant, like FXDictionary and FXArray have (syntactical convenience).
* Use FXival for FXVariant which allows large sizes on 64-bit machines.- Patches refreshed
* Wed Nov 25 2015 larsAATTlinux-schulserver.de- update to 1.7.53 + FXFontDialog initialized to sensible size when first-ran. + FXPath::match() algorithm major correctness improvements for nested patterns, and better error detection for broken patterns. + Fixed some layout issues in PathFinder when choosing large fonts, menubar icons were not centered vertically. + Dialog to search files for regular expression in Adie now fully functional. + Invalidated bookmark locations could cause trouble when bookmark menu popped up; now fixed. + Some functions refactored in Adie. + Minor problem in groupbox example application fixed. + Added facility to change scroll bar width in ControlPanel. + Added checkbutton to search only for first occurrence of pattern in file in FindInFiles dialog. + Pass base directory of search to FindInFiles visitor so we can relativize paths to it when recording search matches. + Zero array in FXIcon to shut up valgrind. + FXComplexf and FXComplexd APIs more compatible to standard C++ library: added norm(), abs(), arg(), exp(), log(), and conj(). The old names conjugate(), logarithm() and exponent() will probably be deprecated. + Some improvements to Adie\'s incremental search capability. + FXDirVisitor recursion limit added. + FXDirVisitor now has skip as well as early-out return mode. + Included paper reference motivating FXRandom shift-xor counts changes. + Change file mode improvement in PathFinder. + FXPath::isValidPath() API added. + Some fixes to PathFinder directory handling. + Expand environment variables when switching directories in PathFinder. + Some compiler warnings fixed. + FXThread priority issue fixed. + FXSettings parser issues fixed. + Incremental search history now being saved in Adie. + Backward search issue fixed in Adie. + Search and Replace Dialog fixes.- enhanced requirements for devel package on distributions newer than openSUSE 13.1
* Wed Jul 01 2015 larsAATTlinux-schulserver.de- update to 1.7.52: + Squeeze out useless instruction from fxgetticks(). + Add adopt() of FXVariantArray API to FXVariant. + Fixes in Adie syntax parser. + Problem in FXIODevice fixed. + CMYK color conversion in JPEG image support fixed. + Improved FXRandom implementation. + Escape key to close dialogs now handled via FXAccelTable instead of hard-wired. + FXReplaceDialog search history implementation improvement. + Improvements to FXDirVisitor, and added early-out option. + Fix Adie text editor core-dumping issue with backward searches. + FXPath::match implementation improvements; more to come. + Added return codes to FXIO, FXIODevice. + Added setMode() API to FXIO, FXIODevice. + Early-out in dictionary classes. + Improved speed of failed search in dictionary classes. + Better docs on FXExpression. + Execute shell commands feature added to Adie. + Scrolling Syntax menu in Adie; list of supported languages getting too big. + Added some protection to FXMessageChannel.
* Wed Apr 15 2015 larsAATTlinux-schulserver.de- update to 1.7.51: + Syntax-colors in Adie can now be language-specific. Language families like C/C++/C#/Java share common syntax-colors. + Syntax-colors in Adie now have initial (default) foreground color value in Adie.stx file. End-user can change, however. + Fixed syntax-file parser in Adie: token hash incorrectly calculated. + Fixed uninitialized value issue in FXFileSelector, flagged by Valgrind. + Use thread-safe time functions on Windows, when available. + Fixed potential endless loop in FXText::findText(). + Some fixes for VS2008. + Removed deprecated FXMutexLock in favor of FXScopedMutex. + Many standard clipboard types pre-registered now. + Charset conversions moved into FXWindow getDNDData(), setDNDData(). UTF8, UTF16, and ASCII support, for FXString. + Off-by-one error fixed in fxscanf() when scanning character-sets. + Template FXHashOf added. + New class FXDispatcher being implemented (experimental). + Insertion of command output into Adie text buffer is now undo-able. + Log-window added to Adie; pops up when executing command outputs to stderr. + Implement Larsson, Moeller, Lengyel sphere-box overlap algorithm; use branch-free fmax, fmin, fmaxf, fminf where possible. + Fix warning in fxendian.h. + Added encode/decode URL feature to Adie. + Equality operator in FXVariant has been removed. + Inherit handle option works on Windows. + Added return codes to FXIO, FXIODevice. + Added setMode() API to FXIO, FXIODevice. + Early-out in dictionary classes. + Improved speed of failed search in dictionary classes. + Better docs on FXExpression. + Execute shell commands feature added to Adie. + Scrolling Syntax menu in Adie; list of supported languages getting too big. + Added some protection to FXMessageChannel.- refreshed all patches
* Mon Dec 15 2014 larsAATTlinux-schulserver.de- the -devel-static package must require the -devel-package, see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception
* Mon Nov 17 2014 larsAATTlinux-schulserver.de- update to 1.7.50: + Major changes in the regular expression engine. New API amatch() for anchored match, and new API search which replaces match(). More sensible parameter order and moved some flags from run-time to compile time. + Internals of FXRex are now ready for UTF8 matching; however parsing part will need to follow before these new capabilities can be put to use. + FXRex::substitute() now interprets the usual escape sequences when creating replacement pattern from regular expression match captures. + Speedup in FXText getByte(), getChar(), etc. by introduction of branch-free handling of gapped-buffer accesses. + Moved hard-wired search and replace dialogs out of FXText and into Adie text editor; this is part of the FXText widget slim-down program. + Adie text editor search and replace improvements. Basically, stream-lines mouse-free usability. + Adie incremental search bar now pops up at bottom of window. This is much less disruptive as text does not get \"pushed down\" when this toolbar pops up. + The FXHash find() routine now returns the slot index, or -1 if not found. If you use FXHash you should be aware that simply replacing find() by at() will fix your code to the new system. This was done based on request from a user who noted the find() API in FXHash behaved differently from the find() in FXDictionary. + Strip leading and trailing space from display in Adie\'s bookmark menu. + Added ParallelMax constant declaration for FXParallelFor. + Change to FXText findText() API. The new version can perform not only forward and backward search, but also anchored match. The anchored match is performed if neither SEARCH_FORWARD or SEARCH_BACKWARD flags are passed. + Goto Line dialog moved from FXText to Adie text editor proper (also part of FXText widget slimdown program). + Adie Replace Dialog now has Search button. + Adie Replace Dialog Replace function now first checks if current highlighted text is the one being searched for, and only searches further if it isn\'t. This logic will therefore replace already highlighted selection, and make it less likely you accidentally \"skip\" the first item in a search-and-replace session. + Also, Search and Replace dialogs stay up until explicitly closed. It was often the case that the first search is not always the desired one, and one had to bring up the dialog a second time. Note that Escape hides the dialog, so no mouse interaction is required for \"Power Users\". + Search and Replace dialog can now replace within selected text only. + Some language pattern updates in Adie syntax coloring file. + CMake coloring patterns added to syntax file. + New match modes added to FXRex: Exact, and NotEmpty. The Exact mode succeeds only if a successful match eats the entire string. The NotEmpty mode succeeds only if the match eats at least one character. Note these are compile time flags, and implemented through special asserts in the matching engine. Thus, the engine will potentially backtrack earlier matches to try other possibilities! + Regular expression match engine speeded up by streamlining matcher-setup internally; this particularly affects search(). + Fixed bug in FXHash::at(). + Eliminated recursion in simple possessive match in FXRex. + Added handy isNull(), isBool(), etc. APIs to FXVariant. + Made selection-changing APIs virtual in FXText, for subclassing.
 
ICM