summaryrefslogtreecommitdiff
path: root/gnu/packages/toolkits.scm
AgeCommit message (Expand)Author
2023-10-09gnu: imgui@1.86: Adjust make-flags....* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the "-DIMGUI_ENABLE_FREETYPE" make-flag which breaks the display of mangohud, the only dependent. The "-DImDrawIdx=unsigned int" make-flag was previously removed, so we can do both by filtering make-flags starting with "-D". [inputs]: Remove freetype. John Kehayias
2023-09-26gnu: imgui: Update to 1.89.9....* gnu/packages/toolkits.scm (imgui): Update to 1.89.9. Maxim Cournoyer
2023-09-26gnu: imgui: Enable freetype support....* gnu/packages/toolkits.scm (imgui) [arguments]: Add -DIMGUI_ENABLE_FREETYPE to make flags. [inputs]: Add freetype. Maxim Cournoyer
2023-06-29gnu: imgui-1.86: Adjust make-flags....* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the "-DImDrawIdx=unsigned int" make-flag which breaks the display of mangohud, the only dependent. John Kehayias
2023-06-29gnu: imgui: Use #:make-flags....* gnu/packages/toolkits.scm (imgui)[arguments]: Add #:make-flags to replace compiler arguments in the 'build phase. John Kehayias
2023-04-01gnu: imgui: Update to 1.89.4....* gnu/packages/toolkits.scm (imgui): Update to 1.89.4. Maxim Cournoyer
2023-04-01gnu: Add imgui-1.87....* gnu/packages/toolkits.scm (imgui-1.87): New variable. Maxim Cournoyer
2023-04-01gnu: imgui: Use gexp output variables....* gnu/packages/toolkits.scm (imgui) [arguments]: Use gexp variables in install phase. Maxim Cournoyer
2023-04-01gnu: imgui: Use unsigned int vertex indexes....* gnu/packages/toolkits.scm (imgui) [arguments]: Add the "-DImDrawIdx=unsigned int" compiler option to the build phase. Maxim Cournoyer
2022-07-24gnu: imgui: Update to 1.88....* gnu/packages/toolkits.scm (imgui): Update to 1.88. Tobias Geerinckx-Rice
2022-03-21gnu: imgui: Add support for fontconfig and the C++ standard library....* gnu/packages/toolkits.scm (imgui)[source]: Streamline snippet. [arguments]: Use gexps. [phases]{build}: Add include directive to fonconfig headers. Also build the C++ sources found under the "misc" directory. {install}: Install headers found under the "misc" directory. [inputs]: Add fontconfig. Maxim Cournoyer
2022-02-23gnu: imgui: Add missing build files....* gnu/packages/toolkits.scm (imgui)[phases]: Add imgui_tables.cpp and imgui_widgets.cpp to the build phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> John Kehayias
2022-02-21gnu: dear-imgui: Delete package, preferring the newer 'imgui'....Commit 1a4cc954d2fcea172a450ae03419b7fdda28b81e added imgui, without noticing about the pre-existing 'dear-imgui' package. * gnu/packages/graphics.scm (dear-imgui): Delete variable, but salvage the superior synopsis and description to... * gnu/packages/toolkits.scm (imgui): ... here. Maxim Cournoyer
2022-02-21gnu: imgui: Update to 1.87....* gnu/packages/toolkits.scm (imgui): Update to 1.87. (imgui-1.86): Preserve variant, useful for ogre. Maxim Cournoyer
2022-02-21gnu: imgui: Do not delete the whole of misc/ from sources....Some sources turned out to be useful for the ogre package. * gnu/packages/toolkits.scm (imgui)[origin]: Only delete fonts in snippet. Maxim Cournoyer
2022-02-09gnu: Add imgui....* gnu/packages/toolkits.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it. Maxim Cournoyer