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
/
ui
/
base
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
rsleevi@chromium.org
2013-02-06
1
-1
/
+1
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
2
-9
/
+8
*
[gtk] re-acquire input grab on bubbles when another widget
estade@chromium.org
2012-09-21
2
-2
/
+22
*
ui: Forward declare DefaultSingletonTraits in header files.
tfarina@chromium.org
2012-07-20
3
-4
/
+9
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
15
-15
/
+0
*
Remove evan[m]?@chromium.org from OWNERS files.
tony@chromium.org
2012-05-10
1
-1
/
+0
*
linux: Move linux_util.h from gfx/ to ui/base/gtk.
tfarina@chromium.org
2012-05-04
3
-0
/
+167
*
ui: Convert VLOGs to DVLOGs.
tfarina@chromium.org
2012-04-23
1
-5
/
+5
*
Remove obsolete chromeos specific code
oshima@chromium.org
2012-04-09
2
-154
/
+0
*
Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...
oshima@chromium.org
2012-03-16
3
-28
/
+68
*
gtk: Move ScopedGObject into ui/base/gtk/scoped_gobject.h
tfarina@chromium.org
2012-03-07
1
-0
/
+35
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
3
-55
/
+82
*
Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...
finnur@chromium.org
2012-03-06
3
-81
/
+55
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
3
-55
/
+81
*
gtk: Factor gray color into a constant and place it into a common location.
tfarina@chromium.org
2012-02-24
1
-4
/
+4
*
GTK: Closing in on being completely GSEALed.
erg@chromium.org
2012-02-15
1
-0
/
+4
*
GTK: More GSEALing.
erg@chromium.org
2012-01-11
1
-0
/
+4
*
GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@chromium.org
2012-01-10
2
-2
/
+6
*
Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@google.com
2012-01-10
1
-2
/
+2
*
GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@chromium.org
2012-01-09
1
-2
/
+2
*
Linux: Make the minimal required GTK version in Google Chrome builds 2.18.
thestig@chromium.org
2012-01-05
1
-6
/
+6
*
GTK: Make the minimal required GTK version in official builds 2.18.
thestig@chromium.org
2012-01-04
1
-5
/
+14
*
GTK: Remove deprecated methods and replace them with the new standard calls.
erg@chromium.org
2011-12-10
1
-0
/
+20
*
GTK: Port RenderWidgetHostViewGtk to latest GTK
robert.bradford@intel.com
2011-12-01
1
-0
/
+18
*
GTK: Port to gdk_x11_window_lookup_for_display
robert.bradford@intel.com
2011-11-30
1
-0
/
+27
*
GTK: Port ui/base/gtk to use avoid deprecated API and accessors
robert.bradford@intel.com
2011-11-29
4
-44
/
+51
*
GTK: Move code shared by future content/ classes and chrome/ to ui/.
erg@chromium.org
2011-11-22
2
-0
/
+102
*
GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.
erg@chromium.org
2011-11-22
1
-4
/
+5
*
GTK: Create the start of a compatibility header wrapping deprecated methods.
erg@chromium.org
2011-11-22
4
-7
/
+51
*
Add OWNERS file to ui/base/gtk/
erg@chromium.org
2011-11-22
1
-0
/
+3
*
Devirtualize CHROMEGTK_CALLBACK.
dcheng@chromium.org
2011-11-12
2
-11
/
+38
*
Devirtualize CHROMEG_CALLBACK
dcheng@chromium.org
2011-11-11
1
-9
/
+11
*
Move glib headers in ui/base/gtk/ to ui/base/glib/.
yusukes@chromium.org
2011-11-08
3
-108
/
+3
*
content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts.
erg@chromium.org
2011-10-13
2
-0
/
+53
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
2
-6
/
+4
*
Remove some static initializers caused by colors in gtk_hig_constants.h.
tony@chromium.org
2011-09-07
2
-25
/
+8
*
content: Reapply "Start splitting up chrome/browser/ui/gtk/gtk_util.h" (r98287)
erg@google.com
2011-08-29
2
-0
/
+74
*
Move TooltipWindowGtk from views/widget to ui/base/gtk.
xiyuan@chromium.org
2011-08-26
2
-0
/
+153
*
Revert "content: Start splitting up chrome/browser/ui/gtk/gtk_util.h"
erg@google.com
2011-08-25
2
-74
/
+0
*
content: Start splitting up chrome/browser/ui/gtk/gtk_util.h
erg@google.com
2011-08-25
2
-0
/
+74
*
content: Move gtk_expanded_container to ui/base/gtk/.
erg@google.com
2011-08-25
3
-0
/
+427
*
content: Move gtk_floating_container to ui/base/gtk/.
erg@google.com
2011-08-24
2
-0
/
+410
*
content: Move render_widget_host_view_gtk to content/ try 2.
erg@google.com
2011-08-23
2
-0
/
+141
*
(shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to c...
erg@google.com
2011-08-22
2
-132
/
+0
*
content: Move render_widget_host_view_gtk to content/
erg@google.com
2011-08-22
2
-0
/
+132
*
Rename UI_API to UI_EXPORT.
darin@chromium.org
2011-08-06
5
-17
/
+18
*
Export some ui:: functions to fix component build for chromeos/touchui.
sadrul@chromium.org
2011-07-18
2
-5
/
+6
*
Introduce ui.dll / libui.so for the component build.
darin@chromium.org
2011-07-17
4
-7
/
+13
*
Don't output warnings that don't output how to resolve them.
evan@chromium.org
2011-06-10
1
-4
/
+6
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-31
3
-2
/
+179
[next]