summaryrefslogtreecommitdiffstats
path: root/app/gfx/canvas_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* app: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+1
* Remove ampersands from menu item titles. See http://crosbug.com/1273avayvod@chromium.org2010-02-131-8/+19
* Attempt to fix text not being clipped. This only seems to happen insky@chromium.org2010-01-111-0/+3
* Workaround bug in Pango that was resulted in incorrect wrapping.sky@chromium.org2010-01-041-0/+17
* Fixes bug where Chrome was not rendering fonts at the size it shouldsky@chromium.org2009-12-011-0/+23
* Problem clipping gtk text.davemoore@chromium.org2009-10-301-1/+1
* Got the about panel to have its text lined up correctly.davemoore@chromium.org2009-10-271-3/+11
* Get the About panel to align its links correctly,davemoore@chromium.org2009-10-231-8/+2
* GTK: Display explanatory message on sad tab page.estade@chromium.org2009-10-211-4/+3
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-191-10/+20
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-141-1/+3
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-141-3/+1
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-1/+3
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-3/+1
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-27/+1
* gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...jhawkins@chromium.org2009-08-311-8/+1
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-5/+10
* Fall back to the chrome-themed default favicon if the gtk theme fails to prod...estade@chromium.org2009-08-251-0/+5
* gtk: Clip the cairo context to the extents provided to the DrawStringInt func...jhawkins@chromium.org2009-08-241-0/+7
* Show favicon in panel title, highlight focused panel, fix breakagedavemoore@chromium.org2009-08-131-50/+39
* Use system default favicon in tab strip when using GTK theme.estade@chromium.org2009-08-101-0/+6
* Linux: make gfx::Canvas honor GTK font settings.derat@chromium.org2009-08-061-0/+76
* Revert r22555, "Linux: make gfx::Canvas honor GTK font settings."derat@chromium.org2009-08-061-76/+0
* Linux: make gfx::Canvas honor GTK font settings.derat@chromium.org2009-08-051-0/+76
* gtk: Fix RTL layout of page title for strong right-to-left characters. When ...jhawkins@chromium.org2009-07-211-0/+4
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-20/+1
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-1/+20
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-20/+1
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* Add missing cairo_surface_destroy. Fixes a memory leak.phajdan.jr@chromium.org2009-06-161-0/+1
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-3/+5
* Unified the ways Font and Canvas get the pixel size of strings, using pangodavemoore@chromium.org2009-05-201-1/+33
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-0/+141