summaryrefslogtreecommitdiffstats
path: root/app/gfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Skia includes to use the whole path name.brettw@chromium.org2009-05-191-1/+1
* Create a new app_strings target that builds strings for the app_base and even...ben@chromium.org2009-05-191-1/+0
* Reland this change. Registers paths for the testing exe, too.ben@chromium.org2009-05-151-2/+2
* Revert 16173beng@google.com2009-05-151-2/+2
* Move/Copy paths used by app to app_paths.beng@google.com2009-05-151-2/+2
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-1516-135/+139
* ChromeFont->gfx::Fontbeng@google.com2009-05-1513-143/+160
* fix my retardation and the buildbeng@google.com2009-05-152-62/+0
* Reverting 16124.beng@google.com2009-05-142-0/+124
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-138-13/+14
* Move win_util.h from common to app.ben@chromium.org2009-05-082-3/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-085-0/+1212
* Remove unneeded ATL header includes.maruel@chromium.org2009-05-071-4/+0
* Honor MULTI_LINE, CHARACTER_BREAK, and NO_ELLIPSIS in Linux ChromeCanvas.deanm@chromium.org2009-05-071-0/+8
* Fix the ChromeCanvas code to respect text alignment in Linux by using pango.willchan@chromium.org2009-05-061-0/+6
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-068-0/+1127
* move chrome_font to app/gfxben@chromium.org2009-05-069-3/+843
* Fix build bustage by correcting include line - forgot to grab this from my li...ben@chromium.org2009-05-061-1/+1
* Move chrome_canvas to app/gfxben@chromium.org2009-05-064-0/+869