484 Commits (f8a3130d732f9770ebd1732db71338a0353e8b42)

Author SHA1 Message Date
Vladimír Vondruš 483ef745e4 python: add an option to provide DLL path on Windows. 4 months ago
Vladimír Vondruš 17023550a6 Update copyright year. 4 months ago
Vladimír Vondruš 1cc3ea8555 python: do more fuzzy comparisons for floats. 4 months ago
Vladimír Vondruš ad3dda094e python: add TODOs for converting more asserts to Python exceptions. 4 months ago
Vladimír Vondruš 3b5df0d8ae python: fix deprecation warnings with pybing11 3.0. 4 months ago
Vladimír Vondruš 8893c1c057 python: skip a test for operation that can't be made legal at the moment. 4 months ago
Vladimír Vondruš 7e60232ea9 python: expose new Unicode 17 text.Script values. 8 months ago
Vladimír Vondruš 439945ce1f python: expose new cube primitive flags. 12 months ago
Vladimír Vondruš efb296029e python: gracefully handle argument errors in the primitives module. 12 months ago
Vladimír Vondruš 45811bb52e python: expose application is_key_pressed() queries. 1 year ago
Vladimír Vondruš 6dc0946ce4 python: make it possible to specify application Configuration as kwargs. 1 year ago
Vladimír Vondruš 55b899d151 python: expose all application Configuration.WindowFlags. 1 year ago
Vladimír Vondruš f0505b4bec python: application Configuration WindowFlags were not plural-named. 1 year ago
Vladimír Vondruš 9b150d60f8 python: there's also a bunch more text.Alignment values. 1 year ago
Vladimír Vondruš 6649b6c3f3 python: expose the new text renderer APIs. 1 year ago
Vladimír Vondruš 4ae645c54b python: properly test text.AbstractFont.fill_glyph_cache(). 1 year ago
Vladimír Vondruš 4a0891ad25 python: avoid using outdated names w/o GL suffix in Text bindings. 1 year ago
Vladimír Vondruš 9daa41724a python: this should be deleted, not defaulted. 1 year ago
Vladimír Vondruš 78af75ad5a python: need also unsigned Range types for the new Text APIs. 1 year ago
Vladimír Vondruš 851219059f python: fix wrongly copypasted docs. 1 year ago
Vladimír Vondruš 960910e8cb python: hotfix to still compile with the now-deprecated text renderer. 1 year ago
Vladimír Vondruš 1794cd6027 python: add a test case showing typed StridedArrayView as an argument. 1 year ago
Vladimír Vondruš d011297c13 Here we go again. 1 year ago
Vladimír Vondruš c8824470c9 python: provide a MagnumBindings::Python library for CMake superprojects. 1 year ago
Vladimír Vondruš 20700b7e3d python: expose new Quaternion.xyzw and wxyz properties. 1 year ago
Vladimír Vondruš 37ddbf7598 CMake: try to clarify that Git version match failure is not an error. 1 year ago
Vladimír Vondruš 92d06e9e6b python: adapt to Magnum key and pointer event changes. 2 years ago
Vladimír Vondruš 1c80a7a6f2 python: fix a MSVC build failure with BUILD_DEPRECATED not being ON. 2 years ago
Vladimír Vondruš a5af8ba355 CMake: don't use configure_file() with filenames containing genexprs. 2 years ago
Vladimír Vondruš 9937209f49 python: adapt to Text library changes. 2 years ago
Vladimír Vondruš fbd8786777 Adapt to Vector getter signature changes. 2 years ago
Vladimír Vondruš b0d714344a It's October already?! 2 years ago
Vladimír Vondruš 3b545dc181 python: adapt to PluginManager changes. 2 years ago
Vladimír Vondruš 49d489382b python: missing include. 2 years ago
Vladimír Vondruš 55102734ca python: lol @ MSVC. 2 years ago
Vladimír Vondruš 7e9acb06f2 python: don't leak local __init__.py variables to python introspection. 2 years ago
Vladimír Vondruš 3218db2e2e python: make it possible to skip gl.Context.current() blowing up. 2 years ago
Vladimír Vondruš b0df197b57 python: define trade.AbstractSceneConverter before trade.SceneContents. 2 years ago
Vladimír Vondruš 335bbfc191 python: make corrade.utility depend on corrade.containers. 2 years ago
Vladimír Vondruš ded83398ea python: supply docstrings for the most used pluginmanager APIs. 2 years ago
Vladimír Vondruš 40150b7955 python: adapt to Math::sign() changes for units. 2 years ago
Vladimír Vondruš c5eb940ccf python: suppress a useless MSVC warning. 2 years ago
Vladimír Vondruš c46d21249b Use Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 806a0e46a0 python: remove py::implicitly_convertible<py::array> for array views. 2 years ago
Vladimír Vondruš 40f9048adf python: expose the attribute-less MeshData constructor. 2 years ago
Vladimír Vondruš c2284590e2 python: expose scenetools.combine_fields(). 2 years ago
Vladimír Vondruš dcbfb28c05 python: expose trade.SceneFieldData. 2 years ago
Vladimír Vondruš d38210add7 python: make BitArray implicitly convertible to StridedBitArrayView. 2 years ago
Vladimír Vondruš eb32900b4b python: there's StridedBitArrayView, just not passed all the way here. 2 years ago
Vladimír Vondruš af00836cf3 python: expose forgotten SceneFieldFlag::MultiEntry. 2 years ago