| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Simplify omnibox selection code and stop taking back selection. | derat@chromium.org | 2009-08-31 | 1 | -21/+22 |
* | Fix control key and paste behavior in Linux omnibox. | suzhe@chromium.org | 2009-08-28 | 1 | -5/+42 |
* | GTK Themes: Fix the find bar so the match count is inside the entry. | erg@google.com | 2009-08-26 | 1 | -8/+2 |
* | Fix regression issue 20066. | suzhe@chromium.org | 2009-08-26 | 1 | -3/+14 |
* | Fix double control key issue with the omnibox. | deanm@chromium.org | 2009-08-25 | 1 | -4/+10 |
* | GTK: Show the correct text for the omnibox "paste and go/search" menu item. | estade@chromium.org | 2009-08-25 | 1 | -9/+12 |
* | Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre... | suzhe@chromium.org | 2009-08-22 | 1 | -89/+118 |
* | Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox. | derat@chromium.org | 2009-08-20 | 1 | -0/+27 |
* | Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox. | derat@chromium.org | 2009-08-19 | 1 | -16/+0 |
* | Linux: Update PRIMARY selection on omnibox copy-to-clipboard. | derat@chromium.org | 2009-08-18 | 1 | -0/+16 |
* | Match Windows and GtkEntry move cursor with selection behavior. | deanm@chromium.org | 2009-08-14 | 1 | -7/+18 |
* | GTK: Add view ids to our widgets. These will be used for testing. | estade@chromium.org | 2009-08-13 | 1 | -0/+3 |
* | Fix regression caused by CL 16142 | suzhe@chromium.org | 2009-08-13 | 1 | -11/+118 |
* | Improve key event handling of AutocompleteEditViewGtk. | suzhe@chromium.org | 2009-08-12 | 1 | -64/+100 |
* | Add a first attempt at a compact location bar and a status bar. The status bar | brettw@chromium.org | 2009-08-11 | 1 | -8/+6 |
* | GTK: handle Escape in omnibox when numlock/scrolllock/caps lock is on. | estade@chromium.org | 2009-08-06 | 1 | -1/+2 |
* | Relanding r22155 (GTK Themes: Use theme colors in the text view in the locati... | erg@google.com | 2009-07-31 | 1 | -18/+76 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -2/+9 |
* | I give up. Reverting all attempts at fixing the gtk-view bustage. | erg@google.com | 2009-07-31 | 1 | -58/+18 |
* | GTK Themes: Use theme colors in the text view in the location bar. | erg@google.com | 2009-07-31 | 1 | -18/+58 |
* | Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr... | mdm@chromium.org | 2009-07-31 | 1 | -3/+3 |
* | GTK: Implement omnibox DnD destination behavior. | estade@chromium.org | 2009-07-30 | 1 | -0/+25 |
* | Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines. | mdm@chromium.org | 2009-07-30 | 1 | -3/+3 |
* | Implement location only display mode (used by popup windows). | tc@google.com | 2009-07-24 | 1 | -2/+9 |
* | Linux: Select omnibox text on button release instead of press. | agl@chromium.org | 2009-07-23 | 1 | -26/+41 |
* | Linux: Prevent omnibox autocomplete from stealing the primary X selection. | estade@chromium.org | 2009-07-22 | 1 | -29/+55 |
* | Makes the default for what to do on startup be restore last session on | sky@chromium.org | 2009-07-16 | 1 | -2/+6 |
* | Initial work on Linux tab to search. | deanm@chromium.org | 2009-07-08 | 1 | -1/+8 |
* | Make Linux restore Omnibox contents on tab switch. | evan@chromium.org | 2009-07-01 | 1 | -12/+128 |
* | Paste and Go was missing on the omnibar this CL will append a menu item to th... | mhm@chromium.org | 2009-06-22 | 1 | -4/+27 |
* | Linux: Add menu item to url bar context menu to launch the search engine editor. | mattm@chromium.org | 2009-06-18 | 1 | -0/+24 |
* | Hack around klipper / glipper clipboard races. | deanm@chromium.org | 2009-06-08 | 1 | -1/+14 |
* | Better behavior for ctrl-k: If we're already in forced_query mode, re-select ... | pkasting@chromium.org | 2009-06-05 | 1 | -0/+13 |
* | Revert a ctrl-enter change for Omnibox, it made inline autocomplete totally c... | deanm@chromium.org | 2009-06-04 | 1 | -10/+1 |
* | GTK: respect control key for setting TLD=com. | estade@chromium.org | 2009-06-01 | 1 | -1/+10 |
* | Take 2 at forcing the foreground and background color of the | tc@google.com | 2009-05-19 | 1 | -1/+13 |
* | Revert "Force the foreground and background color of the omnibox text." | tc@google.com | 2009-05-19 | 1 | -14/+1 |
* | Force the foreground and background color of the omnibox text. | tc@google.com | 2009-05-19 | 1 | -1/+14 |
* | Force the font size in the omnibox, tabs, find bar, and download shelf | tc@google.com | 2009-05-18 | 1 | -0/+3 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 1 | -19/+0 |
* | GTK: Handle some accelerators after the focused widget has had a chance to ha... | estade@chromium.org | 2009-05-07 | 1 | -0/+19 |
* | The "size-request" event is run-first, clean up the Omnibox handler. | deanm@chromium.org | 2009-04-30 | 1 | -4/+3 |
* | Support PgUp/PgDn in Omnibox for "first entry/last entry" | ukai@chromium.org | 2009-04-29 | 1 | -9/+10 |
* | Use AutocompletePopupPositioner for the Linux Omnibox. | deanm@chromium.org | 2009-04-27 | 1 | -8/+4 |
* | Override GtkTextView's size request width in the Linux Omnibox. | deanm@chromium.org | 2009-04-24 | 1 | -0/+13 |
* | Better alignment of the omnibox edit entry. | deanm@chromium.org | 2009-04-20 | 1 | -46/+31 |
* | Fixing a crash which could occur when a string containing multibyte character... | deanm@chromium.org | 2009-04-15 | 1 | -5/+14 |
* | Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo... | ben@chromium.org | 2009-04-10 | 1 | -2/+2 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | Revert "Initial implemention of Mac Omnibox." | shess@chromium.org | 2009-04-07 | 1 | -1/+1 |