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