| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 1 | -2/+1 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 1 | -1/+2 |
* | Use the system WINDOWTEXT color for labels, instead of black. Also use the s... | pkasting@chromium.org | 2009-09-25 | 1 | -8/+5 |
* | Fix the Linux Views build, sigh. We need a trybot. | pkasting@chromium.org | 2009-09-17 | 1 | -2/+3 |
* | Try to make ImageBubbles draw correctly on Linux Views as well. This also fi... | pkasting@chromium.org | 2009-09-17 | 1 | -67/+91 |
* | Try to fix Linux Views build. | pkasting@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | Convert InfoBubble to using BubbleBorder. This also replaces the border grap... | pkasting@chromium.org | 2009-09-16 | 1 | -309/+184 |
* | Another try to fix a build break caused by r26312. | hbono@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | A quick build fix caused by r26312. | hbono@chromium.org | 2009-09-16 | 1 | -1/+1 |
* | More miscellaneous cleanup bits to try and move info_bubble.* closer to my lo... | pkasting@chromium.org | 2009-09-16 | 1 | -54/+42 |
* | Some initial cleanup of InfoBubble: | pkasting@chromium.org | 2009-09-14 | 1 | -57/+21 |
* | Use system background color for info bubbles. This causes some problems righ... | pkasting@chromium.org | 2009-09-04 | 1 | -0/+7 |
* | Make the views bookmark bubble work on GTK. | brettw@chromium.org | 2009-08-28 | 1 | -13/+31 |
* | 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 | -6/+4 |
* | Fix the first run infobubble. It overrode WidgetWin's OnSize without calling ... | ben@chromium.org | 2009-06-22 | 1 | -0/+1 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -4/+6 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -6/+4 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -4/+6 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -6/+4 |
* | Fixes a couple of bugs encountered in getting info bubbles to work: | sky@chromium.org | 2009-06-02 | 1 | -10/+8 |
* | Gets info_bubble compiling on linux. This code has a ton of ifdefs. It | sky@chromium.org | 2009-05-21 | 1 | -57/+81 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 1 | -1/+1 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds notification for when info bubble is created. | sky@chromium.org | 2009-04-16 | 1 | -0/+7 |
* | Fixes regression in painting info bubble. This is the result of | sky@chromium.org | 2009-04-15 | 1 | -9/+10 |
* | Fixes crash on showing info bubble. | sky@google.com | 2009-03-17 | 1 | -6/+4 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Make Widget return a gfx::NativeView instead of a HWND. | ben@chromium.org | 2009-03-12 | 1 | -3/+3 |
* | Fixes session restore bug where we wouldn't necessarily correctly | sky@google.com | 2009-03-09 | 1 | -1/+0 |
* | Support DWM switching. | ben@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Does two changes to appease chrome bot runs: | sky@google.com | 2009-02-28 | 1 | -2/+8 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -1/+1 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Don't expose the go and star button views directly through the BrowserWindow ... | ben@chromium.org | 2009-01-23 | 1 | -1/+1 |
* | Fixes info bubble painting bug. This was happening because we were | sky@google.com | 2008-12-16 | 1 | -6/+11 |
* | Changes the bookmark bubble to have the following logic: | sky@google.com | 2008-12-15 | 1 | -9/+17 |
* | Fixes regression in info bubble that caused crash on clicking star on | sky@google.com | 2008-12-10 | 1 | -14/+6 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -2/+2 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 1 | -2/+3 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -3/+2 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -2/+3 |