| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of pure Views combobox (aka dropdown list). The follow... | saintlou@chromium.org | 2011-04-29 | 4 | -3/+530 |
* | Resubmitting change to fix a build break in the clang builder. A virtual | rogerta@chromium.org | 2011-04-29 | 6 | -188/+784 |
* | Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixing | sky@chromium.org | 2011-04-28 | 2 | -0/+3 |
* | Revert 83373 - Resubmitting change to fix a build break in the arm builder. ... | rogerta@chromium.org | 2011-04-28 | 6 | -784/+188 |
* | Resubmitting change to fix a build break in the arm builder. The only change | rogerta@chromium.org | 2011-04-28 | 6 | -188/+784 |
* | Trigger find in page when pasting even if the text is not changed. | suzhe@google.com | 2011-04-28 | 5 | -95/+108 |
* | Fixes timing issue with when MenuClosed is sent to the | sky@chromium.org | 2011-04-27 | 1 | -3/+3 |
* | Step 5 in native theme refactoring | rogerta@chromium.org | 2011-04-27 | 2 | -37/+33 |
* | Update all states when wrapper is created. | oshima@google.com | 2011-04-27 | 4 | -15/+18 |
* | Scrap WNDCLASSEX.hCursor, update GetCursorForPoint. | msw@chromium.org | 2011-04-27 | 4 | -19/+9 |
* | Revert 83110 - Add classes for native themed push buttons, radio buttons, and... | rogerta@chromium.org | 2011-04-27 | 6 | -772/+188 |
* | Add classes for native themed push buttons, radio buttons, and checkboxes. | rogerta@chromium.org | 2011-04-27 | 6 | -188/+772 |
* | Fixes crash in menu code that would happen if you attempted to show a | sky@chromium.org | 2011-04-26 | 5 | -25/+42 |
* | Rename CreateParams to InitParams. | ben@chromium.org | 2011-04-26 | 6 | -7/+7 |
* | Rework the way Widget::Init works: | ben@chromium.org | 2011-04-26 | 9 | -38/+30 |
* | wstring: remove wstring functions from base/i18n/rtl.h | evan@chromium.org | 2011-04-25 | 1 | -1/+2 |
* | Revert "Change status button menu" | saintlou@chromium.org | 2011-04-25 | 6 | -37/+7 |
* | views: Move LinkController into its own header file. | tfarina@chromium.org | 2011-04-25 | 3 | -32/+37 |
* | Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ... | rhashimoto@chromium.org | 2011-04-22 | 6 | -7/+37 |
* | Add SubmenuView::magic_token_ and checks. | msw@chromium.org | 2011-04-22 | 4 | -26/+53 |
* | remove unused class | saintlou@chromium.org | 2011-04-21 | 5 | -454/+0 |
* | Revert 82385 - this might be breaking the interactive_ui_tests on windows and... | nsylvain@chromium.org | 2011-04-21 | 4 | -51/+25 |
* | Add SubmenuView::magic_token_ and checks. | msw@chromium.org | 2011-04-20 | 4 | -25/+51 |
* | Revert workaround. This was problematic because it is relying | saintlou@chromium.org | 2011-04-20 | 1 | -5/+1 |
* | Removing unused class. Deprecated when we moved to web ui prefs | saintlou@chromium.org | 2011-04-20 | 5 | -363/+0 |
* | Centralizes checking for non-null return from CreateWindow. | sky@chromium.org | 2011-04-19 | 10 | -8/+27 |
* | Attempt at fixing menu crashes. I'm trying to fix three things: | sky@chromium.org | 2011-04-19 | 2 | -8/+44 |
* | Attempt at fixing bug where occassionally clicks on context menus are | sky@chromium.org | 2011-04-15 | 2 | -36/+97 |
* | Make the usage stats checkbox on EULA screen speak and focus. | chaitanyag@chromium.org | 2011-04-14 | 1 | -0/+1 |
* | step 3 of native theme refactoring | rogerta@chromium.org | 2011-04-12 | 4 | -89/+81 |
* | Reenable FREEZE_UPDATE property | oshima@google.com | 2011-04-11 | 1 | -1/+4 |
* | Fixes bug in menu that would clip to menu height instead of work area. | sky@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Fix for regressions caused by FREEZE_UPDATE property | oshima@google.com | 2011-04-04 | 1 | -1/+8 |
* | Consolidate cross platform logic into MenuHost. | ben@chromium.org | 2011-04-01 | 11 | -289/+198 |
* | Integrate the new input method API for Views into Chromium. | suzhe@google.com | 2011-04-01 | 14 | -255/+1169 |
* | Notify child widgets before and after a reparenting. | asanka@chromium.org | 2011-03-31 | 1 | -21/+3 |
* | Add newline to end of file. | ben@chromium.org | 2011-03-31 | 1 | -1/+2 |
* | Consolidate Widget Event code, other cleanup. | msw@chromium.org | 2011-03-31 | 4 | -12/+11 |
* | Fix for paint issue on initial screen. | oshima@google.com | 2011-03-31 | 2 | -0/+26 |
* | TextButton inside NativeButton for the touch case | saintlou@chromium.org | 2011-03-31 | 9 | -47/+130 |
* | fix bustage | ben@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Make MenuHost concrete, hide platform specific implementation behind NativeMe... | ben@chromium.org | 2011-03-31 | 9 | -70/+221 |
* | Adding a comment to explain a non-obvious fallthrough to another case statement. | finnur@chromium.org | 2011-03-31 | 1 | -0/+1 |
* | In preparation for NativeTheme refactoring, renaming the class NativeTheme | rogerta@chromium.org | 2011-03-30 | 9 | -52/+51 |
* | Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case. | dhollowa@chromium.org | 2011-03-30 | 9 | -133/+47 |
* | Revert 79768 - Fixed Clang error to http://codereview.chromium.org/6770014/ | dhollowa@chromium.org | 2011-03-30 | 1 | -2/+5 |
* | Fixed Clang error to http://codereview.chromium.org/6770014/ | dhollowa@chromium.org | 2011-03-30 | 1 | -5/+2 |
* | This CL wraps TextButton inside NativeButton for the touch case. | saintlou@chromium.org | 2011-03-29 | 9 | -47/+133 |
* | Disambiguate OnMouseCaptureLost from OnMouseReleased. | msw@chromium.org | 2011-03-29 | 26 | -169/+155 |
* | Changes windows menu to strip out tabs in the string. Windows | sky@chromium.org | 2011-03-28 | 1 | -0/+4 |