forked from mono/monodoc-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
29 lines (23 loc) · 1.1 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
2008-04-10 Mike Kestner <[email protected]>
* src/BannerItem.cs:
* src/HeadingItem.cs:
* src/LabelItem.cs:
* src/LinkItem.cs:
* src/MarkupItem.cs:
* src/RemarksItem.cs:
* src/SummaryTableItem.cs: Layout tweaks adapting to ink rect
offsets.
2008-04-10 Mike Kestner <[email protected]>
* src/DocView.cs : add size request support to enable scrolling.
2008-04-03 Mike Kestner <[email protected]>
* initial checkin. DocTree widget is feature-complete for
on-disk catalog navigation. Layout and Painting in DocView with
limited Mouse event forwarding to the item hierarchy. Items include
a generic LabelItem, HeadingItem, and LinkItem. A BannerItem with
heading and links to parent docs. A MarkupItem which handles raw text
and simple markup like see/paramref/typeparamref. KitchenSinkItem
which will eventually handle the tangled mess of nested para/code/SPAN
and so on elements. And SummaryTableItem which handles the
Name/Summary tables seen on Namespace, Type, Members, and Ctor/Method
pages. Node pages implemented so far are the toplevel Catalog node
and the Namespace node.