1. 3d4195c Move native_widget_types and gtk_native_view_id_manager from base/gfx to by brettw@chromium.org · 15 years ago
  2. d0c8725 Move classes depending on Skia out of base/gfx and into app/gfx. Rename by brettw@chromium.org · 15 years ago
  3. 61f91ae Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes by brettw@chromium.org · 15 years ago
  4. e169c32 Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. by jhawkins@chromium.org · 15 years ago
  5. 6b6b216 Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but by benl@chromium.org · 15 years ago
  6. 6663895 Linux: add GYP flag to build with system jpeg. by agl@chromium.org · 15 years ago
  7. 6eb9b17 Fix Mac plugin background snapshots by stuartmorgan@google.com · 15 years ago
  8. 3b68053 GTK Themes: A gtkrc file can now override our choice of frame color by by erg@google.com · 15 years ago
  9. ac058ca Linux: add GYP variable to use the system libpng. by agl@chromium.org · 15 years ago
  10. c01653d Refactor blits to be more cross-platform. by piman@chromium.org · 15 years ago
  11. c4e2a31 Headers cleanup: by phajdan.jr@chromium.org · 15 years ago
  12. 47249d9 Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_canvas.h" by ajwong@chromium.org · 15 years ago
  13. d0eb0d9 Reverting 20516 by re-landing this previous patch. by brettw@chromium.org · 15 years ago
  14. fcf4a70 Revert r20553. by thestig@chromium.org · 15 years ago
  15. 237a813 Additional svn ignores for native_client and Makefile. by thestig@chromium.org · 15 years ago
  16. 17f1e4a Revert previous clipping rect change for Cairo to see if it fixes the build. by brettw@chromium.org · 15 years ago
  17. 4c9952b Keep the cairo clipping region in sync with the Skia one. by brettw@chromium.org · 15 years ago
  18. f866efd Make converting from NativeViewId to NativeView an error on Mac. by shess@chromium.org · 15 years ago
  19. 2585119 GdkPixbufFromSkBitmap needs to un-premultiply the alpha before by tc@google.com · 15 years ago
  20. eb047bf linux: OOP windowed plugins by evan@chromium.org · 15 years ago
  21. 399d700 Fix retarded bitmath. << 8 != * 255 by glen@chromium.org · 15 years ago
  22. 4648d8b Reland of r19131, this time with real Math: by glen@chromium.org · 15 years ago
  23. 9040318 linux plugins: eliminate GtkWidget* from plugin process by evan@chromium.org · 15 years ago
  24. 68de93b Revert all of my patches from today. by evan@chromium.org · 15 years ago
  25. b93cc46 mac: retry build fix. by evan@chromium.org · 15 years ago
  26. c9a536b linux plugins: eliminate GtkWidget* from plugin process by evan@chromium.org · 15 years ago
  27. 73502a0 change backing store cache to be memory-based rather than count by erikkay@chromium.org · 15 years ago
  28. d190c3b Reverting 19131. Review URL: http://codereview.chromium.org/147095 by glen@chromium.org · 15 years ago
  29. 00159d4 PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to color by glen@chromium.org · 15 years ago
  30. f5c8cdd Refactor the PlatformContext layer to have only one class. by brettw@chromium.org · 15 years ago
  31. b626c60 Liberalize the size limits in the PNG decoder to match the changes landed upstream to all the WebKit image decoders. I'm not sure where this is used, hence no test. by pkasting@chromium.org · 15 years ago
  32. 7850cd3 A new menu system for views. by ben@chromium.org · 15 years ago
  33. 032eefd Re-Retry. This is the change from hell. by glen@chromium.org · 15 years ago
  34. 517c56a Revert pngencoder changes. by glen@chromium.org · 15 years ago
  35. 2494813 Fix pngencoder mac perf errors - the previous code was never actually doing an input.empty() check. by glen@chromium.org · 15 years ago
  36. baee3ad Retry. I believe the code (with your width() * bbp fix) is correct. by glen@chromium.org · 15 years ago
  37. c122304 Revert png encoder changes. by glen@chromium.org · 15 years ago
  38. 9c67bf0 Twiddle some bits to get PNGEncoder to match ImageOperations. There's a Valgrind error that doesn't yet make sense. by glen@chromium.org · 15 years ago
  39. ddad362 Attempt to fix memory leak again. by glen@chromium.org · 15 years ago
  40. aa1e59b Fix bustage by defining NativeCursor on Mac. by ben@chromium.org · 15 years ago
  41. 8f2140f Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that also supports GdkCursor*, and wires this up with the existing implementors of the GetCursorForPoint method. by ben@chromium.org · 15 years ago
  42. 21378f0 Fix leak in PNGEncoder. by glen@chromium.org · 15 years ago
  43. 511c076 PNGEncoder wasn't accounting for SkBitmap's premultiplied alpha (PNGDecoder was, however). by glen@chromium.org · 15 years ago
  44. c06e83f Merge app/gfx/gtk_util into base/gfx/gtk_util. by thestig@google.com · 15 years ago
  45. 90f93ce Fix memory leak in corrupt JPEG decoding. by thestig@chromium.org · 15 years ago
  46. 9cd7044 Linux: Take download shelf and infobar close animations into account during render view sizing. by estade@chromium.org · 15 years ago
  47. 48c827a This CL updates chrome to the latest version of skia, retrieved via DEPS, and by senorblanco@chromium.org · 15 years ago
  48. 2ac6a46 Remove executable bit from a bunch of files that shouldn't have it. by evan@chromium.org · 15 years ago
  49. 3f8b949 More linux ifdef tweaks. This reverts my earlier change (13503). by sky@chromium.org · 15 years ago
  50. 261bded Change Size::IsEmpty() to be consistent with Rect::IsEmpty() by erikkay@google.com · 15 years ago
  51. 0713a75 Linux: unit tests fix. by agl@chromium.org · 15 years ago
  52. 79f4127 Linux: use opaque NativeViewIds by agl@chromium.org · 15 years ago
  53. 2b8b7c4 Fix a leak when we fail to load a gdkpixbuf. I meant to do this in by tc@google.com · 15 years ago
  54. e1f4a24 Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base. by sgk@google.com · 15 years ago
  55. 3aaaaed Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing amount of time for me to think my way through this algorithm :( by pkasting@chromium.org · 15 years ago
  56. a7b2906 Add missing include needed for malloc. by thestig@chromium.org · 15 years ago
  57. 8e0f148 Recommit previous change with GYP files fixed. by erg@google.com · 15 years ago
  58. c230160 Have ResourceBundle own GdkPixbufs. by tc@google.com · 15 years ago
  59. 7929e51 Reverts the previous two commits. (r13812 and r13811). by erg@google.com · 15 years ago
  60. 24a9795 Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. by erg@google.com · 15 years ago
  61. f881d88 Adds some ifdefs so that test_shell can be compiled on linux without GTK. by sky@chromium.org · 15 years ago
  62. d2a4ad7 Include correct header for uint8_t in gtk_util.h by evan@chromium.org · 15 years ago
  63. 546e2f8 Linux: store clipboard image as bmp rather than converting to PNG. by estade@chromium.org · 15 years ago
  64. 9f913ec Basic infobars on linux. by estade@chromium.org · 15 years ago
  65. 47f39e7 Put a border around the find bar text entry field. by estade@chromium.org · 15 years ago
  66. 33c40c0 Remove the checked-in scons configuration files. by sgk@google.com · 15 years ago
  67. 3959f91 Linux UI theming: by estade@chromium.org · 15 years ago
  68. af4f750 Chromium side of trackbar drawing. This is needed to support <input type="range">. by pkasting@chromium.org · 15 years ago
  69. d52a01c Reorder some stuff to be in alphabetical order in preparation for adding more. No functional change. by pkasting@chromium.org · 15 years ago
  70. 4a623a4 Basic windowless plugins, try 2. by evan@chromium.org · 15 years ago
  71. f8f9e90 Improve the look of the Linux omnibox. by deanm@chromium.org · 15 years ago
  72. b8c0b1d Remove logging.h from cc files that don't use it. by thestig@chromium.org · 16 years ago
  73. bcff8cf Add a GDK_COLOR_RGB macro for constructing GdkColors. by deanm@chromium.org · 16 years ago
  74. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  75. 118c18f Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. by deanm@chromium.org · 16 years ago
  76. 5fd1fa3 Expose the iostream (logging) interfaces of some gfx:: classes. by evan@chromium.org · 16 years ago
  77. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  78. 422c6cb Start stitching GYP-generated files into the Linux build: by sgk@google.com · 16 years ago
  79. b84376d Fix include paths for libpng. Review URL: http://codereview.chromium.org/27113 by brettw@chromium.org · 16 years ago
  80. a0b7893 Add a gtk_utils (like gdi_utils), with region rectangle subtraction. by deanm@chromium.org · 16 years ago
  81. 8ccecc1 Unittest gardening on MacOS X: by shess@chromium.org · 16 years ago
  82. b071e46 Add native drawing context typedef so that we can cut down on some #ifdefs by amanda@chromium.org · 16 years ago
  83. 52286e8 Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch to platform-specific types in the implementation files and change variable names to match the header. Based on cl 8783 by Evan Martin. by jhawkins@chromium.org · 16 years ago
  84. 1b22c7b The new version of Inset() Ben added a while ago didn't work quite right for rects whose origin wasn't (0,0). Fix this and reduce some redundancy. by pkasting@chromium.org · 16 years ago
  85. 5f3c4f8 POSIX: gfx::NativeViewId and CrossProcessEvent by agl@chromium.org · 16 years ago
  86. 3fbfc8b Fix mac build. by estade@chromium.org · 16 years ago
  87. 30e4fb6 Try2 of issue 18772. (move jpeg_codec* to base/gfx) by estade@chromium.org · 16 years ago
  88. ad1022b undo 8692 (fix build failure) by estade@chromium.org · 16 years ago
  89. 09c754a Move jpeg_codec.* to base/gfx by estade@chromium.org · 16 years ago
  90. 3593e9e Add a PNGEncoder helper function that takes an SkBitmap, by nick@chromium.org · 16 years ago
  91. c85c87d Generate all chrome .vcproj files: by sgk@google.com · 16 years ago
  92. 6c75426 Updates to Visual Studio project generation to accomodate by sgk@google.com · 16 years ago
  93. f27b86a Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. by evanm@google.com · 16 years ago
  94. 4dca5bd Initial subset of .vcproj file generation, covering generation of: by sgk@google.com · 16 years ago
  95. 2574910 Initial generation of native Visual Studio solution files by sgk@google.com · 16 years ago
  96. 5d291b4 Convert from using env['PLATFORM'] directly to using the more flexible by sgk@google.com · 16 years ago
  97. 1f2eb6b Move the "platform" wrappers in skia/ext to the skia namespace. by brettw@google.com · 16 years ago
  98. b64617d Move skia_utils into the skia namespace. by brettw@google.com · 16 years ago
  99. 74a9174 ... by agl@chromium.org · 16 years ago
  100. 42dbaf7 ... by agl@chromium.org · 16 years ago