| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Implement ResourceBundle::GetNativeImageNamed() to load directly into a... | rsesek@chromium.org | 2011-02-24 | 5 | -8/+91 |
* | Adds a reduced test-case for Bug 72399. | hbono@chromium.org | 2011-02-24 | 1 | -1/+67 |
* | Pull in ICU 4.6 | jshin@chromium.org | 2011-02-24 | 1 | -6/+6 |
* | View API/implementation cleanup: | pkasting@chromium.org | 2011-02-22 | 13 | -368/+344 |
* | Convert ElideString to use string16 instead of wstring. | tony@chromium.org | 2011-02-22 | 3 | -157/+158 |
* | Integrate gfx::Image into the ResourceBundle. | rsesek@chromium.org | 2011-02-22 | 7 | -126/+105 |
* | Implement keycode/text conversion on mac for chromedriver. | kkania@chromium.org | 2011-02-22 | 1 | -3/+1 |
* | Start moving core pieces of Chrome multi-process code to src\content. I'm st... | jam@chromium.org | 2011-02-18 | 1 | -0/+5 |
* | Move ui::gfx::Image out of the ui namespace to be just gfx::Image. | rsesek@chromium.org | 2011-02-17 | 5 | -21/+13 |
* | Fix leaks found on Linux in ui/gfx/font_unittest.cc. | rsesek@chromium.org | 2011-02-17 | 2 | -9/+25 |
* | Fix SkRectToRect. | sadrul@chromium.org | 2011-02-16 | 2 | -4/+11 |
* | Make the size of menulists on Linux the same size as on Windows. | tony@chromium.org | 2011-02-15 | 2 | -16/+32 |
* | Removing the experimental Chrome extension popup API. This API will not be ad... | twiz@chromium.org | 2011-02-14 | 1 | -1/+1 |
* | Fix build caused by deleting gfx/* stubs | sail@chromium.org | 2011-02-13 | 1 | -0/+1 |
* | Carnitas: Delete stub src/gfx/* headers | sail@chromium.org | 2011-02-13 | 5 | -6/+3 |
* | Make sure to lockPixels() before reading one in ImageTest.CheckSkiaColor. | rsesek@chromium.org | 2011-02-11 | 1 | -0/+2 |
* | Add ui::gfx::Image to eventually replace gfx::ScopedImage. | rsesek@chromium.org | 2011-02-11 | 6 | -0/+568 |
* | Make gfx::Rect::CenterPoint() return the correct center point. | pkasting@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 3 | -30/+87 |
* | Fix key identifier conversion. | bryeung@chromium.org | 2011-02-09 | 3 | -361/+0 |
* | OSExchangeData: convert filename-related API to FilePath | evan@chromium.org | 2011-02-07 | 6 | -30/+30 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 105 | -169/+169 |
* | Menu item titles include Windows-style accelerator marker. | rsesek@chromium.org | 2011-02-04 | 2 | -1/+9 |
* | Switch to using FocusEvent for focus change notifications. | ben@chromium.org | 2011-02-03 | 11 | -374/+175 |
* | Method sorting. | ben@chromium.org | 2011-02-03 | 3 | -397/+420 |
* | Complete the Focus Manager hookup. | ben@chromium.org | 2011-02-03 | 13 | -69/+154 |
* | Verify that: | ben@chromium.org | 2011-02-03 | 7 | -11/+56 |
* | Fixing a build break | msw@chromium.org | 2011-02-03 | 2 | -0/+0 |
* | Cross-platform CL to remove app/win/win_util.h&cc and related work. | msw@chromium.org | 2011-02-03 | 4 | -54/+67 |
* | linux: remove --disable-xshm flag | evan@chromium.org | 2011-02-03 | 1 | -5/+0 |
* | More FocusManager hookup. | ben@chromium.org | 2011-02-03 | 14 | -37/+179 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 94 | -1/+15079 |
* | Fix checkdeps by deleting not-built file. | ben@chromium.org | 2011-02-02 | 1 | -1730/+0 |
* | Copy more focus manager into V2. Comment out a bunch of stuff and add stub im... | ben@chromium.org | 2011-02-02 | 15 | -0/+3462 |
* | Begin to integrate Focus Manager. Add Windows accelerator handler implementat... | ben@chromium.org | 2011-02-02 | 8 | -2/+284 |
* | Reorder methods in class View to better isolate methods that shouldn't be pub... | ben@chromium.org | 2011-02-01 | 4 | -129/+167 |
* | sFirst cut at an experiment with what a simplified View/Widget API would look... | ben@chromium.org | 2011-02-01 | 41 | -0/+4138 |
* | Copy binary files from src/gfx to src/gfx/ui/ | sail@chromium.org | 2011-02-01 | 17 | -0/+0 |
* | views: Make ShouldUseVistaFrame a static method of WidgetWin. | tfarina@chromium.org | 2011-01-28 | 2 | -18/+0 |
* | Fix printing PDFs through right click on Mac and Linux. Looks like they both... | jam@chromium.org | 2011-01-27 | 2 | -1/+19 |
* | A blind fix for Bug 70870 | hbono@chromium.org | 2011-01-26 | 1 | -7/+7 |
* | Do not show notifications when in fullscreen or screensaver mode. | jianli@chromium.org | 2011-01-25 | 2 | -77/+130 |
* | wstring: make net::GetSuggestedFilename return utf-16 | evan@chromium.org | 2011-01-24 | 1 | -2/+2 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 18 | -10/+2157 |
* | Views-implementation of AutocompleteEditView. | oshima@google.com | 2011-01-21 | 1 | -0/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 5 | -14/+14 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 18 | -0/+1673 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 23 | -0/+3473 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 4 | -0/+574 |
* | Move more dnd related files to ui/base | ben@chromium.org | 2011-01-19 | 13 | -4/+1005 |