summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-4/+0
* Fix painting problems that came up after manually calling RedrawWindow on chi...jam@chromium.org2009-05-201-3/+6
* Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidgetsky@chromium.org2009-05-193-52/+156
* Removes some dead code from WidgetWin.sky@chromium.org2009-05-192-8/+0
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-195-15/+44
* Makes chrome_menu able to compile of Linux (the header that is). I'msky@chromium.org2009-05-182-38/+53
* Paint dialog frames in maxmized viewglen@chromium.org2009-05-161-3/+6
* Add highlight color support to label text.erikkay@google.com2009-05-153-3/+46
* Reland this change. Registers paths for the testing exe, too.ben@chromium.org2009-05-151-1/+0
* Revert 16173beng@google.com2009-05-151-0/+1
* Move/Copy paths used by app to app_paths.beng@google.com2009-05-151-1/+0
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-153-3/+14
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-1557-195/+203
* ChromeFont->gfx::Fontbeng@google.com2009-05-1522-62/+64
* Change the way button width is calculated for the button. Currently, for the ...jshin@chromium.org2009-05-151-2/+4
* This CL fix issue 11907 -- RTL: Focus is not on the text after checking "Dele...xji@chromium.org2009-05-141-2/+11
* Fix bustage... some more traces of always-on-top I forgot to remove.beng@google.com2009-05-142-6/+0
* Move Always On Top setting out of Window/WindowDelegate and into task manager...beng@google.com2009-05-149-146/+30
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-148-654/+768
* Add basic checkbox support for GTK.brettw@chromium.org2009-05-143-0/+36
* Remove even more ATL dependencies.maruel@chromium.org2009-05-1423-88/+112
* Reverting 15832 since this test is finished.hbono@chromium.org2009-05-143-3/+3
* Clean-up of the accelerator code.jcampan@chromium.org2009-05-148-57/+61
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-141-3/+30
* Move tree-related classes that Linux code depends on from views/ to app/phajdan.jr@chromium.org2009-05-136-502/+1
* The dialogs would size their width to their contents (and a minimum size).jcampan@chromium.org2009-05-131-0/+20
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-1323-99/+75
* Remove even more ATL dependencies.maruel@chromium.org2009-05-1323-75/+99
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-1320-22/+22
* Fix a trivial typo: key for copy is 'c', not 'v'.hamaji@chromium.org2009-05-121-1/+1
* An experimental fix for Issue 11046.hbono@chromium.org2009-05-123-3/+3
* Removing floating views, they are not used anymore.jcampan@chromium.org2009-05-117-635/+44
* Adds back some code removed during Ben's landing of views renaming.sky@chromium.org2009-05-117-3/+424
* Forgot to add these files as part of last change.ben@chromium.org2009-05-101-0/+64
* Add a new ViewsDelegate interface and implementation in the windows browser UI.ben@chromium.org2009-05-107-53/+35
* Use the non-native frame when using themes even on Aero Glass.ben@chromium.org2009-05-091-0/+2
* Random cleanups and stubs to get cross platform build going.glen@chromium.org2009-05-092-0/+6
* Revert custom frame view to resourcebundle to get the tests passing. Convert ...glen@chromium.org2009-05-091-37/+37
* This is the first pass at themes.glen@chromium.org2009-05-0910-198/+207
* Move win_util.h from common to app.ben@chromium.org2009-05-089-11/+7
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-0813-50/+382
* fix checkdeps bustageben@chromium.org2009-05-081-1/+1
* Add PreferredSizeChanged() to View to allow subviews to notify their parents ...erikkay@google.com2009-05-086-4/+24
* Resurrect Scott's WindowGtk changes.ben@chromium.org2009-05-0816-116/+643
* A new DEPS file for views, designed to reduce dependencies. Removes some unne...ben@chromium.org2009-05-083-22/+44
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-08154-0/+41087