Changes between Version 10 and Version 11 of BuildingGdk
- Timestamp:
- May 30, 2007, 8:12:14 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGdk
v10 v11 46 46 47 47 * Make things work with debugging enabled (when NDEBUG is removed, assertions are triggered right now) 48 * Fix animated GIF images 48 * Fix animated GIF images -- consider using GdkPixbuf? 49 49 * Implement more of GraphicsContextCairo.cpp 50 50 * Use system-provided libpng/libjpeg and encourage the removal of cairo, png and jpeg sources from the SVN tree 51 * Fix the curl backend51 * Continue to fix the curl backend 52 52 * Remove "gdk" naming from the curl backend. Other ports have expressed interest in using it. 53 * Review the "reentrancy" patch for the curl backend that did not get merged due to style issues(?) 54 * Start to make decisions on how scrolling can be properly integrated 53 * Start to consider consolidating the widget into a single place as the Qt port has done, and look into implementing eg. createFrame() 55 54 * Look into supporting SVG (is the code in the [http://bugs.webkit.org/show_bug.cgi?id=11332 SVG/Cairo support patch] still relevant?) 56 55 * Look into supporting the canvas 57 56 * Attempt to merge the Cairo code in the Win32 port -- the equivalent code is copy-and-pasted into the "Gdk" port in some places. This will help reduce code duplication but also help towards getting WebKit/Gdk/Gtk+ working on Windows 58 57 * Implement more stubs 58 * Rename Cairo context local variable name to "cr" for consistency and to avoid conflict with GraphicsContext 59 59 * Investigate more convenient development workflows using git