Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
what_is_new_7 [2022/08/18 20:49]
admin [Dinamica (Application Core and DLLs)]
what_is_new_7 [2022/08/18 20:52]
admin [Dinamica NUI Utils (Graphical User Interface Utilities)]
Line 14: Line 14:
 ===== Dinamica NUI Utils (Graphical User Interface Utilities) ===== ===== Dinamica NUI Utils (Graphical User Interface Utilities) =====
  
-  * Blah blah+  * Create a class to manage the clipboard. 
 + 
 +  * Changed encoding of all files to UTF-8. 
 + 
 +  * Formatting all files using new code style. 
 + 
 +  * Removing unused anchor files used by previous versions; Adjusted code that was still using the previous anchors. 
 + 
 +  * Changed project to make sure JDK 1.8 is being used on Netbeans. 
 + 
 +  * Avoid raising an exception when the formatting text is null. 
 + 
 +  * Change formatting to use the Eclipse one to avoid errors caused by the previous formatting tool; added formatting tool to project definition. 
 + 
 +  * Add gitattributes;​ Normalize all the line endings. 
 + 
 +  * Additional formatting and source clean ups. 
 + 
 +  * Removed unused parameter "​window"​. 
 + 
 +  * Updated copyright disclaimer. 
 + 
 +  * Removed unnecessary prefixes (and also some suffices) from DLL types now represented by "enum class"​. 
 + 
 +  * Refactoring of text formatting functions used to calculate rendering layouts as a separate class. 
 + 
 +  * Fix pontential race condition when retrieving font metrics. 
 + 
 +  * Fixed warning caused by the handled exception being too broad. 
 + 
 +  * Refactoting and formatting. 
 + 
 +  * Allows Pairs and Triads to be used as keys in collections. 
 + 
 +  * Refactoring. 
 + 
 +  * Add some utilities to file handling. 
 + 
 +  * Add gettter to recent file list. 
 + 
 +  * Added missed git attribute file. 
 + 
 +  * Redefinition of methods responsible for converting exceptions into their textual representations:​ the new definitions are simpler and cover all the cases. 
 + 
 +  * Defined methods to automatically use an exception as part of the message displayed in the error dialog and print the corresponding stack trace. 
 + 
 +  * Show information about the exception with the error message. 
 + 
 +  * Definition of entity that simplifies the use of list of ByteBuffer as container keys. 
 + 
 +  * Fixed comments. 
 + 
 +  * Defined new tuple type holding four values. 
 + 
 +  * Definition of new method to fail assertion if an exception was thrown. 
 + 
 +  * Refactoring of tuple types: moved then to a separate package; Fixed bug in the definition of Triad. 
 + 
 +  * Comments. 
 + 
 +  * Defined specific preference set for Dinamica EGO 7. 
 + 
 +  * Defined method to retrieve the internal content of the ByteBufferListKey.
  
 ===== Dinamica (Application Core and DLLs) ===== ===== Dinamica (Application Core and DLLs) =====