Lukas M
Lukas M
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- You create an additional PR by making a new Fork (you can edit your currently edited clone to behave as this...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- I think this has partially been fixed by timotei's gsoc 2013 project. In any other case we might want to look...
**Original comment by Paul Turner (Bitbucket: [pturner](https://bitbucket.org/pturner), GitHub: [pturner](https://github.com/pturner)).** ---------------------------------------- When the font is auto-scaled, this now functions correctly. When the imageset is auto-scaled but the font is not auto-scaled,...
**Original comment by Martin Preisler (Bitbucket: [mpreisler](https://bitbucket.org/mpreisler), GitHub: [mpreisler](https://github.com/mpreisler)).** ---------------------------------------- According to the description, this is a 1.0 release blocker.
**Original comment by Yohann Ferreira (Bitbucket: [Bertram25](https://bitbucket.org/Bertram25), GitHub: [Bertram25](https://github.com/Bertram25)).** ---------------------------------------- Sorry for the noob question, but is the Alfisko skin still an actual usable one? EDIT: For self-reference: https://bitbucket.org/cegui/cegui/src/cee55f73f6f94eb66dc21f6bcbc3cc45108a5a35/datafiles/imagesets/AlfiskoSkin.png?at=default If...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- Alfisko skin is usable and is used inside the SampleBrowser. Combobox, Listbox, etc are missing afaik, but @mpreisler should know better
**Original comment by Manh Nguyen Tien (Bitbucket: [manhnt9](https://bitbucket.org/manhnt9), GitHub: [manhnt9](https://github.com/manhnt9)).** ---------------------------------------- We use it in a project and it has ComboBox. Not sure about ListBox. Please give more info about...
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- @{557058:f0a36982-e556-4a97-b3e4-5ff31c455299} should know more
**Original comment by Lukas Meindl (Bitbucket: [Ident8](https://bitbucket.org/Ident8), ).** ---------------------------------------- @prezso If I understand you correctly, the problem lies in the FindGLFW3.cmake file? Is there any better replacement for this file...
**Original comment by Anonymous.** ---------------------------------------- Yes. I found a good solution for this problem. ``` if (GLFW3_FOUND) exec_program (pkg-config ARGS --static --libs glfw3 OUTPUT_VARIABLE GLFW3_PRIVATE_LIBS) set (GLFW3_PRIVATE_LIBS "${GLFW3_PRIVATE_LIBS}" CACHE STRING...