summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-3/+2
* Remove set of redundant API calls for PlatformDevice instances. These functio...twiz@chromium.org2011-06-161-1/+1
* ui: Remove unused run_all_unittests.cc files.tfarina@chromium.org2011-06-161-9/+0
* ui/views: Get rid of V2TestSuite class.tfarina@chromium.org2011-06-161-12/+2
* ui/views: Fix the signature of View::OnViewAdded/Removed overridden methods.tfarina@chromium.org2011-06-083-9/+10
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-253-4/+4
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-201-9/+9
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-193-4/+4
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-2/+0
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-1/+2
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-313-24/+7
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-287-8/+8
* Normalize the top-level ui/ module.rsesek@chromium.org2011-03-181-201/+0
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-16/+16
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-081-1/+1
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-25/+17
* Revert 77068 - Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-071-1/+1
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-061-1/+1
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-042-1/+6
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename the methods in DragController.thakis@chromium.org2011-03-041-7/+7
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-252-4/+6
* View API/implementation cleanup:pkasting@chromium.org2011-02-2213-368/+344
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-102-30/+30
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0512-18/+18
* Switch to using FocusEvent for focus change notifications. ben@chromium.org2011-02-0311-374/+175
* Method sorting.ben@chromium.org2011-02-033-397/+420
* Complete the Focus Manager hookup.ben@chromium.org2011-02-0313-69/+154
* Verify that:ben@chromium.org2011-02-037-11/+56
* More FocusManager hookup.ben@chromium.org2011-02-0314-37/+179
* Fix checkdeps by deleting not-built file.ben@chromium.org2011-02-021-1730/+0
* Copy more focus manager into V2. Comment out a bunch of stuff and add stub im...ben@chromium.org2011-02-0214-0/+3461
* Begin to integrate Focus Manager. Add Windows accelerator handler implementat...ben@chromium.org2011-02-028-2/+284
* Reorder methods in class View to better isolate methods that shouldn't be pub...ben@chromium.org2011-02-014-129/+167
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-0141-0/+4138