Changes between Version 1 and Version 2 of BuildingGtk
- Timestamp:
- Sep 23, 2007, 11:24:13 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v1 v2 81 81 * The non zero select timeout feels bad. Make it possible to write a GSourceFunc to not poll the sockets and have a timeout: This can probably be done by integrating code from MIT/X11 licensed [http://atterer.net/glibcurl/ glibcurl]. 82 82 * Cookie handling is completely lacking as pointed out on the mailing list 83 * headerCallback needs to be landed/fixed (already done?)84 83 * Errors of curl need to be properly populated 85 84 86 85 === Gtk === 87 86 * A lot of classes are not yet implemented 88 * Frames are not supported. This needs special handling and adding an API89 * We don't have pkg-config files90 * We probably relayout way too often leading to weird issues as seen on planet.gnome.org91 87 * For painting we have some issues in regard to Expose Events and when WebKit will call paint. 92 88 … … 96 92 * Scrollbars for PlatformScrollbar will be terrible as we need to implement a HitTest but don't know where the elements of the scrollbar hide 97 93 * Native theming for text entries 94 * Find a way to draw a GtkComboBox, at least the button part. This is needed to implement theming of the <select> element properly. 98 95 99 96 === Building ===