## Unmaintained Project ## This project and all related repositories have been officially archived. Kind Regards - LinxGem33 (Andy C)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
49 | Active |
48 | Active |
47 | Active |
46 | Active |
45 | Active |
44 | Active |
43 | Active |
42 | Active |
41 | Active |
40 | Active |
39 | Active |
38 | Active |
37 | Active |
36 | Rejected |
35 | Active |
34 | Active |
33 | Rejected |
32 | Active |
31 | Inactive |
30 | Active |
29 | Rejected |
28 | Inactive |
27 | Inactive |
26 | Rejected |
25 | Inactive |
24 | Inactive |
23 | Inactive |
22 | Active |
21 | Rejected |
20 | Inactive |
19 | Active |
18 | Rejected |
17 | Rejected |
16 | Active |
15 | Active |
14 | Active |
13 | Active |
12 | Rejected |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Inactive |
5 | Rejected |
4 | Rejected |
3 | Active |
2 | Active |
1 | Active |
Hi This has been stuck waiting for a review for over a month now, apologies if your short handed or busy but can someone please review this extension at their nearest convenience. kind regards
Approved. A few notes about Cairo in GJS: * The Cairo bindings in GJS are not perfect, so you need to call `cr.$dispose()` (including the $) when you are done with a Cairo Context or you'll leak a little bit of memory each time. * If it's possible to create a subclass of StDrawingArea, overriding `vfunc_repaint()` performs a little better than connecting to the signal. The function gets a single `cr` argument passed in and `this === StDrawingArea`. * You should probably return `false` from both a signal connection or a vfunc to propagate the event. Usually not returning anything (aka `undefined`) will be coerced to `false`, but that might change one day.
Thanks Andy We will look into that for v32 kind regards