Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | Mac: Add Cairo on Quartz support | David Robillard | 2 | -132/+113 | |
This avoids the general hassles of OpenGL, which is deprecated on MacOS, and Cairo apps look much nicer and more integrated this way. As far as I can tell, Cairo actually works best here out of all the platforms, the Windows and X11 backends aren't quite as smooth. | |||||
2019-07-29 | Mac: Make drawView a generic NSView | David Robillard | 1 | -20/+46 | |
2019-07-29 | Mac: Separate NSOpenGLView from input handling view | David Robillard | 1 | -113/+142 | |
2019-07-29 | Mac: Use scrolling delta for scroll events | David Robillard | 1 | -2/+2 | |
I am not sure exactly what the difference is between these, but the documentation says to use these for scroll events. They do have different values for touchpads and the scrolling one feels a bit nicer. | |||||
2019-07-29 | Cleanup: Clean up includes and call IWYU in lint target | David Robillard | 6 | -1/+17 | |
2019-07-29 | Fix various clang-tidy warnings | David Robillard | 3 | -15/+15 | |
2019-07-29 | Fix potential memory leak on error | David Robillard | 1 | -0/+1 | |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 13 | -0/+3853 | |
Taking a page from C++ convention, where "detail" is for things that should not be included in user code. |