organicmaps/gui
vng d9ca6e56ef Minor refactoring of InformationDisplay:
- remove useless class data
- do not recalculate layout on every frame draw; do it when size changed only
- use unique_ptr instead of shared_ptr
- remove useless includes
2015-09-22 16:26:10 -07:00
..
gui_tests [core] remove useless code 2015-09-22 16:17:13 -07:00
button.cpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
button.hpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
cached_text_view.cpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
cached_text_view.hpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
controller.cpp Base libraries C++11 sources compatibility 2015-09-22 16:23:42 -07:00
controller.hpp [c++11] Migrated from scoped_ptr to unique_ptr 2015-09-22 16:25:03 -07:00
display_list_cache.cpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
display_list_cache.hpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
element.cpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
element.hpp Minor refactoring of InformationDisplay: 2015-09-22 16:26:10 -07:00
gui.pro [core] remove useless code 2015-09-22 16:17:13 -07:00
image_view.cpp fixed some bugs with gui::Balloon rendering. added "arrow" and "plus" images logic into BookmarkBalloon. 2015-09-22 15:50:47 -07:00
image_view.hpp [c++11] Migrated from scoped_ptr to unique_ptr 2015-09-22 16:25:03 -07:00
text_view.cpp [core] for gui elements split text even it's bidi text 2015-09-22 16:23:53 -07:00
text_view.hpp support a max width property for drawable texts 2015-09-22 15:55:50 -07:00