| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: fix view_examples shared build by adding allocator dependency. | craig.schlenter@chromium.org | 2010-03-29 | 1 | -7/+9 |
* | Adds the ability to display text in a textfield when the text is | sky@chromium.org | 2010-03-23 | 1 | -0/+2 |
* | Revert 41882 - [Accessibility] Chrome's main window is missing an accessible ... | ctguil@chromium.org | 2010-03-17 | 1 | -1/+0 |
* | [Accessibility] Chrome's main window is missing an accessible name | ctguil@chromium.org | 2010-03-17 | 1 | -0/+1 |
* | Implementation of a progress bar control. | finnur@chromium.org | 2010-03-12 | 1 | -0/+2 |
* | Add a gyp target for Xext to linux/system so that Views can depend on it. A r... | davemoore@chromium.org | 2010-03-10 | 1 | -0/+1 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -4/+3 |
* | Adds a simple class for animating a views bounds from one location to | sky@chromium.org | 2010-02-11 | 1 | -0/+2 |
* | Try to fix linux views, part I don't even know how many | pkasting@chromium.org | 2010-01-30 | 1 | -1/+0 |
* | SingleSplitView example | oshima@chromium.org | 2010-01-25 | 1 | -0/+1 |
* | Resize and overflow for browser actions (part 1). | finnur@chromium.org | 2010-01-22 | 1 | -0/+2 |
* | bsds: views/ and webkit/ support for FreeBSD/OpenBSD | evan@chromium.org | 2009-12-31 | 1 | -3/+3 |
* | Add views/examples/menu_example.h | satorux@chromium.org | 2009-12-16 | 1 | -0/+2 |
* | Fixes two related bugs: | sky@chromium.org | 2009-12-15 | 1 | -0/+2 |
* | Fix a hidden dependency from view_examples to chrome on Linux. | satorux@chromium.org | 2009-12-12 | 1 | -0/+1 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -2/+0 |
* | Porting the table view to Linux toolkit views. | jcampan@chromium.org | 2009-12-01 | 1 | -0/+2 |
* | Making grd dependencies more correct for grds in app. | bradnelson@google.com | 2009-11-20 | 1 | -1/+1 |
* | Add examples/widget_example.h to sources of view_examples. | satorux@chromium.org | 2009-11-20 | 1 | -0/+1 |
* | Remove new tabstrip code. Going to try doing this a different way. | ben@chromium.org | 2009-11-17 | 1 | -2/+0 |
* | Refactoring of the TableView so it uses NativeViewControl. | jcampan@chromium.org | 2009-11-12 | 1 | -0/+7 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -0/+2 |
* | Porting the view examples to Windows. | jcampan@chromium.org | 2009-10-20 | 1 | -39/+43 |
* | Couple of views/gtk tweaks: | sky@chromium.org | 2009-10-13 | 1 | -1/+0 |
* | Add explicit dependency to x11. This comes from webkit as well, but views/gtk... | oshima@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | * Password style support for gtk's textfield impl. | oshima@chromium.org | 2009-10-09 | 1 | -0/+2 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Fixed the header file not found issue of 222030. (The file has been renamed a... | oshima@chromium.org | 2009-09-29 | 1 | -3/+3 |
* | Revert "gtk implemenation of Scrollbar." | agl@chromium.org | 2009-09-28 | 1 | -55/+47 |
* | gtk implemenation of Scrollbar. | oshima@chromium.org | 2009-09-28 | 1 | -47/+55 |
* | getting example_views to compile is too much work for now. I'm disabling it | nsylvain@chromium.org | 2009-09-28 | 1 | -36/+40 |
* | views_example depends on views. | nsylvain@chromium.org | 2009-09-27 | 1 | -0/+1 |
* | Refactor window impl of scroll bar for future linux implementation. | oshima@chromium.org | 2009-09-23 | 1 | -0/+3 |
* | More examples: | oshima@chromium.org | 2009-09-23 | 1 | -3/+7 |
* | View examples: | oshima@chromium.org | 2009-09-22 | 1 | -1/+36 |
* | Lands http://codereview.chromium.org/211002 for Charlie: | sky@chromium.org | 2009-09-17 | 1 | -0/+10 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Lands http://codereview.chromium.org/194014 for Oshima: | sky@chromium.org | 2009-09-10 | 1 | -1/+0 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -2/+2 |
* | Fleshes out the tooltip implementation for views on Gtk. It doesn't | sky@chromium.org | 2009-09-08 | 1 | -1/+1 |
* | Lands http://codereview.chromium.org/185003 for Oshima: | sky@chromium.org | 2009-09-02 | 1 | -0/+2 |
* | The FocusManager stores/restores focus when the top window becomes inactive/a... | jcampan@chromium.org | 2009-09-01 | 1 | -3/+0 |
* | Further refactoring of menus for GTK. I've now separated out | sky@chromium.org | 2009-08-24 | 1 | -8/+17 |
* | Splits the menu classes into individual files in anticipation of | sky@chromium.org | 2009-08-20 | 1 | -3/+17 |
* | Relands drop support: | sky@chromium.org | 2009-08-19 | 1 | -0/+2 |
* | Reverts recent patch as broke build on toolkit_views. | sky@chromium.org | 2009-08-18 | 1 | -2/+0 |
* | Adds drop support for views on gtk. As X lazily provides drop data I | sky@chromium.org | 2009-08-18 | 1 | -0/+2 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 1 | -2/+4 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -4/+4 |
* | Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view. | jcampan@chromium.org | 2009-07-21 | 1 | -2/+5 |