index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
window
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 9867: Activating the previous/next buttons with the keyboard in the find ...
finnur@chromium.org
2009-09-03
4
-4
/
+5
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
2
-3
/
+1
*
Reverts menu patch.
sky@chromium.org
2009-08-26
2
-1
/
+3
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
1
-1
/
+1
*
Remove the unused WTL::CRect from window_delegate.h.
maruel@chromium.org
2009-08-22
1
-5
/
+0
*
Makes Path::CreateGdkRegion return NULL for empty paths. Without this
sky@chromium.org
2009-08-19
1
-1
/
+4
*
Ensure that popups windows are not themed.
mirandac@chromium.org
2009-08-07
2
-1
/
+16
*
Status bubble limping in TOOLKIT_VIEWS.
ben@chromium.org
2009-08-01
1
-14
/
+2
*
This CL adds accelerators to the Linux toolkit views.
jcampan@chromium.org
2009-07-31
1
-24
/
+8
*
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
2
-0
/
+27
*
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 Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.
pkasting@chromium.org
2009-07-24
2
-42
/
+0
*
Make the Clear Browsing Data dialog box look a little nicer.
ben@chromium.org
2009-07-24
1
-13
/
+20
*
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 frame turning black when reseting theme. Also simplifies the frame
ben@chromium.org
2009-07-18
1
-32
/
+27
*
Fix: Position always off-screen when starting up
yuzo@chromium.org
2009-07-09
1
-1
/
+2
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
1
-0
/
+0
*
Inverted logic in UseNativeFrame meant all constrained windows were opened wi...
ben@chromium.org
2009-07-08
1
-1
/
+1
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
1
-1
/
+1
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
Fix ifdef that was triggering a NOTIMPLEMENTED in browser tests.
jcampan@chromium.org
2009-06-23
1
-2
/
+2
*
For consistency, stop using the workarea coordinate in
yuzo@chromium.org
2009-06-23
2
-15
/
+34
*
Fix dialog edges - error was because we made the top edges the same height bu...
glen@chromium.org
2009-06-23
1
-6
/
+2
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+1
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-1
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
Hook up "clear browsing data" dialog. It looks like ass right now. The intent...
ben@chromium.org
2009-06-18
3
-27
/
+52
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
1
-1
/
+1
*
Show caption area context menu on mouseup, not mousedown. Original patch by ...
pkasting@chromium.org
2009-06-11
2
-4
/
+44
*
Makes it possible for Widget's on GTK to have a transparent
sky@chromium.org
2009-06-08
1
-1
/
+1
*
Fix crash in window shutdown by accessing the Widget via a more unique property.
ben@chromium.org
2009-06-05
1
-4
/
+9
*
Fix crash 12519: in views::DialogClientView::AcceptWindow()
finnur@chromium.org
2009-06-04
1
-0
/
+5
*
Implement window state restoration for the views-gtk window.
ben@chromium.org
2009-06-04
2
-27
/
+59
*
Allow WindowGtks to be moved and sized when the mouse is over the caption or ...
ben@chromium.org
2009-06-04
2
-0
/
+111
*
Implement custom window shapes as provided by the NonClientView in WindowGtk.
ben@chromium.org
2009-06-04
2
-1
/
+25
*
Fix for crash when changing frame on non-DWM systems.
glen@chromium.org
2009-06-03
1
-0
/
+7
*
Fixes a couple of bugs encountered in getting info bubbles to work:
sky@chromium.org
2009-06-02
2
-1
/
+3
*
Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk
sky@chromium.org
2009-06-01
2
-12
/
+2
*
Remove warning about IsFullScreen() not being implented and
davemoore@chromium.org
2009-06-01
2
-19
/
+36
*
Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win...
ben@chromium.org
2009-05-31
2
-0
/
+10
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
5
-62
/
+75
*
Make DialogClientView compile on Linux.
ben@chromium.org
2009-05-29
1
-2
/
+41
*
More Linux linking issues fixed.
brettw@chromium.org
2009-05-28
1
-0
/
+5
*
Bring theme_frame back into chrome/ and change theme_frame to frame in app/
glen@chromium.org
2009-05-28
1
-14
/
+14
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
3
-13
/
+6
*
Implement IsMinimized() and IsMaximized() for view gtk
davemoore@chromium.org
2009-05-25
2
-4
/
+28
[next]