summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Add GetPreferredTrySlaves() to presubmit scripts.thestig@chromium.org2009-09-291-0/+13
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-2930-100/+113
* Refactored event handler method bodies from widget_win.h tokbr@google.com2009-09-282-99/+203
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-2829-111/+99
* Change the way the NonClientView handles forcing the native frame for popups/...ben@chromium.org2009-09-282-19/+17
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-2829-99/+111
* Adds the ability for script to resize the menu.sky@chromium.org2009-09-282-112/+91
* Pulls ActiveWindowWatcher into app so that we can use it insky@chromium.org2009-09-282-22/+28
* Revert "gtk implemenation of Scrollbar."agl@chromium.org2009-09-286-472/+49
* 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-286-49/+472
* getting example_views to compile is too much work for now. I'm disabling itnsylvain@chromium.org2009-09-281-36/+40
* views_example depends on views.nsylvain@chromium.org2009-09-271-0/+1
* Another case where we need to allow "this" in the constructor.nsylvain@chromium.org2009-09-271-4/+9
* Fix build breakage by disabling a warning.nsylvain@chromium.org2009-09-272-4/+10
* 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-255-8/+13
* Fixed a few bugs in view/gtk frameworkoshima@chromium.org2009-09-253-11/+50
* 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-2513-34/+164
* 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
* Implement BrowserList::AllBrowsersClosed for Linux.tony@chromium.org2009-09-241-1/+3
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-2412-242/+96
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-2412-96/+242
* Reapply the change from r8062 to fix the Windows Classic maximized window reg...pkasting@chromium.org2009-09-241-4/+15
* Changes from listening to focus-out/focus-in for active status tosky@chromium.org2009-09-242-3/+28
* 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-238-327/+544
* Implements file contents support in OSExchangeData and DropTargetsky@chromium.org2009-09-234-27/+37
* 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
* Fix for a focus related NOTREACHED when closing Chromejcampan@chromium.org2009-09-231-4/+9
* More examples:oshima@chromium.org2009-09-235-4/+287
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-223-17/+16
* Implements a NOTIMPLEMENTED in GoButton.sky@chromium.org2009-09-223-0/+14
* Fix code to get widget position on screen.chocobo@google.com2009-09-221-12/+12
* Disabling a focus related unit test on Linux (toolkit_views).jcampan@chromium.org2009-09-221-6/+4
* Enabling label unittest on linuxoshima@chromium.org2009-09-221-1/+26
* Fix possible null pointer dereference.mattm@chromium.org2009-09-221-1/+2
* View examples:oshima@chromium.org2009-09-228-1/+381
* Decolated window support in WidgetGtk. oshima@chromium.org2009-09-222-6/+11
* When adding a TabbedPane to anther TabbedPane at 2nd place or later,oshima@chromium.org2009-09-193-35/+85
* Fix BrowserFrameWin::OnMoving bad_override coverity error.mattm@chromium.org2009-09-181-1/+1
* 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-176-0/+458