many bug fixes, finished some delegate code, updated menu file bug from EXEC
[wmaker-crm.git] / WPrefs.app / Appearance.c
blob0b36734cd23d3a961dd7b73480e01e2d8866ae6a
1 /* Apperance.c- color/texture for titlebar etc.
2 *
3 * WPrefs - Window Maker Preferences Program
4 *
5 * Copyright (c) 1999 Alfredo K. Kojima
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
20 * USA.
24 #include "WPrefs.h"
26 #include <unistd.h>
27 #include <errno.h>
28 #include <ctype.h>
29 #include <time.h>
30 #include <sys/stat.h>
31 #include <sys/types.h>
32 #include <fcntl.h>
33 #include <unistd.h>
38 #include "TexturePanel.h"
40 typedef struct _Panel {
41 WMFrame *frame;
42 char *sectionName;
44 char *description;
46 CallbackRec callbacks;
48 WMWindow *win;
50 WMLabel *prevL;
53 WMTabView *tabv;
55 /* texture list */
56 WMFrame *texF;
57 WMList *texLs;
59 WMPopUpButton *secP;
61 WMButton *newB;
62 WMButton *editB;
63 WMButton *ripB;
64 WMButton *delB;
66 /* text color */
67 WMFrame *colF;
69 WMPopUpButton *colP;
70 WMColor *colors[14];
72 WMColorWell *colW;
74 WMColorWell *sampW[24];
76 /* options */
77 WMFrame *optF;
79 WMFrame *mstyF;
80 WMButton *mstyB[3];
82 WMFrame *taliF;
83 WMButton *taliB[3];
85 /* */
87 int textureIndex[8];
89 WMFont *smallFont;
90 WMFont *normalFont;
91 WMFont *boldFont;
93 TexturePanel *texturePanel;
95 WMPixmap *onLed;
96 WMPixmap *offLed;
97 WMPixmap *hand;
99 int oldsection;
100 int oldcsection;
102 char oldTabItem;
104 char menuStyle;
106 char titleAlignment;
108 Pixmap preview;
110 char *fprefix;
111 } _Panel;
114 typedef struct {
115 char *title;
116 char *texture;
117 proplist_t prop;
118 Pixmap preview;
120 char *path;
122 char selectedFor;
123 unsigned current:1;
124 unsigned ispixmap:1;
125 } TextureListItem;
127 static void updateColorPreviewBox(_Panel *panel, int elements);
129 static void showData(_Panel *panel);
131 static void changePage(WMWidget *w, void *data);
133 static void changeColorPage(WMWidget *w, void *data);
135 static void OpenExtractPanelFor(_Panel *panel, char *path);
139 static void changedTabItem(struct WMTabViewDelegate *self, WMTabView *tabView,
140 WMTabViewItem *item);
144 static WMTabViewDelegate tabviewDelegate = {
145 NULL,
146 NULL, /* didChangeNumberOfItems */
147 changedTabItem, /* didSelectItem */
148 NULL, /* shouldSelectItem */
149 NULL /* willSelectItem */
153 #define ICON_FILE "appearance"
155 #define TNEW_FILE "tnew"
156 #define TDEL_FILE "tdel"
157 #define TEDIT_FILE "tedit"
158 #define TEXTR_FILE "textr"
160 #define MSTYLE1_FILE "msty1"
161 #define MSTYLE2_FILE "msty2"
162 #define MSTYLE3_FILE "msty3"
165 /* XPM */
166 static char * blueled_xpm[] = {
167 "8 8 17 1",
168 " c None",
169 ". c #020204",
170 "+ c #16B6FC",
171 "@ c #176AFC",
172 "# c #163AFC",
173 "$ c #72D2FC",
174 "% c #224CF4",
175 "& c #76D6FC",
176 "* c #16AAFC",
177 "= c #CEE9FC",
178 "- c #229EFC",
179 "; c #164CFC",
180 "> c #FAFEFC",
181 ", c #2482FC",
182 "' c #1652FC",
183 ") c #1E76FC",
184 "! c #1A60FC",
185 " .... ",
186 " .=>-@. ",
187 ".=>$@@'.",
188 ".=$@!;;.",
189 ".!@*+!#.",
190 ".#'*+*,.",
191 " .@)@,. ",
192 " .... "};
195 /* XPM */
196 static char *blueled2_xpm[] = {
197 /* width height num_colors chars_per_pixel */
198 " 8 8 17 1",
199 /* colors */
200 ". c None",
201 "# c #090909",
202 "a c #4b63a4",
203 "b c #011578",
204 "c c #264194",
205 "d c #04338c",
206 "e c #989dac",
207 "f c #011a7c",
208 "g c #465c9c",
209 "h c #03278a",
210 "i c #6175ac",
211 "j c #011e74",
212 "k c #043a90",
213 "l c #042f94",
214 "m c #0933a4",
215 "n c #022184",
216 "o c #012998",
217 /* pixels */
218 "..####..",
219 ".#aimn#.",
220 "#aechnf#",
221 "#gchnjf#",
222 "#jndknb#",
223 "#bjdddl#",
224 ".#nono#.",
225 "..####.."
228 /* XPM */
229 static char * hand_xpm[] = {
230 "22 21 17 1",
231 " c None",
232 ". c #030305",
233 "+ c #101010",
234 "@ c #535355",
235 "# c #7F7F7E",
236 "$ c #969697",
237 "% c #B5B5B6",
238 "& c #C5C5C6",
239 "* c #D2D2D0",
240 "= c #DCDCDC",
241 "- c #E5E5E4",
242 "; c #ECECEC",
243 "> c #767674",
244 ", c #F2F2F4",
245 "' c #676767",
246 ") c #FDFDFB",
247 "! c #323234",
248 " ",
249 " ..... ",
250 " ..#%&&$. ",
251 " .))),%.......... ",
252 " .)-)),&)))))))))$. ",
253 " .-&))))))))),,,,;;. ",
254 " .=)))))))));-=***&$. ",
255 " .=)))))))),..+..... ",
256 " +=)))))))))-&#. ",
257 " +=)))))))))-%>. ",
258 " +&)))))))))-%'. ",
259 " +$,,))))));... ",
260 " .#%%*;,)),*$>+ ",
261 " .'>$%&&&&$#@. ",
262 " .!'>#$##>'. ",
263 " ..+++++. ",
264 " ",
265 " ##@@@## ",
266 " @@@@@@@@@@@ ",
267 " >>@@@## ",
268 " "};
272 static char *sampleColors[] = {
273 "black",
274 "#292929",
275 "#525252",
276 "#848484",
277 "#adadad",
278 "#d6d6d6",
279 "white",
280 "#d6d68c",
281 "#d6a57b",
282 "#8cd68c",
283 "#8cd6ce",
284 "#d68c8c",
285 "#8c9cd6",
286 "#bd86d6",
287 "#d68cbd",
288 "#d64a4a",
289 "#4a5ad6",
290 "#4ad6ce",
291 "#4ad65a",
292 "#ced64a",
293 "#d6844a",
294 "#8ad631",
295 "#ce29c6",
296 "#ce2973",
297 "black"
301 static char *textureOptions[] = {
302 "FTitleBack", "(solid, black)", "[Focused]",
303 "UTitleBack", "(solid, gray)", "[Unfocused]",
304 "PTitleBack", "(solid, \"#616161\")", "[Owner of Focused]",
305 "ResizebarBack", "(solid, gray)", "[Resizebar]",
306 "MenuTitleBack", "(solid, black)", "[Menu Title]",
307 "MenuTextBack", "(solid, gray)", "[Menu Item]",
308 "IconBack", "(solid, gray)", "[Icon]"
312 #define RESIZEBAR_BEVEL -1
313 #define MENU_BEVEL -2
315 #define TEXPREV_WIDTH 40
316 #define TEXPREV_HEIGHT 24
319 #define MSTYLE_NORMAL 0
320 #define MSTYLE_SINGLE 1
321 #define MSTYLE_FLAT 2
324 #define FTITLE_COL (1<<0)
325 #define UTITLE_COL (1<<1)
326 #define OTITLE_COL (1<<2)
327 #define MTITLE_COL (1<<3)
328 #define MITEM_COL (1<<4)
329 #define MDISAB_COL (1<<5)
330 #define MHIGH_COL (1<<6)
331 #define MHIGHT_COL (1<<7)
332 #define ICONT_COL (1<<8)
333 #define ICONB_COL (1<<9)
334 #define CLIP_COL (1<<10)
335 #define CCLIP_COL (1<<11)
338 static char *colorOptions[] = {
339 "FTitleColor", "white",
340 "UTitleColor", "black",
341 "PTitleColor", "white",
342 "MenuTitleColor", "white",
343 "MenuTextColor", "black",
344 "MenuDisabledColor", "#616161",
345 "HighlightColor", "white",
346 "HighlightTextColor", "black",
347 "IconTitleColor", "white",
348 "IconTitleBack", "black",
349 "ClipTitleColor", "black",
350 "CClipTitleColor", "#454045"
356 static WMRect previewPositions[] = {
357 #define PFOCUSED 0
358 {{30,10},{190, 20}},
359 #define PUNFOCUSED 1
360 {{30,40},{190,20}},
361 #define POWNER 2
362 {{30,70},{190,20}},
363 #define PRESIZEBAR 3
364 {{30,100},{190,9}},
365 #define PMTITLE 4
366 {{30,120},{90,20}},
367 #define PMITEM 5
368 {{30,140},{90,20*4}},
369 #define PICON 6
370 {{155,130},{64,64}}
372 #define EVERYTHING 0xff
375 static WMRect previewColorPositions[] = {
376 {{30,10},{190, 20}},
377 {{30,40},{190,20}},
378 {{30,70},{190,20}},
379 {{30,120},{90,20}},
380 {{30,140},{90,20}},
381 {{30,160},{90,20}},
382 {{30,180},{90,20}},
383 {{30,200},{90,20}},
384 {{155,130},{64,64}},
385 {{155,130},{64,64}},
386 {{155,130},{64,64}},
387 {{155,130},{64,64}}
392 static void
393 str2rcolor(RContext *rc, char *name, RColor *color)
395 XColor xcolor;
397 XParseColor(rc->dpy, rc->cmap, name, &xcolor);
399 color->alpha = 255;
400 color->red = xcolor.red >> 8;
401 color->green = xcolor.green >> 8;
402 color->blue = xcolor.blue >> 8;
406 static void
407 dumpRImage(char *path, RImage *image)
409 FILE *f;
411 f = fopen(path, "w");
412 if (!f) {
413 wsyserror(path);
414 return;
416 fprintf(f, "%02x%02x%1x", image->width, image->height,
417 image->data[3]!=NULL ? 4 : 3);
419 fwrite(image->data[0], 1, image->width * image->height, f);
420 fwrite(image->data[1], 1, image->width * image->height, f);
421 fwrite(image->data[2], 1, image->width * image->height, f);
422 if (image->data[3])
423 fwrite(image->data[3], 1, image->width * image->height, f);
425 if (fclose(f) < 0) {
426 wsyserror(path);
432 static int
433 isPixmap(proplist_t prop)
435 proplist_t p;
436 char *s;
438 p = PLGetArrayElement(prop, 0);
439 s = PLGetString(p);
440 if (strcasecmp(&s[1], "pixmap")==0)
441 return 1;
442 else
443 return 0;
447 /**********************************************************************/
449 static void
450 drawResizebarBevel(RImage *img)
452 RColor light;
453 RColor dark;
454 RColor black;
455 int width = img->width;
456 int height = img->height;
457 int cwidth = 28;
459 black.alpha = 255;
460 black.red = black.green = black.blue = 0;
462 light.alpha = 0;
463 light.red = light.green = light.blue = 80;
465 dark.alpha = 0;
466 dark.red = dark.green = dark.blue = 40;
468 ROperateLine(img, RSubtractOperation, 0, 0, width-1, 0, &dark);
469 ROperateLine(img, RAddOperation, 0, 1, width-1, 1, &light);
471 ROperateLine(img, RSubtractOperation, cwidth, 2, cwidth, height-1, &dark);
472 ROperateLine(img, RAddOperation, cwidth+1, 2, cwidth+1, height-1, &light);
474 ROperateLine(img, RSubtractOperation, width-cwidth-2, 2, width-cwidth-2,
475 height-1, &dark);
476 ROperateLine(img, RAddOperation, width-cwidth-1, 2, width-cwidth-1,
477 height-1, &light);
479 RDrawLine(img, 0, height-1, width-1, height-1, &black);
480 RDrawLine(img, 0, 0, 0, height-1, &black);
481 RDrawLine(img, width-1, 0, width-1, height-1, &black);
485 static void
486 drawMenuBevel(RImage *img)
488 RColor light, dark, mid;
489 int i;
490 int iheight = img->height / 4;
492 light.alpha = 0;
493 light.red = light.green = light.blue = 80;
495 dark.alpha = 255;
496 dark.red = dark.green = dark.blue = 0;
498 mid.alpha = 0;
499 mid.red = mid.green = mid.blue = 40;
501 for (i = 1; i < 4; i++) {
502 ROperateLine(img, RSubtractOperation, 0, i*iheight-2,
503 img->width-1, i*iheight-2, &mid);
505 RDrawLine(img, 0, i*iheight-1, img->width-1, i*iheight-1, &dark);
507 ROperateLine(img, RAddOperation, 1, i*iheight,
508 img->width-2, i*iheight, &light);
513 static Pixmap
514 renderTexture(WMScreen *scr, proplist_t texture, int width, int height,
515 char *path, int border)
517 char *type;
518 RImage *image = NULL;
519 Pixmap pixmap;
520 RContext *rc = WMScreenRContext(scr);
521 char *str;
522 RColor rcolor;
525 type = PLGetString(PLGetArrayElement(texture, 0));
527 if (strcasecmp(type, "solid")==0) {
529 str = PLGetString(PLGetArrayElement(texture, 1));
531 str2rcolor(rc, str, &rcolor);
533 image = RCreateImage(width, height, False);
534 RClearImage(image, &rcolor);
535 } else if (strcasecmp(&type[1], "gradient")==0) {
536 int style;
537 RColor rcolor2;
539 switch (toupper(type[0])) {
540 case 'V':
541 style = RVerticalGradient;
542 break;
543 case 'H':
544 style = RHorizontalGradient;
545 break;
546 default:
547 case 'D':
548 style = RDiagonalGradient;
549 break;
552 str = PLGetString(PLGetArrayElement(texture, 1));
553 str2rcolor(rc, str, &rcolor);
554 str = PLGetString(PLGetArrayElement(texture, 2));
555 str2rcolor(rc, str, &rcolor2);
557 image = RRenderGradient(width, height, &rcolor, &rcolor2, style);
558 } else if (strcasecmp(&type[2], "gradient")==0 && toupper(type[0])=='T') {
559 int style;
560 RColor rcolor2;
561 int i;
562 RImage *grad, *timage;
563 char *path;
565 switch (toupper(type[1])) {
566 case 'V':
567 style = RVerticalGradient;
568 break;
569 case 'H':
570 style = RHorizontalGradient;
571 break;
572 default:
573 case 'D':
574 style = RDiagonalGradient;
575 break;
578 str = PLGetString(PLGetArrayElement(texture, 3));
579 str2rcolor(rc, str, &rcolor);
580 str = PLGetString(PLGetArrayElement(texture, 4));
581 str2rcolor(rc, str, &rcolor2);
583 str = PLGetString(PLGetArrayElement(texture, 1));
585 path = wfindfileinarray(GetObjectForKey("PixmapPath"), str);
586 timage = RLoadImage(rc, path, 0);
588 if (!timage) {
589 wwarning("could not load file '%s': %s", path,
590 RMessageForError(RErrorCode));
591 } else {
592 grad = RRenderGradient(width, height, &rcolor, &rcolor2, style);
594 image = RMakeTiledImage(timage, width, height);
595 RDestroyImage(timage);
597 i = atoi(PLGetString(PLGetArrayElement(texture, 2)));
599 RCombineImagesWithOpaqueness(image, grad, i);
600 RDestroyImage(grad);
602 } else if (strcasecmp(&type[2], "gradient")==0 && toupper(type[0])=='M') {
603 int style;
604 RColor **colors;
605 int i, j;
607 switch (toupper(type[1])) {
608 case 'V':
609 style = RVerticalGradient;
610 break;
611 case 'H':
612 style = RHorizontalGradient;
613 break;
614 default:
615 case 'D':
616 style = RDiagonalGradient;
617 break;
620 j = PLGetNumberOfElements(texture);
622 if (j > 0) {
623 colors = wmalloc(j * sizeof(RColor*));
625 for (i = 2; i < j; i++) {
626 str = PLGetString(PLGetArrayElement(texture, i));
627 colors[i-2] = wmalloc(sizeof(RColor));
628 str2rcolor(rc, str, colors[i-2]);
630 colors[i-2] = NULL;
632 image = RRenderMultiGradient(width, height, colors, style);
634 for (i = 0; colors[i]!=NULL; i++)
635 free(colors[i]);
636 free(colors);
638 } else if (strcasecmp(&type[1], "pixmap")==0) {
639 RImage *timage = NULL;
640 char *path;
641 RColor color;
643 str = PLGetString(PLGetArrayElement(texture, 1));
645 path = wfindfileinarray(GetObjectForKey("PixmapPath"), str);
646 if (path)
647 timage = RLoadImage(rc, path, 0);
649 if (!timage) {
650 wwarning("could not load file '%s': %s", path ? path : str,
651 RMessageForError(RErrorCode));
652 } else {
653 str = PLGetString(PLGetArrayElement(texture, 2));
654 str2rcolor(rc, str, &color);
656 switch (toupper(type[0])) {
657 case 'T':
658 image = RMakeTiledImage(timage, width, height);
659 RDestroyImage(timage);
660 timage = image;
661 break;
662 case 'C':
663 image = RMakeCenteredImage(timage, width, height, &color);
664 RDestroyImage(timage);
665 timage = image;
666 break;
667 case 'S':
668 case 'M':
669 image = RScaleImage(timage, width, height);
670 RDestroyImage(timage);
671 timage = image;
672 break;
676 free(path);
679 if (!image)
680 return None;
682 if (path) {
683 dumpRImage(path, image);
686 if (border < 0) {
687 if (border == RESIZEBAR_BEVEL) {
688 drawResizebarBevel(image);
689 } else if (border == MENU_BEVEL) {
690 drawMenuBevel(image);
691 RBevelImage(image, RBEV_RAISED2);
693 } else if (border) {
694 RBevelImage(image, border);
697 RConvertImage(rc, image, &pixmap);
698 RDestroyImage(image);
700 return pixmap;
704 static Pixmap
705 renderMenu(_Panel *panel, proplist_t texture, int width, int iheight)
707 WMScreen *scr = WMWidgetScreen(panel->win);
708 Display *dpy = WMScreenDisplay(scr);
709 Pixmap pix, tmp;
710 GC gc = XCreateGC(dpy, WMWidgetXID(panel->win), 0, NULL);
711 int i;
713 switch (panel->menuStyle) {
714 case MSTYLE_NORMAL:
715 tmp = renderTexture(scr, texture, width, iheight, NULL, RBEV_RAISED2);
717 pix = XCreatePixmap(dpy, tmp, width, iheight*4, WMScreenDepth(scr));
718 for (i = 0; i < 4; i++) {
719 XCopyArea(dpy, tmp, pix, gc, 0, 0, width, iheight, 0, iheight*i);
721 XFreePixmap(dpy, tmp);
722 break;
723 case MSTYLE_SINGLE:
724 pix = renderTexture(scr, texture, width, iheight*4, NULL, MENU_BEVEL);
725 break;
726 case MSTYLE_FLAT:
727 pix = renderTexture(scr, texture, width, iheight*4, NULL, RBEV_RAISED2);
728 break;
730 XFreeGC(dpy, gc);
732 return pix;
736 static void
737 renderPreview(_Panel *panel, GC gc, int part, int relief)
739 WMListItem *item;
740 TextureListItem *titem;
741 Pixmap pix;
742 WMScreen *scr = WMWidgetScreen(panel->frame);
744 item = WMGetListItem(panel->texLs, panel->textureIndex[part]);
745 titem = (TextureListItem*)item->clientData;
747 pix = renderTexture(scr, titem->prop,
748 previewPositions[part].size.width,
749 previewPositions[part].size.height,
750 NULL, relief);
752 XCopyArea(WMScreenDisplay(scr), pix, panel->preview, gc, 0, 0,
753 previewPositions[part].size.width,
754 previewPositions[part].size.height,
755 previewPositions[part].pos.x,
756 previewPositions[part].pos.y);
758 XFreePixmap(WMScreenDisplay(scr), pix);
762 static void
763 updatePreviewBox(_Panel *panel, int elements)
765 WMScreen *scr = WMWidgetScreen(panel->win);
766 Display *dpy = WMScreenDisplay(scr);
767 /* RContext *rc = WMScreenRContext(scr);*/
768 int refresh = 0;
769 Pixmap pix;
770 GC gc;
771 WMListItem *item;
772 TextureListItem *titem;
773 int colorUpdate = 0;
775 gc = XCreateGC(dpy, WMWidgetXID(panel->win), 0, NULL);
778 if (panel->preview == None) {
779 WMColor *color;
781 panel->preview = XCreatePixmap(dpy, WMWidgetXID(panel->win),
782 240-4, 215-4, WMScreenDepth(scr));
784 color = WMGrayColor(scr);
785 XFillRectangle(dpy, panel->preview, WMColorGC(color),
786 0, 0, 240-4, 215-4);
787 WMReleaseColor(color);
789 refresh = -1;
793 if (elements & (1<<PFOCUSED)) {
794 renderPreview(panel, gc, PFOCUSED, RBEV_RAISED2);
795 colorUpdate |= FTITLE_COL;
797 if (elements & (1<<PUNFOCUSED)) {
798 renderPreview(panel, gc, PUNFOCUSED, RBEV_RAISED2);
799 colorUpdate |= UTITLE_COL;
801 if (elements & (1<<POWNER)) {
802 renderPreview(panel, gc, POWNER, RBEV_RAISED2);
803 colorUpdate |= OTITLE_COL;
805 if (elements & (1<<PRESIZEBAR)) {
806 renderPreview(panel, gc, PRESIZEBAR, RESIZEBAR_BEVEL);
808 if (elements & (1<<PMTITLE)) {
809 renderPreview(panel, gc, PMTITLE, RBEV_RAISED2);
810 colorUpdate |= MTITLE_COL;
812 if (elements & (1<<PMITEM)) {
813 item = WMGetListItem(panel->texLs, panel->textureIndex[5]);
814 titem = (TextureListItem*)item->clientData;
816 pix = renderMenu(panel, titem->prop,
817 previewPositions[PMITEM].size.width,
818 previewPositions[PMITEM].size.height/4);
820 XCopyArea(dpy, pix, panel->preview, gc, 0, 0,
821 previewPositions[PMITEM].size.width,
822 previewPositions[PMITEM].size.height,
823 previewPositions[PMITEM].pos.x,
824 previewPositions[PMITEM].pos.y);
826 XFreePixmap(dpy, pix);
828 colorUpdate |= MITEM_COL|MDISAB_COL|MHIGH_COL|MHIGHT_COL;
830 if (elements & (1<<PMITEM|1<<PMTITLE)) {
831 XDrawLine(dpy, panel->preview, gc, 29, 120, 29, 120+20*4+20);
832 XDrawLine(dpy, panel->preview, gc, 29, 119, 119, 119);
834 if (elements & (1<<PICON)) {
835 renderPreview(panel, gc, PICON,
836 titem->ispixmap ? 0 : RBEV_RAISED3);
838 colorUpdate |= ICONT_COL|ICONB_COL|CLIP_COL|CCLIP_COL;
840 if (refresh < 0) {
841 WMPixmap *p;
843 p = WMCreatePixmapFromXPixmaps(scr, panel->preview, None,
844 240-4, 215-4, WMScreenDepth(scr));
846 WMSetLabelImage(panel->prevL, p);
847 WMReleasePixmap(p);
849 if (colorUpdate)
850 updateColorPreviewBox(panel, colorUpdate);
851 } else {
852 if (colorUpdate)
853 updateColorPreviewBox(panel, colorUpdate);
854 else
855 WMRedisplayWidget(panel->prevL);
858 XFreeGC(dpy, gc);
864 static void
865 cancelNewTexture(void *data)
867 _Panel *panel = (_Panel*)data;
869 HideTexturePanel(panel->texturePanel);
875 static char*
876 makeFileName(char *prefix)
878 char *fname;
880 fname = wstrdup(prefix);
882 while (access(fname, F_OK)==0) {
883 char buf[30];
885 free(fname);
886 sprintf(buf, "%08lx.cache", time(NULL));
887 fname = wstrappend(prefix, buf);
890 return fname;
896 static void
897 okNewTexture(void *data)
899 _Panel *panel = (_Panel*)data;
900 WMListItem *item;
901 char *name;
902 char *str;
903 proplist_t prop;
904 TextureListItem *titem;
905 WMScreen *scr = WMWidgetScreen(panel->win);
907 titem = wmalloc(sizeof(TextureListItem));
908 memset(titem, 0, sizeof(TextureListItem));
910 HideTexturePanel(panel->texturePanel);
912 name = GetTexturePanelTextureName(panel->texturePanel);
914 prop = GetTexturePanelTexture(panel->texturePanel);
916 str = PLGetDescription(prop);
918 titem->title = name;
919 titem->prop = prop;
920 titem->texture = str;
921 titem->selectedFor = 0;
923 titem->ispixmap = isPixmap(prop);
925 titem->path = makeFileName(panel->fprefix);
926 titem->preview = renderTexture(scr, prop, TEXPREV_WIDTH, TEXPREV_HEIGHT,
927 titem->path, 0);
929 item = WMAddListItem(panel->texLs, "");
930 item->clientData = titem;
932 WMSetListPosition(panel->texLs, WMGetListNumberOfRows(panel->texLs));
936 static void
937 okEditTexture(void *data)
939 _Panel *panel = (_Panel*)data;
940 WMListItem *item;
941 char *name;
942 char *str;
943 proplist_t prop;
944 TextureListItem *titem;
946 item = WMGetListItem(panel->texLs, WMGetListSelectedItemRow(panel->texLs));
947 titem = (TextureListItem*)item->clientData;
949 HideTexturePanel(panel->texturePanel);
951 if (titem->current) {
952 name = GetTexturePanelTextureName(panel->texturePanel);
954 free(titem->title);
955 titem->title = name;
958 prop = GetTexturePanelTexture(panel->texturePanel);
960 str = PLGetDescription(prop);
962 PLRelease(titem->prop);
963 titem->prop = prop;
965 titem->ispixmap = isPixmap(prop);
967 free(titem->texture);
968 titem->texture = str;
970 XFreePixmap(WMScreenDisplay(WMWidgetScreen(panel->texLs)), titem->preview);
971 titem->preview = renderTexture(WMWidgetScreen(panel->texLs), titem->prop,
972 TEXPREV_WIDTH, TEXPREV_HEIGHT,
973 titem->path, 0);
975 WMRedisplayWidget(panel->texLs);
977 if (titem->selectedFor)
978 updatePreviewBox(panel, titem->selectedFor);
980 changePage(panel->secP, panel);
985 static void
986 editTexture(WMWidget *w, void *data)
988 _Panel *panel = (_Panel*)data;
989 WMListItem *item;
990 TextureListItem *titem;
992 item = WMGetListItem(panel->texLs, WMGetListSelectedItemRow(panel->texLs));
993 titem = (TextureListItem*)item->clientData;
995 SetTexturePanelPixmapPath(panel->texturePanel,
996 GetObjectForKey("PixmapPath"));
998 SetTexturePanelTexture(panel->texturePanel, titem->title, titem->prop);
1000 SetTexturePanelCancelAction(panel->texturePanel, cancelNewTexture, panel);
1001 SetTexturePanelOkAction(panel->texturePanel, okEditTexture, panel);
1003 ShowTexturePanel(panel->texturePanel);
1008 static void
1009 newTexture(WMWidget *w, void *data)
1011 _Panel *panel = (_Panel*)data;
1013 SetTexturePanelPixmapPath(panel->texturePanel,
1014 GetObjectForKey("PixmapPath"));
1016 SetTexturePanelTexture(panel->texturePanel, "New Texture", NULL);
1018 SetTexturePanelCancelAction(panel->texturePanel, cancelNewTexture, panel);
1020 SetTexturePanelOkAction(panel->texturePanel, okNewTexture, panel);
1022 ShowTexturePanel(panel->texturePanel);
1027 static void
1028 deleteTexture(WMWidget *w, void *data)
1030 _Panel *panel = (_Panel*)data;
1031 WMListItem *item;
1032 TextureListItem *titem;
1033 int row;
1034 int section;
1036 section = WMGetPopUpButtonSelectedItem(panel->secP);
1037 row = WMGetListSelectedItemRow(panel->texLs);
1038 item = WMGetListItem(panel->texLs, row);
1039 titem = (TextureListItem*)item->clientData;
1041 if (titem->selectedFor & (1 << section)) {
1042 TextureListItem *titem2;
1044 panel->textureIndex[section] = section;
1045 item = WMGetListItem(panel->texLs, section);
1046 titem2 = (TextureListItem*)item->clientData;
1047 titem2->selectedFor |= 1 << section;
1050 free(titem->title);
1051 free(titem->texture);
1052 PLRelease(titem->prop);
1053 if (titem->path) {
1054 if (remove(titem->path) < 0 && errno != ENOENT) {
1055 wsyserror("could not remove file %s", titem->path);
1057 free(titem->path);
1060 free(titem);
1062 WMRemoveListItem(panel->texLs, row);
1063 WMSetButtonEnabled(panel->delB, False);
1069 static void
1070 extractTexture(WMWidget *w, void *data)
1072 _Panel *panel = (_Panel*)data;
1073 char *path;
1074 WMOpenPanel *opanel;
1075 WMScreen *scr = WMWidgetScreen(w);
1077 opanel = WMGetOpenPanel(scr);
1078 WMSetFilePanelCanChooseDirectories(opanel, False);
1079 WMSetFilePanelCanChooseFiles(opanel, True);
1081 if (WMRunModalFilePanelForDirectory(opanel, panel->win, wgethomedir(),
1082 _("Select File"), NULL)) {
1083 path = WMGetFilePanelFileName(opanel);
1085 OpenExtractPanelFor(panel, path);
1087 free(path);
1092 static void
1093 changePage(WMWidget *w, void *data)
1095 _Panel *panel = (_Panel*)data;
1096 int section;
1097 WMListItem *item;
1098 TextureListItem *titem;
1099 WMScreen *scr = WMWidgetScreen(panel->frame);
1100 RContext *rc = WMScreenRContext(scr);
1101 static WMPoint positions[] = {
1102 {5, 10},
1103 {5, 40},
1104 {5, 70},
1105 {5, 100},
1106 {5, 120},
1107 {5, 160},
1108 {130, 150}
1111 if (w) {
1112 section = WMGetPopUpButtonSelectedItem(panel->secP);
1114 WMSelectListItem(panel->texLs, panel->textureIndex[section]);
1116 WMSetListPosition(panel->texLs, panel->textureIndex[section] - 2);
1118 item = WMGetListItem(panel->texLs, panel->textureIndex[section]);
1120 titem = (TextureListItem*)item->clientData;
1123 WMColor *color;
1125 color = WMGrayColor(scr);
1126 XFillRectangle(rc->dpy, panel->preview, WMColorGC(color),
1127 positions[panel->oldsection].x,
1128 positions[panel->oldsection].y, 22, 22);
1129 WMReleaseColor(color);
1131 if (w) {
1132 panel->oldsection = section;
1133 WMDrawPixmap(panel->hand, panel->preview, positions[section].x,
1134 positions[section].y);
1136 WMRedisplayWidget(panel->prevL);
1141 static void
1142 previewClick(XEvent *event, void *clientData)
1144 _Panel *panel = (_Panel*)clientData;
1145 int i;
1147 switch (panel->oldTabItem) {
1148 case 0:
1149 for (i = 0; i < sizeof(previewPositions)/sizeof(WMRect); i++) {
1150 if (event->xbutton.x >= previewPositions[i].pos.x
1151 && event->xbutton.y >= previewPositions[i].pos.y
1152 && event->xbutton.x < previewPositions[i].pos.x
1153 + previewPositions[i].size.width
1154 && event->xbutton.y < previewPositions[i].pos.y
1155 + previewPositions[i].size.height) {
1157 WMSetPopUpButtonSelectedItem(panel->secP, i);
1158 changePage(panel->secP, panel);
1159 return;
1162 break;
1163 case 1:
1164 for (i = 0; i < WMGetPopUpButtonNumberOfItems(panel->colP); i++) {
1165 if (event->xbutton.x >= previewColorPositions[i].pos.x
1166 && event->xbutton.y >= previewColorPositions[i].pos.y
1167 && event->xbutton.x < previewColorPositions[i].pos.x
1168 + previewColorPositions[i].size.width
1169 && event->xbutton.y < previewColorPositions[i].pos.y
1170 + previewColorPositions[i].size.height) {
1172 /* yuck kluge */
1173 if (i == 7)
1174 i = 4;
1176 WMSetPopUpButtonSelectedItem(panel->colP, i);
1177 changeColorPage(panel->colP, panel);
1178 return;
1181 break;
1186 static void
1187 textureClick(WMWidget *w, void *data)
1189 _Panel *panel = (_Panel*)data;
1190 int i;
1191 WMListItem *item;
1192 TextureListItem *titem;
1194 i = WMGetListSelectedItemRow(panel->texLs);
1196 item = WMGetListItem(panel->texLs, i);
1198 titem = (TextureListItem*)item->clientData;
1200 if (titem->current) {
1201 WMSetButtonEnabled(panel->delB, False);
1202 } else {
1203 WMSetButtonEnabled(panel->delB, True);
1209 static void
1210 textureDoubleClick(WMWidget *w, void *data)
1212 _Panel *panel = (_Panel*)data;
1213 int i, section;
1214 WMListItem *item;
1215 TextureListItem *titem;
1217 /* unselect old texture */
1218 section = WMGetPopUpButtonSelectedItem(panel->secP);
1220 item = WMGetListItem(panel->texLs, panel->textureIndex[section]);
1221 titem = (TextureListItem*)item->clientData;
1222 titem->selectedFor &= ~(1 << section);
1224 /* select new texture */
1225 i = WMGetListSelectedItemRow(panel->texLs);
1227 item = WMGetListItem(panel->texLs, i);
1229 titem = (TextureListItem*)item->clientData;
1231 titem->selectedFor |= 1<<section;
1233 panel->textureIndex[section] = i;
1235 WMRedisplayWidget(panel->texLs);
1237 updatePreviewBox(panel, 1<<section);
1242 static void
1243 paintListItem(WMList *lPtr, int index, Drawable d, char *text, int state,
1244 WMRect *rect)
1246 _Panel *panel = (_Panel*)WMGetHangedData(lPtr);
1247 WMScreen *scr = WMWidgetScreen(lPtr);
1248 int width, height, x, y;
1249 Display *dpy = WMScreenDisplay(scr);
1250 WMColor *white = WMWhiteColor(scr);
1251 WMListItem *item;
1252 WMColor *black = WMBlackColor(scr);
1253 TextureListItem *titem;
1255 width = rect->size.width;
1256 height = rect->size.height;
1257 x = rect->pos.x;
1258 y = rect->pos.y;
1260 if (state & WLDSSelected)
1261 XFillRectangle(dpy, d, WMColorGC(white), x, y, width, height);
1262 else
1263 XClearArea(dpy, d, x, y, width, height, False);
1265 item = WMGetListItem(lPtr, index);
1266 titem = (TextureListItem*)item->clientData;
1268 if (titem->preview)
1269 XCopyArea(dpy, titem->preview, d, WMColorGC(black), 0, 0, TEXPREV_WIDTH,
1270 TEXPREV_HEIGHT, x + 5, y + 5);
1272 if ((1 << WMGetPopUpButtonSelectedItem(panel->secP)) & titem->selectedFor)
1273 WMDrawPixmap(panel->onLed, d, x + TEXPREV_WIDTH + 10, y + 6);
1274 else if (titem->selectedFor)
1275 WMDrawPixmap(panel->offLed, d, x + TEXPREV_WIDTH + 10, y + 6);
1277 WMDrawString(scr, d, WMColorGC(black), panel->boldFont,
1278 x + TEXPREV_WIDTH + 22, y + 2, titem->title,
1279 strlen(titem->title));
1281 WMDrawString(scr, d, WMColorGC(black), panel->smallFont,
1282 x + TEXPREV_WIDTH + 14, y + 18, titem->texture,
1283 strlen(titem->texture));
1286 WMReleaseColor(white);
1287 WMReleaseColor(black);
1292 static Pixmap
1293 loadRImage(WMScreen *scr, char *path)
1295 FILE *f;
1296 RImage *image;
1297 int w, h, d;
1298 int i;
1299 Pixmap pixmap;
1301 f = fopen(path, "r");
1302 if (!f)
1303 return None;
1305 fscanf(f, "%02x%02x%1x", &w, &h, &d);
1307 image = RCreateImage(w, h, d == 4);
1308 for (i = 0; i < d; i++) {
1309 fread(image->data[i], 1, w*h, f);
1311 fclose(f);
1313 RConvertImage(WMScreenRContext(scr), image, &pixmap);
1314 RDestroyImage(image);
1316 return pixmap;
1321 static void
1322 fillTextureList(WMList *lPtr)
1324 proplist_t textureList;
1325 proplist_t texture;
1326 WMUserDefaults *udb = WMGetStandardUserDefaults();
1327 TextureListItem *titem;
1328 WMScreen *scr = WMWidgetScreen(lPtr);
1329 int i;
1331 textureList = WMGetUDObjectForKey(udb, "TextureList");
1332 if (!textureList)
1333 return;
1335 for (i = 0; i < PLGetNumberOfElements(textureList); i++) {
1336 WMListItem *item;
1338 texture = PLGetArrayElement(textureList, i);
1340 titem = wmalloc(sizeof(TextureListItem));
1341 memset(titem, 0, sizeof(TextureListItem));
1343 titem->title = wstrdup(PLGetString(PLGetArrayElement(texture, 0)));
1344 titem->prop = PLRetain(PLGetArrayElement(texture, 1));
1345 titem->texture = PLGetDescription(titem->prop);
1346 titem->selectedFor = 0;
1347 titem->path = wstrdup(PLGetString(PLGetArrayElement(texture, 2)));
1349 titem->preview = loadRImage(scr, titem->path);
1350 if (!titem->preview) {
1351 titem->preview = renderTexture(scr, titem->prop, TEXPREV_WIDTH,
1352 TEXPREV_HEIGHT, NULL, 0);
1354 item = WMAddListItem(lPtr, "");
1355 item->clientData = titem;
1360 static void
1361 fillColorList(_Panel *panel)
1363 WMColor *color;
1364 proplist_t list;
1365 WMUserDefaults *udb = WMGetStandardUserDefaults();
1366 WMScreen *scr = WMWidgetScreen(panel->frame);
1367 int i;
1369 list = WMGetUDObjectForKey(udb, "ColorList");
1370 if (!list) {
1371 for (i = 0; i < 24; i++) {
1372 color = WMCreateNamedColor(scr, sampleColors[i], False);
1373 if (!color)
1374 continue;
1375 WMSetColorWellColor(panel->sampW[i], color);
1376 WMReleaseColor(color);
1378 } else {
1379 proplist_t c;
1381 for (i = 0; i < WMIN(24, PLGetNumberOfElements(list)); i++) {
1382 c = PLGetArrayElement(list, i);
1383 if (!c || !PLIsString(c))
1384 continue;
1385 color = WMCreateNamedColor(scr, PLGetString(c), False);
1386 if (!color)
1387 continue;
1388 WMSetColorWellColor(panel->sampW[i], color);
1389 WMReleaseColor(color);
1395 /*************************************************************************/
1398 static void
1399 changeColorPage(WMWidget *w, void *data)
1401 _Panel *panel = (_Panel*)data;
1402 int section;
1403 WMScreen *scr = WMWidgetScreen(panel->frame);
1404 RContext *rc = WMScreenRContext(scr);
1405 static WMPoint positions[] = {
1406 {5, 10},
1407 {5, 40},
1408 {5, 70},
1409 {5, 120},
1410 {5, 140},
1411 {5, 160},
1412 {5, 180},
1413 {5, 180},
1414 {130, 140},
1415 {130, 140},
1416 {130, 140},
1417 {130, 140}
1420 if (panel->preview) {
1421 WMColor *color;
1423 color = WMGrayColor(scr);
1424 XFillRectangle(rc->dpy, panel->preview, WMColorGC(color),
1425 positions[panel->oldcsection].x,
1426 positions[panel->oldcsection].y, 22, 22);
1427 WMReleaseColor(color);
1429 if (w) {
1430 section = WMGetPopUpButtonSelectedItem(panel->colP);
1432 panel->oldcsection = section;
1433 if (panel->preview)
1434 WMDrawPixmap(panel->hand, panel->preview, positions[section].x,
1435 positions[section].y);
1437 section = WMGetPopUpButtonSelectedItem(panel->colP);
1439 WMSetColorWellColor(panel->colW, panel->colors[section]);
1441 WMRedisplayWidget(panel->prevL);
1445 static void
1446 paintText(WMScreen *scr, Drawable d, WMColor *color, WMFont *font,
1447 int x, int y, int w, int h, WMAlignment align, char *text)
1449 int l = strlen(text);
1451 switch (align) {
1452 case WALeft:
1453 x += 5;
1454 break;
1455 case WARight:
1456 x += w - 5 - WMWidthOfString(font, text, l);
1457 break;
1458 default:
1459 case WACenter:
1460 x += (w - WMWidthOfString(font, text, l))/2;
1461 break;
1463 WMDrawString(scr, d, WMColorGC(color), font, x,
1464 y + (h - WMFontHeight(font))/2, text, l);
1469 static void
1470 updateColorPreviewBox(_Panel *panel, int elements)
1472 WMScreen *scr = WMWidgetScreen(panel->frame);
1473 WMPixmap *pixmap;
1474 Pixmap d;
1476 pixmap = WMGetLabelImage(panel->prevL);
1477 d = WMGetPixmapXID(pixmap);
1479 if (elements & FTITLE_COL) {
1480 paintText(scr, d, panel->colors[0], panel->boldFont, 30, 10, 190, 20,
1481 panel->titleAlignment, _("Focused Window"));
1483 if (elements & UTITLE_COL) {
1484 paintText(scr, d, panel->colors[1], panel->boldFont, 30, 40, 190, 20,
1485 panel->titleAlignment, _("Unfocused Window"));
1487 if (elements & OTITLE_COL) {
1488 paintText(scr, d, panel->colors[2], panel->boldFont, 30, 70, 190, 20,
1489 panel->titleAlignment, _("Owner of Focused Window"));
1491 if (elements & MTITLE_COL) {
1492 paintText(scr, d, panel->colors[3], panel->boldFont, 30, 120, 90, 20,
1493 WALeft, _("Menu Title"));
1495 if (elements & MITEM_COL) {
1496 paintText(scr, d, panel->colors[4], panel->normalFont, 30, 140, 90, 20,
1497 WALeft, _("Normal Item"));
1498 paintText(scr, d, panel->colors[4], panel->normalFont, 30, 200, 90, 20,
1499 WALeft, _("Normal Item"));
1501 if (elements & MDISAB_COL) {
1502 paintText(scr, d, panel->colors[5], panel->normalFont, 30, 160, 90, 20,
1503 WALeft, _("Disabled Item"));
1505 if (elements & MHIGH_COL) {
1506 XFillRectangle(WMScreenDisplay(scr), d, WMColorGC(panel->colors[6]),
1507 31, 181, 87, 17);
1508 elements |= MHIGHT_COL;
1510 if (elements & MHIGHT_COL) {
1511 paintText(scr, d, panel->colors[7], panel->normalFont, 30, 180, 90, 20,
1512 WALeft, _("Highlighted"));
1515 if (elements & ICONT_COL) {
1516 WRITE(_("Focused Window"), panel->colors[8], panel->boldFont,
1517 155, 130, 64);
1519 if (elements & ICONB_COL) {
1520 WRITE(_("Focused Window"), panel->colors[9], panel->boldFont,
1521 0, 0, 30);
1523 if (elements & CLIP_COL) {
1524 WRITE(_("Focused Window"), panel->colors[10], panel->boldFont,
1525 0, 0, 30);
1527 if (elements & CCLIP_COL) {
1528 WRITE(_("Focused Window"), panel->colors[11], panel->boldFont,
1529 0, 0, 30);
1532 WMRedisplayWidget(panel->prevL);
1536 static void
1537 colorWellObserver(void *self, WMNotification *n)
1539 _Panel *panel = (_Panel*)self;
1540 int p;
1542 p = WMGetPopUpButtonSelectedItem(panel->colP);
1544 WMReleaseColor(panel->colors[p]);
1546 panel->colors[p] = WMRetainColor(WMGetColorWellColor(panel->colW));
1548 updateColorPreviewBox(panel, 1<<p);
1552 static void
1553 changedTabItem(struct WMTabViewDelegate *self, WMTabView *tabView,
1554 WMTabViewItem *item)
1556 _Panel *panel = self->data;
1557 int i;
1559 i = WMGetTabViewItemIdentifier(item);
1560 switch (i) {
1561 case 0:
1562 switch (panel->oldTabItem) {
1563 case 1:
1564 changeColorPage(NULL, panel);
1565 break;
1567 changePage(panel->secP, panel);
1568 break;
1569 case 1:
1570 switch (panel->oldTabItem) {
1571 case 0:
1572 changePage(NULL, panel);
1573 break;
1575 changeColorPage(panel->colP, panel);
1576 break;
1577 case 2:
1578 switch (panel->oldTabItem) {
1579 case 0:
1580 changePage(NULL, panel);
1581 break;
1582 case 1:
1583 changeColorPage(NULL, panel);
1584 break;
1586 break;
1589 panel->oldTabItem = i;
1593 /*************************************************************************/
1595 static void
1596 menuStyleCallback(WMWidget *self, void *data)
1598 _Panel *panel = (_Panel*)data;
1600 if (self == panel->mstyB[0]) {
1601 panel->menuStyle = MSTYLE_NORMAL;
1602 updatePreviewBox(panel, 1<<PMITEM);
1604 } else if (self == panel->mstyB[1]) {
1605 panel->menuStyle = MSTYLE_SINGLE;
1606 updatePreviewBox(panel, 1<<PMITEM);
1608 } else if (self == panel->mstyB[2]) {
1609 panel->menuStyle = MSTYLE_FLAT;
1610 updatePreviewBox(panel, 1<<PMITEM);
1615 static void
1616 titleAlignCallback(WMWidget *self, void *data)
1618 _Panel *panel = (_Panel*)data;
1620 if (self == panel->taliB[0]) {
1621 panel->titleAlignment = WALeft;
1622 updatePreviewBox(panel, 1<<PFOCUSED|1<<PUNFOCUSED|1<<POWNER);
1624 } else if (self == panel->taliB[1]) {
1625 panel->titleAlignment = WACenter;
1626 updatePreviewBox(panel, 1<<PFOCUSED|1<<PUNFOCUSED|1<<POWNER);
1628 } else if (self == panel->taliB[2]) {
1629 panel->titleAlignment = WARight;
1630 updatePreviewBox(panel, 1<<PFOCUSED|1<<PUNFOCUSED|1<<POWNER);
1635 static void
1636 createPanel(Panel *p)
1638 _Panel *panel = (_Panel*)p;
1639 WMFont *font;
1640 WMScreen *scr = WMWidgetScreen(panel->win);
1641 WMTabViewItem *item;
1642 int i;
1643 char *tmp;
1644 Bool ok = True;
1646 panel->fprefix = wstrappend(wusergnusteppath(), "/.AppInfo");
1648 if (access(panel->fprefix, F_OK)!=0) {
1649 if (mkdir(panel->fprefix, 0755) < 0) {
1650 wsyserror(panel->fprefix);
1651 ok = False;
1654 if (ok) {
1655 tmp = wstrappend(panel->fprefix, "/WPrefs/");
1656 free(panel->fprefix);
1657 panel->fprefix = tmp;
1658 if (access(panel->fprefix, F_OK)!=0) {
1659 if (mkdir(panel->fprefix, 0755) < 0) {
1660 wsyserror(panel->fprefix);
1665 panel->smallFont = WMSystemFontOfSize(scr, 10);
1666 panel->normalFont = WMSystemFontOfSize(scr, 12);
1667 panel->boldFont = WMBoldSystemFontOfSize(scr, 12);
1669 panel->onLed = WMCreatePixmapFromXPMData(scr, blueled_xpm);
1670 panel->offLed = WMCreatePixmapFromXPMData(scr, blueled2_xpm);
1671 panel->hand = WMCreatePixmapFromXPMData(scr, hand_xpm);
1673 panel->frame = WMCreateFrame(panel->win);
1674 WMResizeWidget(panel->frame, FRAME_WIDTH, FRAME_HEIGHT);
1675 WMMoveWidget(panel->frame, FRAME_LEFT, FRAME_TOP);
1677 /* preview box */
1678 panel->prevL = WMCreateLabel(panel->frame);
1679 WMResizeWidget(panel->prevL, 240, FRAME_HEIGHT - 20);
1680 WMMoveWidget(panel->prevL, 15, 10);
1681 WMSetLabelRelief(panel->prevL, WRSunken);
1682 WMSetLabelImagePosition(panel->prevL, WIPImageOnly);
1684 WMCreateEventHandler(WMWidgetView(panel->prevL), ButtonPressMask,
1685 previewClick, panel);
1688 /* tabview */
1690 tabviewDelegate.data = panel;
1692 panel->tabv = WMCreateTabView(panel->frame);
1693 WMResizeWidget(panel->tabv, 245, FRAME_HEIGHT - 20);
1694 WMMoveWidget(panel->tabv, 265, 10);
1695 WMSetTabViewDelegate(panel->tabv, &tabviewDelegate);
1697 /*** texture list ***/
1699 panel->texF = WMCreateFrame(panel->frame);
1700 WMSetFrameRelief(panel->texF, WRFlat);
1702 item = WMCreateTabViewItemWithIdentifier(0);
1703 WMSetTabViewItemView(item, WMWidgetView(panel->texF));
1704 WMSetTabViewItemLabel(item, _("Texture"));
1706 WMAddItemInTabView(panel->tabv, item);
1709 panel->secP = WMCreatePopUpButton(panel->texF);
1710 WMResizeWidget(panel->secP, 228, 20);
1711 WMMoveWidget(panel->secP, 7, 7);
1712 WMSetPopUpButtonSelectedItem(panel->secP, 0);
1713 WMAddPopUpButtonItem(panel->secP, _("Titlebar of Focused Window"));
1714 WMAddPopUpButtonItem(panel->secP, _("Titlebar of Unfocused Windows"));
1715 WMAddPopUpButtonItem(panel->secP, _("Titlebar of Focused Window's Owner"));
1716 WMAddPopUpButtonItem(panel->secP, _("Window Resizebar"));
1717 WMAddPopUpButtonItem(panel->secP, _("Titlebar of Menus"));
1718 WMAddPopUpButtonItem(panel->secP, _("Menu Items"));
1719 WMAddPopUpButtonItem(panel->secP, _("Icon Background"));
1720 /* WMAddPopUpButtonItem(panel->secP, _("Workspace Backgrounds"));
1722 WMSetPopUpButtonAction(panel->secP, changePage, panel);
1724 panel->texLs = WMCreateList(panel->texF);
1725 WMResizeWidget(panel->texLs, 165, 155);
1726 WMMoveWidget(panel->texLs, 70, 33);
1727 WMSetListUserDrawItemHeight(panel->texLs, 35);
1728 WMSetListUserDrawProc(panel->texLs, paintListItem);
1729 WMHangData(panel->texLs, panel);
1730 WMSetListAction(panel->texLs, textureClick, panel);
1731 WMSetListDoubleAction(panel->texLs, textureDoubleClick, panel);
1733 WMSetBalloonTextForView(_("Double click in the texture you want to use\n"
1734 "for the selected item."),
1735 WMWidgetView(panel->texLs));
1737 /* command buttons */
1739 font = WMSystemFontOfSize(scr, 10);
1742 panel->newB = WMCreateCommandButton(panel->texF);
1743 WMResizeWidget(panel->newB, 57, 39);
1744 WMMoveWidget(panel->newB, 7, 33);
1745 WMSetButtonFont(panel->newB, font);
1746 WMSetButtonImagePosition(panel->newB, WIPAbove);
1747 WMSetButtonText(panel->newB, _("New"));
1748 WMSetButtonAction(panel->newB, newTexture, panel);
1749 SetButtonAlphaImage(scr, panel->newB, TNEW_FILE);
1751 WMSetBalloonTextForView(_("Create a new texture."),
1752 WMWidgetView(panel->newB));
1754 panel->ripB = WMCreateCommandButton(panel->texF);
1755 WMResizeWidget(panel->ripB, 57, 39);
1756 WMMoveWidget(panel->ripB, 7, 72);
1757 WMSetButtonFont(panel->ripB, font);
1758 WMSetButtonImagePosition(panel->ripB, WIPAbove);
1759 WMSetButtonText(panel->ripB, _("Extract..."));
1760 WMSetButtonAction(panel->ripB, extractTexture, panel);
1761 SetButtonAlphaImage(scr, panel->ripB, TEXTR_FILE);
1763 WMSetBalloonTextForView(_("Extract texture(s) from a theme or a style file."),
1764 WMWidgetView(panel->ripB));
1766 WMSetButtonEnabled(panel->ripB, False);
1768 panel->editB = WMCreateCommandButton(panel->texF);
1769 WMResizeWidget(panel->editB, 57, 39);
1770 WMMoveWidget(panel->editB, 7, 111);
1771 WMSetButtonFont(panel->editB, font);
1772 WMSetButtonImagePosition(panel->editB, WIPAbove);
1773 WMSetButtonText(panel->editB, _("Edit"));
1774 SetButtonAlphaImage(scr, panel->editB, TEDIT_FILE);
1775 WMSetButtonAction(panel->editB, editTexture, panel);
1776 WMSetBalloonTextForView(_("Edit the highlighted texture."),
1777 WMWidgetView(panel->editB));
1779 panel->delB = WMCreateCommandButton(panel->texF);
1780 WMResizeWidget(panel->delB, 57, 38);
1781 WMMoveWidget(panel->delB, 7, 150);
1782 WMSetButtonFont(panel->delB, font);
1783 WMSetButtonImagePosition(panel->delB, WIPAbove);
1784 WMSetButtonText(panel->delB, _("Delete"));
1785 SetButtonAlphaImage(scr, panel->delB, TDEL_FILE);
1786 WMSetButtonEnabled(panel->delB, False);
1787 WMSetButtonAction(panel->delB, deleteTexture, panel);
1788 WMSetBalloonTextForView(_("Delete the highlighted texture."),
1789 WMWidgetView(panel->delB));
1791 WMReleaseFont(font);
1793 WMMapSubwidgets(panel->texF);
1795 /*** colors ***/
1796 panel->colF = WMCreateFrame(panel->frame);
1797 WMSetFrameRelief(panel->colF, WRFlat);
1799 item = WMCreateTabViewItemWithIdentifier(1);
1800 WMSetTabViewItemView(item, WMWidgetView(panel->colF));
1801 WMSetTabViewItemLabel(item, _("Color"));
1803 WMAddItemInTabView(panel->tabv, item);
1805 panel->colP = WMCreatePopUpButton(panel->colF);
1806 WMResizeWidget(panel->colP, 228, 20);
1807 WMMoveWidget(panel->colP, 7, 7);
1808 WMSetPopUpButtonSelectedItem(panel->colP, 0);
1809 WMAddPopUpButtonItem(panel->colP, _("Focused Window Title"));
1810 WMAddPopUpButtonItem(panel->colP, _("Unfocused Window Title"));
1811 WMAddPopUpButtonItem(panel->colP, _("Owner of Focused Window Title"));
1812 WMAddPopUpButtonItem(panel->colP, _("Menu Title"));
1813 WMAddPopUpButtonItem(panel->colP, _("Menu Item Text"));
1814 WMAddPopUpButtonItem(panel->colP, _("Disabled Menu Item Text"));
1815 WMAddPopUpButtonItem(panel->colP, _("Menu Highlight Color"));
1816 WMAddPopUpButtonItem(panel->colP, _("Highlighted Menu Text Color"));
1818 WMAddPopUpButtonItem(panel->colP, _("Miniwindow Title"));
1819 WMAddPopUpButtonItem(panel->colP, _("Miniwindow Title Back"));
1820 WMAddPopUpButtonItem(panel->colP, _("Clip Title"));
1821 WMAddPopUpButtonItem(panel->colP, _("Collapsed Clip Title"));
1824 WMSetPopUpButtonSelectedItem(panel->colP, 0);
1826 WMSetPopUpButtonAction(panel->colP, changeColorPage, panel);
1829 panel->colW = WMCreateColorWell(panel->colF);
1830 WMResizeWidget(panel->colW, 65, 50);
1831 WMMoveWidget(panel->colW, 30, 75);
1832 WMAddNotificationObserver(colorWellObserver, panel,
1833 WMColorWellDidChangeNotification, panel->colW);
1835 for (i = 0; i < 4; i++) {
1836 int j;
1837 for (j = 0; j < 6; j++) {
1838 panel->sampW[i+j*4] = WMCreateColorWell(panel->colF);
1839 WMResizeWidget(panel->sampW[i+j*4], 22, 22);
1840 WMMoveWidget(panel->sampW[i+j*4], 130 + i*22, 40 + j*22);
1841 WSetColorWellBordered(panel->sampW[i+j*4], False);
1845 WMMapSubwidgets(panel->colF);
1847 /*** options ***/
1848 panel->optF = WMCreateFrame(panel->frame);
1849 WMSetFrameRelief(panel->optF, WRFlat);
1851 item = WMCreateTabViewItemWithIdentifier(2);
1852 WMSetTabViewItemView(item, WMWidgetView(panel->optF));
1853 WMSetTabViewItemLabel(item, _("Options"));
1855 WMAddItemInTabView(panel->tabv, item);
1857 panel->mstyF = WMCreateFrame(panel->optF);
1858 WMResizeWidget(panel->mstyF, 215, 85);
1859 WMMoveWidget(panel->mstyF, 15, 10);
1860 WMSetFrameTitle(panel->mstyF, _("Menu Style"));
1862 for (i = 0; i < 3; i++) {
1863 WMPixmap *icon;
1864 char *path;
1866 panel->mstyB[i] = WMCreateButton(panel->mstyF, WBTOnOff);
1867 WMResizeWidget(panel->mstyB[i], 54, 54);
1868 WMMoveWidget(panel->mstyB[i], 15 + i*65, 20);
1869 WMSetButtonImagePosition(panel->mstyB[i], WIPImageOnly);
1870 WMSetButtonAction(panel->mstyB[i], menuStyleCallback, panel);
1871 switch (i) {
1872 case 0:
1873 path = LocateImage(MSTYLE1_FILE);
1874 break;
1875 case 1:
1876 path = LocateImage(MSTYLE2_FILE);
1877 break;
1878 case 2:
1879 path = LocateImage(MSTYLE3_FILE);
1880 break;
1882 if (path) {
1883 icon = WMCreatePixmapFromFile(scr, path);
1884 if (icon) {
1885 WMSetButtonImage(panel->mstyB[i], icon);
1886 WMReleasePixmap(icon);
1887 } else {
1888 wwarning(_("could not load icon file %s"), path);
1890 free(path);
1893 WMGroupButtons(panel->mstyB[0], panel->mstyB[1]);
1894 WMGroupButtons(panel->mstyB[0], panel->mstyB[2]);
1896 WMMapSubwidgets(panel->mstyF);
1899 panel->taliF = WMCreateFrame(panel->optF);
1900 WMResizeWidget(panel->taliF, 110, 80);
1901 WMMoveWidget(panel->taliF, 15, 100);
1902 WMSetFrameTitle(panel->taliF, _("Title Alignment"));
1904 for (i = 0; i < 3; i++) {
1905 panel->taliB[i] = WMCreateRadioButton(panel->taliF);
1906 WMSetButtonAction(panel->taliB[i], titleAlignCallback, panel);
1907 switch (i) {
1908 case 0:
1909 WMSetButtonText(panel->taliB[i], _("Left"));
1910 break;
1911 case 1:
1912 WMSetButtonText(panel->taliB[i], _("Center"));
1913 break;
1914 case 2:
1915 WMSetButtonText(panel->taliB[i], _("Right"));
1916 break;
1918 WMResizeWidget(panel->taliB[i], 90, 18);
1919 WMMoveWidget(panel->taliB[i], 10, 15 + 20*i);
1921 WMGroupButtons(panel->taliB[0], panel->taliB[1]);
1922 WMGroupButtons(panel->taliB[0], panel->taliB[2]);
1924 WMMapSubwidgets(panel->taliF);
1926 WMMapSubwidgets(panel->optF);
1928 /**/
1930 WMRealizeWidget(panel->frame);
1931 WMMapSubwidgets(panel->frame);
1933 WMSetPopUpButtonSelectedItem(panel->secP, 0);
1935 showData(panel);
1937 changePage(panel->secP, panel);
1939 fillTextureList(panel->texLs);
1941 fillColorList(panel);
1943 panel->texturePanel = CreateTexturePanel(panel->win);
1948 static void
1949 setupTextureFor(WMList *list, char *key, char *defValue, char *title,
1950 int index)
1952 WMListItem *item;
1953 TextureListItem *titem;
1955 titem = wmalloc(sizeof(TextureListItem));
1956 memset(titem, 0, sizeof(TextureListItem));
1958 titem->title = wstrdup(title);
1959 titem->prop = GetObjectForKey(key);
1960 if (!titem->prop) {
1961 titem->prop = PLGetProplistWithDescription(defValue);
1962 } else {
1963 PLRetain(titem->prop);
1965 titem->texture = PLGetDescription((proplist_t)titem->prop);
1966 titem->current = 1;
1967 titem->selectedFor = 1<<index;
1969 titem->ispixmap = isPixmap(titem->prop);
1971 titem->preview = renderTexture(WMWidgetScreen(list), titem->prop,
1972 TEXPREV_WIDTH, TEXPREV_HEIGHT, NULL, 0);
1974 item = WMAddListItem(list, "");
1975 item->clientData = titem;
1980 static void
1981 showData(_Panel *panel)
1983 int i;
1984 char *str;
1986 str = GetStringForKey("MenuStyle");
1987 if (str && strcasecmp(str, "flat")==0) {
1988 panel->menuStyle = MSTYLE_FLAT;
1989 } else if (str && strcasecmp(str, "singletexture")==0) {
1990 panel->menuStyle = MSTYLE_SINGLE;
1991 } else {
1992 panel->menuStyle = MSTYLE_NORMAL;
1995 str = GetStringForKey("TitleJustify");
1996 if (str && strcasecmp(str, "left")==0) {
1997 panel->titleAlignment = WALeft;
1998 } else if (str && strcasecmp(str, "right")==0) {
1999 panel->titleAlignment = WARight;
2000 } else {
2001 panel->titleAlignment = WACenter;
2004 for (i = 0; i < sizeof(colorOptions)/(2*sizeof(char*)); i++) {
2005 WMColor *color;
2007 str = GetStringForKey(colorOptions[i*2]);
2008 if (!str)
2009 str = colorOptions[i*2+1];
2011 if (!(color = WMCreateNamedColor(WMWidgetScreen(panel->frame), str, False))) {
2012 color = WMCreateNamedColor(WMWidgetScreen(panel->frame), "#000000", False);
2015 panel->colors[i] = color;
2017 changeColorPage(panel->colP, panel);
2019 for (i = 0; i < sizeof(textureOptions)/(3*sizeof(char*)); i++) {
2020 setupTextureFor(panel->texLs, textureOptions[i*3],
2021 textureOptions[i*3+1], textureOptions[i*3+2], i);
2022 panel->textureIndex[i] = i;
2024 updatePreviewBox(panel, EVERYTHING);
2027 for (i = 0; i < 3; i++) {
2028 WMSetButtonSelected(panel->mstyB[i], i==panel->menuStyle);
2029 WMSetButtonSelected(panel->taliB[i], i==panel->titleAlignment);
2035 static void
2036 storeData(_Panel *panel)
2038 TextureListItem *titem;
2039 WMListItem *item;
2040 int i;
2042 for (i = 0; i < sizeof(textureOptions)/(sizeof(char*)*3); i++) {
2043 item = WMGetListItem(panel->texLs, panel->textureIndex[i]);
2044 titem = (TextureListItem*)item->clientData;
2045 SetObjectForKey(titem->prop, textureOptions[i*3]);
2048 for (i = 0; i < 8; i++) {
2049 char *str;
2051 str = WMGetColorRGBDescription(panel->colors[i]);
2053 if (str) {
2054 SetStringForKey(str, colorOptions[i*2]);
2055 free(str);
2059 switch (panel->menuStyle) {
2060 case MSTYLE_SINGLE:
2061 SetStringForKey("singletexture", "MenuStyle");
2062 break;
2063 case MSTYLE_FLAT:
2064 SetStringForKey("flat", "MenuStyle");
2065 break;
2066 default:
2067 case MSTYLE_NORMAL:
2068 SetStringForKey("normal", "MenuStyle");
2069 break;
2071 switch (panel->titleAlignment) {
2072 case WALeft:
2073 SetStringForKey("left", "TitleJustify");
2074 break;
2075 case WARight:
2076 SetStringForKey("right", "TitleJustify");
2077 break;
2078 default:
2079 case WACenter:
2080 SetStringForKey("center", "TitleJustify");
2081 break;
2086 static void
2087 prepareForClose(_Panel *panel)
2089 proplist_t textureList;
2090 proplist_t texture;
2091 TextureListItem *titem;
2092 WMListItem *item;
2093 WMUserDefaults *udb = WMGetStandardUserDefaults();
2094 int i;
2096 textureList = PLMakeArrayFromElements(NULL, NULL);
2098 /* store list of textures */
2099 for (i = 7; i < WMGetListNumberOfRows(panel->texLs); i++) {
2100 item = WMGetListItem(panel->texLs, i);
2101 titem = (TextureListItem*)item->clientData;
2103 texture = PLMakeArrayFromElements(PLMakeString(titem->title),
2104 PLRetain(titem->prop),
2105 PLMakeString(titem->path),
2106 NULL);
2108 PLAppendArrayElement(textureList, texture);
2111 WMSetUDObjectForKey(udb, textureList, "TextureList");
2112 PLRelease(textureList);
2114 /* store list of colors */
2115 textureList = PLMakeArrayFromElements(NULL, NULL);
2116 for (i = 0; i < 24; i++) {
2117 WMColor *color;
2118 char *str;
2120 color = WMGetColorWellColor(panel->sampW[i]);
2122 str = WMGetColorRGBDescription(color);
2123 PLAppendArrayElement(textureList, PLMakeString(str));
2124 free(str);
2126 WMSetUDObjectForKey(udb, textureList, "ColorList");
2127 PLRelease(textureList);
2129 WMSynchronizeUserDefaults(udb);
2134 Panel*
2135 InitAppearance(WMScreen *scr, WMWindow *win)
2137 _Panel *panel;
2139 panel = wmalloc(sizeof(_Panel));
2140 memset(panel, 0, sizeof(_Panel));
2142 panel->sectionName = _("Appearance Preferences");
2144 panel->description = _("Background texture configuration for windows,\n"
2145 "menus and icons.");
2147 panel->win = win;
2149 panel->callbacks.createWidgets = createPanel;
2150 panel->callbacks.updateDomain = storeData;
2151 panel->callbacks.prepareForClose = prepareForClose;
2153 AddSection(panel, ICON_FILE);
2155 return panel;
2160 /****************************************************************************/
2164 typedef struct ExtractPanel {
2165 WMWindow *win;
2167 WMLabel *label;
2168 WMList *list;
2170 WMButton *closeB;
2171 WMButton *extrB;
2172 } ExtractPanel;
2176 static void
2177 OpenExtractPanelFor(_Panel *panel, char *path)
2179 ExtractPanel *epanel;
2180 WMColor *color;
2181 WMFont *font;
2182 WMScreen *scr = WMWidgetScreen(panel->win);
2184 epanel = wmalloc(sizeof(ExtractPanel));
2185 epanel->win = WMCreatePanelWithStyleForWindow(panel->win, "extract",
2186 WMTitledWindowMask
2187 |WMClosableWindowMask);
2188 WMResizeWidget(epanel->win, 245, 250);
2189 WMSetWindowTitle(epanel->win, _("Extract Texture"));
2191 epanel->label = WMCreateLabel(epanel->win);
2192 WMResizeWidget(epanel->label, 225, 18);
2193 WMMoveWidget(epanel->label, 10, 10);
2194 WMSetLabelTextAlignment(epanel->label, WACenter);
2195 WMSetLabelRelief(epanel->label, WRSunken);
2197 color = WMDarkGrayColor(scr);
2198 WMSetWidgetBackgroundColor(epanel->label, color);
2199 WMReleaseColor(color);
2201 color = WMWhiteColor(scr);
2202 WMSetLabelTextColor(epanel->label, color);
2203 WMReleaseColor(color);
2205 font = WMBoldSystemFontOfSize(scr, 12);
2206 WMSetLabelFont(epanel->label, font);
2207 WMReleaseFont(font);
2209 WMSetLabelText(epanel->label, _("Textures"));
2211 epanel->list = WMCreateList(epanel->win);
2212 WMResizeWidget(epanel->list, 225, 165);
2213 WMMoveWidget(epanel->list, 10, 30);
2217 epanel->closeB = WMCreateCommandButton(epanel->win);
2218 WMResizeWidget(epanel->closeB, 74, 24);
2219 WMMoveWidget(epanel->closeB, 165, 215);
2220 WMSetButtonText(epanel->closeB, _("Close"));
2222 epanel->extrB = WMCreateCommandButton(epanel->win);
2223 WMResizeWidget(epanel->extrB, 74, 24);
2224 WMMoveWidget(epanel->extrB, 80, 215);
2225 WMSetButtonText(epanel->extrB, _("Extract"));
2227 WMMapSubwidgets(epanel->win);
2230 /* take textures from file */
2234 WMRealizeWidget(epanel->win);
2236 WMMapWidget(epanel->win);