forked from mono/webkit-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
92 lines (54 loc) · 2.61 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
2009-10-14 Andreia Gaita <[email protected]>
* configure.ac: fix automake init and webkit version check
2009-10-14 Andreia Gaita <[email protected]>
* sources/webkit-sharp.metadata: Add missing signal
2009-10-13 Andreia Gaita <[email protected]>
* configure.ac: adjust version to match target webkit
2009-10-13 Andreia Gaita <[email protected]>
* sources/webkit-sharp.dll.config.in: bump lib version to 2
2009-10-08 Andreia Gaita <[email protected]>
* configure.ac, webkit-sharp.spec.in: version bump
* sources/webkit-sharp-api.raw, sources/webkit-sharp.metadata:
Updated to libwebkit 1.1.15
2008-06-14 Andreia Gaita <[email protected]>
* configure.in, configure.ac: Switch from deprecated configure.in
2008-06-11 Andreia Gaita <[email protected]>
* configure.in: Version bump
2008-06-11 Andreia Gaita <[email protected]>
* configure.in, sources/Makefile.am, webkit-sharp.spec.in: Switch .pc
filename to assembly-version.pc convention
* sources/webkit-sharp.pc.in: Fix library path
2008-05-20 Everaldo Canuto <[email protected]>
* sources/webkit-sharp.pc.in: Add prefix to lib and libdir and exec_prefix.
2008-05-17 Everaldo Canuto <[email protected]>
* Makefile.am: Add webkit-sharp.spec.in to EXTRA_DIST var to fix build from
tarball.
2008-05-16 Everaldo Canuto <[email protected]>
* sources/webkit-sharp.metadata: Fix NavigationRequested signal return type
to gint.
2008-05-16 Everaldo Canuto <[email protected]>
* sources/webkit-sharp.metadata: Add NavigationRequested signal (thanks to
Paul Burton) and fix WindowObjectCleared signal parameter types. Also added
Uri property to NetworkRequest.
2008-05-16 Andreia Gaita <[email protected]>
* configure.in: Use new AC_CONFIG_FILES instead of the deprecated
AC_OUTPUT format
2008-05-16 Everaldo Canuto <[email protected]>
* sources/Makefile.am: Add carriage return to .h fix routine.
* sources/webkit-sharp.metadata: Add WebView signals.
* samples/FunnyBrowser.cs: Improved sample browse:
- Add toolbar buttons back, forward, stop and refresh.
- Add URI entry to type addresses.
- Show links on status bar using mouse over events.
2008-05-12 Everaldo Canuto <[email protected]>
* sources/webkit-sharp.dll.config.in: Dll map added to webkit.
* doc/en: English documentation added.
* webkit-sharp.spec.in: Spec file added for easy rpm creation.
* configure.in:
- Fixed GACUTIL_FLAGS.
- Update release to 0.2.
- Spec file added.
* samples/FunnyBrowser.cs: Sample browser improved.
* COPYING: License changed to MIT X11.
2008-05-11 Everaldo Canuto <[email protected]>
* Initial import based on monoskel-gapi.