From df94fb92bd6e1be4522a352e520ce0565a4499b9 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 1 Jun 2009 11:33:07 +0100 Subject: Initial commit --- res/argb.png | Bin 0 -> 180 bytes res/ask.xml | 94 ++++++++++++++++ res/bgr.png | Bin 0 -> 183 bytes res/main.xml | 267 ++++++++++++++++++++++++++++++++++++++++++++ res/rgb.png | Bin 0 -> 175 bytes res/rgba.png | Bin 0 -> 176 bytes res/rgbx.png | Bin 0 -> 175 bytes res/s8z24.png | Bin 0 -> 181 bytes res/screen.png | Bin 0 -> 471 bytes res/shader_off_normal.png | Bin 0 -> 207 bytes res/shader_off_replaced.png | Bin 0 -> 707 bytes res/shader_on_normal.png | Bin 0 -> 207 bytes res/shader_on_replaced.png | Bin 0 -> 705 bytes res/x8z24.png | Bin 0 -> 181 bytes res/xbgr.png | Bin 0 -> 182 bytes res/xrgb.png | Bin 0 -> 175 bytes res/z24s8.png | Bin 0 -> 180 bytes res/z24x8.png | Bin 0 -> 181 bytes 18 files changed, 361 insertions(+) create mode 100644 res/argb.png create mode 100644 res/ask.xml create mode 100644 res/bgr.png create mode 100644 res/main.xml create mode 100644 res/rgb.png create mode 100644 res/rgba.png create mode 100644 res/rgbx.png create mode 100644 res/s8z24.png create mode 100644 res/screen.png create mode 100644 res/shader_off_normal.png create mode 100644 res/shader_off_replaced.png create mode 100644 res/shader_on_normal.png create mode 100644 res/shader_on_replaced.png create mode 100644 res/x8z24.png create mode 100644 res/xbgr.png create mode 100644 res/xrgb.png create mode 100644 res/z24s8.png create mode 100644 res/z24x8.png (limited to 'res') diff --git a/res/argb.png b/res/argb.png new file mode 100644 index 0000000..b0b8cf8 Binary files /dev/null and b/res/argb.png differ diff --git a/res/ask.xml b/res/ask.xml new file mode 100644 index 0000000..a3055cc --- /dev/null +++ b/res/ask.xml @@ -0,0 +1,94 @@ + + + + + + 5 + + + True + vertical + 2 + + + True + 4 + + + True + True + + localhost + + + 0 + + + + + True + True + + adjustment_port + True + + + 1 + + + + + 0 + + + + + True + 4 + end + + + gtk-connect + True + True + True + True + + + False + False + 0 + + + + + gtk-quit + True + True + True + True + + + False + False + 1 + + + + + False + end + 1 + + + + + + + 13370 + 13370 + 13379 + 1 + 1 + + diff --git a/res/bgr.png b/res/bgr.png new file mode 100644 index 0000000..13fd779 Binary files /dev/null and b/res/bgr.png differ diff --git a/res/main.xml b/res/main.xml new file mode 100644 index 0000000..7772398 --- /dev/null +++ b/res/main.xml @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + 600 + 600 + + + True + vertical + + + True + + + True + Rerfresh + gtk-refresh + + + False + True + + + + + True + + + False + True + + + + + Back + True + gtk-go-back + + + False + True + + + + + Forward + gtk-go-forward + + + False + True + + + + + Background + True + gtk-select-color + + + False + True + + + + + Alpha Blend + True + format-text-bold + + + False + True + + + + + Auto + True + gtk-execute + + + False + True + + + + + Disable + True + gtk-no + + + False + True + + + + + Enable + True + gtk-yes + + + False + True + + + + + Save + True + gtk-save + + + False + True + + + + + Revert + True + gtk-revert-to-saved + + + False + True + + + + + True + False + + + True + True + + + + + True + Quit + True + gtk-quit + + + False + True + + + + + False + 0 + + + + + True + True + 250 + True + + + True + True + automatic + automatic + + + True + True + treestore + False + 0 + + + Name + + + + + ID + + + + + autosize + + + + + + + False + True + + + + + True + vertical + + + True + True + automatic + automatic + + + True + + + + + 0 + + + + + + 1 + + + + + + + + True + True + + + + + 1 + + + + + True + + + False + 2 + + + + + + diff --git a/res/rgb.png b/res/rgb.png new file mode 100644 index 0000000..fb74e4f Binary files /dev/null and b/res/rgb.png differ diff --git a/res/rgba.png b/res/rgba.png new file mode 100644 index 0000000..362ebf7 Binary files /dev/null and b/res/rgba.png differ diff --git a/res/rgbx.png b/res/rgbx.png new file mode 100644 index 0000000..2d06698 Binary files /dev/null and b/res/rgbx.png differ diff --git a/res/s8z24.png b/res/s8z24.png new file mode 100644 index 0000000..4df4bd8 Binary files /dev/null and b/res/s8z24.png differ diff --git a/res/screen.png b/res/screen.png new file mode 100644 index 0000000..bb4c73d Binary files /dev/null and b/res/screen.png differ diff --git a/res/shader_off_normal.png b/res/shader_off_normal.png new file mode 100644 index 0000000..a5d6f64 Binary files /dev/null and b/res/shader_off_normal.png differ diff --git a/res/shader_off_replaced.png b/res/shader_off_replaced.png new file mode 100644 index 0000000..1424703 Binary files /dev/null and b/res/shader_off_replaced.png differ diff --git a/res/shader_on_normal.png b/res/shader_on_normal.png new file mode 100644 index 0000000..b09addf Binary files /dev/null and b/res/shader_on_normal.png differ diff --git a/res/shader_on_replaced.png b/res/shader_on_replaced.png new file mode 100644 index 0000000..2b3d8cd Binary files /dev/null and b/res/shader_on_replaced.png differ diff --git a/res/x8z24.png b/res/x8z24.png new file mode 100644 index 0000000..850cb99 Binary files /dev/null and b/res/x8z24.png differ diff --git a/res/xbgr.png b/res/xbgr.png new file mode 100644 index 0000000..c8173f0 Binary files /dev/null and b/res/xbgr.png differ diff --git a/res/xrgb.png b/res/xrgb.png new file mode 100644 index 0000000..cc80a5b Binary files /dev/null and b/res/xrgb.png differ diff --git a/res/z24s8.png b/res/z24s8.png new file mode 100644 index 0000000..f8a14dd Binary files /dev/null and b/res/z24s8.png differ diff --git a/res/z24x8.png b/res/z24x8.png new file mode 100644 index 0000000..c76ae2a Binary files /dev/null and b/res/z24x8.png differ -- cgit v1.2.3