index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
gtk
/
browser_toolbar_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GTK Theme: Fix location bar display on popup windows.
erg@google.com
2009-08-04
1
-3
/
+5
*
GTK Themes: Fix painting issues where GTK theme engine was painting over butt...
erg@chromium.org
2009-08-01
1
-12
/
+12
*
Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...
mdm@chromium.org
2009-07-31
1
-4
/
+4
*
Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.
mdm@chromium.org
2009-07-30
1
-4
/
+4
*
GTK Themes: Native omnibox part 2.
erg@google.com
2009-07-29
1
-11
/
+84
*
GTK Themes: Native location bar area.
erg@google.com
2009-07-29
1
-46
/
+10
*
GTK: More hotkeys.
estade@chromium.org
2009-07-28
1
-0
/
+28
*
Gtk: DnD extravaganza
estade@chromium.org
2009-07-28
1
-3
/
+3
*
Implement location only display mode (used by popup windows).
tc@google.com
2009-07-24
1
-13
/
+34
*
GTK: Let custom draw buttons specify their stock size as well as their stock ...
estade@chromium.org
2009-07-24
1
-1
/
+2
*
A small refactor of the toolbar background.
tc@google.com
2009-07-23
1
-9
/
+2
*
linux: implement encodings menu
evan@chromium.org
2009-07-21
1
-3
/
+44
*
GTK Themes: Fix spacing so page and app menus take up full height in GTK them...
erg@google.com
2009-07-20
1
-5
/
+7
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
1
-3
/
+3
*
GTK Themes: Make the location bar area look native.
erg@google.com
2009-07-16
1
-5
/
+45
*
Work on RTL / BiDi Omnibox.
deanm@chromium.org
2009-07-16
1
-11
/
+18
*
Use tinted icons for menu buttons.
tc@google.com
2009-07-15
1
-6
/
+21
*
GTK Themes: Refactored to use notifications instead of manual plumbing.
erg@google.com
2009-07-13
1
-20
/
+9
*
Revert "Revert "Add button tinting to the toolbar buttons.""
tc@google.com
2009-07-10
1
-2
/
+2
*
Revert "Add button tinting to the toolbar buttons."
tc@google.com
2009-07-10
1
-2
/
+2
*
Add button tinting to the toolbar buttons.
tc@google.com
2009-07-10
1
-2
/
+2
*
A little bit of bookmark bar cleanup, a little bit of padding improvement.
estade@chromium.org
2009-07-10
1
-1
/
+1
*
GTK Themes: Prevent colors from "leaking through" by using an event box.
erg@google.com
2009-07-09
1
-2
/
+5
*
Give page/app menu native menu bar feel.
estade@chromium.org
2009-07-07
1
-0
/
+63
*
GTK: Initial implementation of using GTK themes, partially based on evan's CL...
erg@google.com
2009-07-03
1
-5
/
+25
*
More web contents dragging.
estade@chromium.org
2009-06-29
1
-9
/
+6
*
GTK DND:
estade@chromium.org
2009-06-29
1
-0
/
+42
*
Revert r19162,19179 as they caused the toolbar and bookmark bar to regress an...
estade@chromium.org
2009-06-25
1
-22
/
+14
*
Add support for RTL languages in the gtk bookmark bar.
jhawkins@chromium.org
2009-06-24
1
-34
/
+22
*
Add support for RTL languages in the gtk toolbar layout.
jhawkins@chromium.org
2009-06-24
1
-14
/
+34
*
Move toolbar hotkeys to BrowserWindowGtk.
estade@chromium.org
2009-06-22
1
-20
/
+0
*
Add support for XF86Back and friends. This is how it's done in Galeon.
thestig@chromium.org
2009-06-22
1
-0
/
+5
*
Implement window open disposition for (some) navigation buttons.
estade@chromium.org
2009-06-19
1
-3
/
+18
*
GTK: Fix refresh accelerators.
estade@chromium.org
2009-06-13
1
-6
/
+3
*
Make findbar paint themed image.
estade@chromium.org
2009-06-13
1
-3
/
+5
*
Fix themed toolbar drawing following tabstrip changes.
estade@chromium.org
2009-06-12
1
-7
/
+9
*
Implement and use the -> operator for OwnedWidgetGtk.
thestig@chromium.org
2009-06-05
1
-1
/
+1
*
Linux toolbar cleanups.
tc@google.com
2009-06-04
1
-30
/
+44
*
Implement more of the BookmarkBubble, connecting it to the bookmark system.
deanm@chromium.org
2009-06-03
1
-1
/
+1
*
Control spacing of toolbar elements with pixels rather than " " GtkLabels.
estade@chromium.org
2009-05-27
1
-12
/
+12
*
Refactor back/forward buttons to their own class. Fix them so the menu pops u...
estade@chromium.org
2009-05-26
1
-120
/
+34
*
Linux: Make page/app menu buttons depress while they're showing the menus.
estade@chromium.org
2009-05-21
1
-4
/
+25
*
Linux: add background image theming to bookmark bar.
estade@chromium.org
2009-05-20
1
-0
/
+2
*
Linux: Just enough toolbar theming to make everything look normal again.
estade@chromium.org
2009-05-18
1
-16
/
+14
*
Reimplement NineBox using Cairo.
deanm@chromium.org
2009-05-11
1
-2
/
+4
*
Linux: clean up some focus issues.
estade@chromium.org
2009-05-08
1
-3
/
+0
*
GTK: Handle some accelerators after the focused widget has had a chance to ha...
estade@chromium.org
2009-05-07
1
-3
/
+1
*
Add a lot of hotkeys to linux.
estade@chromium.org
2009-05-06
1
-0
/
+4
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
[next]