Changes between Version 13 and Version 14 of BuildingGdk
- Timestamp:
- Jul 2, 2007, 11:12:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGdk
v13 v14 20 20 * libcurl-dev 21 21 * libsqlite3-dev 22 * libjpeg62-dev 23 * libpng12-dev 22 24 23 25 == Using Qmake4 == … … 57 59 * cairo graphics SVG backend (coming soon): [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/svg/cairo WebCore/platform/graphics/svg/cairo] 58 60 59 == Current tasks ( May '07) ==61 == Current tasks (July '07) == 60 62 61 63 * Make things work with debugging enabled (when NDEBUG is removed, assertions are triggered right now) 62 64 * Fix animated GIF images -- consider using GdkPixbuf? 63 * Implement more of GraphicsContextCairo.cpp64 * Use system-provided libpng/libjpeg and encourage the removal of cairo, png and jpeg sources from the SVN tree65 65 * Continue to fix the curl backend 66 * Remove "gdk" naming from the curl backend. Other ports have expressed interest in using it.67 66 * Start to consider consolidating the widget into a single place as the Qt port has done, and look into implementing eg. createFrame() 68 * Look into supporting SVG (is the code in the [http://bugs.webkit.org/show_bug.cgi?id=11332 SVG/Cairo support patch] still relevant?)69 67 * Look into supporting the canvas 70 68 * 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 71 * Implement more stubs72 69 * Rename Cairo context local variable name to "cr" for consistency and to avoid conflict with GraphicsContext 73 * Investigate more convenient development workflows using git