summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Add a virtual destructor to ui::Transformhbono@chromium.org2011-02-251-0/+2
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-252-4/+6
* Fix rounding error when convering HSL values to RGB.tony@chromium.org2011-02-242-20/+55
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-249-5/+248
* [Mac] Implement ResourceBundle::GetNativeImageNamed() to load directly into a...rsesek@chromium.org2011-02-245-8/+91
* Adds a reduced test-case for Bug 72399.hbono@chromium.org2011-02-241-1/+67
* Pull in ICU 4.6jshin@chromium.org2011-02-241-6/+6
* View API/implementation cleanup:pkasting@chromium.org2011-02-2213-368/+344
* Convert ElideString to use string16 instead of wstring.tony@chromium.org2011-02-223-157/+158
* Integrate gfx::Image into the ResourceBundle.rsesek@chromium.org2011-02-227-126/+105
* Implement keycode/text conversion on mac for chromedriver.kkania@chromium.org2011-02-221-3/+1
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-181-0/+5
* Move ui::gfx::Image out of the ui namespace to be just gfx::Image.rsesek@chromium.org2011-02-175-21/+13
* Fix leaks found on Linux in ui/gfx/font_unittest.cc.rsesek@chromium.org2011-02-172-9/+25
* Fix SkRectToRect.sadrul@chromium.org2011-02-162-4/+11
* Make the size of menulists on Linux the same size as on Windows.tony@chromium.org2011-02-152-16/+32
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-1/+1
* Fix build caused by deleting gfx/* stubssail@chromium.org2011-02-131-0/+1
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-135-6/+3
* Make sure to lockPixels() before reading one in ImageTest.CheckSkiaColor.rsesek@chromium.org2011-02-111-0/+2
* Add ui::gfx::Image to eventually replace gfx::ScopedImage.rsesek@chromium.org2011-02-116-0/+568
* Make gfx::Rect::CenterPoint() return the correct center point.pkasting@chromium.org2011-02-111-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-103-30/+87
* Fix key identifier conversion.bryeung@chromium.org2011-02-093-361/+0
* OSExchangeData: convert filename-related API to FilePathevan@chromium.org2011-02-076-30/+30
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-05105-169/+169
* Menu item titles include Windows-style accelerator marker.rsesek@chromium.org2011-02-042-1/+9
* Switch to using FocusEvent for focus change notifications. ben@chromium.org2011-02-0311-374/+175
* Method sorting.ben@chromium.org2011-02-033-397/+420
* Complete the Focus Manager hookup.ben@chromium.org2011-02-0313-69/+154
* Verify that:ben@chromium.org2011-02-037-11/+56
* Fixing a build breakmsw@chromium.org2011-02-032-0/+0
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-034-54/+67
* linux: remove --disable-xshm flagevan@chromium.org2011-02-031-5/+0
* More FocusManager hookup.ben@chromium.org2011-02-0314-37/+179
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-0294-1/+15079
* Fix checkdeps by deleting not-built file.ben@chromium.org2011-02-021-1730/+0
* Copy more focus manager into V2. Comment out a bunch of stuff and add stub im...ben@chromium.org2011-02-0215-0/+3462
* Begin to integrate Focus Manager. Add Windows accelerator handler implementat...ben@chromium.org2011-02-028-2/+284
* Reorder methods in class View to better isolate methods that shouldn't be pub...ben@chromium.org2011-02-014-129/+167
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-0141-0/+4138
* Copy binary files from src/gfx to src/gfx/ui/sail@chromium.org2011-02-0117-0/+0
* views: Make ShouldUseVistaFrame a static method of WidgetWin.tfarina@chromium.org2011-01-282-18/+0
* Fix printing PDFs through right click on Mac and Linux. Looks like they both...jam@chromium.org2011-01-272-1/+19
* A blind fix for Bug 70870hbono@chromium.org2011-01-261-7/+7
* Do not show notifications when in fullscreen or screensaver mode.jianli@chromium.org2011-01-252-77/+130
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-2118-10/+2157
* Views-implementation of AutocompleteEditView.oshima@google.com2011-01-211-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-215-14/+14