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