summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-0/+1
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-1/+1
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-5/+5
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-2/+5
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Determine the theme for a widget in gtk from its parent,zork@chromium.org2010-11-241-1/+2
* Attempt 2 at:sky@chromium.org2010-11-211-7/+5
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-191-5/+7
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-191-7/+5
* Dont composite if rgba is not supported.oshima@chromium.org2010-11-171-1/+2
* Hijack mouse-related events for TOUCH_UI buildsbryeung@google.com2010-10-211-3/+3
* Allow chrome to be customized for screen reader users.ctguil@chromium.org2010-09-291-0/+4
* Set WidgetGtk.delegate_ = NULL in CloseNow() to fix chromium-os:5604.stevenjb@google.com2010-09-271-2/+4
* The fix for http://code.google.com/p/chromium-os/issues/detail?id=5987scottbyer@google.com2010-09-101-1/+5
* Fixes bug in changing to side tabs that could result in making windowsky@chromium.org2010-09-091-0/+11
* Re-lands 58186:bryeung@chromium.org2010-09-031-5/+5
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-5/+5
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-5/+5
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-5/+5
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-5/+5
* Fix regression caused by http://codereview.chromium.org/2768006/showscottbyer@chromium.org2010-08-251-0/+9
* Add in a browser test for dialog resizing, which was catching an issue with t...scottbyer@chromium.org2010-08-201-4/+14
* Land 55232 again - Dispatch key event to bindings processing.xiyuan@chromium.org2010-08-111-0/+4
* Revert 55232 - Dispatch key event to bindings processing.nsylvain@chromium.org2010-08-061-4/+0
* Dispatch key event to bindings processing.xiyuan@chromium.org2010-08-061-0/+4
* [Linux views]Fix the return value of WidgetGtk::HandleKeyboardEvent().suzhe@chromium.org2010-08-051-1/+2
* [Linux Views] Refactor accelerator handler related code.suzhe@chromium.org2010-08-041-11/+73
* [Linux Views]Handle focus traversing correctly.suzhe@chromium.org2010-07-201-1/+3
* Re-land r51526mnissler@chromium.org2010-07-051-0/+14
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-021-14/+0
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-021-0/+14
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-221-0/+6
* *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh...oshima@chromium.org2010-06-191-0/+9
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-10/+2
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-141-1/+2
* Draw transparent background on window_content() only for TYPE_CHILD.oshima@chromium.org2010-06-111-2/+2
* Draw composited widget's content only after something is drawn.oshima@chromium.org2010-06-091-5/+9
* MessageBubble which does not require separate window and does not grab input ...oshima@chromium.org2010-06-071-9/+9
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-051-0/+15
* Create CompositePainter once for a widget instead of ref count.oshima@chromium.org2010-06-021-26/+14
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-021-12/+0
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Clear password field when navigating though users on the login screen.nkostylev@google.com2010-05-201-0/+6
* Host cookie modal dialog and js modal modal dialog in NativeDialogHostxiyuan@chromium.org2010-05-061-5/+9
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-051-47/+161
* Revert "Add transparency to TYPE_CHILD WidgetGtk."oshima@chromium.org2010-05-041-158/+48
* Add transparency to TYPE_CHILD WidgetGtk.oshima@chromium.org2010-05-041-48/+158
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-1/+2
* Remove MessageLoopForUI::Observer in WidgetGtk.oshima@chromium.org2010-04-261-22/+0