summaryrefslogtreecommitdiffstats
path: root/app/gfx
Commit message (Expand)AuthorAgeFilesLines
* Comment out the condition (b == vmax), since it will always be true at this p...jhawkins@chromium.org2009-09-281-1/+3
* Simplify life for people trying to pick a "readable" foreground color by not ...pkasting@chromium.org2009-09-242-15/+28
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-246-0/+910
* Reverting 26975.pkasting@chromium.org2009-09-236-910/+0
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-236-0/+910
* Eliminate a bunch of color conversions. I was going to try and clean up the ...pkasting@chromium.org2009-09-222-197/+13
* Reorder the color_utils functions in preparation for adding more:pkasting@chromium.org2009-09-222-109/+114
* Workaround for Issue 15949: cannot use the "WenQuanYi Bitmap Song" (chinese F...yusukes@google.com2009-09-191-4/+23
* Changes font_skia to use font bounding box rather thansky@chromium.org2009-09-171-5/+12
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-163-9/+26
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-145-261/+269
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-145-269/+261
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-115-170/+270
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-115-270/+170
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+0
* Adds Font::CreateFont(PangoFontDescription* desc).sky@chromium.org2009-09-042-10/+15
* Add functions to alpha-blend two colors and pick the more readable of two col...pkasting@chromium.org2009-09-032-4/+50
* Revert "Workaround Skia and Pango measuring font heights differently by askin...evan@chromium.org2009-09-031-24/+3
* Workaround Skia and Pango measuring font heights differently by asking Pangobrettw@chromium.org2009-09-021-3/+24
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-013-27/+33
* gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...jhawkins@chromium.org2009-08-311-8/+1
* Some code style cleanup under src/app.maruel@chromium.org2009-08-297-12/+12
* 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
* Makes Path::CreateGdkRegion return NULL for empty paths. Without thissky@chromium.org2009-08-192-0/+8
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-183-3/+4
* A canvas_paint for OS X.thakis@chromium.org2009-08-171-2/+0
* 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-102-0/+10
* 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
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-112-10/+79
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-083-22/+22
* Enable opening downloads from the Mac download shelf.paul@chromium.org2009-07-011-0/+10
* Disable TextEliderTest.ElideTextLongStrings because it fails on linuxnsylvain@chromium.org2009-06-261-1/+3
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-252-10/+10
* Forcing font size to be >= IDS_MINIMUM_UI_FONT_SIZE (usually 5, but for somejshin@chromium.org2009-06-163-19/+45
* 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-144-9/+29
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-032-62/+0
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-2/+2
* linux: simplify gfx::Font constructor logic and add CHECK()s.evan@chromium.org2009-05-282-44/+41
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-222-146/+5
* Unified the ways Font and Canvas get the pixel size of strings, using pangodavemoore@chromium.org2009-05-202-15/+38