]> git.tdb.fi Git - libs/gl.git/history - source/view.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / view.h
2019-11-03 Mikko RasaUse a persistent Renderer in View
2019-11-01 Mikko RasaSupport rendering View with an externally provided...
2019-11-01 Mikko RasaRemove various old deprecated things
2019-05-24 Mikko RasaSome cleanup for View and WindowView
2017-12-20 Mikko RasaRename various get/set_aspect functions to aspect_ratio
2017-12-19 Mikko RasaSplit the Window-specific parts out of View
2016-12-05 Mikko RasaStore Renderables as non-const pointers or references
2016-12-05 Mikko RasaAssociate camera and setup/finish_frame calls with...
2016-10-07 Mikko RasaAdd a convenience method to get the aspect ratio of...
2016-10-07 Mikko RasaInherit View from sigc::trackable
2016-09-16 Mikko RasaAdd some accessors to View
2016-09-15 Mikko RasaAdd a new View class to tie up some presentation tasks