| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 1 | -0/+2 |
* | Fix the current remaining Views-GTK compile and linker errors. | brettw@chromium.org | 2009-07-06 | 1 | -1/+0 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -3/+5 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -5/+3 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -3/+5 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -5/+3 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -3/+5 |
* | Hook up "clear browsing data" dialog. It looks like ass right now. The intent... | ben@chromium.org | 2009-06-18 | 1 | -0/+1 |
* | Move TableModel out of views/ and into app/. | estade@chromium.org | 2009-06-16 | 1 | -3/+0 |
* | A new menu system for views. | ben@chromium.org | 2009-06-08 | 1 | -0/+9 |
* | Make Combobox portable | ben@chromium.org | 2009-06-02 | 1 | -2/+7 |
* | A helper class for screen related queries. Currently only has a single metho... | erikkay@google.com | 2009-06-01 | 1 | -0/+3 |
* | Split out the views table functions into separate header files. Many users only | brettw@chromium.org | 2009-05-31 | 1 | -0/+5 |
* | Make DialogClientView compile on Linux. | ben@chromium.org | 2009-05-29 | 1 | -1/+0 |
* | Gets button_dropdown compiling on linux. | sky@chromium.org | 2009-05-29 | 1 | -1/+0 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 1 | -6/+7 |
* | Stub out textfield on GTK | ben@chromium.org | 2009-05-28 | 1 | -2/+0 |
* | Refactors drag_utils. | sky@chromium.org | 2009-05-28 | 1 | -2/+2 |
* | Splits TooltipManager so that it can be ported and stubs out the GTK | sky@chromium.org | 2009-05-28 | 1 | -1/+4 |
* | More Linux linking issues fixed. | brettw@chromium.org | 2009-05-28 | 1 | -1/+0 |
* | Removes textfield from list of things compiled on linux. | sky@chromium.org | 2009-05-27 | 1 | -0/+1 |
* | Makes MenuButton compile and fixes bug in GtkWidget I happened upon. | sky@chromium.org | 2009-05-27 | 1 | -1/+0 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 1 | -2/+7 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 1 | -1/+2 |
* | Removes accidental gyp change from another cl. | sky@chromium.org | 2009-05-26 | 1 | -2/+0 |
* | Gets a couple of download classes to compile on linux. Updates the | sky@chromium.org | 2009-05-26 | 1 | -2/+2 |
* | Gets link to compile on linux. | sky@chromium.org | 2009-05-23 | 1 | -1/+0 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 1 | -15/+4 |
* | Fixes toolkit_views build on linux. | sky@chromium.org | 2009-05-21 | 1 | -3/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+14 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -14/+1 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 1 | -0/+1 |