summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls/button
Commit message (Expand)AuthorAgeFilesLines
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-0821-2911/+0
* Fleshes out WidgetGTK and WindowGTK a bit more. This is still varysky@chromium.org2009-05-072-2/+17
* This CL fixes issue 11479 - RTL Regression: Ellipsis showing at the right sid...xji@chromium.org2009-05-061-1/+1
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* move chrome_font to app/gfxben@chromium.org2009-05-063-3/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-064-4/+4
* Move l10n_util to app/ben@chromium.org2009-05-054-4/+4
* Move *Animation to app/ben@chromium.org2009-05-054-21/+4
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-052-2/+2
* roll back r15177ben@chromium.org2009-05-044-3/+5
* Reverting 15180.ben@chromium.org2009-05-042-2/+2
* Reverting 15182.ben@chromium.org2009-05-041-19/+19
* Reverting 15183.ben@chromium.org2009-05-041-1/+1
* Only include views_resources.h on Windows, since it looks like Linux is still...ben@chromium.org2009-05-041-1/+1
* Bustage fix:ben@chromium.org2009-05-041-19/+19
* Bustage fix for mac and linux:ben@chromium.org2009-05-042-2/+2
* Extract all views resources into:ben@chromium.org2009-05-044-5/+3
* Add chrome/chromium icons as PNGs.ben@chromium.org2009-05-022-5/+12
* Removes the use of Windows-specific types for accessibility roles and states ...klink@chromium.org2009-04-286-38/+22
* Checkbox/RadioButton labels have to reserve space for the focus rects, even i...ben@chromium.org2009-04-241-0/+1
* Fix a bug where radio buttons would become unselected when clicked (more spec...jcampan@chromium.org2009-04-242-1/+6
* The previous behavior of not focusing the HWND when focusing a checkbox/radio...jcampan@chromium.org2009-04-242-6/+0
* Fix focus rects for checkboxes and radio buttons:ben@chromium.org2009-04-224-29/+39
* Make sure radio buttons can't be toggled like checkboxes.ben@chromium.org2009-04-223-1/+11
* Fix clipping by using the correct window styles for native buttons.ben@chromium.org2009-03-272-27/+25
* Default native button were not activated anymore when enter was pressed.jcampan@chromium.org2009-03-273-0/+13
* When a native button was getting focused we were calling the View::Focus() me...jcampan@chromium.org2009-03-251-1/+3
* The native button's visible and enabled state were not working.jcampan@chromium.org2009-03-255-0/+17
* Focusing a native button through a RequestFocus call would not result in the ...jcampan@chromium.org2009-03-255-3/+29
* Redone http://codereview.chromium.org/42571idanan@chromium.org2009-03-242-2/+14
* Reverting r12383, caused a build breakage on all platforms.maruel@chromium.org2009-03-242-14/+2
* Issue 6477: Support modifier clicks on UI elementsidanan@chromium.org2009-03-242-2/+14
* Fix first run/installer test by NULL checking.ben@chromium.org2009-03-241-1/+2
* Fix UI test:ben@chromium.org2009-03-231-0/+3
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-2316-1224/+421
* Add support for radio buttons. The code implementing checked/group was copied...ben@chromium.org2009-03-214-5/+149
* More button modificationsben@chromium.org2009-03-206-19/+144
* Adds a bookmark menu. This is experimental. To turn on you needsky@google.com2009-03-201-0/+4
* Linux: remove extra "typedef" from an enum.agl@chromium.org2009-03-201-1/+1
* Now have a TextButton rendering (sort of; doesn't respond to mouse events soerg@google.com2009-03-192-9/+21
* Revert "Now have a TextButton rendering." Broke Windows.erg@google.com2009-03-192-21/+9
* Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...erg@google.com2009-03-192-9/+21
* Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...ben@chromium.org2009-03-199-188/+468
* Fix a crash when double clicking a menu button.ben@chromium.org2009-03-191-1/+4
* New native control helpers. Built but not run by anyone just yet. See design docben@chromium.org2009-03-183-0/+444
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-1718-0/+2621