summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/nsglview.mm
AgeCommit message (Collapse)Author
2020-03-24Allow to disable use of NSGLViewRobin Gareus
On recent Mac systems (Catalina) OpenGL is slower compared to directly using GTK's NSView. Furthermore when compiled on Catalina, and running on a system with a Retina screen, the initial size of the canvas may be wrong: libs/gtkmm2ext/nsglview.mm:175:1: warning: method possibly missing a [super reshape] call [-Wobjc-missing-super-calls] This is not an issue when running versions compiled on older systems.
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-03-21Debug NSView ExposureRobin Gareus
2017-03-21consolidate NSGLViewRobin Gareus
2017-03-21match name of synthesized property (fixed i386 builds)Robin Gareus
2017-03-21fix OSX/PPC compilationRobin Gareus
2017-03-20NSGLView: default to hidden, add API to un/hideRobin Gareus
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus
This allows to re-use the concept with CairoWidget