summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
* Check Pango and Cairo object creation in RenderTextLinux.msw@chromium.org2013-09-201-0/+5
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-202-28/+20
* Remove explicit namespace resolution from code in gfx namespaceckocagil@chromium.org2013-09-1814-175/+171
* Fix animation header guards.sky@chromium.org2013-09-1811-32/+32
* Removes dependency from ui/gfx/platform_font_pango.cc on l10n_utilsky@chromium.org2013-09-182-27/+58
* use a black brush instead of a null brush for window backgroundscottmg@chromium.org2013-09-171-1/+1
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-2/+1
* Disable RenderTextTest.Multiline_NormalWidth on XPckocagil@chromium.org2013-09-161-0/+6
* Windows implementation of multiline RenderTextckocagil@chromium.org2013-09-168-118/+675
* Android: Remove JNIEnv::NewStringUTF call.bulach@chromium.org2013-09-161-1/+3
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-1524-4/+1987
* [OSX] Turn on canvas_skia for OSXgroby@chromium.org2013-09-142-90/+82
* Revert 223162 "Update the nine patch layer to use UI resources"zmo@chromium.org2013-09-132-20/+27
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-132-27/+20
* add missing #includes of <algorithm>, needed on VS2013 for std::min/maxscottmg@chromium.org2013-09-126-0/+8
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-125-46/+52
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-1223-34/+989
* Revert 222732 "Update the nine patch layer to use UI resources"yfriedman@chromium.org2013-09-122-20/+27
* Implements display overlap algorithm for GTK. Needs to be implemented manuallydominik.rottsches@intel.com2013-09-121-2/+15
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-122-27/+20
* cc: Use SkMScalar instead of doubles for transforms in ccenne@chromium.org2013-09-124-227/+223
* Move gtk and gdk compatibility headers from ui/base/gtk to ui/gfxdavemoore@chromium.org2013-09-116-4/+162
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-107-8/+250
* Revert 222192 "Turn on canvas_skia for OSX"kkania@chromium.org2013-09-102-79/+90
* Turn on canvas_skia for OSXgroby@chromium.org2013-09-102-90/+79
* Move text_elider to gfx.ben@chromium.org2013-09-095-12/+2350
* Revert 221930 "[OSX] Turn on canvas_skia for OSX"cpu@chromium.org2013-09-072-80/+90
* [OSX] Turn on canvas_skia for OSXgroby@chromium.org2013-09-072-90/+80
* Re-land: "RenderTextWin: Break runs between any two characters that are not i...ckocagil@chromium.org2013-09-073-7/+56
* Revert 221776 "RenderTextWin: Break runs between any two charact..."rouslan@chromium.org2013-09-063-56/+7
* RenderTextWin: Break runs between any two characters that are not in the same...ckocagil@chromium.org2013-09-063-7/+56
* Move Range code to gfx.ben@chromium.org2013-09-0622-168/+772
* Implement Screen::GetAllDisplays for windows.Hokein.Wu@gmail.com2013-09-061-2/+18
* Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx toben@chromium.org2013-09-0570-69/+82
* Remove unused variable declaration.etienneb@chromium.org2013-09-051-1/+0
* Implement Display id field in ScreenWin.Hokein.Wu@gmail.com2013-09-041-9/+14
* [Android] Use a simpler downsampling routine when loading resourcesjdduke@chromium.org2013-09-012-1/+3
* Implement gfx::Screen::GetAllDisplays() for Linux.Hokein.Wu@gmail.com2013-09-011-30/+27
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-13/+10
* Fix autofill popup stickiness.dbeam@chromium.org2013-08-287-11/+44
* Get correct primary monitor index in NativePrimaryMonitorBounds in screen_gtk...Hokein.Wu@gmail.com2013-08-271-1/+2
* Use FastEncodeBGRASkBitmap in ClipboardMessageFilter.dcheng@chromium.org2013-08-263-80/+60
* Refactor display_info_provider_chrmoeos and provide standard impl for otheroshima@chromium.org2013-08-237-7/+37
* Add OWNERS for ui/gfx/codec/.erg@chromium.org2013-08-221-0/+2
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-229-245/+485
* linux_aura: Implement copying images to the clipboard.erg@chromium.org2013-08-222-2/+28
* ui_unittests does not build on Ubuntu 13.04sanne.wouda@gmail.com2013-08-201-1/+3
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-161-4/+6
* Add gfx::Transform::To2dTranslationvollick@chromium.org2013-08-143-0/+24