DEADSOFTWARE

fix clipboard and accelerators
authorIvan Denisov <d.ivan.krsk@gmail.com>
Wed, 18 Jan 2017 10:11:58 +0000 (17:11 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Wed, 18 Jan 2017 10:11:58 +0000 (17:11 +0700)
BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Clipboard.odc
BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Menus.odc
BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc
BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gdk.odc
BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gtk.odc
BlackBox/_Linux_GUI/Gtk2/Mod/Gdk.odc
BlackBox/_Linux_GUI/Gtk2/Mod/Gtk.odc
README

index 81e6d78fd1376603a8890977db60ad4020b0abe1..5a9486ec5d6a8d7517838788f4fcfddb27381e60 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Clipboard.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Clipboard.odc differ
index 8ce91b5aca443da5aeb8c745e4d5c868d8f40590..eb009aa9cbf57ee075ff69f087baaa47dd967f7d 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Menus.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/Host/Mod/Menus.odc differ
index ef64dc182969d2b7ef12f8ea197692b4523f102a..c9fe72195461987c69926f9cd50ebaf897f12c48 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_GUI/System/Rsrc/About.odc differ
index 7084d15c594aff0a50dd5883765d9f565eb95f1c..4087dc271842cc63b14f92b1eaf2de9841889180 100644 (file)
Binary files a/BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gdk.odc and b/BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gdk.odc differ
index 7e8bf178242a3d383e32b3c6bb82ef5ca530d1a3..72a4ad6a70b238f313313ffef8730833c994ce8a 100644 (file)
Binary files a/BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gtk.odc and b/BlackBox/_FreeBSDOpenBSD_GUI/Gtk2/Mod/Gtk.odc differ
index ab7b79a95a6f9799c152be4e2f8ff8a809391a6d..69c44288ff0775af78275070e68ec334ee26afec 100644 (file)
Binary files a/BlackBox/_Linux_GUI/Gtk2/Mod/Gdk.odc and b/BlackBox/_Linux_GUI/Gtk2/Mod/Gdk.odc differ
index fce1404c229b01e3c5cc85256e30488c89fea6c5..464506c2bf577387e4483adedef8c363f3217d12 100644 (file)
Binary files a/BlackBox/_Linux_GUI/Gtk2/Mod/Gtk.odc and b/BlackBox/_Linux_GUI/Gtk2/Mod/Gtk.odc differ
diff --git a/README b/README
index 01880ab012882ddfa192ac85b7ff6583a63d8063..6df0835a9a630eafdc24c7abb6bceaaaca64b9f4 100644 (file)
--- a/README
+++ b/README
@@ -5,16 +5,12 @@ Ducumentation (Russian):
 Directories structure:
 
        BlackBox/
-               universal development environment
-               based on BlackBox 1.7-beta1
+               universal development environment based on BlackBox 1.7
 
        examples/
-               encoder/
-                       encoding BlackBox subsystem by StdCoder from command line interface
-               fpstest/
-                       loop test
-               server/
-                       static single-thread web-server
+               encoder/ - encoding BlackBox subsystem by StdCoder from command line interface
+               fpstest/ - loop and fonts test
+               server/ - static single-thread web-server
 
 Installation of required packages in Ubuntu 14.04 (should work also with other Debian-based OS):
 
@@ -23,16 +19,11 @@ Installation of required packages in Ubuntu 14.04 (should work also with other D
                sudo apt-get install libgnomeui-0 gnome-icon-theme-full
 
        64-bit version:
-               sudo apt-get install libc6-dev-i386
                sudo dpkg --add-architecture i386
                sudo apt-get update
                sudo apt-get install libgtk2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 libcanberra-gtk-module:i386
                sudo apt-get install libgnomeui-0:i386 gnome-icon-theme-full
 
-       Comments:
-               'libc6-dev-i386' is required for compilation of 'loader', after build it can be replaced by 'libc6-i386'
-
-
 To build BlackBox:
        cd BlackBox
        ./switch-target `uname -s` GUI