Changes between Version 1 and Version 2 of BuildingGtk


Ignore:
Timestamp:
Sep 23, 2007 11:24:13 AM (17 years ago)
Author:
freyther@gmit-gmbh.de
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v1 v2  
    8181 * 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].
    8282 * Cookie handling is completely lacking as pointed out on the mailing list
    83  * headerCallback needs to be landed/fixed (already done?)
    8483 * Errors of curl need to be properly populated
    8584
    8685=== Gtk ===
    8786 * A lot of classes are not yet implemented
    88  * Frames are not supported. This needs special handling and adding an API
    89  * We don't have pkg-config files
    90  * We probably relayout way too often leading to weird issues as seen on planet.gnome.org
    9187 * For painting we have some issues in regard to Expose Events and when WebKit will call paint.
    9288
     
    9692 * Scrollbars for PlatformScrollbar will be terrible as we need to implement a HitTest but don't know where the elements of the scrollbar hide
    9793 * 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.
    9895
    9996=== Building ===