summaryrefslogtreecommitdiffstats
path: root/app/gfx
Commit message (Expand)AuthorAgeFilesLines
...
* Add gfx::Insets::ToString().satorux@chromium.org2009-12-163-1/+90
* Theme download status message, so that it's readable in themes of any color.mirandac@chromium.org2009-12-122-7/+10
* Fix a bug where some bitmaps were being tinted wrong. It turns outtony@chromium.org2009-12-112-3/+16
* Change most callers of NativeScrollbar size functions to use a dedicated func...pkasting@chromium.org2009-12-092-0/+40
* Fixes bug in textfield on views/gtk where we weren't properlysky@chromium.org2009-12-041-1/+17
* Fixes bug where Chrome was not rendering fonts at the size it shouldsky@chromium.org2009-12-012-0/+24
* Fix issue 7618xiyuan@chromium.org2009-11-252-18/+43
* Re-enable TextEliderTest.ElideTextLongStrings.estade@chromium.org2009-11-202-3/+9
* Simplify some code that loops over all pixels of a bitmap.pkasting@chromium.org2009-11-191-32/+17
* Fix lint errors in app/ and turn on presubmit check.erg@google.com2009-11-173-6/+6
* Added a flag to the Canvas class which allows forcing an RTL directionalityidana@chromium.org2009-11-112-5/+19
* Unrevert 31478 Add UI for turning on/off network devices.mpcomplete@chromium.org2009-11-103-0/+106
* Revert 31478 - Add UI for turning on/off network devices.mpcomplete@chromium.org2009-11-103-106/+0
* Add UI for turning on/off network devices.chocobo@google.com2009-11-093-0/+106
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-5/+5
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Attempt 2 at:sky@chromium.org2009-11-045-17/+93
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-045-93/+17
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-045-17/+93
* Fixed font height on OS X. Also added some unittests.akalin@chromium.org2009-11-033-6/+12
* Fix up extension badge text drawing.estade@chromium.org2009-10-304-7/+11
* Implemented most of HtmlDialogWindowController, which is a Cocoa portakalin@chromium.org2009-10-301-0/+3
* 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-273-19/+101
* Get the About panel to align its links correctly,davemoore@chromium.org2009-10-232-9/+2
* Make sure the RootView is sized to the correct bounds when the opaque frame i...ben@chromium.org2009-10-231-0/+3
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-223-60/+156
* Implement dragging icon for dragging bookmarks in views/gtk.skrul@google.com2009-10-212-2/+2
* GTK: Display explanatory message on sad tab page.estade@chromium.org2009-10-211-4/+3
* Plug a font leak.davemoore@chromium.org2009-10-191-1/+3
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-193-24/+54
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-0/+68
* Reverted 29258.akalin@chromium.org2009-10-162-68/+0
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-0/+68
* Reverted 29255.akalin@chromium.org2009-10-162-68/+0
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-0/+68
* Reverted 29253.akalin@chromium.org2009-10-162-68/+0
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-0/+68
* TBR: nick@chromium.orgakalin@chromium.org2009-10-162-68/+0
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-0/+68
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-0/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-115-1/+396
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-079-0/+1433
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-037-0/+1674
* Landing font change again. I don't believe early flakiness was thesky@chromium.org2009-10-012-16/+28
* Reverting recent font change, it seems to be causing problems withsky@chromium.org2009-10-012-28/+16
* Attempt 4 at fixing font size on linux. I think I finally gotsky@chromium.org2009-10-012-16/+28
* 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