summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes possible crash in bookmark menus. Specifically if you had a menusky@chromium.org2009-07-312-3/+10
* Fixes the Linux build break.klink@chromium.org2009-07-281-4/+0
* Adds additional MSAA information to fill in a few gaps in the hierarchy.klink@chromium.org2009-07-284-0/+30
* Remove *.vsprops files that are no longer referenced (or only havesgk@google.com2009-07-281-12/+0
* Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ...ben@chromium.org2009-07-252-16/+47
* Theme reset fixes.glen@chromium.org2009-07-241-4/+5
* Fix for an error reported by Coverity.jcampan@chromium.org2009-07-242-8/+10
* Make the bookmark buttons follow theme changes correctly.glen@chromium.org2009-07-241-9/+0
* Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.pkasting@chromium.org2009-07-243-47/+0
* Make the Clear Browsing Data dialog box look a little nicer.ben@chromium.org2009-07-248-25/+62
* Adds MSAA information to various (previously uncovered) bits of the UI, inclu...klink@chromium.org2009-07-233-10/+22
* Fix bug introduced by my clipping changes - when you switched tabs the tab ar...ben@chromium.org2009-07-231-0/+1
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-238-75/+156
* Fix two crashers with TOOLKIT_VIEWS build:ben@chromium.org2009-07-211-2/+7
* Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.jcampan@chromium.org2009-07-217-121/+386
* Resurrect toolkit_views build.ben@chromium.org2009-07-211-0/+2
* Fix crash on older versions of windows that don't have DWM APIs.ben@chromium.org2009-07-201-8/+12
* Fix bustage.erg@chromium.org2009-07-192-0/+5
* Fix frame turning black when reseting theme. Also simplifies the frameben@chromium.org2009-07-181-32/+27
* Converts a couple of by value return types to const ref returnssky@chromium.org2009-07-171-4/+3
* SingleSplitView: survive minimize / restore when resize changes leading bounds.pfeldman@chromium.org2009-07-161-8/+18
* This makes the unit-tests pass with toolkit_views on Linux.jcampan@chromium.org2009-07-152-34/+52
* Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....ben@chromium.org2009-07-151-2/+3
* Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...jshin@chromium.org2009-07-141-2/+2
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-143-75/+0
* Add 'resize_leading_on_bounds_change' property into the SingleSplitView.pfeldman@chromium.org2009-07-092-1/+28
* Fix: Position always off-screen when starting upyuzo@chromium.org2009-07-091-1/+2
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-1/+1
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-084-0/+0
* Use different cursors for horizontal and vertical splits. (cursor was static ...pfeldman@chromium.org2009-07-081-3/+3
* Fix memory leak in ImageButton exposed by r20028.mirandac@chromium.org2009-07-082-6/+6
* Add the keys used by the back/forward menu items to the accelerator map so th...ben@chromium.org2009-07-081-0/+9
* Inverted logic in UseNativeFrame meant all constrained windows were opened wi...ben@chromium.org2009-07-081-1/+1
* Fix the Views GTK build.brettw@chromium.org2009-07-073-6/+8
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-078-1/+289
* Fix the current remaining Views-GTK compile and linker errors.brettw@chromium.org2009-07-062-1/+2
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-027-29/+25
* Add layout support for invisible SingleSplitView children.pfeldman@chromium.org2009-07-011-12/+25
* Fixes crash in ~WidgetGtk. This was caused by your change to no longersky@chromium.org2009-06-302-6/+6
* Makes WidgetGtk specify a size before realizing the window. Withoutsky@chromium.org2009-06-302-3/+11
* Fixes compile bugs for views on gtk.sky@chromium.org2009-06-302-5/+4
* Fixing a breakage in the GTK toolkit build that my last check-in caused.jcampan@chromium.org2009-06-301-1/+1
* Fix compilation error in the focus manager by returning NULL from unimplement...brettw@chromium.org2009-06-301-0/+1
* Fix the Views combobox on GTK by adding a new function.brettw@chromium.org2009-06-302-1/+6
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-3022-353/+172
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-3012-55/+49
* Rework a loop in the native menu code to iterate over the vector of items we ...ben@chromium.org2009-06-291-4/+5
* Fix a menu crash.ben@chromium.org2009-06-261-0/+1
* Fixes bug in RootViewGtk where we we might not paint correctly ifsky@chromium.org2009-06-261-1/+12
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-255-6/+6