File: TODO

package info (click to toggle)
gimp 2.2.13-1etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 94,832 kB
  • ctags: 47,113
  • sloc: ansic: 524,858; xml: 36,798; lisp: 9,870; sh: 9,409; makefile: 7,923; python: 2,674; perl: 2,589; yacc: 520; lex: 334
file content (47 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download | duplicates (5)
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
Version 1.4

 * Snap to grid during resize.
 * 'Divider' object.
 * Move polygon sides.
 * Gimp style guides.

Version 1.5

 * Standalone version
 * Configuration script
 * Warning icon for area's without URL.
 * Add HTML 4.0 tags (TABINDEX, ACCESKEY)
 * User-definable tags
 * Use shift mousebutton to restrict polygon drawing direction.

Version 1.9

 * Freehand drawing of polygon
 * 'Morph to' functions (Polygon <-> circle <-> Rectangle)
 * Write manual

Version 2.0

 * Same as 1.9 with bugs fixed
 * Code cleanup



BUGS

* Polygon not limited to 100 points (Is this really neccessary?)
* Rulers move when scrolling in preview window (see interface.c in Gimp).
* 'Move' only moves current object.

Miscellaneous

* Zooming performance is poor
* Compare image-name in HTML file with loaded image and issue warning
  if different.
* Restrict to screen size for large images.
* Don't redraw complete polygon while moving a sash.
* Compliancy with GIMP 1.1.x:
  - Use GIMP's 1.1.x new help system
  - Tear-off menu's
  - Arrow button with similar action as pop-up in upper left of preview window
  - Paner widget in lower right of preview window for fast navigation.