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