summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Adds code to reset cursor on leave. We need to do this or cursor cansky@chromium.org2009-10-132-0/+9
* Misc. cleanup for theme provider code, including:pkasting@chromium.org2009-10-132-18/+9
* Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...nsylvain@chromium.org2009-10-133-19/+1
* Add explicit dependency to x11. This comes from webkit as well, but views/gtk...oshima@chromium.org2009-10-121-1/+1
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-1211-41/+34
* AppendText was appending twice due to bad merge happened in the past.oshima@chromium.org2009-10-122-5/+8
* Gets blocked popups to work on views/gtk. I had to fix a couple ofsky@chromium.org2009-10-123-1/+19
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-1119-25/+24
* Partially revert r28629.craig.schlenter@chromium.org2009-10-101-1/+0
* Accessibility information from the renderer was not being returned to tools l...ananta@chromium.org2009-10-105-1/+111
* The textfield's text was not updated when text is updated by input.oshima@chromium.org2009-10-092-4/+29
* Convert gdk keycode to match base::KeyboardCode.oshima@chromium.org2009-10-091-1/+5
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-091-3/+3
* Fixes compile error in NativeMenuGtk when building for 64 bit.sky@chromium.org2009-10-091-2/+2
* * Password style support for gtk's textfield impl.oshima@chromium.org2009-10-094-0/+87
* Measure the sync wizard dialog in appropriate units:nick@chromium.org2009-10-082-6/+34
* Implements Screen::GetMonitorAreaNearestPoint for views/gtk.sky@chromium.org2009-10-081-2/+5
* Add about:memory link to task manager.thakis@chromium.org2009-10-081-1/+1
* Fix for gdk-CRITICAL message in gdk_window_process_updates of WidgetGtk::Pain...oshima@chromium.org2009-10-081-1/+1
* Backspace should not be processed as an accelerator in textfield, so it reall...jcampan@chromium.org2009-10-081-3/+3
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-0812-161/+105
* Refactor cros library code into central location and have the UI elements obs...chocobo@google.com2009-10-084-1/+19
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-0715-19/+21
* Wires up views/gtk to use the gtk bookmark editor.sky@chromium.org2009-10-072-0/+9
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-075-87/+92
* Fixes compile warning. If you have a better suggestion for this, letsky@chromium.org2009-10-071-3/+3
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-075-50/+71
* Gets preferred size of views textfields on gtk to work. Also madesky@chromium.org2009-10-067-19/+66
* This CL make the AcceleratorDispatcher eat the WM_KEYUP associated tojcampan@chromium.org2009-10-063-5/+158
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-0512-242/+96
* More views on gtk paint tweaks. My previous attempt resulted in thesky@chromium.org2009-10-053-9/+26
* Update a file for the new clipboard location I missed in the last checkin.brettw@chromium.org2009-10-031-1/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-5/+5
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-17/+17
* Add simple popup support to browser actions. This will create a popup HTML w...erikkay@chromium.org2009-10-021-1/+1
* When installing/uninstalling the clip on native buttons they would not be pai...jcampan@chromium.org2009-10-021-2/+2
* Relanding focus traversal on Linux toolkit views.jcampan@chromium.org2009-10-0113-9/+134
* Fixes painting problems with views on Gtk. In particular during asky@chromium.org2009-09-302-12/+21
* Fix for a focus related unit-test on Linux toolkit views.jcampan@chromium.org2009-09-301-12/+13
* Temporary disabling a unit test that fails on Linux toolkit views while I inv...jcampan@chromium.org2009-09-301-0/+6
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-2912-96/+242
* style fix. the header for .cc has to be the 1st include.oshima@chromium.org2009-09-291-2/+2
* Fixes possible crash in tool tip manager.sky@chromium.org2009-09-291-1/+8
* Fixed the header file not found issue of 222030. (The file has been renamed a...oshima@chromium.org2009-09-296-5/+421
* Reverting 27504, it breaks the interactive ui tests on Windows.jcampan@chromium.org2009-09-2910-100/+8
* See original review atjcampan@chromium.org2009-09-2910-8/+100
* 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