| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes the use of Windows-specific types for accessibility roles and states ... | klink@chromium.org | 2009-04-28 | 15 | -117/+119 |
* | Relanding this. | jcampan@chromium.org | 2009-04-27 | 1 | -38/+64 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 1 | -2/+2 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-27 | 6 | -1/+20 |
* | Reverting 14489. | jcampan@chromium.org | 2009-04-24 | 1 | -67/+38 |
* | This CL makes sure we unregister our Windows window classes when shut-down. | jcampan@chromium.org | 2009-04-24 | 1 | -38/+67 |
* | Checkbox/RadioButton labels have to reserve space for the focus rects, even i... | ben@chromium.org | 2009-04-24 | 3 | -1/+10 |
* | Fix a bug where radio buttons would become unselected when clicked (more spec... | jcampan@chromium.org | 2009-04-24 | 2 | -1/+6 |
* | Make messages in javascript's alert copyable. | tc@google.com | 2009-04-24 | 2 | -0/+20 |
* | The previous behavior of not focusing the HWND when focusing a checkbox/radio... | jcampan@chromium.org | 2009-04-24 | 2 | -6/+0 |
* | Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes... | robertshield@google.com | 2009-04-23 | 5 | -20/+0 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-23 | 5 | -0/+20 |
* | Fix focus rects for checkboxes and radio buttons: | ben@chromium.org | 2009-04-22 | 9 | -46/+80 |
* | Make sure radio buttons can't be toggled like checkboxes. | ben@chromium.org | 2009-04-22 | 3 | -1/+11 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 5 | -64/+64 |
* | This CL fixes | xji@chromium.org | 2009-04-21 | 1 | -12/+36 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 4 | -50/+55 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 4 | -55/+50 |
* | Try again to fix "maximized window size wrong after unlock". This is a blind... | pkasting@chromium.org | 2009-04-21 | 1 | -20/+11 |
* | Disable the move/size/maximize entries on the system menu in fullscreen mode.... | pkasting@chromium.org | 2009-04-17 | 1 | -15/+23 |
* | Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ... | pkasting@chromium.org | 2009-04-17 | 5 | -133/+278 |
* | The new unit-test that test mouse-wheel rerouting and that was added in my la... | jcampan@chromium.org | 2009-04-15 | 1 | -1/+3 |
* | The text-fields were not rerouting mouse-wheel messages, causing the window u... | jcampan@chromium.org | 2009-04-15 | 2 | -0/+133 |
* | Make the omnibox popup look nicer. Add dropshadow images (not final). Experim... | ben@chromium.org | 2009-04-15 | 5 | -10/+10 |
* | For some Indian locales, the automatic font fallback by Windows UI components... | jungshik@google.com | 2009-04-15 | 11 | -20/+60 |
* | Adds notification for window creation. | sky@chromium.org | 2009-04-15 | 1 | -0/+5 |
* | Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo... | pkasting@chromium.org | 2009-04-14 | 1 | -4/+4 |
* | Fix typo. Original patch by Shinichiro Hamaji (see http://codereview.chromiu... | pkasting@chromium.org | 2009-04-14 | 2 | -10/+10 |
* | Add a comment to the hwnd view about proper usage. I was using it incorrectly | brettw@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Fix various problems with work area change notifications so that we now (hope... | pkasting@chromium.org | 2009-04-10 | 2 | -46/+115 |
* | Make sure one cannot cut or copy from a password | jcampan@chromium.org | 2009-04-10 | 3 | -3/+126 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 1 | -3/+3 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 2 | -7/+15 |
* | Refactor AppModalDialogQueue and move JS Alert boxes into a MVC. | tc@google.com | 2009-04-07 | 2 | -28/+0 |
* | Pasting successfully into a TextField should always trigger | finnur@chromium.org | 2009-04-06 | 1 | -3/+6 |
* | Commits bug issuereview 62043 (http://codereview.chromium.org/62043) | sky@chromium.org | 2009-04-06 | 1 | -3/+3 |
* | Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for r... | sky@chromium.org | 2009-04-03 | 1 | -3/+20 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -315/+0 |
* | Fix distributor logo placement on glass frame when window is restored from fu... | ben@chromium.org | 2009-04-01 | 2 | -9/+18 |
* | Update non-browser windows to handle maximized mode layout changes. This sho... | pkasting@chromium.org | 2009-03-31 | 1 | -8/+8 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -5/+6 |
* | Move message flags into a separate header that can be used | tc@google.com | 2009-03-27 | 2 | -33/+3 |
* | Fix clipping by using the correct window styles for native buttons. | ben@chromium.org | 2009-03-27 | 5 | -39/+40 |
* | Default native button were not activated anymore when enter was pressed. | jcampan@chromium.org | 2009-03-27 | 5 | -30/+160 |
* | This CL fix issue 5724 - RTL: Windows context menu with Alt+Space Bar should ... | xji@chromium.org | 2009-03-27 | 2 | -3/+6 |
* | Issue 21268: The RemakeSee http://codereview.chromium.org/21268 for the origi... | idanan@chromium.org | 2009-03-26 | 7 | -25/+73 |
* | In an effort to make the FocusManager class platform independent, moving some... | jcampan@chromium.org | 2009-03-26 | 2 | -7/+11 |
* | Relanding since it was breaking the Release build (because of missing includes). | jcampan@chromium.org | 2009-03-25 | 6 | -115/+171 |
* | Reverting 12498. | jcampan@chromium.org | 2009-03-25 | 6 | -167/+115 |
* | Moving the mouse-wheel message rerouting code out of the focus manager. | jcampan@chromium.org | 2009-03-25 | 6 | -115/+167 |