Changes between Version 16 and Version 17 of BuildingGdk
- Timestamp:
- Jul 25, 2007, 1:02:14 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGdk
v16 v17 69 69 70 70 71 == Issues known by zecke==71 == Issues known == 72 72 73 73 === CURL === 74 74 * The non zero select timeout feels bad. Make it possible to write a GSourceFunc to not poll the sockets and have a timeout... 75 * Cookie handling is complety llacking as pointed out on the mailinglist75 * Cookie handling is complety lacking as pointed out on the mailinglist 76 76 * headerCallback needs to be landed/fixed 77 77 * Errors of curl need to be properly populated … … 79 79 === Gtk === 80 80 * A lot of classes are not yet implemented 81 * Frame 's are not supported. This needs special handling and adding an API81 * Frames are not supported. This needs special handling and adding an API 82 82 * We don't have pkg-config files 83 83 * We probably relayout way too often leading to weird issues as seen on planet.gnome.org … … 85 85 86 86 === Theming === 87 * State of the Widgets is not taken into account87 * Focus ring drawing 88 88 * Scrollbars for PlatformScrollbar will be terrible as we need to implement a HitTest but don't know where the elements of the scrollbar hide 89 * Native theming for text entries 89 90 90 91 === Building ===