From: Ivan Denisov Date: Sun, 11 Sep 2011 13:16:02 +0000 (+0800) Subject: Поправил HostFonts.StringWidth X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=47276a17c76ecf2dc5826e1ff0ed4f133eb74657;p=bbcp.git Поправил HostFonts.StringWidth --- diff --git a/Code/Config.ocf b/Code/Config.ocf new file mode 100644 index 0000000..9d36db1 Binary files /dev/null and b/Code/Config.ocf differ diff --git a/Code/Init.ocf b/Code/Init.ocf new file mode 100644 index 0000000..5830cf6 Binary files /dev/null and b/Code/Init.ocf differ diff --git a/Gtk2/Mod/Pango.odc b/Gtk2/Mod/Pango.odc index a69a2e4..d2c13ce 100644 Binary files a/Gtk2/Mod/Pango.odc and b/Gtk2/Mod/Pango.odc differ diff --git a/Gtk2/Mod/odc96796 b/Gtk2/Mod/odc96796 deleted file mode 100644 index 24cb7d9..0000000 Binary files a/Gtk2/Mod/odc96796 and /dev/null differ diff --git a/Gtk2/Sym/Pango.osf b/Gtk2/Sym/Pango.osf index c35e573..9b3f270 100644 Binary files a/Gtk2/Sym/Pango.osf and b/Gtk2/Sym/Pango.osf differ diff --git a/Host/Code/Fonts.ocf b/Host/Code/Fonts.ocf index 04b31ae..640965f 100644 Binary files a/Host/Code/Fonts.ocf and b/Host/Code/Fonts.ocf differ diff --git a/Host/Code/Menus.ocf b/Host/Code/Menus.ocf index 20f1c55..4413ed3 100644 Binary files a/Host/Code/Menus.ocf and b/Host/Code/Menus.ocf differ diff --git a/Host/Code/Ports.ocf b/Host/Code/Ports.ocf index 40fe082..445b1e7 100644 Binary files a/Host/Code/Ports.ocf and b/Host/Code/Ports.ocf differ diff --git a/Host/Code/Windows.ocf b/Host/Code/Windows.ocf index a2e35bc..cd1b87e 100644 Binary files a/Host/Code/Windows.ocf and b/Host/Code/Windows.ocf differ diff --git a/Host/Mod/Fonts.odc b/Host/Mod/Fonts.odc index ec3acbb..cc32fff 100644 Binary files a/Host/Mod/Fonts.odc and b/Host/Mod/Fonts.odc differ diff --git a/Host/Mod/Menus.odc b/Host/Mod/Menus.odc index 1731dc5..32ba65f 100644 Binary files a/Host/Mod/Menus.odc and b/Host/Mod/Menus.odc differ diff --git a/Host/Mod/Ports.odc b/Host/Mod/Ports.odc index f0b413e..d057165 100644 Binary files a/Host/Mod/Ports.odc and b/Host/Mod/Ports.odc differ diff --git a/Host/Mod/Windows.odc b/Host/Mod/Windows.odc index b213178..9e46d66 100644 Binary files a/Host/Mod/Windows.odc and b/Host/Mod/Windows.odc differ diff --git a/Host/Mod/odc54063 b/Host/Mod/odc54063 new file mode 100644 index 0000000..e613394 Binary files /dev/null and b/Host/Mod/odc54063 differ diff --git a/Host/Sym/Fonts.osf b/Host/Sym/Fonts.osf index b94b619..61f6fae 100644 Binary files a/Host/Sym/Fonts.osf and b/Host/Sym/Fonts.osf differ diff --git a/System/Mod/Config.odc b/System/Mod/Config.odc index 9d23310..3c57f57 100644 Binary files a/System/Mod/Config.odc and b/System/Mod/Config.odc differ diff --git a/System/Mod/Init.odc b/System/Mod/Init.odc index cefd6eb..4cdf7ff 100644 Binary files a/System/Mod/Init.odc and b/System/Mod/Init.odc differ diff --git a/Test/Code/String.ocf b/Test/Code/String.ocf new file mode 100644 index 0000000..5097be9 Binary files /dev/null and b/Test/Code/String.ocf differ diff --git a/Test/Mod/String.odc b/Test/Mod/String.odc new file mode 100644 index 0000000..47a5c3d Binary files /dev/null and b/Test/Mod/String.odc differ diff --git a/Test/Sym/String.osf b/Test/Sym/String.osf new file mode 100644 index 0000000..8d222b5 Binary files /dev/null and b/Test/Sym/String.osf differ diff --git a/Text/Code/Views.ocf b/Text/Code/Views.ocf index 3ead741..0e62aa6 100644 Binary files a/Text/Code/Views.ocf and b/Text/Code/Views.ocf differ diff --git a/Text/Mod/Views.odc b/Text/Mod/Views.odc index 1464f2b..7704c7a 100644 Binary files a/Text/Mod/Views.odc and b/Text/Mod/Views.odc differ diff --git a/setup_script.py b/setup_script.py index c1974c3..496a74e 100755 --- a/setup_script.py +++ b/setup_script.py @@ -19,7 +19,7 @@ print >> OUT, "mv "+cwd+"/Sym "+cwd+"/hide/" print >> OUT, "wine "+cwd+"/bb16rc6win/BlackBox.exe -use \"`winepath -w \"$PWD\"`\" $* &" -print >> OUT, "sleep 1" +print >> OUT, "sleep 2" print >> OUT, "mv "+cwd+"/hide/* "+cwd+"/" print >> OUT, "rm "+cwd+"/hide -R"