| Commit message (Expand) | Author | Age | Files | Lines |
* | Move compositor ctor and dtor to .cc file. | vollick@chromium.org | 2011-09-08 | 2 | -4/+10 |
* | With this CL animated rotations can be triggered by visiting URLs like about:... | vollick@chromium.org | 2011-09-08 | 11 | -32/+314 |
* | Since cursor width is 0, need to offset cursor_bounds_.x and display_offst_.x... | xji@google.com | 2011-09-07 | 1 | -2/+2 |
* | Implement Pango RenderText for Linux. | xji@google.com | 2011-09-07 | 8 | -176/+954 |
* | Remove some static initializers caused by colors in gtk_hig_constants.h. | tony@chromium.org | 2011-09-07 | 3 | -26/+8 |
* | Fix linux-chromeos-clang builder. | sadrul@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | Fix win shared builder. | sadrul@chromium.org | 2011-09-07 | 1 | -1/+3 |
* | aura-views: Make views_aura_desktop compile and run on linux. | sadrul@chromium.org | 2011-09-07 | 2 | -2/+2 |
* | gfx::Compositor: SchedulePaint. | sadrul@chromium.org | 2011-09-07 | 5 | -27/+37 |
* | aura: A few changes to have aura_demo compile and run on linux. | sadrul@chromium.org | 2011-09-07 | 8 | -122/+186 |
* | Preload D3DX DLLs before ANGLE is loaded. | apatrick@chromium.org | 2011-09-07 | 1 | -1/+32 |
* | Really fix Linux shared build | jam@chromium.org | 2011-09-07 | 1 | -2/+2 |
* | Build fixes for r99884 for clang and Linux shared build. | jam@chromium.org | 2011-09-07 | 1 | -1/+4 |
* | Start moving code from BrowserMain to content, so that it can be reused by al... | jam@chromium.org | 2011-09-07 | 2 | -0/+32 |
* | Removed sample.pak binary from checkout. | adriansc@chromium.org | 2011-09-06 | 5 | -8/+48 |
* | Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL... | bsalomon@google.com | 2011-09-06 | 2 | -135/+131 |
* | Removed ActivatedAtWithDisposition from menu handler, and introduced Activate... | shinyak@google.com | 2011-09-05 | 4 | -5/+20 |
* | Reuse ResourceBundle to detect locale availability. | torne@chromium.org | 2011-09-03 | 4 | -17/+21 |
* | Fix views_examples/chrome and other targets that depend on the 'gl' component... | sadrul@chromium.org | 2011-09-02 | 1 | -0/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Introduced check to ensure that PAK files contain untruncated headers. | adriansc@chromium.org | 2011-09-02 | 3 | -0/+18 |
* | Changes to port holey layer changes into windows compositor | pkotwicz@chromium.org | 2011-09-02 | 5 | -36/+18 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | gfx::RenderText: Fix painting the cursor in a textfield in linux. | sadrul@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | Remove use of <iostream> where unnecessary. | evan@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | ui/gfx/compositor: Remove unused includes from test_suite.cc. | tfarina@chromium.org | 2011-09-01 | 2 | -5/+0 |
* | Add invalid rect tracking and repaint scheduling to Layer. | ben@chromium.org | 2011-09-01 | 6 | -9/+176 |
* | Restoring a session should restore window minimization state on Windows | dhollowa@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Base: Switch base_i18n to be a separate dll (component build) | rvargas@google.com | 2011-08-31 | 1 | -0/+2 |
* | Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th... | jam@chromium.org | 2011-08-31 | 1 | -0/+1 |
* | Wrap Lock in a LazyInstance. | backer@chromium.org | 2011-08-31 | 1 | -2/+3 |
* | gtk: eliminate extra map from XID to browser window | evan@chromium.org | 2011-08-31 | 2 | -0/+27 |
* | Implement Uniscribe RenderText for Windows. | msw@chromium.org | 2011-08-30 | 4 | -63/+863 |
* | Followup http://codereview.chromium.org/7740048: g_free() the keys map | noel@chromium.org | 2011-08-30 | 1 | -3/+8 |
* | content: Reapply "Start splitting up chrome/browser/ui/gtk/gtk_util.h" (r98287) | erg@google.com | 2011-08-29 | 3 | -0/+76 |
* | Revert 98679 - Restoring a session should restore window minimization state o... | dhollowa@chromium.org | 2011-08-29 | 1 | -2/+1 |
* | Adds support for point conversions to ui::Layer. | ben@chromium.org | 2011-08-29 | 10 | -0/+430 |
* | Restoring a session should restore window minimization state on Windows | dhollowa@chromium.org | 2011-08-29 | 1 | -1/+2 |
* | Allow each WGC3D subclass to determine the correct GrGLInterface for its GrCo... | bsalomon@google.com | 2011-08-29 | 2 | -6/+8 |
* | Add a GTK support routine that returns a simulated nativeKeyCode for a given | noel@chromium.org | 2011-08-29 | 2 | -0/+14 |
* | Move the mouse wheel utils from views to ui\base\win, to get rid of some view... | jam@chromium.org | 2011-08-26 | 3 | -0/+156 |
* | Move TooltipWindowGtk from views/widget to ui/base/gtk. | xiyuan@chromium.org | 2011-08-26 | 3 | -0/+155 |
* | Add dynamic_annotations dependency on compositor to fix a crash on linux desk... | sadrul@chromium.org | 2011-08-26 | 1 | -0/+1 |
* | Wayland support for views. views_desktop on Wayland. | backer@chromium.org | 2011-08-26 | 2 | -4/+41 |
* | Vend common GL context | backer@chromium.org | 2011-08-26 | 5 | -239/+274 |
* | Block {am, fa, sw} and {kn, te} on CrOS and roll ICU to 98343 | jshin@chromium.org | 2011-08-26 | 1 | -0/+18 |
* | Revert 98426 - Revert 98103 - Switch to using .pak files for locale data on W... | battre@chromium.org | 2011-08-26 | 8 | -179/+112 |
* | Revert 98103 - Switch to using .pak files for locale data on Windows. | battre@chromium.org | 2011-08-26 | 8 | -112/+179 |
* | Fix missing null check in Clipboard::ReadImage. | dcheng@chromium.org | 2011-08-26 | 1 | -1/+3 |