| Commit message (Expand) | Author | Age | Files | Lines |
* | Lands http://codereview.chromium.org/165271 for tedoc. From tedoc: | sky@chromium.org | 2009-08-11 | 1 | -1/+1 |
* | Removes calls to RootView methods that were removed. | sky@chromium.org | 2009-08-11 | 1 | -3/+0 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 15 | -241/+386 |
* | Fixes bug in previous change. In AcceleratorHandler if there is no | sky@chromium.org | 2009-08-11 | 1 | -0/+1 |
* | Fixes bug in AcceleratorHandler. It's possible to get events for GtkWidgets | sky@chromium.org | 2009-08-07 | 1 | -0/+5 |
* | Factor out window creation into base::WindowImpl. This class will be used in... | jhawkins@chromium.org | 2009-08-07 | 2 | -238/+47 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 2 | -1/+16 |
* | Fix a BAD_OVERRIDE defect reported by Coverity. Change the | wtc@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Make the DOMUIThemeSource load and pass through a PNG, rather than relying on... | glen@chromium.org | 2009-08-05 | 1 | -0/+3 |
* | Fixing a compilation error in toolkit_views. | jcampan@chromium.org | 2009-08-04 | 1 | -3/+5 |
* | Committing pierre.lafayette patch, see: | jcampan@chromium.org | 2009-08-04 | 2 | -0/+32 |
* | Making the focus manager unit-tests less Windows specific. | jcampan@chromium.org | 2009-08-04 | 1 | -76/+56 |
* | Adding registration of accelerators for the browser in toolkit_views. | jcampan@chromium.org | 2009-08-03 | 2 | -3/+3 |
* | Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut... | ben@chromium.org | 2009-08-01 | 2 | -19/+18 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 11 | -122/+164 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 15 | -217/+289 |
* | Fixes possible crash in bookmark menus. Specifically if you had a menu | sky@chromium.org | 2009-07-31 | 2 | -3/+10 |
* | Fixes the Linux build break. | klink@chromium.org | 2009-07-28 | 1 | -4/+0 |
* | Adds additional MSAA information to fill in a few gaps in the hierarchy. | klink@chromium.org | 2009-07-28 | 4 | -0/+30 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -12/+0 |
* | Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ... | ben@chromium.org | 2009-07-25 | 2 | -16/+47 |
* | Theme reset fixes. | glen@chromium.org | 2009-07-24 | 1 | -4/+5 |
* | Fix for an error reported by Coverity. | jcampan@chromium.org | 2009-07-24 | 2 | -8/+10 |
* | Make the bookmark buttons follow theme changes correctly. | glen@chromium.org | 2009-07-24 | 1 | -9/+0 |
* | Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin. | pkasting@chromium.org | 2009-07-24 | 3 | -47/+0 |
* | Make the Clear Browsing Data dialog box look a little nicer. | ben@chromium.org | 2009-07-24 | 8 | -25/+62 |
* | Adds MSAA information to various (previously uncovered) bits of the UI, inclu... | klink@chromium.org | 2009-07-23 | 3 | -10/+22 |
* | Fix bug introduced by my clipping changes - when you switched tabs the tab ar... | ben@chromium.org | 2009-07-23 | 1 | -0/+1 |
* | Fix NativeViewHostGtk clipping. | ben@chromium.org | 2009-07-23 | 8 | -75/+156 |
* | Fix two crashers with TOOLKIT_VIEWS build: | ben@chromium.org | 2009-07-21 | 1 | -2/+7 |
* | Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view. | jcampan@chromium.org | 2009-07-21 | 7 | -121/+386 |
* | Resurrect toolkit_views build. | ben@chromium.org | 2009-07-21 | 1 | -0/+2 |
* | Fix crash on older versions of windows that don't have DWM APIs. | ben@chromium.org | 2009-07-20 | 1 | -8/+12 |
* | Fix bustage. | erg@chromium.org | 2009-07-19 | 2 | -0/+5 |
* | Fix frame turning black when reseting theme. Also simplifies the frame | ben@chromium.org | 2009-07-18 | 1 | -32/+27 |
* | Converts a couple of by value return types to const ref returns | sky@chromium.org | 2009-07-17 | 1 | -4/+3 |
* | SingleSplitView: survive minimize / restore when resize changes leading bounds. | pfeldman@chromium.org | 2009-07-16 | 1 | -8/+18 |
* | This makes the unit-tests pass with toolkit_views on Linux. | jcampan@chromium.org | 2009-07-15 | 2 | -34/+52 |
* | Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2.... | ben@chromium.org | 2009-07-15 | 1 | -2/+3 |
* | Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ... | jshin@chromium.org | 2009-07-14 | 1 | -2/+2 |
* | Allow TabContentsDelegates to process unhandled keyboard messages coming back... | ananta@chromium.org | 2009-07-14 | 3 | -75/+0 |
* | Add 'resize_leading_on_bounds_change' property into the SingleSplitView. | pfeldman@chromium.org | 2009-07-09 | 2 | -1/+28 |
* | Fix: Position always off-screen when starting up | yuzo@chromium.org | 2009-07-09 | 1 | -1/+2 |
* | Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos. | brettw@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 4 | -0/+0 |
* | Use different cursors for horizontal and vertical splits. (cursor was static ... | pfeldman@chromium.org | 2009-07-08 | 1 | -3/+3 |
* | Fix memory leak in ImageButton exposed by r20028. | mirandac@chromium.org | 2009-07-08 | 2 | -6/+6 |
* | Add the keys used by the back/forward menu items to the accelerator map so th... | ben@chromium.org | 2009-07-08 | 1 | -0/+9 |
* | Inverted logic in UseNativeFrame meant all constrained windows were opened wi... | ben@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Fix the Views GTK build. | brettw@chromium.org | 2009-07-07 | 3 | -6/+8 |