Changes between Version 4 and Version 5 of BuildingGdk


Ignore:
Timestamp:
Apr 26, 2007 8:52:31 AM (17 years ago)
Author:
alp@atoker.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v4 v5  
    1313== Dependencies ==
    1414
    15 The code should be easily built on any Linux distribution which has development packages for Gtk+ installed. Packages you might need to install (in addition to an "ordinary build environment":
     15The code should be easily built on any Linux distribution which has development packages for Gtk+ installed. Packages you might need to install (in addition to an "ordinary build environment"):
    1616
    1717 * libicu-dev
     
    3838== Current tasks (April '07) ==
    3939
    40  * Implement Image::drawPattern() in ImageCairo.cpp (and remove the stub from ImageGdk.cpp) -- this is necessary to fix rendering regressions. Qt/CG implementations may provide inspiration
     40 * Implement more of GraphicsContextCairo.cpp and PathCairo.cpp (possibly by cleaning up and merging Mike Emmel's patches)
     41 * Non-ASCII text appears to be garbled right now, and the Cairo context is also often set into an error state resulting in failure to render pages. Investigate.
    4142 * 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
    4243 * Propose a shared NotImplemented.h (see mailing list thread). Remove use of NotImplementedGdk()? This is important as code sharing between ports increases.