summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-2/+3
* Fixes leak in WidgetGtk::OnWindowPaint.sky@chromium.org2010-03-191-0/+1
* Tweaks for login panels:sky@chromium.org2010-03-191-2/+4
* Move text_elider from app/gfx to app/ben@chromium.org2010-03-191-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-174-4/+5
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-162-98/+378
* Gtk views code touch upxiyuan@chromium.org2010-03-162-6/+22
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-152-378/+98
* Move base/gfx contents to gfx/ben@chromium.org2010-03-145-5/+5
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-143-14/+20
* Initial focus fix on x11/gtkoshima@chromium.org2010-03-102-2/+9
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-18/+19
* Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ...marshall@chromium.org2010-03-101-2/+5
* Support popups that don't accept clicks in Views/Linuxdavemoore@chromium.org2010-03-092-1/+55
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-085-26/+16
* Fix build break.johnnyg@chromium.org2010-03-041-2/+2
* On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s...johnnyg@chromium.org2010-03-046-2/+70
* Clean up TooltipManagerWin a bit. Original patch by Jay Soffian (see http://...pkasting@chromium.org2010-03-043-36/+28
* Correct positioning of tooltips in nonclient portion of Aero windows. Origin...pkasting@chromium.org2010-03-041-0/+6
* Fix unititalized variables.finnur@chromium.org2010-03-031-2/+2
* Checking in patch for Denis Romanov (originally reviewed here: http://coderev...finnur@chromium.org2010-03-032-18/+64
* Fix a Chrome crash, which occurs in a ChromeFrame instance in the destructor ...ananta@chromium.org2010-03-021-2/+3
* Fixes crash in dragging from download manager on chrome os.sky@chromium.org2010-02-251-2/+2
* Landing Marshall Greenblatt change.jcampan@chromium.org2010-02-242-4/+33
* Fixes bug where on views/gtk we send an exit before every press. We'resky@chromium.org2010-02-191-13/+25
* Move compact navigation bar('s entry view) to main menu.oshima@chromium.org2010-02-111-4/+18
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-105-2/+49
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-24/+24
* MoveAbove/SetAlwaysOnTop implementation for WidgetGtkoshima@chromium.org2010-01-271-2/+8
* Makes WidgetGtk::GetBounds work if the widget_ is NULL (CloseNow hassky@chromium.org2010-01-111-1/+5
* Fixes bug in WidgetGtk. WidgetGtk::GetBounds can end up crashing. Isky@chromium.org2010-01-081-1/+6
* Raise the window when showing the widget.oshima@chromium.org2010-01-071-1/+4
* Fixes two related focus bugs on views/gtk:sky@chromium.org2010-01-072-3/+32
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-075-0/+83
* Fixes bug where recreating fixed in NativeViewHostGtk causes focus tosky@chromium.org2010-01-061-2/+7
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-231-1/+4
* Change chromeos build to use viewsoshima@chromium.org2009-12-221-3/+0
* Fixes two related bugs:sky@chromium.org2009-12-153-5/+135
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-1/+3
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-045-6/+9
* widget_gtk: Alphabetize CallXXX() functions.tony@chromium.org2009-12-032-114/+125
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-012-4/+5
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-013-14/+40
* Fixes bug that could lead to mouse motion events percolating up tosky@chromium.org2009-11-301-1/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-262-2/+2
* Fixes crash in tooltips. I was freeing a PangoFontDescription that Isky@chromium.org2009-11-252-11/+6
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-2/+2
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-201-3/+8