summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-016-1/+34
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-2911-95/+139
* style fix. the header for .cc has to be the 1st include.oshima@chromium.org2009-09-291-2/+2
* Fixed the header file not found issue of 222030. (The file has been renamed a...oshima@chromium.org2009-09-293-2/+295
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-295-23/+3
* See original review atjcampan@chromium.org2009-09-295-3/+23
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-2921-78/+81
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-2820-79/+77
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-2820-77/+79
* Revert "gtk implemenation of Scrollbar."agl@chromium.org2009-09-283-294/+2
* Make the invisible items in the system menu of a few Indian language versions...jshin@chromium.org2009-09-281-1/+2
* gtk implemenation of Scrollbar.oshima@chromium.org2009-09-283-2/+294
* Native button cleanup:sky@chromium.org2009-09-254-35/+22
* [Relanding erg's change with fix for toolkit_views shortcuts and jcampan@chromium.org2009-09-251-1/+1
* Fixed a few bugs in view/gtk frameworkoshima@chromium.org2009-09-252-11/+22
* fix Linux views build.pkasting@chromium.org2009-09-251-2/+2
* Use the system WINDOWTEXT color for labels, instead of black. Also use the s...pkasting@chromium.org2009-09-2511-16/+141
* Set background to tabbed pane's content.oshima@chromium.org2009-09-251-0/+10
* Clean up a few bits of files that I'm about to modify. The only visible chan...pkasting@chromium.org2009-09-254-75/+62
* Fix hottracking on button views.The hottracking on the toolbar was broken, th...mhm@chromium.org2009-09-242-0/+17
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-2411-139/+95
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-2411-95/+139
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-7/+6
* Refactor window impl of scroll bar for future linux implementation.oshima@chromium.org2009-09-237-327/+541
* Reverting 26975.pkasting@chromium.org2009-09-231-6/+7
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-7/+6
* removing unnecessary invocations of super class constructoroshima@chromium.org2009-09-232-4/+2
* Add icon support to gtk menu items.chocobo@google.com2009-09-231-4/+16
* Enabling label unittest on linuxoshima@chromium.org2009-09-221-1/+26
* Fix possible null pointer dereference.mattm@chromium.org2009-09-221-1/+2
* When adding a TabbedPane to anther TabbedPane at 2nd place or later,oshima@chromium.org2009-09-193-35/+85
* Fix Chexkbox::SetLabel on windows, which uses view's label instead ofoshima@chromium.org2009-09-183-1/+10
* Home/End were being forwarded to the page from the find box.finnur@chromium.org2009-09-181-2/+3
* Lands http://codereview.chromium.org/211002 for Charlie:sky@chromium.org2009-09-175-0/+448
* Fixing lame bug in radiobutton. oshima@chromium.org2009-09-161-1/+1
* Land http://codereview.chromium.org/206025 for Charlie:sky@chromium.org2009-09-162-4/+9
* Lands http://codereview.chromium.org/193032 for Charlie:sky@chromium.org2009-09-151-1/+3
* Removes some dead NOTIMPLEMENTEDs and enables some code that no longersky@chromium.org2009-09-141-1/+0
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-144-5/+41
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-142-2/+6
* Lands http://codereview.chromium.org/200102 for Oshima:sky@chromium.org2009-09-147-27/+166
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-142-6/+2
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-112-2/+6
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-112-6/+2
* Removes an extraneous NOTIMPLEMENTED in native_control_gtk.sky@chromium.org2009-09-101-1/+0
* Lands http://codereview.chromium.org/194014 for Oshima:sky@chromium.org2009-09-103-8/+64
* Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...jhawkins@chromium.org2009-09-102-7/+12
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-094-48/+114
* Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.jhawkins@chromium.org2009-09-091-14/+9
* Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.jhawkins@chromium.org2009-09-091-62/+38