| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes a slew of random link/compile errors for views on gtk. | sky@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Ignore the insert key so we don't switch into overtype mode (which surprises ... | pkasting@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | Gets button_dropdown compiling on linux. | sky@chromium.org | 2009-05-29 | 1 | -6/+6 |
* | Fix a memory leak... the wrapped platform helper isn't a view, so it's not au... | ben@chromium.org | 2009-05-29 | 3 | -6/+7 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 26 | -557/+674 |
* | Get textfield to compile on linux. | sky@chromium.org | 2009-05-29 | 2 | -1/+11 |
* | IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ... | pkasting@chromium.org | 2009-05-28 | 1 | -4/+5 |
* | Stub out textfield on GTK | ben@chromium.org | 2009-05-28 | 6 | -4/+135 |
* | Make Textfield more portable. | ben@chromium.org | 2009-05-28 | 6 | -1189/+1328 |
* | Makes MenuButton compile and fixes bug in GtkWidget I happened upon. | sky@chromium.org | 2009-05-27 | 1 | -1/+13 |
* | Move text_field.cc and rename the class to Textfield in preparation for porting. | ben@chromium.org | 2009-05-27 | 9 | -113/+110 |
* | Landing tyoshino patch. | jcampan@chromium.org | 2009-05-27 | 1 | -0/+4 |
* | Make toolbar compile on linux. | ben@chromium.org | 2009-05-27 | 2 | -2/+2 |
* | A quick fix for Issue 11863 (Take 2). | hbono@chromium.org | 2009-05-26 | 1 | -0/+16 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 2 | -0/+134 |
* | Change the native type passed to Menu to get the system menu. The system menu | brettw@chromium.org | 2009-05-26 | 2 | -2/+2 |
* | Gets link to compile on linux. | sky@chromium.org | 2009-05-23 | 2 | -2/+21 |
* | Makes FindBarWin buildable on linux. FindBarWin should be renamed to | sky@chromium.org | 2009-05-23 | 1 | -4/+14 |
* | Some more porting of browser_views. | brettw@chromium.org | 2009-05-22 | 1 | -6/+3 |
* | Remove some dependencies on Windows-specific files in BrowserView. The usage | brettw@chromium.org | 2009-05-22 | 2 | -0/+9 |
* | Middle clicking on a bookmark from the bookmark manager now | brettw@google.com | 2009-05-22 | 2 | -0/+24 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 5 | -5/+4 |
* | Add forgotted files from previous change. This makes a semi-cross-platform | brettw@chromium.org | 2009-05-21 | 2 | -4/+49 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 5 | -4/+5 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 5 | -5/+4 |
* | Minor gtk-views cleanup: | sky@chromium.org | 2009-05-20 | 5 | -7/+68 |
* | Make views/ use strings from app_strings. | ben@chromium.org | 2009-05-20 | 6 | -46/+45 |
* | revert this change, svn seems to have committed it with my property-edit. | ben@chromium.org | 2009-05-20 | 6 | -45/+46 |
* | Add generated files to svn:ignore list for views subdir. | ben@chromium.org | 2009-05-20 | 6 | -46/+45 |
* | Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ... | jam@chromium.org | 2009-05-20 | 3 | -22/+0 |
* | Makes chrome_menu able to compile of Linux (the header that is). I'm | sky@chromium.org | 2009-05-18 | 2 | -38/+53 |
* | Add highlight color support to label text. | erikkay@google.com | 2009-05-15 | 3 | -3/+46 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 33 | -97/+99 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 14 | -41/+41 |
* | This CL fix issue 11907 -- RTL: Focus is not on the text after checking "Dele... | xji@chromium.org | 2009-05-14 | 1 | -2/+11 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 7 | -654/+760 |
* | Add basic checkbox support for GTK. | brettw@chromium.org | 2009-05-14 | 3 | -0/+36 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 16 | -44/+72 |
* | Reverting 15832 since this test is finished. | hbono@chromium.org | 2009-05-14 | 2 | -2/+2 |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 4 | -9/+16 |
* | Move tree-related classes that Linux code depends on from views/ to app/ | phajdan.jr@chromium.org | 2009-05-13 | 5 | -490/+1 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 16 | -72/+44 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 16 | -44/+72 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 11 | -12/+12 |
* | Fix a trivial typo: key for copy is 'c', not 'v'. | hamaji@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | An experimental fix for Issue 11046. | hbono@chromium.org | 2009-05-12 | 2 | -2/+2 |
* | Adds back some code removed during Ben's landing of views renaming. | sky@chromium.org | 2009-05-11 | 6 | -0/+423 |
* | Add a new ViewsDelegate interface and implementation in the windows browser UI. | ben@chromium.org | 2009-05-10 | 2 | -7/+10 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 3 | -6/+5 |