summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Make ToUpper and ToLower properly handle embedded NULLs in the input.brettw@chromium.org2011-03-092-2/+19
* Fix clang build.hbono@chromium.org2011-03-091-4/+4
* Optimizes JPEGCodec for libjpeg-turbohbono@chromium.org2011-03-091-0/+73
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-16/+16
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-9/+5
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-08106-1/+3486
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-083-16/+16
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-25/+17
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-083-13/+12
* Revert 77068 - Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-07106-3485/+1
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-06106-1/+3485
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-042-1/+6
* Post a task to log the error messages.backer@chromium.org2011-03-042-17/+25
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename the methods in DragController.thakis@chromium.org2011-03-041-7/+7
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-043-176/+0
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-033-0/+176
* To prevent damage to the back-buffer, it's only necessary to defer resize.backer@chromium.org2011-03-031-2/+4
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-036-247/+31
* Clean up CF To NS Casts and make them slightly saferdmaclach@chromium.org2011-03-031-1/+2
* De-wstringify OSExchangeData.evan@chromium.org2011-03-027-84/+87
* [Mac] Only confirm-to-quit if the key event matches the Quit menu item.rsesek@chromium.org2011-03-022-0/+5
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-014-24/+46
* Take 2 at fixing a double overflow bug in RGB->HSL conversion.tony@chromium.org2011-02-261-3/+3
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-0/+1
* 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