| Commit message (Expand) | Author | Age | Files | Lines |
* | I'm going to try and land this again. This is exactly the same change as you ... | sky@google.com | 2008-09-22 | 2 | -11/+29 |
* | Reverts fix for 2554. | sky@google.com | 2008-09-22 | 2 | -29/+11 |
* | Fixes mnemonic bug in chrome menus. After this change you can indicate | sky@google.com | 2008-09-22 | 2 | -11/+29 |
* | Fixes bug in tooltip manager. Mouse coordinates for NC events are in | sky@google.com | 2008-09-19 | 2 | -4/+12 |
* | roll back | beng@google.com | 2008-09-19 | 1 | -3/+0 |
* | Make sure the frame is set to the foreground when: | ben@chromium.org | 2008-09-19 | 1 | -0/+3 |
* | Fix painting of the title bar when the window is maximized and then deactivated. | ben@chromium.org | 2008-09-18 | 1 | -1/+1 |
* | Fix GDI leak in Window object (leak of HICONs) | ben@chromium.org | 2008-09-17 | 1 | -4/+12 |
* | Rename legacy methods that were in CamelCase to unix_hacker. | erg@google.com | 2008-09-17 | 40 | -445/+442 |
* | Fix a leak in the view unit tests. | ben@chromium.org | 2008-09-17 | 1 | -2/+2 |
* | Don't load the font for the window title if we're not going to be painting a ... | beng@google.com | 2008-09-17 | 1 | -23/+10 |
* | Touchpad support for laptops | joshia@google.com | 2008-09-16 | 1 | -1/+2 |
* | Allow Views to support an optional hit-test mask. Make hittest use this. | beng@google.com | 2008-09-16 | 3 | -14/+113 |
* | fix build bustage | beng@google.com | 2008-09-13 | 2 | -2/+2 |
* | Prevent window caption flashing in the magic frames by handling undocumented ... | beng@google.com | 2008-09-12 | 3 | -0/+45 |
* | Set an upper limit to the number of characters that can appear in a tooltip s... | beng@google.com | 2008-09-11 | 1 | -0/+9 |
* | Double clicking on an item in the task manager should bring the relevant tab ... | petersont@google.com | 2008-09-10 | 3 | -10/+31 |
* | First pass at splitting the AutocompleteEdit into Model and View. This was n... | pkasting@chromium.org | 2008-09-10 | 2 | -6/+6 |
* | Fixes bug in TableView where by we return nothing as selected when | sky@google.com | 2008-09-09 | 2 | -36/+22 |
* | Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:... | beng@google.com | 2008-09-08 | 3 | -0/+20 |
* | This patch is from Andrew Brampton <me@bramp.net>. | sky@google.com | 2008-09-08 | 3 | -7/+14 |
* | Fixes crash that occurred because DialogClientView::AcceptWindow was | sky@google.com | 2008-09-05 | 2 | -0/+15 |
* | Fix the polymorphic WindowResources class and FramePartBitmap enum. | maruel@google.com | 2008-09-04 | 1 | -13/+4 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 6 | -176/+80 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 1 | -28/+4 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -1/+4 |
* | Explicitly call RunAllPending in the Teardown phase a few more unit tests to | darin@google.com | 2008-08-27 | 1 | -0/+3 |
* | Make the system menu for frames have submenus for encoding and text zoom | beng@google.com | 2008-08-26 | 1 | -0/+2 |
* | Extends the toolbar keyboard support. Adds skipping of unavailable elements o... | klink@google.com | 2008-08-26 | 2 | -3/+3 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 8 | -12/+16 |
* | Make the AeroGlassFrame better: | beng@google.com | 2008-08-25 | 6 | -41/+54 |
* | Second attempt at fixing task manager crash. Provide a protected ReleaseWindo... | beng@google.com | 2008-08-25 | 2 | -2/+12 |
* | roll back r1297 for now | beng@google.com | 2008-08-24 | 2 | -1/+1 |
* | Fix task manager crash by releasing the delegate's scoped_ptr back to the win... | beng@google.com | 2008-08-24 | 2 | -1/+1 |
* | Makes our tables (task manager, keywords ...) not flicker when | sky@google.com | 2008-08-24 | 2 | -5/+38 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 125 | -3634/+627 |
* | Makes resize of custom frame window a bit smoother. I tried a whole | sky@google.com | 2008-08-21 | 1 | -1/+14 |
* | Allow popups using the new frames to be sized correctly. This involved a slig... | beng@google.com | 2008-08-20 | 1 | -10/+9 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 46 | -193/+323 |
* | Make theme change notifications for the renderer originate from the RenderWid... | beng@google.com | 2008-08-15 | 2 | -0/+8 |
* | Hook up the system menu in new frames. | erg@google.com | 2008-08-14 | 4 | -0/+18 |
* | If a Window is created with specified bounds, make sure its sized to them! | beng@google.com | 2008-08-14 | 1 | -1/+8 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 1 | -117/+117 |
* | Minor cleanup of RootView. Removes unused double_buffered field from | sky@google.com | 2008-08-12 | 4 | -27/+18 |
* | Cleanup a few files, reduce the number of includes. | maruel@google.com | 2008-08-12 | 3 | -5/+8 |
* | Allow the ChromeViews' Menu to wrap the Windows system menu and insert items ... | beng@google.com | 2008-08-11 | 2 | -35/+136 |
* | Another Frame Grab-Bag | beng@google.com | 2008-08-11 | 1 | -0/+2 |
* | Add support for ChromeViews::Windows to disable inactive rendering. This is f... | beng@google.com | 2008-08-11 | 5 | -14/+67 |
* | A set of tests to exercise chrome menus as well as parts of bookmark | sky@google.com | 2008-08-11 | 3 | -3/+18 |
* | Allow the window icon to be shown in the task bar, Alt+Tab etc. | beng@google.com | 2008-08-09 | 4 | -0/+23 |