summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for vertical split into SingleSplitView.pfeldman@chromium.org2009-06-242-40/+91
* Fix ifdef that was triggering a NOTIMPLEMENTED in browser tests.jcampan@chromium.org2009-06-231-2/+2
* Add Linux support for getting the thumbnail and wire into the switcher.brettw@chromium.org2009-06-231-1/+3
* For consistency, stop using the workarea coordinate inyuzo@chromium.org2009-06-232-15/+34
* Fix dialog edges - error was because we made the top edges the same height bu...glen@chromium.org2009-06-231-6/+2
* Revert :nsylvain@chromium.org2009-06-2222-169/+353
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-2022-353/+169
* Reverting 18872.jcampan@chromium.org2009-06-1922-169/+353
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-1922-353/+169
* Lands http://codereview.chromium.org/131064 for tedoc2000.sky@chromium.org2009-06-181-0/+4
* Call Layout directly from SetContentsView. In the case where the Widget is cr...ben@chromium.org2009-06-182-5/+10
* Hook up "clear browsing data" dialog. It looks like ass right now. The intent...ben@chromium.org2009-06-184-27/+53
* A long standing bug in views!ben@chromium.org2009-06-182-2/+0
* Adds a widget that when clicked creates a new browser window. It's notsky@chromium.org2009-06-171-1/+1
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-176-111/+114
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-161-1/+1
* Move TableModel out of views/ and into app/.estade@chromium.org2009-06-168-314/+14
* Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...hamaji@chromium.org2009-06-161-0/+2
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-155-53/+162
* Fix focus traversal cycle.yutak@chromium.org2009-06-153-40/+11
* Make WidgetGtk::SetBounds use a single call if it can.sky@chromium.org2009-06-151-0/+5
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-144-5/+5
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-127-95/+115
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-125-32/+72
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-1210-44/+73
* This CL fixes issue 6103 -- Individual download items on the download shelf a...xji@chromium.org2009-06-121-0/+13
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-3/+12
* Show caption area context menu on mouseup, not mousedown. Original patch by ...pkasting@chromium.org2009-06-112-4/+44