annotate src/icons/icon_float.xpm @ 35:e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
* pan-view.c: Optimize pan_layout_intersect by dividing object list
into smaller sets (of ~ 1000 each) grouped by coordinates, this makes
drawing tiles much faster when the window contains > 100,000 images.
This adds the complexity of walking two lists when searching for a
specific item, but the speed increase is worth it.
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
author |
gqview |
date |
Fri, 08 Apr 2005 19:43:25 +0000 |
parents |
b3e0e515fabf |
children |
|
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * icon_float_xpm[] = {
|
|
3 "10 20 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #CFCFCF",
|
|
8 "# c #797D79",
|
|
9 " ",
|
|
10 " ....... ",
|
|
11 " .++@+@.# ",
|
|
12 " .+@+@@.# ",
|
|
13 " .@@@.## ",
|
|
14 " .+@@.## ",
|
|
15 " .@@@.# ",
|
|
16 " .+@@.# ",
|
|
17 " .++@@@. ",
|
|
18 ".++@+@+@. ",
|
|
19 ".+@@@@@@.#",
|
|
20 ".........#",
|
|
21 " #.@.####",
|
|
22 " .+.# ",
|
|
23 " .+.# ",
|
|
24 " .+.# ",
|
|
25 " .+.# ",
|
|
26 " .## ",
|
|
27 " # ",
|
|
28 " "};
|