Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2015-09-23[iOS] Compilation for iOS with QT5 toolchain.vng
2015-09-23[fix]ExMix
2015-09-23Factor out and order all GUI-element depth constants in one place.vng
2015-09-23[iOS] Fix depth for text and image elements.ExMix
2015-09-23after review fixesExMix
2015-09-23compilation fixExMix
2015-09-23new balloon logicExMix
2015-09-23new sexy balloonExMix
2015-09-23test adaptation for new balloonExMix
2015-09-23support a max width property for drawable textsExMix
2015-09-23new resources for balloonExMix
2015-09-23download button fixExMix
2015-09-23From this moment we will set and reset state for overlay element instead of c...ExMix
2015-09-23Fix linking on MacOS.vng
2015-09-23Test for CountryStatusDisplayExMix
2015-09-23added ability to cache symbols in display lists and refactored InformationDis...rachytski
2015-09-23added DisplayListCache to gui::Controller for usage in gui::Element'srachytski
2015-09-23added CachedTextView to render texts on GUI thread as a collection of display...rachytski
2015-09-23added DisplayListCache to cache single glyphs as a DisplayListsrachytski
2015-09-23removed byte oreder markDarafei Praliaskouski
2015-09-23fix dependence for windows buildExMix
2015-09-23[bookmarks] Remove duplicated parameters.vng
2015-09-23fixed some bugs with gui::Balloon rendering. added "arrow" and "plus" images ...rachytski
2015-09-23[android] [bookmarks] draw popup in opengl-layerAlexei Vitenko
2015-09-23added graphics::EDensity and resources naming system similar to Android.rachytski
2015-09-23fixed default constructors for all OverlayElements.rachytski
2015-09-23invalidating children elements upon Element::layout.rachytski
2015-09-23added gui::Balloon::setOnClickListener and added a test for it.rachytski
2015-09-23Ruler code cleanup and changes according to code review.rachytski
2015-09-23fixed according to code review.rachytski
2015-09-23moved resources for tests into data/testing folder, and added gui_tests project.rachytski
2015-09-23added gui::Balloon element.rachytski
2015-09-23refactored gui::TextView to use graphics::DisplayList for faster rendering.rachytski
2015-09-23added gui::ImageView element.rachytski
2015-09-23refactored gui::Button to use graphics::DisplayList's for faster rendering.rachytski
2015-09-23added gui::Element::layout, renamed gui::Element::*dirtyDrawing methods and v...rachytski
2015-09-23renamed OverlayElement::tieRect into OverlayElement::computeTopLeft.rachytski
2015-09-23improved drawing prioritiesDarafei Praliaskouski
2015-09-23changed OverlayElement::visualRank into OverlayElement::priority and turned o...rachytski
2015-09-23separated OpenGL-dependent classes into separate namespace for better modular...rachytski
2015-09-23renamed yg into graphics.rachytski
2015-09-23fixed processing of GUI elements.rachytski
2015-09-23in case of animation the m_focusedElement could "sneak" away of the touch, so...Siarhei Rachytski
2015-09-23not calling onTapEnded when tap was cancelled.rachytski
2015-09-23invalidating GUI element upon purging.rachytski
2015-09-23refactored guy::Controller to accept yg::gl::Screen for caching, updating ele...rachytski
2015-09-23fixed bug with "frozen screen while navigating".rachytski
2015-09-23added strings localization mechanism and used it in CountryStatusDisplay.rachytski
2015-09-23better visual appearance for button with multi-string text.rachytski
2015-09-23using TextView inside Button to draw text uniformly.rachytski