| Commit message (Expand) | Author | Age | Files | Lines |
* | Added entry points to view/View to dispatch and process TouchEvents. | rjkroege@google.com | 2010-09-08 | 1 | -5/+153 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -4/+4 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -4/+4 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -4/+4 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -4/+4 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -4/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 1 | -0/+2 |
* | Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs). | rohitrao@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 1 | -0/+2 |
* | TTF: Re-enable ViewTest.RerouteMouseWheelTest by marking it as FAILS_. | jhawkins@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 1 | -3/+3 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds); | oshima@chromium.org | 2010-06-05 | 1 | -6/+1 |
* | Fix valgrind memory leak complain in ViewTest | xiyuan@chromium.org | 2010-04-21 | 1 | -0/+6 |
* | Fixes possible crash if the window hosting a menu was closed while the | sky@chromium.org | 2010-04-16 | 1 | -0/+2 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -2/+2 |
* | Addded notification when ancestor gets changed. So windows that lack focus ma... | georgey@chromium.org | 2010-01-07 | 1 | -0/+139 |
* | Lands http://codereview.chromium.org/449003/show for Thiago: | sky@chromium.org | 2009-12-01 | 1 | -4/+4 |
* | Enabling the default button behavior on Linux toolkit_views. | jcampan@chromium.org | 2009-10-08 | 1 | -108/+56 |
* | Update a file for the new clipboard location I missed in the last checkin. | brettw@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 1 | -3/+3 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -3/+3 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -3/+3 |
* | Fixed a few bugs in view/gtk framework | oshima@chromium.org | 2009-09-25 | 1 | -0/+28 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -6/+6 |
* | Fix 9867: Activating the previous/next buttons with the keyboard in the find ... | finnur@chromium.org | 2009-09-03 | 1 | -1/+1 |
* | The FocusManager stores/restores focus when the top window becomes inactive/a... | jcampan@chromium.org | 2009-09-01 | 1 | -0/+46 |
* | Porting textfield to toolkit_views Gtk. | jcampan@chromium.org | 2009-09-01 | 1 | -1/+39 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -1/+3 |
* | This makes the unit-tests pass with toolkit_views on Linux. | jcampan@chromium.org | 2009-07-15 | 1 | -29/+47 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -5/+5 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -5/+5 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -5/+5 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -5/+5 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -5/+5 |
* | Fix the View cut/copy/paste tests for clipboard. The views delegate wasn't at... | ben@chromium.org | 2009-06-10 | 1 | -1/+42 |
* | this test was supposed to be disabled | ben@chromium.org | 2009-06-10 | 1 | -1/+1 |
* | Fix keyboard accelerator registration issue in views::View. | yutak@chromium.org | 2009-06-06 | 1 | -1/+82 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 1 | -2/+2 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 1 | -18/+18 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -10/+10 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -4/+4 |
* | A new DEPS file for views, designed to reduce dependencies. Removes some unne... | ben@chromium.org | 2009-05-08 | 1 | -9/+7 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -0/+1009 |