Changes between Version 4 and Version 5 of BuildingGdk
- Timestamp:
- Apr 26, 2007, 8:52:31 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGdk
v4 v5 13 13 == Dependencies == 14 14 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" :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"): 16 16 17 17 * libicu-dev … … 38 38 == Current tasks (April '07) == 39 39 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. 41 42 * 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 42 43 * Propose a shared NotImplemented.h (see mailing list thread). Remove use of NotImplementedGdk()? This is important as code sharing between ports increases.