|
Revision 15, 1.2 kB
(checked in by brad, 7 months ago)
|
|
2008-06-02 Brad Taylor <brad.taylor@…>
- configure.ac: Fix doxygen checking. Release version 0.2.1.
- src/CPaned.cs: Unset size request override if height is less than
zero. Expose underlying pane publicly.
- src/FBox.cs: Add protected IntPtr? constructor to avoid Gtk#
exception.
- src/LinearAxis.cs: Handle negative min and max values better.
|
| Line | |
|---|
| 1 | 2008-06-02 Brad Taylor <brad.taylor@medsphere.com> |
|---|
| 2 | |
|---|
| 3 | * configure.ac: Fix doxygen checking. Release version 0.2.1. |
|---|
| 4 | |
|---|
| 5 | * src/CPaned.cs: Unset size request override if height is less than |
|---|
| 6 | zero. Expose underlying pane publicly. |
|---|
| 7 | |
|---|
| 8 | * src/FBox.cs: Add protected IntPtr constructor to avoid Gtk# |
|---|
| 9 | exception. |
|---|
| 10 | |
|---|
| 11 | * src/LinearAxis.cs: Handle negative min and max values better. |
|---|
| 12 | |
|---|
| 13 | 2008-02-12 Brad Taylor <brad.taylor@medsphere.com> |
|---|
| 14 | |
|---|
| 15 | * configure.ac: Use tar-pax to get around 99 character limit. |
|---|
| 16 | |
|---|
| 17 | * configure.ac: Release version 0.2 |
|---|
| 18 | |
|---|
| 19 | 2008-02-12 Brad Taylor <brad.taylor@medsphere.com> |
|---|
| 20 | |
|---|
| 21 | * src/IconLayout.cs: |
|---|
| 22 | * src/ICairoCellRenderer.cs: |
|---|
| 23 | * src/BoxCellRenderer.cs: |
|---|
| 24 | * src/PixbufCellRenderer.cs: |
|---|
| 25 | * src/TextCellRenderer.cs: |
|---|
| 26 | * demo/IconLayoutDemo.cs: Add IconLayout as the fifth widget in |
|---|
| 27 | Medsphere.Widgets. |
|---|
| 28 | |
|---|
| 29 | * src/graph/*: Replace all instances of VoidHandler with EventHandler. |
|---|
| 30 | Slightly breaks API. |
|---|
| 31 | |
|---|
| 32 | * src/graph/*: |
|---|
| 33 | * src/CairoHelper.cs: Refactor code to use shared CairoHelper for all |
|---|
| 34 | Cairo widgets. |
|---|
| 35 | |
|---|
| 36 | 2007-12-18 Brad Taylor <brad.taylor@medsphere.com> |
|---|
| 37 | |
|---|
| 38 | * configure.ac: Release version 0.1 |
|---|
| 39 | |
|---|
| 40 | 2007-12-17 Brad Taylor <brad.taylor@medsphere.com> |
|---|
| 41 | |
|---|
| 42 | * Initial import |
|---|