summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* widget_gtk: Alphabetize CallXXX() functions.tony@chromium.org2009-12-032-114/+125
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-0314-12/+63
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-0117-36/+39
* Fixes bug in views/gtk tooltips. Gtk wraps text in labels atsky@chromium.org2009-12-013-14/+40
* Porting the table view to Linux toolkit views.jcampan@chromium.org2009-12-0110-33/+465
* Adds link to bookmark bar that when clicked imports bookmarks. I alsosky@chromium.org2009-11-306-15/+81
* Makes sure gtk menus fit on screen before showing them.sky@chromium.org2009-11-301-4/+12
* 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
* Avoid double freeing image list in TableView.mal@chromium.org2009-11-252-13/+0
* Fixes two bugs in tree view:sky@chromium.org2009-11-251-4/+9
* Fixes crash on double clicking in the upper right corner of thesky@chromium.org2009-11-241-4/+6
* Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...yusukes@google.com2009-11-242-9/+26
* views: remove some unnecessary static_cast<int>.maruel@chromium.org2009-11-232-6/+5
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-202-4/+4
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-204-10/+17
* Making grd dependencies more correct for grds in app.bradnelson@google.com2009-11-201-1/+1
* Add examples/widget_example.h to sources of view_examples.satorux@chromium.org2009-11-201-0/+1
* Fix a comment in views/border.h.satorux@chromium.org2009-11-201-1/+1
* Add views/examples/widget_example.h.satorux@google.com2009-11-192-1/+93
* Add an option to tree_view for whether to show lines from the root nodeian@chromium.org2009-11-182-3/+33
* Fix for BookmarkManager Test Crash test.oshima@chromium.org2009-11-181-1/+5
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-172-4/+9
* Remove new tabstrip code. Going to try doing this a different way.ben@chromium.org2009-11-173-264/+0
* Make the char encoding indicator visible again on Windowsjshin@chromium.org2009-11-161-1/+2
* Revert 32012-32017mhm@chromium.org2009-11-152-15/+0
* rebasemhm@chromium.org2009-11-152-0/+15
* Fixing a bug where the textfield would paint outside of its boundsjcampan@chromium.org2009-11-131-1/+2
* Fix the build of view_examples for Linux.yusukes@google.com2009-11-131-0/+6
* Fixes possible crash in treeview. The code for removing a node was notsky@chromium.org2009-11-121-2/+3
* Refactoring of the TableView so it uses NativeViewControl.jcampan@chromium.org2009-11-1212-3/+2249
* Landing georgey CL.jcampan@chromium.org2009-11-112-5/+46
* Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...oshima@chromium.org2009-11-112-24/+38
* Reverting 31646.pkasting@chromium.org2009-11-112-16/+13
* Try to make widgets clean up after themselves a bit better:pkasting@chromium.org2009-11-112-13/+16
* Fixes regression in showing bookmark menus where the wrong menu wouldsky@chromium.org2009-11-111-1/+1
* Adding a couple of missing parts for extensios on linux/views.oshima@chromium.org2009-11-111-2/+3
* Fixes possible crash in showing bookmark menu. The problem occurredsky@chromium.org2009-11-102-21/+21
* Clean up function ordering in WidgetGtk.ben@chromium.org2009-11-093-239/+235
* Fix toolkit_views buildben@chromium.org2009-11-082-6/+7
* blind fix for toolkit_viewsben@chromium.org2009-11-073-4/+3
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-0710-69/+189
* Fix style issues in View class.maruel@chromium.org2009-11-075-65/+37
* Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr...jhawkins@chromium.org2009-11-061-2/+4
* Converting the Cookies options page from a TableView to a TreeViewian@chromium.org2009-11-061-1/+20
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Fixes bug in removing nodes from tree. Specifically if the root is notsky@chromium.org2009-11-041-4/+14
* While changing the label class I added a DCHECK tofinnur@chromium.org2009-11-041-1/+6
* Attempt 2 at:sky@chromium.org2009-11-048-17/+13