Author: espectador
Date: Tue Feb 24 00:26:23 2015
New Revision: 38364
URL: http://svn.gna.org/viewcvs/gnustep?rev=38364&view=rev
Log:
revert last commits.
Modified:
libs/gui/trunk/ChangeLog
libs/gui/trunk/Source/GSAutocompleteWindow.m
libs/gui/trunk/Source/GSToolTips.m
libs/gui/trunk/Source/NSComboBoxCell.m
Modified: libs/gui/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ChangeLog?rev=38364&r1=38363&r2=38364&view=diff
==============================================================================
--- libs/gui/trunk/ChangeLog (original)
+++ libs/gui/trunk/ChangeLog Tue Feb 24 00:26:23 2015
@@ -1,3 +1,9 @@
+2015-02-23 Germán Arias <[email protected]>
+
+ * Source/GSToolTips.m (+initialize):
+ * Source/GSAutocompleteWindow.m (+defaultWindow):
+ * Source/NSComboBoxCell.m (+defaultPopUp): Revert last commits.
+
2015-02-23 Germán Arias <[email protected]>
* Source/GSToolTips.m (+initialize): Use buffered window and
Modified: libs/gui/trunk/Source/GSAutocompleteWindow.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/GSAutocompleteWindow.m?rev=38364&r1=38363&r2=38364&view=diff
==============================================================================
--- libs/gui/trunk/Source/GSAutocompleteWindow.m (original)
+++ libs/gui/trunk/Source/GSAutocompleteWindow.m Tue Feb 24 00:26:23 2015
@@ -63,7 +63,7 @@
if (gsWindow == nil)
gsWindow = [[self alloc] initWithContentRect: NSMakeRect(0,0,200,200)
styleMask: NSBorderlessWindowMask
- backing: NSBackingStoreBuffered
+ backing: backing:
NSBackingStoreNonretained
defer: YES];
return gsWindow;
Modified: libs/gui/trunk/Source/GSToolTips.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/GSToolTips.m?rev=38364&r1=38363&r2=38364&view=diff
==============================================================================
--- libs/gui/trunk/Source/GSToolTips.m (original)
+++ libs/gui/trunk/Source/GSToolTips.m Tue Feb 24 00:26:23 2015
@@ -233,7 +233,7 @@
window = [[GSTTPanel alloc] initWithContentRect: NSMakeRect(0,0,100,25)
styleMask: NSBorderlessWindowMask
- backing: NSBackingStoreBuffered
+ backing: NSBackingStoreRetained
defer: YES];
[window setBackgroundColor:
@@ -241,6 +241,7 @@
[window setReleasedWhenClosed: NO];
[window setExcludedFromWindowsMenu: YES];
[window setLevel: NSPopUpMenuWindowLevel];
+ [window setAutodisplay: NO];
}
+ (void) removeTipsForView: (NSView*)aView
Modified: libs/gui/trunk/Source/NSComboBoxCell.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSComboBoxCell.m?rev=38364&r1=38363&r2=38364&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSComboBoxCell.m (original)
+++ libs/gui/trunk/Source/NSComboBoxCell.m Tue Feb 24 00:26:23 2015
@@ -120,7 +120,7 @@
if (gsWindow == nil)
gsWindow = [[self alloc] initWithContentRect: NSMakeRect(0,0,200,200)
styleMask: NSBorderlessWindowMask
- backing: NSBackingStoreBuffered
+ backing: backing:
NSBackingStoreNonretained // NSBackingStoreBuffered
defer: YES];
return gsWindow;
}
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs