Adam Gąsior

Results 7 issues of Adam Gąsior

Anytime this function is called, I'm getting quite verbose compile errors: ``` [build] ../modules/lua-api-pp/luapp/lua_impl.hxx:405:6: error: call to member function 'push' is ambiguous [build] S.push(V); [build] ~~^~~~ [build] ../modules/lua-api-pp/luapp/lua_lazy.hxx:442:12: note: in...

**Is your feature request related to a problem? Please describe.** I would like my game editor application to be able to change the mouse cursor icon to a custom image....

Should close #202 I hacked together a quick proof of concept implementation which lets you pull out a tab into a new window. It is by no means complete, as...

**Is your feature request related to a problem? Please describe.** Having this feature implemented manually comes with a lot of problems. Not only does it make the whole codebase a...

enhancement

egui 0.24 introduced the multi-viewport feature which would play very nicely with docking systems like egui_dock. In the next release we should first and foremost focus on integrating it in...

enhancement

**Describe the bug** If a node you're splitting is narrow enough, the tab you're putting in it will not always be placed on the side you've picked. For example (shown...

bug

Ensures that `TabViewer::on_close` is always called on all closable tabs when the user tries to close them. The only exception where `on_close` is not called is when a tab is...