1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 01:42:32 +01:00
Files
wmaker/WINGs
dan 41996df786 - Saving a domain file will first strip all entries that are also present in
the global domain as well and are exactly the same. This fixes a bug where
  settings from the global domain file were merged in the user domain file
  and further changes in the global domain file for those merged values was
  ignored making a system admin unable to set global defaults for all users
  using the global domains.
- Fixed bug with not extracting the icon from the client when using
  shared appicons.
- Added WMSubtractPLDictionaries() to WINGs (opposite for merging, it will
  remove all entries from dest if they are present in source and are exactly
  the same. Unique entries in dest and entries with different values from
  those present in source will be preserved).
2001-12-20 22:16:01 +00:00
..
.
2001-02-09 03:20:54 +00:00
2001-12-20 16:16:09 +00:00
2000-04-10 14:26:55 +00:00
2000-09-13 20:21:57 +00:00
1999-06-04 20:22:31 +00:00
1998-09-29 22:36:29 +00:00
2001-04-19 21:12:08 +00:00
2000-09-25 19:21:45 +00:00
2000-09-29 04:50:56 +00:00
2001-09-04 20:38:20 +00:00
2001-03-09 02:48:32 +00:00
2001-07-23 20:31:32 +00:00
2000-07-10 22:37:39 +00:00
2001-04-25 02:03:08 +00:00
2000-11-01 03:40:36 +00:00
2001-04-25 02:03:08 +00:00
2001-07-23 20:31:32 +00:00
2001-07-23 20:31:32 +00:00
2001-07-23 20:31:32 +00:00
2001-08-20 18:11:40 +00:00
2001-08-23 22:40:46 +00:00
2001-07-23 20:31:32 +00:00
2001-04-21 07:12:21 +00:00
2001-01-26 19:30:53 +00:00
2001-07-23 20:31:32 +00:00
2000-11-04 03:24:34 +00:00
2001-05-10 22:24:35 +00:00
2001-04-21 07:12:21 +00:00

                      WINGs - WINGs Is Not GNUstep

                                   by

                          Alfredo Kengi Kojima 
                  
                          kojima@windowmaker.org


   WINGs is a small widget set with the N*XTSTEP look and feel. It's API
is inspired in OpenStep and it's implementation borrows some ideas
from Tk. It has a reasonable set of widgets, sufficient for building
small applications (like a CDPlayer or hacking something like rxvt). It
also has other functions that are usefull for applications, like a
User Defaults like configuration manager and a notification system.

   The library is limited and it's design is a little sloppy, 
so it's not intended to build large or complex applications, like 
anything more complex than a CDPlayer. GNUstep should be used for such
applications.

   Since WINGs is written in C and is sort of low-level it is small
and faster than say, Motif or even Athena. Knowing Xlib will help you to 
workaround some of it's limitations, although you'll probably be able to 
write something like a trivial tic-tac-toe game without knowing much Xlib.

   Some of it's functions are designed to support the Window Maker window
manager (see http://windowmaker.org) In fact, it's primary role is to
support Window Maker. All other uses of it are just an added bonus.

   It will help you to understand the API if you read the ApplicationKit
reference manual, distributed as a PDF by Apple. The function names,
structs and most of the intrinsics are very close to OpenStep classes. 


Internationalization:
---------------------

    Change ~/GNUstep/Defaults/WMGLOBAL to set the desired font set and
set MultiByteText = YES; to enable support for multibyte text.


Widgets provided by WINGs:
--------------------------

- button (command button, radio, switch etc. - all buttons defined in OpenStep)
- label
- textfield
- frame
- window
- popup menu button
- scroller
- selection list
- browser
- slider
- scrollable view
- color well
- split view
- tabbed view
- progress indicator

- selection (make pasteboard like?)
- drag&drop

- input box
- file panel
- color panel
- alert panel 
- font panel

If you think you can code the following, please do. They are needed by
WPrefs.app, but the number of other things I have to do is huge.

- input method support (XIM). I have no idea of how to code it. People who use
different characters than ASCII will have trouble editing menus without it...


Wish list: (I don't have the know-how or time to do them)
---------------------------------------------------------

- text (with support for RTF)
- matrix (like NSMatrix)
- font manager (like NSFontManager)
- finish other wigets
- optimize list scrolling (XCopyArea() the area that's already drawn)
- InterfaceMaker?
- use XSetWMName and XSetWMIconName for the window/icon title setting.
  This requires transforming the received text to a text property with
  the proper encoding.

Copyright
---------

WINGs is copyright (c) Alfredo K. Kojima and is licensed through the GNU
Library General Public License (LGPL).