mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:17:39 +00:00
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
* NSView.m display: fix for display bug in buttons example * NSCell.m endEditing: fix for display bug in buttons example * NSTextField.m textShouldEndEditing: The changes to these three classes fix a display bug visible in the buttons example when the top text field is selected for editing and then asked to resign when the user clicks on say the bottom text field. This causes a rect encompassing both views to be invalidated and displayed. Beyond being inefficient this also causes a display glitch given the current drawing methodology. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3755 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Documentation | ||
Headers/gnustep/gui | ||
Images | ||
Model | ||
Panels | ||
PrinterTypes | ||
Source | ||
Testing | ||
Tools | ||
.cvsignore | ||
ANNOUNCE | ||
ChangeLog | ||
configure | ||
configure.in | ||
COPYING.LIB | ||
FAQ | ||
GNUmakefile | ||
INSTALL | ||
NEWS | ||
README | ||
STATUS | ||
SUPPORT | ||
TODO | ||
Version |
README ****** This is version 0.5.0 of the GNUstep GUI library (`gnustep-gui'). Here is some introductory info to get you started: Initial reading =============== * The file `ANNOUNCE' contains a very brief overview of the library. It also tells you where to get the most recent version. * The file `NEWS' has the library's feature history. * The file `INSTALL' gives instructions for installing the library. How can you help? ================= * Read the projects and questions in the `TODO' file. If you can volunteer for any of the projects, or if you have any useful comments send me email! <scottc@net-community.com> * Give me feedback! Tell me what you like; tell me what you think could be better. Send me bug reports. Creators rejoice! Scott Christley <scottc@net-community.com>