Timeline
Nov 5, 2001:
- 2:08 PM Changeset in webkit [407] by
-
- 2 edits in trunk/WebCore
Stupid implementation of i18n to return same string.
- 10:33 AM Changeset in webkit [406] by
-
- 3 edits in trunk
Added fonts sizes to defaults
Nov 2, 2001:
- 4:50 PM Changeset in webkit [405] by
-
- 2 edits in trunk/WebCore
Committed evil hack to prevent double freeing of image bytes since
NSData doesn't give a sufficiently good *public* API.....ooof
- 3:14 PM Changeset in webkit [404] by
-
- 4 edits in trunk/WebCore
Fixed some geometry issues with drawing the web page view, and removed
some of the ugly, hard-coded hacks that helped us to get this far.
I also removed the unneeded double-buffering from the view drawing.
- 1:37 PM Changeset in webkit [403] by
-
- 4 edits in trunk
Enabled user defaults for KWQKHTMLSettings
- 1:23 PM Changeset in webkit [402] by
-
- 3 edits in trunk/WebKit
Update framework project to include public headers.
- 12:47 PM Changeset in webkit [401] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Added and removed files to project.
- 11:29 AM Changeset in webkit [400] by
-
- 1 edit2 adds in trunk/WebKit
Some additional files that go along with the recent large change to the make
system
- 11:22 AM Changeset in webkit [399] by
-
- 83 edits4 adds14 deletes in trunk
It's that time again: I have made a number of changes to the make system.
The two major modification are:
- The tests directory, which was formerly buried in WebCore, has been moved to the top-level in Labyrinth, and is now a peer of WebCore and WebKit.
- I have moved the the configure and Makefiles from WebCore one directory up so that they may serve for all of Labyrinth. In other words, running
configureandmakein Labyrinth now builds "everything," including WebCore, WebKit, and the test programs.
Nov 1, 2001:
- 3:45 PM Changeset in webkit [398] by
-
- 1 edit in trunk/WebKit/WebView.subproj/NSWebPageView.mm
Added template +initialize for Chris.
- 3:18 PM Changeset in webkit [397] by
-
- 2 edits4 adds2 deletes in trunk/WebKit/WebView.subproj
Rearranged layout of class templates. Clear seperation of WebCore and C++
infected code in NSWeb*Private.h declarations. Our implementations must also
be objective-c++.
- 2:29 PM Changeset in webkit [396] by
-
- in /
Removed file; moved to top-level Labyrinth directory called Tests
- 2:18 PM Changeset in webkit [395] by
-
- 2 deletes in trunk/WebCore
Removed files from this part of the tree; moved to a top-level
Labyrinth directory called Tests