libzeug icon indicating copy to clipboard operation
libzeug copied to clipboard

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.

Results 20 libzeug issues
Sort by recently updated
recently updated
newest added

Caused by duktape (1.4 as well). Is there a way to remove the compiler option `/RTCc` for the target scriptzeug only, leaving it on in the `DEFAULT_COMPILE_OPTIONS`?

Currently, there aren't any examples that demonstrate how to: - write your own property specialization - use the `PropertyEditorPlugin` to adjust the propertyguizeug The documentation/wiki for the specializations is outdated....

This is on Ubuntu 15.04, with `clang --version` being as follows: ``` Ubuntu clang version 3.6.0-2ubuntu1 (tags/RELEASE_360/final) (based on LLVM 3.6.0) Target: x86_64-pc-linux-gnu Thread model: posix ``` This is the...

This could be used to display a unit of measurement or a currency symbol.

reflectionzeug reaches decorated names of length > 4096 characters (i guess this is due to template nesting)... :smile:. the latest msvc compiler throws large number of C4503 for this (http://msdn.microsoft.com/en-us/library/074af4b6.aspx)....

enhancement

Adding or removing these flags on a property isn't recognized by the `PropertyBrowser` on Windows. Works on Linux and Mac though.

bug

Make `Color`, `ColorEditor` and `PropertyDeserializer` aware of short hex notation (e.g. `#FFF`)

propertyzeug

When you create a Property with an object pointer and two method pointers, which aren't declared in the same class (e.g. in a base class), the automatical type deduction fails....

propertyzeug