- Check whether libXft is at least version 2.1.2 else refuse to compile.
[wmaker-crm.git] / WINGs / ChangeLog
blob51b93469fdf33e506b1c2333d30b1aafd9343a4f
1 Changes since wmaker 0.80.1:
2 ............................
4 - Added WMSetConnectionShutdownOnClose()
5 - Added an extra member to the ConnectionDelegate: canResumeSending
6   see NEWS for details.
7 - WMDrawString() and WMDrawImageString() now take WMColor instead of GC as
8   arguments. WMDrawImageString() receives 2 colors (text & background).
9   This is to allow easy extension for Xft/Xrender and hide X low level details
10   Read NEWS for details since this will break backward compatibility.
11 - Added alpha channel to WMColor. 2 new functions also:
12   WMCreateRGBAColor() and WMSetColorAlpha()
13 - Miscelaneous code cleanups in wtext.c
14 - Added Xft support in WINGs (for drawing antialiased fonts with transparency).
15 - New options in WMGLOBAL: AntialiasedText. Check NEWS for details.
16 - Fixed some improper calls to snprintf in wfont.c
17 - Added double buffering when drawing a WMFrame title with an antialiased font
18   to avoid flickering.
19 - Added double buffering when drawing WMList items to avoid flickering.
20   Double buffering for list also works for user drawn lists. Read NEWS for
21   details and incompatibilities introduced by this change.
22 - Added WMGetColorAlpha(WMColor *color)
23 - Better outline when drawing balloons.
24 - Added WMCreateFontWithAttributes()
25 - You can now pass "SystemFont", "BoldSystemFont", "SystemFont-##" or
26   "BoldSystemFont-##", with ## being the font size to any font creating
27   function to create a font with the (bold) system font font specification.
28 - Added WMCopyFontWithChanges(). This is a more generic and powerful function
29   meant to replaces the obsoleted WMEmphasizeFont(), WMNormalizeFont(),
30   WMStrenghtenFont() and the other similar functions. To get the same effect
31   you pass some predefined structs to it: WFANormal, WFABold, WFAEmphasized,
32   etc which are declared in WINGs.h).
33 - Fixed a bug with empty frame titles (Alexey Voinov <voins@voins.program.ru>)
34 - Added WMGetWidgetBackgroundColor()
35 - Code cleanup in wtext.c
36 - Fixed a memory leak in wfontpanel.c
37 ??- Added a check that only %d is used in a font specification in WMGLOBAL and at
38   most once for each font in a fontset (eliminates a possible security exploit)
39 - Fixed WMGetTextDefaultColor() not to retain the returned color. It returns
40   only a reference to the internal color, which you shouldn't release
41 - Added wstrndup()
42 - Added WMGetFontName()
43 - Added fontpanel callback
44 - Added WMSetTableViewHasHorizontalScroller()
45 - Fixed bug that could cause SIGSEGV by accessing beyond the end of text in
46   a WINGs textfield widget.
47 - Fixed small memory leak in the font panel code.
48 - Fixed call to qsort in WMSortArray.
49 - Fixed a memleak in the file panel.
50 - Double/triple-click selection in text widgets 
51   (Vitaly Ovtchinnikov <ov@rbcmail.ru>)
52 - Fixed bug in tableview (clicked row callback got incorrect row)
53   (Carlos Torres <vlaadbrain@operamail.com>)
54 - Fixed bug in resizing a scrollview
55 - Fixed bug with wrong text wrapping (Alexey Voinov <voins@voins.program.ru>)
56 - Added wmkrect()
57 - Added xdnd v3 support (Sylvain Reynal <sreynal@nerim.net>)
58 - Fixed and enhanced text wrapping.
61 Changes since wmaker 0.80.0:
62 ............................
64 - fixed a bug in wfindfile() (rewrote wfindfile() with better logic).
65 - separated the font caches for normal fonts and fontsets in WINGs (they can
66   have the same names and collide in the cache giving unwanted results)
67 - fixed labels not to display '\n' as a character if multiple '\n' are passed
68   but just skip to the next line.
69 - better warning when importing non-digit characters in PropList Data.
70 - rewrote WMBox to use a WMArray for subviews. with this change fixed a bug
71   about arranging subviews after removing one and a memleak occuring in the
72   same case.
73 - Fixed WMGetViewScreenPosition() to consider the window decorations.
74 - Added ability to enable/disable individual WMTableViewItems.
75 - Fixed textfields regarding interpretation of special keys with modifiers.
76 - Fixed some functions that accept a boolean flag as a paramater, to set only
77   1 or 0 for the flag value, not the flag passed by the user.
78 - Added 2 functions to retrieve the default system fonts:
79   WMDefaultSystemFont(WMScreen *scr) and WMDefaultBoldSystemFont(WMScreen *scr)
80 - Added WMSetButtonImageDimsWhenDisabled() and WMGetButtonEnabled()
81 - Cleaned-up the header files of functions/vars declared but not implemented
82 - Added WMGetTextFieldDelegate()
85 Changes since wmaker 0.70.0:
86 ............................
88 - added an internal strcasecmp() (only on systems where is not present)
89 - removed some redundant includes of ../src/config.h when wconfig.h is 
90   included too
91 - removed a wsyserror() message when reading a property list from file
92   (the programmer should decide if to give that message or just ignore).
93 - added a 'Bool recursive' flag to WMMergePLDictionaries()
94 - added WMSubtractPLDictionaries()
97 Changes since wmaker 0.65.0:
98 ............................
100 - fixed problem with WINGs based apps exiting with a "X_RotateProperties"
101   related error when text was selected in a textfiled.
102 - moved wstrdup(), wstrconcat() and wstrappend() from memory.c to string.c
103 - added property list handling code making libPropList unnecessary and
104   obsolete. Backward compatibility is provided through the 
105   WINGs/proplist-compat.h header file which has #defines from old libPropList
106   function names to new function names with minimal changes. Read this
107   header file and the NEWS file for more details about this subject.
108 - Renamed WMGetUDAllKeys() to WMGetUDKeys()
111 Changes since wmaker 0.64.0:
112 ............................
114 - made programmatic scroller changes send notifications
115 - replaced WMSetBoxExpandsToParent with WMSetViewExpands...
116 - added WMGetLabelFont()
117 - added WMAddPersistentTimerHandler()
118 - Moved all internal handlers (timer, idle and input) to handlers.c
119 - simplified wevent.c and wutil.c.
120 - fixed handling of input with poll (was broken)
121 - fixed mem leak that occured when input handling was done with poll
122 - simpler and more straightforward event handling for timer, idle, input
123   and X events (also fixed some problems the old handling logic had)
124 - moved timer, idle and input handler definitions and prototypes from
125   WINGs.h to WUtil.h because they're not GUI related.
126 - better and more robust handling of events (timer, idle, input, X) in
127   WMMaskEvent(). Also fixed a bug where input and timer events were not
128   treated for undefined periods of time under some circumstances.
129 - fixed secure textfields not to allow text selection, to avoid compromising
130   sensitive information by pasting it to a terminal.
131 - replaced wmkrange(), wmkpoint() and wmksize() functions with macros.
132 - added WMRemoveFromArrayMatching(array, match, cdata), which will remove the
133   first element in the array that is matched by match(item, cdata)==True.
134 - added WMArrayFirst(), WMArrayLast(), WMArrayNext() and WMArrayPrevious()
135   functions and also WM_ITERATE_ARRAY() and WM_ETARETI_ARRAY() macros, to make
136   interfaces to WMBag and WMArray similar and to make life a little simpler
137   when iterating through all elements of an array.
138 - replaced bags with arrays wherever appropriate. This will improve
139   performance a bit.
140 - replaced some recursive code with iterative code in selection.c
141 - added WMCreateBlendedPixmapFromRImage()
142 - small API change:
143   1. Renamed WMSetApplicationIconImage(), WMGetApplicationIconImage() and
144      WMSetWindowMiniwindowImage() to respectively WMSetApplicationIconPixmap(),
145      WMGetApplicationIconPixmap() and WMSetWindowMiniwindowPixmap()
146      They operate on a WMPixmap which is practically an X Pixmap with no alpha
147      channel information and the new name is more suggestive and also leaves
148      room for the new functions added for operating on images with alpha info.
149   2. Added WMSetApplicationIconImage() and WMGetApplicationIconImage() which
150      operate on an RImage and store alpha information too.
151   3. Added WMCreateApplicationIconBlendedPixmap() which will take the image
152      set by WMSetApplicationIconImage() and will combine it with a color.
153      If color is NULL it will blend using the default panel color (#aeaaae)
154   All these changes will allow WINGs to handle images with alpha blending
155   correctly in panels and wherever else needed. More about in NEWS.
156 - updated panels to use the newly available RImages if present and fallback
157   to old WMPixmaps if not, to properly show alpha blended images.
158 - replaced some still left malloc's with wmalloc's.
159 - fixed a bug in WMReparentWidget()
160 - added WMReparentWidget() to WINGs.h
161 - fixed a bug that made the scroller knob jump backwards when dragged (this
162   bug had no relation with the behavior that #define STRICT_NEXT_BEHAVIOUR
163   attempts to accomplish).
164 - fixed scrolling direction with mouse wheel for horizontal scroller.
167 changes since wmaker 0.63.1:
168 ............................
169 - added WMRunModalLoop() and WMBreakModalLoop()
170 - added WMSetBoxExpandsToParent()
171 - added WMRemoveBoxSubview()
172 - moved WINGs headers in a WINGs subdirectory when installed.
173   use #include <WINGs/header_file_name> in your application from now on.
174   Also updated get-{wings|wutil}-flags.
175 - Fixed a mem leak in WMList.
176 - Fixed a bug that caused sigsegv for a WMList with more than 32767 items.
177 - Added an example of how to create a server type program with WMConnection.
178 - added WMOpenScreen()
181 changes since wmaker 0.62.1:
182 ............................
183 - added WRuler widget
184 - added WText widget (rtf multiline text widget) 
185         Nwanua Elumeze <nwanua@colorado.edu>
186 - added a new AUTO option for the UseMultiByte option
187 - added WMRaiseWidget()/WMLowerWidget()
188 - added missing EscapeTextMovement to textfield delegate/notification
189 - added WMGetLabelText()
190 - added WMReparentWidget()
191 - added WMCreateTabViewItem()
192 - added W_CreateUnmanagedTopView()
193 - added wtokenjoin(), wtokensplit(), wtokenfree(), wtrimspace()
194 - added WMWidgetIsMapped()
195 - added WMSetApplicationIconWindow()
196 - restructured the directory tree. Added Documentation, Examples and Tests
197   subdirectories
198 - removed WMArrayBag and reorganized WMTreeBag to be WMBag.
199 - added WMArray class.
200 - added WMSetWindowUserPosition()
201 - added WMGetListSelectedItems()
202 - added WMSetListAllowMultipleSelection(), WMListAllowsMultipleSelection().
203 - added WMSetListAllowEmptySelection(), WMListAllowsEmptySelection().
204 - WMListSelectionDidChangeNotification passes NULL as the notification 
205   client data (previously passed the selected item row).
206 - added WMUnselectListItem(), WMSelectAllListItems(), WMUnselectAllListItems()
207 - better behavior of wheel mices in WMList. Simple mouse wheel events
208   will scroll by 1/3 of the WMList height. Using Shift as a modifier will
209   scroll line by line, while using Control as a modifier will scroll page
210   by page.
211 - better behavior of WMScroller regarding mouse wheel events. 'Shift' modifier
212   will scroll line by line, while 'Control' modifier will scroll page by page.
213 - fixed some buffer overflow allowing bugs.
214 - added WSDecrementWheel and WSIncrementWheel for handling mouse wheel in
215   scrollers and scrolled widgets. This should be treated like the WSxxxPage
216   counterparts, except it should scroll by page_size/3 instead of one full page
217 - added WMSetBrowserAllowMultipleSelection(), WMSetBrowserAllowEmptySelection()
218   WMBrowserAllowsMultipleSelection() and WMBrowserAllowsEmptySelection()
219 - WMBrowser now allows multiple selections.
220 - Added WMGetBrowserPaths() to retrieve the paths for browsers that allow
221   multiple selections.
222 - WMDestroyWidget() now calls WMUnmapWidget() first
223 - added WMScrollerDidScrollNotification to scroller
224 - added WMGetScrollViewVisibleRect()
225 - fixed a mem leak in the browser code.
226 - renamed wstrappend() to wstrconcat(). wstrconcat(str1, str2) concatenates
227   str1 with str2 and returns that in a newly malloc'ed string.
228   Be sure to rename wstrappend with wstrconcat in your code too, else
229   hazardous things can happen!
230 - implemented a new wstrappend() function. wstrappend(dst, src) will append 
231   src to dst modifing dst and returning a pointer to it. No new string is 
232   generated, except if dst is NULL, in which case its the same as calling
233   wstrdup(src).
234   dst can ONLY be NULL or a dynamically allocated string (obtained from a
235   call to malloc, realloc, wmalloc, wrealloc, ...). dst CANNOT be a static
236   or a constant string!
237 - added wmessage() for printing a variable formatted string to stderr, with
238   the program name prepended to it. Similar to wwarning(), except that it
239   doesn't add "warning:" in the output message.
240 - added WMBox widget
241 - added WMAddTabViewItemWithView()
242 - added W_SetViewCursor()
243 - made Extra widgets library
244 - added table widget in Extras library
245 - added WMGetConnectionUnsentData() (WMGetConnectionQueuedData() too as an
246   alias).
247 - added WMSetConnectionCloseOnExec() to specify if the socket associated
248   with a connection survives an exec* call or not. When a new connection is
249   created using the WMCreate... or WMAcceptConnection() calls, it has the
250   close on exec flag set automatically to 'True' by the library. Unless
251   you want to let the socket of some connection to survive across an exec*
252   call, you need not to call this function.
253 - removed all the wsyserror() and wwarning() calls from host.c and
254   connection.c and replaced where appropriate with assertions. If a function
255   returns some invalid result, you can still get the system error message if
256   you need, by calling wsyserrorwithcode() and passing WCErrorCode, if
257   WCErrorCode > 0. If WCErrorCode==0, that is not a system error, and
258   wsyserrorwithcode() should not be called in this case.
259 - added WMNextHashEnumeratorKey() to retrieve all keys in some hash enumerator
260   one by one.
261 - fixed a bug with mouse wheels scrolling in scrollers even with the widget
262   fully visible.
263 - Fixed a memory leak (the destroy function for a view was never called and
264   as a result the shaded windows didn't go away when closed. The non-shaded
265   windows were unmapped on close but not destroyed either so they only
266   apparently went away, but continued to use memory).
267 - Fixed a bug in the hashtable code which free'd the whole item instead of
268   just the item key in WMResetHashTable() (possible source of SIGSEGVs)
271 changes since wmaker 0.62.0:
272 ............................
273 - added WMSetWidgetDefaultFont(), WMSetWidgetDefaultBoldFont()
277 changes since wmaker 0.62.0:
278 ............................
279 - added WM{S,G}etDataFormat()
280 - added drag and drop
281 - changed selection code
282 - added clientdata to WMFindInBag
283 - removed SetWindowInitialSize()
284 - added SetWindowAspectRatio()
285 - added initial timeout when establishing a connection.
286 - added WMSetConnectionDefaultTimeout() and WMSetConnectionOpenTimeout();
287 - added WMGetConnectionTimeoutState()
289 changes since wmaker 0.61.1:
290 ............................
292 - WARNING: semantic of bags has changed!
293         An index assigned to an item will always keep that index unless
294         you insert an item before it.
296         For example:
297                 bag = WMCreateBag();
298                 WMSetInBag(bag, 10, "bla");
299         That code will put "bla" in index 10, instead of 0, as it used to be.
300 - fixed WMInsertInBag(). It ignored index, and always put the new item at end.
301 - added WMSaveUserDefaults().
302 - rewrote WMPopUpButton to use WMMenuItem
303 - added WMGetPopUpButtonMenuItem(WMPopUpButton *bPtr, int index)
304 - WMSortListItemsWithComparer(WMList *lPtr, (int)(f)(const void*, const void*))
305 - WMSortBrowserColumnWithComparer()
306 - fixed bug with sorting list items.
307 - fixed bug in handling keyboard input associated with selection and
308   notification sending.
309 - filepanel puts dirs on top of list (Wolff <wolff@cybercable.fr>)
310 - added WMReplaceInBag (Wolff <wolff@cybercable.fr>)
311 - added vertical views and multiple views in WMSplitView (Wolff <wolff@cybercable.fr>)
312 - changed values of parameter values of WMSplitViewConstrainProc()
313 - configurable default fontsize patch (Igor P. Roboul <igor@mordor.myip.org>)
314 - fixed a bug that crashed the programm when a popup button was scrolled.
315 - fixed a bug that caused incorrect drawing position of the popup indicator.
316 - fixed a bug that prevented selecting no item (-1) in a popup button.
317 - an assertion will be raised if the program tries to select a popup button
318   item that is beyond the total number of items present in the popup button.
319 - changed names of functions for SplitView to be consistent. Some contained
320   SubView while other Subview. Now all have Subview.
321 - fixed a bug in how input events were posted. Establishing 2 or more input 
322   handlers for the same file descriptor, handling different (read/write/except)
323   events, caused wrong handlers to be called.
324 - Reimplemented the input and idle handlers with WMBag to avoid a functional
325   problem with them: inability to remove handlers next to the called one, from
326   the called handler itself. Trying to do this with the old version caused the
327   program to crash.
328 - changed wrealloc behaviour to be like this: new = wrealloc(old, new_size);
329     1. if old is NULL, return wmalloc(new_size).
330     2. if new_size is 0, call wfree(old), and return NULL.
331     3. if both old is a valid pointer and new_size>0, call realloc.
332 - added wstrerror(int errnum) to return the string associated with errnum.
333 - new wsyserrorwithcode(int error, const char* fmt, ...), similar to 
334   wsyserror(), but printing the message for the specified error code.
335 - added 3 new classes: WMData, WMHost and WMConnection
336 - fixed a big memory leak in the color panel code (from Pascal Hofstee).
337 - added scrolling to tabview
339 changes since wmaker 0.61.0:
340 ............................
342 - added WMGetTextFieldFont()
343 - escape key in panels (craig nellist <crn@ozemail.com.au>)
344 - applied patch with fixes and enhancements to textfield 
345         (Franck Wolff <wolff@cybercable.fr>)
346 - changed WMList to use WMBag internally, instead of a linked list
347 - replaced WMAddSortedListItem() with WMSortListItems()
348 - replaced WMAddSortedBrowserItem() with WMSortBrowserColumn()
350 changes since wmaker 0.60.0:
351 ............................
353 - added WMScreenWidth() and WMScreenHeight() functions.
354 - fixed some problems when compiling with non gcc compilers.
355 - added WMSetTextFieldFont()
356 - added WMSetButtonImageDefault() (craig nellist <crn@ozemail.com.au>)
357 - added WMBag (array/list)
358 - added libWUtil, a library that is a subset of libWINGs. It contains utils
359   that can be used in writing non-GUI programs. They include: hashes,
360   notifications, input/idle/timer handlers, user defaults database handling,
361   memory handling, application resource handling, etc.
362   All the non-GUI stuff from libWINGs is present.
363   Still linWINGs contain all this stuff so if you use libWINGs, you don't
364   need to link against libWUtil too.
365   One notable aspect of libWUtil is that it has a modified version of the
366   event handling function. It is named WHandleEvents() and will handle all
367   input/idle/timer events the app has.
368   If your app has a permanent input handler (as for example a socket a server
369   is listening on), then the main loop of the app can be:
370         while(1) {
371             WHandleEvents();
372         }
373   but if there is no permanent input handler, you need to add some delay to
374   avoid a too high cpu load by your program:
375         while(1) {
376             WHandleEvents();
377             wusleep(5000);
378         }
379   A permanent input handler is one that is established when the program starts
380   and is present until the program exits.
381   One that is deleted and later reinstalled, is not considered permanent.
382   This difference is because if there is some input handler, the function will
383   block until some event appears, while if there is no input handler the
384   function will return almost immediately (after handling the timer/idle
385   stuff).
387   Except the stuff declared in WUtil.h, the following functions declared in
388   WINGs.h are also present in libWUtil (you will need to #include <WINGs.h>
389   if you use one of these):
390         WMInitializeApplication(char *applicationName, int *argc, char **argv);
391         WMSetResourcePath(char *path);
392         WMGetApplicationName();
393         WMPathForResourceOfType(char *resource, char *ext);
394         WMAddTimerHandler(int milliseconds, WMCallback *callback, void *cdata);
395         WMDeleteTimerWithClientData(void *cdata);
396         WMDeleteTimerHandler(WMHandlerID handlerID);
397         WMAddIdleHandler(WMCallback *callback, void *cdata);
398         WMDeleteIdleHandler(WMHandlerID handlerID);
399         WMAddInputHandler(int fd, int condition, WMInputProc *proc,
400                           void *clientData);
401         WMDeleteInputHandler(WMHandlerID handlerID);
402 - added progress indicator widget
403 - Changed WMSetWindowUPosition() and WMSetWindowUSize() to
404   WMSetWindowInitialPosition() and WMSetWindowInitialSize() respectively,
405   for better naming conventions.
408 changes since wmaker 0.53.0:
409 ............................
411 - added balloon help
412 - fixed a bug with setting initial path in browsers.
413 - added WMSetButtonImageDimsWhenDisabled()
414 - changed simple callback/notifications to delegate-like stuff. Affected
415   widgets are:
416         WMBrowser
417         - WMSetBrowserFillProc() was replaced with WMSetBrowserDelegate
418         - WMBrowserDidScrollNotification was replaced with a delegate callback
420         WMTextField (not completed yet)
421         The notifications will still work, but using the delegate is preferable
423   How to convert old code to delegate callbacks:
424         1 - create a variable (static or dynamic) of the type of the 
425             delegate for the widget type.
426         2 - Replace the notification observers with the equivalent 
427             delegate callbacks. 
428         3 - Put pointers to the callbacks in the delegate variable.
430         Take a look in wfilepanel.c to see how it is used there.
432 - changed W_ViewProcedureTable to delegates
433         This will only affect user created widgets. If you have a custom
434         widget, you will need to update the callbacks and the declaration
435         of the W_ViewProcedureTable variable to be a W_ViewDelegate,
436         which is declared in WINGsP.h  To setup the delegate, assign
437         the delegate variable to view->delegate.
439 - WMTextField
440         Removed all the didChange notifications that were sent when the text
441         was changed programmatically. Only changes made by user interaction
442         will be notified now. If you need the old behaviour, send notifications
443         manually when you change the text.
445 - added WMTabView
446 - added WMGetColorPanelColor(WMColorPanel *panel)
447 - made WMGetUDStringForKey() to only return a reference to the string, not a
448   wstrdup()'ed copy. DO NOT FREE IT ANYMORE!
449 - added MultiByteText option to userdefaults file to control use of multibyte
450   string drawing functions
451 - renamed WMCreateFont() to WMCreateFontSet()
452 - renamed WMCreateFontInDefaultEncoding() to WMCreateNormalFont()
453 - added WMCreateFont() with different semantics
456 changes since wmaker 0.52.0:
457 ............................
459 - added int WMGetBrowserMaxVisibleColumns(WMBrowser *bPtr);
462 changes since wmaker 0.51.2:
463 ............................
465 - added WMColorWellDidChangeNotification
466 - added wfindfileinarray()
467 - fixed bug in window title setting 
468         (MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>)
470 changes since wmaker 0.51.1:
471 ............................
473 - wusergnusteppath() will return a statically allocated string now.
474  DO NOT FREE IT ANYMORE!!
478 changes since wmaker 0.51.0:
479 ............................
481 - applied c++ compat header patch from Martynas Kunigelis <mkunigelis@alna.lt>
482 - added WMSetTextFieldBeveled()
483 - removed W_GC() : use WMColorGC() instead
484 - added WMCreatePixmap()
485 - changed WMSetTextFieldEnabled() to WMSetTextFieldEditable()
487 changes since wmaker 0.50.1:
488 ............................
490 - fixed various bugs
491 - added patch from Franck Wolff <frawolff@club-internet.fr>, with
492   many fixes and enhancements
493 - added notification queues, asynchronous notifications etc.
494 - added WMSetBrowserDoubleAction()
495 - fixed list double click action
497 changes since wmaker 0.50.2:
498 ............................
500 - added wsetabort() - look WUtil.h
501 - fixed bug in WMList resize
502 - added notification sending when changing textfield programatically
503 - removed WMHideWindow()
504 - fixed bug in WMCloseWindow()
505 - added textfield selection patch
506 - added color panel code
507 - added auto name completion for the file panel
508 - added function to select text range, and to set cursor position in text
509   fields programatically
511 changes since wmaker 0.20.3:
512 ............................
514 - added WMSetSliderImage(), WMSetSliderKnobThickness()
515 - added WMGetListItemHeight()
516 - added WMListDidScrollNotification
517 - added WSetColorWellBordered()
518 - added hacky color dragging in colorwell
519 - added poll() support in WMNextEvent. WARNING: the stuff needed for
520   WMAddInputHandler() is not yet implemented for the poll stuff
521 - added WMSetFilePanelAccessoryView(), WMGetFilePanelAccessoryView()
522 - added WMSetPopUpButtonEnabled()
523 - added WMGetLabelImage()
524 - autoscroll for popup button menus
525 - added WMDrawPixmap()
526 - WARNING: changed parameter list for WMListDrawProc
528 changes since wmaker 0.20.2:
529 ............................
531 - WMSetBrowserMaxVisibleColumns() - untested
535 changes since wmaker 0.20.0:
536 ............................
538 - added generic object field for WMListItem. This is for hanging generic
539   clientdata
542 changes since wmaker 0.20.0:
543 ............................
545 - changed WMGetFilePanelFile() with WMGetFilePanelFileName()
546 - made SavePanel
548 changes since wmaker 0.19.3:
549 ............................
551 - added WMCreatePanelForWindow()
552 - added extra parent parameter for filepanel, alertpanel and inputpanel
553 - WMCloseWindow()
554 - WMChangePanelOwner()
555 - added WMAddInputHandler()
556 - change range related function arguments (WMTextField) to use WMRange
558 changes since wmaker 0.19.1:
559 ............................
561 - added wstrappend()
562 - fixed bug when changing selected radio button by hand
564 changes since wmaker 0.18.1:
565 ............................
567 - removed textHeight arg from W_PaintImageAndText
568 - added WMCreateWindowWithStyle()
569 - added WMSetWindowBaseSize() and ResizeIncrements()
570 - added WMSetWindowLeve()
571 - added WMSetWindowDocumentEdited()
572 - added WMSetScrollViewLineScroll(), WMSetScrollViewPageScroll()
573 - added WMSetWindowMiniwindowTitle()
574 - added WMSetWindowMiniwindowImage()
576 changes since wmaker 0.18.0:
577 ............................
579 - added functions to get RGB components and "#rrggbb" string from WMColor.
580 - added function to create color from a name
581 - fixed bug that caused blocking until some new event arrives, even
582   when there already were events in the queue
583   (like having to move the pointer over window to force the window to be
584   painted)
586 changes since wmaker 0.17.5:
587 ............................
589 I don't remember everything, but here it goes:
591 - fixed some bugs in text field
592 - added a incomplete implementation of split view (not yet usable)
593 - added a slider
594 - changed the filepanel stuff. Each application can have only 1 file panel.
595 The same panel will be reused every time you call for it, unless you free it.
596 - changed semantics of WMCreateFont() so that it returns NULL if the requested
597   font can't be loaded
598 - removed WMAddDestroyCallback() 
599 - fixed bug in WMRemovePopUpButtonItem()
600 - added function for user specified item height in WMList
601 - added WMSetPopUpButtonText(). It will set the default text in the button
602   when no options are selected
603 - fixed bug in remove/add item in already mapped popupbuttons. Note: it is
604   not good practice to change the contents of a popup button when it's
605   already visible and the user has probably interacted with it.
606 - fixed behaviour of "radio buttons"
607 - WMInitializeApplication() must be the first function to be called in the
608   program
609 - removed applicationName, argc and argv arguments from the WMCreateScree...
610   functions
611 - WMReleaseColor(scr,color) changed to WMReleaseColor(color)
612 - WMPaintColorRectangle() changed to WMPaintColorSwatch()
613 - added various functions in font and color handling
614 - added WMSetButtonFont()
615 - changed WMCreateCommandButton() so that the buttons it creates will change
616         their label when pushed
617 - added WMGetSystemPixmap(WMScreen *scr, int image)
618 - added partial I18N support
619 - added libPropList requirement and some related utility functions
620 - added a interface to prooplist, so that it works as a user defaults db
621 - added WMWidthOfString() (removed WMFontWidthOfString())
622 - added WMDrawString()
623 - added WMSetTextFieldSecure(WMTextField *tPtr, Bool flag)
624 - WMGetListItem() will dup the returned string
625 - removed need for ProgName being defined
626 - rewrote hashtable stuff and made it available for outside use
627 - added notification functions, with view resize notification
628 - added WMSetWindowMinSize() and MaxSize()
629 - text editing notification
630 - added WMSetListPosition() etc.
631 - added WMInsertBrowserItem()
632 - the above 2 functions return WMListItem*, instead of Bool
633 - rewrote browser
634 - WMGetListItem() will return WMListItem*
635 - removed WMGetListItems() and WMSetListItems()
636 - fixed focus stuff for multi-window apps
637 - changed all WMList function names that contained index to row