1. 79be62c 2008-09-25 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  2. 64a3be2 2008-09-25 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  3. 912c1b1 2008-09-24 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  4. e66435f Reviewed by Dan Bernstein. Fix two memory leaks. by kevino@webkit.org · 17 years ago
  5. 2bc0d82 wx build fixes. Added/removed build sources, and nativeWindow->platformWidget updates. by kevino@webkit.org · 17 years ago
  6. 9c672f6 by collinj@webkit.org · 17 years ago
  7. 179629b3c 2008-09-18 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  8. 470d7e7 2008-09-18 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  9. 643534d 2008-09-18 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  10. b369972 2008-09-17 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  11. 8171f4a Fix build bustage on Qt, Gtk, Win. by hyatt@apple.com · 17 years ago
  12. 3f19eac 2008-09-17 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  13. b4f28b3 2008-09-17 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  14. 8e34025 WebCore: by hyatt@apple.com · 17 years ago
  15. d9242e3 2008-09-17 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  16. 226f72a 2008-09-16 Alp Toker <alp@nuanti.com> by alp@webkit.org · 17 years ago
  17. 4e3b860 WebCore: by hyatt@apple.com · 17 years ago
  18. 3ab4830 2008-09-14 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 17 years ago
  19. 21ab7c6 Eliminate Scrollbar's setRect method. Clients can now just use the Widget base class method, setFrameGeometry instead. by hyatt@apple.com · 17 years ago
  20. ed9485a Remove setEnabled from all Scrollbar subclasses that were just using their Widget base class methods. by hyatt@apple.com · 17 years ago
  21. 64d9803 Remove width()/height() from Scrollbar and subclasses that just need to use the Widget method. by hyatt@apple.com · 17 years ago
  22. fa2e1ea Fix wx bustage. by hyatt@apple.com · 17 years ago
  23. 0c378c7 Add ScrollbarTheme to control scrollbar metrics (and eventually hit testing and rendering. by hyatt@apple.com · 17 years ago
  24. c529d04 Fix wx build bustage. by hyatt@apple.com · 17 years ago
  25. 1e178ee wx build fixes for new methods recently introduced. by kevino@webkit.org · 17 years ago
  26. 818ffe9 Make Scrollbar derive from Widget. Remove isWidget guards on Scrollbars. by hyatt@apple.com · 17 years ago
  27. fcf4000 wx build fix after Frame -> ScriptController moves. Also, remove a character which was in an unknown encoding and replace it with an ANSI representation (which the author used for their Bugzilla account too). by kevino@webkit.org · 17 years ago
  28. 0dbc02d 2008-08-02 Maxime Britto <britto@apple.com> by britto@apple.com · 17 years ago
  29. 5aa8139e Move to using constants in accordance with discussions about wx renderer commit. by kevino@webkit.org · 17 years ago
  30. 35954ab Reviewed by Eric Seidel. by kevino@webkit.org · 17 years ago
  31. 43854a8 Second attempt at Windows/wx build fix. Instead of avoiding inclusion of windows.h, use defines, etc. to avoid conflicts in each affected file. by kevino@webkit.org · 17 years ago
  32. d84038d 2008-07-30 Alice Liu <alice.liu@apple.com> by alice.liu@apple.com · 17 years ago
  33. d36c1ec 2008-07-15 Maxime Britto <britto@apple.com> by britto@apple.com · 17 years ago
  34. 5ed8b2c 2008-07-09 Maxime Britto <britto@apple.com> by britto@apple.com · 17 years ago
  35. f62a3e6 Reviewed by Kevin Ollivier. by kevino@webkit.org · 17 years ago
  36. 41429a0 2008-06-25 Tor Arne Vestbø <tavestbo@trolltech.com> by hausmann@webkit.org · 17 years ago
  37. ec65033 2008-06-14 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
  38. c6c2b23 2008-06-14 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
  39. a5581f5 2008-06-14 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
  40. d5ceaf8 JavaScriptCore: by darin@apple.com · 17 years ago
  41. 99f3901 wx build fix for recent breakages. Add EventLoopWx.cpp, update the Bakefiles, and add stubs for new Plugins functions. Also move plugin functions outside of TemporaryLinkStubs.cpp so that they are more noticeable. by kevino@webkit.org · 17 years ago
  42. 2cc1442 Reviewed by Kevin Ollivier. by kevino@webkit.org · 17 years ago
  43. 4c512a8 Reviewed by Kevin Ollivier. by kevino@webkit.org · 17 years ago
  44. 9e6072c Reviewed by Kevin Ollivier. by kevino@webkit.org · 17 years ago
  45. 7ddd11b Reviewed by Eric Seidel. by kevino@webkit.org · 17 years ago
  46. f3d6b89 WebCore: by adele@apple.com · 17 years ago
  47. 2a45c93 Another round of build fixes, hopefully the last this time. by kevino@webkit.org · 17 years ago
  48. 6d906e6 wx build fix. Add needed wx includes for compilation. by kevino@webkit.org · 17 years ago
  49. 04f4e4b 2008-04-24 Adele Peterson <adele@apple.com> by adele@apple.com · 17 years ago
  50. 5aad9aa wx build fixes. Changing BackgroundLayer -> FillLayer and adding Frame::disconnectPlatformScriptObjects() by kevino@webkit.org · 17 years ago
  51. 614f946 Move callOnMainThread to WTF by aroben@apple.com · 17 years ago
  52. cf769d4 Reviewed by Mark Rowe. by kevino@webkit.org · 17 years ago
  53. 06ab9a2 - fix previous attempted fixes by mitz@apple.com · 17 years ago
  54. 06552c8 - try to fix the Wx build by mitz@apple.com · 17 years ago
  55. 225cc4b Rename PluginDatabase's "PluginPaths" to "PluginDirectories" by aroben@apple.com · 17 years ago
  56. dd50524 2008-03-24 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
  57. 81dfe13 Make most of callOnMainThread's implementation be cross-platform by aroben@apple.com · 17 years ago
  58. 5e360bc Wx linking fix. by hausmann@webkit.org · 17 years ago
  59. 5d2aff5 WebCore: by darin@apple.com · 17 years ago
  60. 2060803 WebCore: by darin@apple.com · 17 years ago
  61. ece3c0e Win/Qt/GTK+/wx build fix after r30740 by aroben@apple.com · 17 years ago
  62. 0840d06 wx build fixes after recent Frame-related changes. by kevino@webkit.org · 17 years ago
  63. 9775fc4 Reviewed by Alp Toker. by kevino@webkit.org · 17 years ago
  64. 9cb630a 2008-03-01 Jon Honeycutt <jhoneycutt@apple.com> by jhoneycutt@apple.com · 17 years ago
  65. fa3bc3f 2008-02-28 Rodney Dawes <dobey@wayofthemonkey.com> by pewtermoose@webkit.org · 17 years ago
  66. 81bf662 2008-02-25 Rodney Dawes <dobey@wayofthemonkey.com> by mrowe@apple.com · 17 years ago
  67. cf347a5 Move text drawing into wxcode, as we need platform-dependent APIs for drawing non-kerned text, which wx doesn't yet have. by kevino@webkit.org · 17 years ago
  68. ec0fdaf 2008-02-23 Alexey Proskuryakov <ap@webkit.org> by ap@webkit.org · 17 years ago
  69. bfd3f06 - try to fix Wx build by darin@apple.com · 17 years ago
  70. c8af352 WebCore: by andersca@apple.com · 17 years ago
  71. c18801b - try to fix Win, Qt, GTK, and WX builds by darin@apple.com · 17 years ago
  72. 54ad024 2008-02-08 Rodney Dawes <dobey@wayofthemonkey.com> by aroben@apple.com · 17 years ago
  73. 3adf245 Fix <rdar://5555260> GMail never loads when a user stylesheet is specified by aroben@apple.com · 17 years ago
  74. 2ba42c0 Rename fileSize to getFileSize by aroben@apple.com · 17 years ago
  75. 127f72e Switch from directly handling wx scroll wheel events to handling the PlatformWheelEvent instead to give JS, etc. a chance to handle it. by kevino@webkit.org · 17 years ago
  76. 9a361b2 2008-02-05 Rodney Dawes <dobey@wayofthemonkey.com> by mrowe@apple.com · 17 years ago
  77. c3fff42 Clean up overlooked coding guideline issues from last commit. by kevino@webkit.org · 17 years ago
  78. 8979d7a Widget needs to subclass wxWindow, not wxScrolledWindow for wx port, to fix several scrolling-related issues. by kevino@webkit.org · 17 years ago
  79. 9c38072 wxFont is reference counted and meant to be used as as a value object; when using wxFont*, ref-counting was not happening properly and the font object would be destroyed while still in use. Also, fix memory leak in wx's FrameData::clear() method. by kevino@webkit.org · 17 years ago
  80. a1ca69e wx build fix - add missing include file. by kevino@webkit.org · 17 years ago
  81. 381f814 WebCore: by darin@apple.com · 17 years ago
  82. 958fc87 WebCore: by darin@apple.com · 17 years ago
  83. f03c2c4 http://bugs.webkit.org/show_bug.cgi?id=16589 by hausmann@webkit.org · 17 years ago
  84. dd4ea48 Build fix by beidson@apple.com · 17 years ago
  85. 465765e Build fix for Qt, Gtk, and Wx. by weinig@apple.com · 17 years ago
  86. 675b3af * platform/wx/KeyboardEventWx.cpp: by darin@apple.com · 17 years ago
  87. 0246270 * platform/wx/KeyboardEventWx.cpp: by darin@apple.com · 17 years ago
  88. 6a50667 Reviewed by Darin. by ap@webkit.org · 17 years ago
  89. a9bf350 WebCore: by darin@apple.com · 17 years ago
  90. 73aeb66 Speculative wx build fix. Add PlugInInfoStore::pluginNameForMIMEType to the temporary link stubs. by mrowe@apple.com · 17 years ago
  91. 4cfcb8a Make the implementation of Frame::setNeedsReapplyStyles cross-platform by aroben@apple.com · 17 years ago
  92. 7b48ed5 Rubber stamped by David. by zimmermann@webkit.org · 17 years ago
  93. 520444e Rubber stamped by Brady. by zimmermann@webkit.org · 17 years ago
  94. 8d6b237 2007-11-19 Kevin Ollivier <kevino@theolliviers.com> by mrowe@apple.com · 17 years ago
  95. c2f20cb 2007-11-08 Mark Rowe <mrowe@apple.com> by mrowe@apple.com · 17 years ago
  96. 2eb36a6 2007-11-08 Mark Rowe <mrowe@apple.com> by mrowe@apple.com · 17 years ago
  97. 02405e3 WebCore: by darin@apple.com · 17 years ago
  98. f263246 wx port bug fixes and new files to get platform/wx building on trunk. by kevino · 17 years ago
  99. c1df7e0 Update the link stubs to match the current build, and fix coding style issues. by kevino · 17 years ago
  100. 222990a Build fixes to get wx impls. building on trunk. by kevino · 17 years ago