]> code.delx.au - gnu-emacs-elpa/blob - packages/xpm/HACKING
[xpm maint] Add HACKING; nfc.
[gnu-emacs-elpa] / packages / xpm / HACKING
1 HACKING xpm.el (et al) -*- org -*-
2
3 This file is both a guide for newcomers and a todo list for oldstayers.
4
5 * ideas / wishlist
6 *** add xpm-mode for interactive use
7 ***** hide/show header lines
8 ***** palette
9 ******* hide/show
10 ******* display each PX in associated color (loses for ā€˜sā€™-only)
11 ******* display as table (conserve vertical space)
12 ******* add state "current px", commands to set it
13 ***** hide/show sides
14 *** composition facilities
15 ***** multilevel congruence
16 ******* dimensions only
17 ******* palette not None
18 ******* palette subset
19 ******* full palette
20 ***** destructive (2-op) vs non-destructive (3-op)
21 ***** customizable pixel-compose fn
22 *** misc functionality
23 ***** validate palette-data correspondance
24 ***** import from rectangle
25 ******* as-is (dangerous)
26 ******* w/ char-to-px quantization
27 * etc
28 #+odd
29
30 \f
31 Copyright (C) 2014 Free Software Foundation, Inc.
32
33 Copying and distribution of this file, with or without modification,
34 are permitted provided the copyright notice and this notice are preserved.