|
Revision 119, 0.6 kB
(checked in by DRK, 6 years ago)
|
* Added bindings for the Glitz and Xlib backends.
* Checked in cairooo: an OO layer on top of the cairo binding.
* Added snippets directory for cairooo
* Added basic tutorial on how to use cairooo
* Added a simple demo program.
* Added scripts for building import libraries.
* Fixed several bugs.
* Drank WAAY too much coffee.
|
| Line | |
|---|
| 1 |
module snippets.all; |
|---|
| 2 |
|
|---|
| 3 |
import snippets.common; |
|---|
| 4 |
|
|---|
| 5 |
import snippets.arc; |
|---|
| 6 |
import snippets.arc_negative; |
|---|
| 7 |
import snippets.clip; |
|---|
| 8 |
import snippets.clip_image; |
|---|
| 9 |
import snippets.curve_rectangle; |
|---|
| 10 |
import snippets.curve_to; |
|---|
| 11 |
import snippets.fill_and_stroke2; |
|---|
| 12 |
import snippets.fill_and_stroke; |
|---|
| 13 |
import snippets.gradient; |
|---|
| 14 |
import snippets.image; |
|---|
| 15 |
import snippets.imagepattern; |
|---|
| 16 |
import snippets.path; |
|---|
| 17 |
//import snippets.pattern_fill; |
|---|
| 18 |
import snippets.set_line_cap; |
|---|
| 19 |
import snippets.set_line_join; |
|---|
| 20 |
import snippets.text; |
|---|
| 21 |
import snippets.text_align_center; |
|---|
| 22 |
import snippets.text_extents; |
|---|