From 902527511b277539c4ca99daaa79427f521ff69a Mon Sep 17 00:00:00 2001
From: fedor
Date: Fri, 7 Dec 2001 22:52:42 +0000
Subject: [PATCH] Draw image background even when clear
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11654 72102866-910b-0410-8b05-ffd578937521
---
ChangeLog | 10 +
Documentation/gsdoc/DefaultsSummary.gsdoc | 60 ++++-
Documentation/gsdoc/DefaultsSummary.html | 74 +++++-
Documentation/gsdoc/Gui.gsdoc | 1 -
Documentation/gsdoc/Gui.html | 1 -
Documentation/gsdoc/NSDPSContext.gsdoc | 264 --------------------
Documentation/gsdoc/NSDPSContext.html | 281 ----------------------
Source/NSApplication.m | 9 +-
Source/NSImage.m | 2 +-
9 files changed, 138 insertions(+), 564 deletions(-)
delete mode 100644 Documentation/gsdoc/NSDPSContext.gsdoc
delete mode 100644 Documentation/gsdoc/NSDPSContext.html
diff --git a/ChangeLog b/ChangeLog
index 1208cbc6d..27d74e122 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-12-07 Adam Fedor
+
+ * Source/NSImage.m (-drawRepresentation:inRect:): Draw
+ background even when alpha == 0.
+
+ * Source/NSApplication.m (-sendEvent:): Simplify NSDebugLog.
+
+ * Documentation/gsdoc/DefaultsSummary.gsdoc: Update
+ * Documentation/gsdoc/Gui.gsdoc: Remove NSDPSContext.
+
2001-12-07 Pierre-Yves Rivaille
* Headers/gnustep/gui/NSTableColumn.h:
diff --git a/Documentation/gsdoc/DefaultsSummary.gsdoc b/Documentation/gsdoc/DefaultsSummary.gsdoc
index ec6a746de..741dd8dc8 100644
--- a/Documentation/gsdoc/DefaultsSummary.gsdoc
+++ b/Documentation/gsdoc/DefaultsSummary.gsdoc
@@ -163,12 +163,13 @@
limit the range of red, green, and blue values that could be used.
- XGPS-Shm
+ GSBorderedBorderlessWindows
- A boolean value which defaults to YES
(as long as shared
- memory is available). If set to NO
, shared memory is not
- used for various display specific operations.
+ A boolean value which defaults to NO
. Some Window
+ Managers and/or X servers put a border around windows that are
+ supposed to be borderless. Set this to YES
if you
+ have odd problems of menus/windows moving when you click on them.
GSFontAntiAlias
@@ -190,8 +191,59 @@
recommended anyway, particularly on fast systems.
+ Keyboard Modifiers
+
+
+ The OPENstep specification requires 3 main different
+ keyboard modifiers: CONTROL
,
+ COMMAND
and ALTERNATE
. Some systems
+ may not have these set up correctly. You can changed the defaults
+ with the default keys.
+
+
+ - GSFirstControlKey
+ - GSSecondControlKey
+ - GSFirstCommandKey
+ - GSSecondCommandKey
+ - GSFirstAlternateKey
+ - GSSecondAlternateKey
+
+
+ Default values are respectively:
+
+
+ - Control_L
+ - Control_R
+ - Alt_L
+ - NoSymbol
+ - Alt_R
+ - NoSymbol
+
+
+ This is described more completely in the GUI documentation.
+
+
+ UseWindowMakerIcons
+
+
+ A boolean value which defaults to YES
. If set to
+ YES
then icon windows are controlled by the
+ window manager, otherwise they are controlled by the GNUstep
+ application.
+
+
+ XGPS-Shm
+
+
+ A boolean value which defaults to YES
(as long as shared
+ memory is available). If set to NO
, shared memory is not
+ used for various display specific operations.
+
+