Merged
Conversation
This has been scaring the shit out of me for ages and has to stop.
# Conflicts: # CMakeLists.txt # src/main.cpp
also fix bug in cmake that was somehow syntactically correct (hurr)
Add clipboard support for X11
* Change Linux font path if required * Make the font paht choice at run (and not compilation) * Fix (I hope so) win64 construction * Downgrade c++ version * Seems that all C++ version are unable to convert string to char *... * Use a C-like file existence check and remove uneeded #ifndef * Still a blind tentative to compile on windows
config.json will take care of this from now on.
…ort and pbos. It forces real nWidth and nHeight and also resets settings sizes accordingly.
…initialiser lists)
Links added for Windows build help section.
Also handles: - background color override for characters (it will only appear behind characters) - selection background color override
* Update README.md: add libasound2-dev as dependency on Linux * Update README.md: add libasound2-dev in the Linux section comment as well
* Update Renderer.cpp * Tabulation edits All double spaces in defaultShader replaced with "\t". * Tabulation edits All double spaces in defaultShader replaced with "\t"
also update miniaudio to v0.10.4
Lets also declare the app not to support retina globally (so that framebuffers dimensions are not 2x larger than requested). Note: the window title bar will be blurry, but it’s better than obtaining unreasonably large framebuffer.
Incorporates changes of @PoroCYon on PR Gargaj#125 (remove useless lexers) Incorporates changes of @linkmauve on PR Gargaj#81 (use system libs) Generalize option for system libs to all external deps and whenever opting for system libs make finding it a requirement with no fallback to vendored like @AMDmi3 suggested on PR Gargaj#147 but use consistent and readable `pkg_search_module` for all libs and `find_path` for header-only deps.
Without this change, cmake would build a binary, but not an .app bundle. Launching the binary would result in a crash. With this change, a working .app file is built. #revision2021
Updated Readme with postExitCmd example for OSX and Linux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.