Haldean Brown
Haldean Brown
Build failures seem to be related to the Metal example, which I haven't touched; it looks like master is failing for the same reason.
My understanding was that `ConfigMacOSXBehaviors` changed all of the ctrl modifiers to cmd modifiers, so that editing was done using cmd+click, for example. Is that incorrect? If it is: is...
I believe I've got the coding style right this time; sorry to waste your time not getting that right on the first push.
Doesn't seem overly cautious at all! I can do a more thorough evaluation of where Cmd/Ctrl are used in imgui and collect some stuff on MacOS mouse handling guidelines and...
Same issue as well. ``` Day 'Jan' out of range 1..31 at /usr/local/bin/ls++ line 158 ``` Perl v5.12.3, OSX 10.7.2, BSD `ls`
Here's a temporary fix, thanks to user Pirhoo: ``` alias ll=' LC_ALL=en_US.UTF-8 LANG=en ls++ ' ``` If you want to patch the script, I've submitted a pull request that solves...