| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Make findbar restore focus to last focused widget on close. | estade@chromium.org | 2009-05-15 | 4 | -11/+234 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 5 | -23/+23 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 4 | -9/+9 |
* | Reverting 16124. | beng@google.com | 2009-05-14 | 6 | -14/+16 |
* | Reverting 16122. | beng@google.com | 2009-05-14 | 6 | -16/+14 |
* | Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g... | beng@google.com | 2009-05-14 | 6 | -14/+16 |
* | linux: more NOTIMPLEMENTED bugs. | evan@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | linux: not supporting page actions is a bug. | evan@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Add match count text to the GTK find bar. This also makes the bar wider. | brettw@chromium.org | 2009-05-14 | 2 | -15/+61 |
* | Linux: Delay the deletion of the RWHVGtk object. | willchan@chromium.org | 2009-05-14 | 2 | -19/+2 |
* | Add GTK options window (no options actually configurable yet.) | evan@chromium.org | 2009-05-14 | 1 | -0/+192 |
* | Re-add tabstrip background rendering with support for themed backgrounds. | jhawkins@chromium.org | 2009-05-13 | 3 | -5/+19 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 4 | -4/+4 |
* | GTK: Display context menus on right-clicking a bookmark menu item. | erg@google.com | 2009-05-12 | 2 | -76/+11 |
* | Linux: fix a couple focus issues: | estade@chromium.org | 2009-05-12 | 2 | -4/+14 |
* | Remove the page menu 'Print' entry until we implement it. | tc@google.com | 2009-05-12 | 1 | -1/+4 |
* | Update the Linux tabstrip code to handle themes. | jhawkins@chromium.org | 2009-05-12 | 4 | -64/+106 |
* | Add import settings dialog on linux. | kuchhal@chromium.org | 2009-05-11 | 3 | -1/+173 |
* | GTK: Don't custom paint background of findbar. | estade@chromium.org | 2009-05-11 | 1 | -1/+1 |
* | Download progress and complete animation on linux. | estade@chromium.org | 2009-05-11 | 3 | -21/+145 |
* | Reimplement NineBox using Cairo. | deanm@chromium.org | 2009-05-11 | 4 | -111/+57 |
* | To get things green: | glen@chromium.org | 2009-05-09 | 1 | -7/+8 |
* | Add stubs for UserChangedThemes to Mac and Linux. | glen@chromium.org | 2009-05-09 | 2 | -0/+5 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 1 | -0/+3 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 6 | -17/+20 |
* | Update the instructional text's visibility on bookmark add/remove events. | erg@google.com | 2009-05-08 | 2 | -1/+13 |
* | Fix regression introduced in r15560 where all bookmark buttons became folders. | erg@google.com | 2009-05-08 | 1 | -1/+13 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 1 | -0/+215 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 1 | -3/+33 |
* | Implement the "(empty)" disabled item placed in empty bookmark menus. | erg@google.com | 2009-05-07 | 1 | -14/+20 |
* | GTK: Handle some accelerators after the focused widget has had a chance to ha... | estade@chromium.org | 2009-05-07 | 2 | -15/+16 |
* | Connect a menu to the "Other bookmarks" button. | erg@google.com | 2009-05-07 | 2 | -25/+16 |
* | linux: use possibly_invalid_spec() for displaying a URL. | evan@chromium.org | 2009-05-07 | 1 | -1/+1 |
* | Implement some basic drawing of Linux Omnibox SSL lock icons. | deanm@chromium.org | 2009-05-07 | 2 | -6/+73 |
* | Change the Linux sad tab message wrapping to match Windows. | deanm@chromium.org | 2009-05-07 | 1 | -8/+12 |
* | Don't link-depend on views/ in chrome/browser/gtk | phajdan.jr@chromium.org | 2009-05-07 | 2 | -28/+0 |
* | Clicking on a folder in the bookmark bar now shows its contents as a menu. | erg@google.com | 2009-05-06 | 4 | -20/+127 |
* | Raise the find bar window every time it's shown via Show(). | estade@chromium.org | 2009-05-06 | 1 | -0/+2 |
* | Render a "sad tab" on tab crash. | willchan@chromium.org | 2009-05-06 | 3 | -3/+203 |
* | Linux: remember user's last selected path for select file dialogs. | estade@chromium.org | 2009-05-06 | 1 | -7/+50 |
* | Redraw the location bar on reload. This change is Gtk+ port of 100198. | deanm@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Improvements to Linux InfoBubble and BookmarkBubble. | deanm@chromium.org | 2009-05-06 | 4 | -26/+197 |
* | Merge two TabContents::InvalidateTypes types and properly update tab download... | estade@chromium.org | 2009-05-06 | 1 | -0/+1 |
* | Find bar: | estade@chromium.org | 2009-05-06 | 2 | -3/+3 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Add a lot of hotkeys to linux. | estade@chromium.org | 2009-05-06 | 3 | -2/+38 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 13 | -13/+14 |