organicmaps/gui
2015-09-22 15:39:19 -07:00
..
button.cpp fixed bug with order of rendering. 2015-09-22 15:39:19 -07:00
button.hpp moved some methods into base classes, simplified some code. 2015-09-22 15:39:15 -07:00
controller.cpp Deffering adding the gui::Element into the yg::Overlay until the guy::Controller::SetRendererParams function is called. 2015-09-22 15:39:18 -07:00
controller.hpp Deffering adding the gui::Element into the yg::Overlay until the guy::Controller::SetRendererParams function is called. 2015-09-22 15:39:18 -07:00
element.cpp simplified writing new guy::Elements by providing default implementation for some methods. 2015-09-22 15:39:19 -07:00
element.hpp simplified writing new guy::Elements by providing default implementation for some methods. 2015-09-22 15:39:19 -07:00
gui.pro added GUI library and added it into all projects. 2015-09-22 15:38:57 -07:00
text_view.cpp implemented mechanism for drawable resources caching. this will allow us to use display lists in future for fast rendering of GUI elements in the main loop. 2015-09-22 15:39:18 -07:00
text_view.hpp implemented mechanism for drawable resources caching. this will allow us to use display lists in future for fast rendering of GUI elements in the main loop. 2015-09-22 15:39:18 -07:00