summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tabs
Commit message (Expand)AuthorAgeFilesLines
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-072-2/+2
* Fix the tab move animation when the custom frame is on. Previously,tony@chromium.org2009-10-071-2/+2
* gtk: Restore the window that is hidden when the last tab is dragged out of th...jhawkins@chromium.org2009-10-022-6/+21
* GTK: Add three simple unit tests to the bookmark bar.erg@google.com2009-09-251-8/+4
* GTK: First cut at tab dragging automation.estade@chromium.org2009-09-251-11/+14
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-3/+3
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-231-0/+1
* Reverting 26975.pkasting@chromium.org2009-09-231-3/+3
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-3/+3
* Linux: create dropped tab windows at the restore size of the source window in...mdm@chromium.org2009-09-233-11/+12
* GTK: Get rid of default drag icon for tab drags.estade@chromium.org2009-09-172-9/+18
* Changes the width of pinned tabs to 56, except on chrome os where itsky@chromium.org2009-09-141-7/+7
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-142-8/+15
* Adds pinned tabs to windows. As the code between windows and gtk issky@chromium.org2009-09-111-1/+0
* Update the system favicon/folder icon on theme change.estade@chromium.org2009-09-111-1/+1
* GTK: fix tabstrip index misalignment during tab removal.estade@chromium.org2009-09-092-2/+22
* Don't paint the throbber animation while dragging.tony@chromium.org2009-09-021-1/+2
* gtk: Don't complete the tab drag if the user canceled the drag operation.jhawkins@chromium.org2009-09-022-31/+28
* Minor tweaks to how pin tabs look:sky@chromium.org2009-09-013-3/+31
* Fix the position of the throbber for pinned tabs. It was wrong before,tony@chromium.org2009-09-011-13/+5
* Paint the hover animation state when painting just the favicon.tony@chromium.org2009-08-311-0/+20
* Makes 'Pin tab' option in context menu a checkbox.sky@chromium.org2009-08-311-1/+1
* gtk: Use a GtkInvisible to track the tab dragging operation. Originally we w...jhawkins@chromium.org2009-08-313-81/+114
* gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...jhawkins@chromium.org2009-08-311-8/+1
* gtk: Schedule a paint operation for the previously selected tab when selectin...jhawkins@chromium.org2009-08-301-0/+4
* gtk: Initialize |background_offset_x_|. When rendering a dragged tab, we wer...jhawkins@chromium.org2009-08-301-0/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-14/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-6/+14
* gtk: Clip the tab title to the content height and not the font height. The f...jhawkins@chromium.org2009-08-281-2/+1
* gtk: Remove unnecessary gtk_widget_queue_draws from the tabstrip code.jhawkins@chromium.org2009-08-281-6/+1
* Add a fast path for tab strip expose.tony@chromium.org2009-08-274-2/+116
* gtk: Subtract the tabstrip x offset from the last tab x offset when calculati...jhawkins@chromium.org2009-08-271-1/+1
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-4/+4
* Make the tab strip expose events more targeted on linux.tony@chromium.org2009-08-263-13/+29
* gtk: Clip the cairo context to the extents provided to the DrawStringInt func...jhawkins@chromium.org2009-08-242-4/+6
* gtk: Update the tooltip state whenever the tab is resized.jhawkins@chromium.org2009-08-203-14/+41
* Cache the left and right tab curve images. We were spending a lottony@chromium.org2009-08-192-33/+73
* Moves GtkDndUtil into app.sky@chromium.org2009-08-182-2/+2
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-132-1/+28
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-112-90/+0
* Linux: Load PRIMARY selection on middle-click on new tab button.derat@chromium.org2009-08-111-1/+60
* Use system default favicon in tab strip when using GTK theme.estade@chromium.org2009-08-102-13/+32
* GTK: Change the way to calculate the position of the tab title text.estade@chromium.org2009-08-061-4/+8
* Hook up copy pasta hotkeys in gtk bookmark manager.estade@chromium.org2009-08-061-1/+1
* More theme fixes.tc@google.com2009-08-062-7/+14
* More Linux theme fixes.tc@google.com2009-08-061-1/+5
* Use a font size of 9pt in the tab titles. This is a bittc@google.com2009-08-051-5/+7
* Fixes bug in calculating size of tabs on linux tab strip. Specificallysky@chromium.org2009-08-031-4/+4
* gtk: Move the enter/leave-notify-event handling to TabRendererGtk and hook up...jhawkins@chromium.org2009-08-034-35/+26
* Fix a bug where we tried to get the position of the tabstriptc@google.com2009-07-311-2/+4