Changes between Version 10 and Version 11 of BuildingGdk


Ignore:
Timestamp:
May 30, 2007 8:12:14 PM (17 years ago)
Author:
alp@atoker.com
Comment:

Update Gdk tasks

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v10 v11  
    4646
    4747 * 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?
    4949 * Implement more of GraphicsContextCairo.cpp
    5050 * Use system-provided libpng/libjpeg and encourage the removal of cairo, png and jpeg sources from the SVN tree
    51  * Fix the curl backend
     51 * Continue to fix the curl backend
    5252 * 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()
    5554 * Look into supporting SVG (is the code in the [http://bugs.webkit.org/show_bug.cgi?id=11332 SVG/Cairo support patch] still relevant?)
    5655 * Look into supporting the canvas
    5756 * 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
    5857 * Implement more stubs
     58 * Rename Cairo context local variable name to "cr" for consistency and to avoid conflict with GraphicsContext
    5959 * Investigate more convenient development workflows using git