1. 2fb6d46 Make system menus show up at the right place for all frames, whether they're triggered by clicking the window icon or hitting alt-space. Make clicking the icon for windows without a non-client view (e.g. the Bookmark Manager on Aero Glass) bring up the system menu. by [email protected] · 17 years ago
  2. 830e206 Don't focus unfocusable things. Review URL: http://codereview.chromium.org/20348 by [email protected] · 17 years ago
  3. b6296fd Fix an issue with HWNDView visibility where invisible (i.e. SetVisible(false)) views would have ShowWindow() called on them, which was bogus. by [email protected] · 17 years ago
  4. 6ff244f Fix the broken commit in r8250. The problem was that basictypes.h by [email protected] · 17 years ago
  5. e044f8d Revert "Add #ifdefs to the views/ code and move windows specific code by [email protected] · 17 years ago
  6. 81514c5 Add #ifdefs to the views/ code and move windows specific code into their own files to get some files compiling. by [email protected] · 17 years ago
  7. bb515ed Constify the params of a couple View functions, which I'll need for an upcoming change to be able to call these from someone else's const member function. by [email protected] · 17 years ago
  8. 3b680a8 Replace some CRects with gfx::Rect by [email protected] · 17 years ago
  9. a0dde12 Rename Container->Widget by [email protected] · 17 years ago
  10. 9a3f0ac2 Make border and background setting and getting non-virtual and use the correct style. I was debugging in here and this was annoying me, since there is no reason for these functions to be virtual. by [email protected] · 17 years ago
  11. 8c30313 Fixes bug in showing context menu for buttons. In particular because by [email protected] · 17 years ago
  12. f704ee7 Changes tree/table to pass in an appropriate location when the context by [email protected] · 17 years ago
  13. e8e0f36 In dialogs, when the focus moves to a button, that button should become the default button. by [email protected] · 17 years ago
  14. 042811c Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-click menu, specifically on the toolbar's back/forward buttons. by [email protected] · 17 years ago
  15. 066e70a Adds a horizontal split view. by [email protected] · 17 years ago
  16. 0a1d36b2 Convert SchedulePaint and a few other methods to use gfx types. by [email protected] · 17 years ago
  17. c2dacc9 Rename ChromeViews namespace to views by [email protected] · 17 years ago
  18. 80f8b9f Make View::SetBounds take a const gfx::Rect& instead of a const CRect& by [email protected] · 17 years ago
  19. 4d0bd10 Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. by [email protected] · 17 years ago
  20. 154f8bc Convert GetPreferredSize from: by [email protected] · 17 years ago
  21. 613b806 Convert HitTest/GetViewForPoint to use gfx::Point by [email protected] · 17 years ago
  22. 96b667d Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. by [email protected] · 17 years ago
  23. 0d8ea70 Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. by [email protected] · 17 years ago
  24. 6332998 Fix RTL issues with opaque frame. by [email protected] · 17 years ago
  25. de56f378 Merge the chrome_webkit_merge_branch back on to trunk. This brings us by [email protected] · 17 years ago
  26. 6f3bb6c Rename legacy methods that were in CamelCase to unix_hacker. by [email protected] · 17 years ago
  27. 82739cf Allow Views to support an optional hit-test mask. Make hittest use this. by [email protected] · 17 years ago
  28. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  29. 1eb89e8 Large patch set (159 files total) to cleanup the includes. by [email protected] · 17 years ago
  30. 09911bf Add chrome to the repository. by initial.commit · 17 years ago