Timeline
Oct 1, 2001:
- 1:37 PM Changeset in webkit [243] by
-
- 2 edits in trunk/WebCore
Remove stupid foo in resource.
- 11:02 AM Changeset in webkit [242] by
-
- 5 edits in trunk/WebCore
Moved some functions and their definitions, and marked them as only
needed when compiling with USING_BORROWED_KURL
- 10:55 AM Changeset in webkit [241] by
-
- 14 edits in trunk/WebCore
Added additional methods for text drawing.
Fixed problems with qnamespace.h enumurations.
Added more text tests to draw.mm
- 9:46 AM Changeset in webkit [240] by
-
- 5 edits in trunk/WebCore
Additions to this interface to support using borrowed KURL.
Also modified several interfaces to bring into line with with the "real"
QString has, due to the fact that the similar, but slightly different
interfaces caused some problems when the compiler tries to choose an
overloaded function.
- 8:40 AM Changeset in webkit [239] by
-
- 6 edits in trunk/WebCore
Build fixes, primarilt focused on getting KURL and QStrList to work.
- 8:30 AM Changeset in webkit [238] by
-
- 4 edits in trunk/WebCore
Updated to add /src/kwq/kde directory
- 8:13 AM Changeset in webkit [237] by
-
- 2 edits in trunk/WebCore
Yes I'm a dummy ... #ifdef USING_BORROWED_QSTRINGLIST must be
#ifndef USING_BORROWED_QSTRINGLIST
- 8:12 AM Changeset in webkit [236] by
-
- 2 edits in trunk/WebCore
Oops! unterminated `#if' conditional in last checkin
- 8:11 AM Changeset in webkit [235] by
-
- 2 edits in trunk/WebCore
Modified to support switchable borrowing of implementation
- 8:07 AM Changeset in webkit [234] by
-
- 12 edits in trunk/WebCore
Updated Makefile to include /src/kwq/kde
- 7:30 AM Changeset in webkit [233] by
-
- 17 edits28 adds in trunk/WebCore
Added and modified some classes in an effort to get the borrowed
KURL fully intergrated