summary refs log tree commit diff stats
path: root/build/etc
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:13:14 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:13:14 +0100
commitf16af8be941b596dedac3bf4e371ee2d21f4b598 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /build/etc
parentc6a031659b54230099c863b7ccdc03de4a4c7a2d (diff)
nuke the repo
Diffstat (limited to 'build/etc')
-rw-r--r--build/etc/download.pngbin703 -> 0 bytes
-rw-r--r--build/etc/gtk-2.0/gtkrc71
-rw-r--r--build/etc/music.pngbin3577 -> 0 bytes
3 files changed, 0 insertions, 71 deletions
diff --git a/build/etc/download.png b/build/etc/download.png
deleted file mode 100644
index 43253432..00000000
--- a/build/etc/download.png
+++ /dev/null
Binary files differdiff --git a/build/etc/gtk-2.0/gtkrc b/build/etc/gtk-2.0/gtkrc
deleted file mode 100644
index bd7acd28..00000000
--- a/build/etc/gtk-2.0/gtkrc
+++ /dev/null
@@ -1,71 +0,0 @@
-gtk-font-name = "sans 8"
-
-gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
-gtk-toolbar-icon-size = small-toolbar
-
-# disable images in buttons. i've only seen ugly delphi apps use this feature.
-gtk-button-images = 0
-
-# enable/disable images in menus. most "stock" microsoft apps don't use these, except sparingly.
-# the office apps use them heavily, though.
-gtk-menu-images = 1
-
-# use the win32 button ordering instead of the GNOME HIG one, where applicable
-gtk-alternative-button-order = 1
-
-# use the win32 sort indicators direction, as in Explorer
-gtk-alternative-sort-arrows = 1
-
-# Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like that
-gtk-error-bell = 0
-
-# hide mnemonic underlines until the Alt key is pressed
-gtk-auto-mnemonics = 1
-
-style "msw-default"
-{
-  GtkWidget::interior-focus = 1
-  GtkOptionMenu::indicator-size = { 9, 5 }
-  GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
-  GtkSpinButton::shadow-type = in
-
-  # Owen and I disagree that these should be themable
-  #GtkUIManager::add-tearoffs = 0
-  #GtkComboBox::add-tearoffs = 0
-  
-  GtkComboBox::appears-as-list = 1
-  GtkComboBox::focus-on-click = 0
-  
-  GOComboBox::add_tearoffs = 0
-
-  GtkTreeView::allow-rules = 0
-  GtkTreeView::expander-size = 12
-
-  GtkExpander::expander-size = 12
-
-  GtkScrolledWindow::scrollbar_spacing = 1
-
-  GtkSeparatorMenuItem::horizontal-padding = 2
-
-  engine "wimp" 
-  {
-  }
-}
-class "*" style "msw-default"
-
-binding "ms-windows-tree-view"
-{
-  bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
-  bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
-}
-
-class "GtkTreeView" binding "ms-windows-tree-view"
-
-style "msw-combobox-thickness" = "msw-default"
-{
-  xthickness = 0 
-  ythickness = 0
-}
-
-widget_class "*TreeView*ComboBox*" style "msw-combobox-thickness"
-widget_class "*ComboBox*GtkFrame*" style "msw-combobox-thickness" 
diff --git a/build/etc/music.png b/build/etc/music.png
deleted file mode 100644
index 3a72f118..00000000
--- a/build/etc/music.png
+++ /dev/null
Binary files differ