Initial revision
[wmaker-crm.git] / WINGs / ChangeLog
blob63232afeba02ffc15f52848f8a499ea983b64bab
1 changes since wmaker 0.20.0:
2 ............................
4 - changed WMGetFilePanelFile() with WMGetFilePanelFileName()
5 - made SavePanel
7 changes since wmaker 0.19.3:
8 ............................
10 - added WMCreatePanelForWindow()
11 - added extra parent parameter for filepanel, alertpanel and inputpanel
12 - WMCloseWindow()
13 - WMChangePanelOwner()
14 - added WMAddInputHandler()
15 - change range related function arguments (WMTextField) to use WMRange
17 changes since wmaker 0.19.1:
18 ............................
20 - added wstrappend()
21 - fixed bug when changing selected radio button by hand
23 changes since wmaker 0.18.1:
24 ............................
26 - removed textHeight arg from W_PaintImageAndText
27 - added WMCreateWindowWithStyle()
28 - added WMSetWindowBaseSize() and ResizeIncrements()
29 - added WMSetWindowLeve()
30 - added WMSetWindowDocumentEdited()
31 - added WMSetScrollViewLineScroll(), WMSetScrollViewPageScroll()
32 - added WMSetWindowMiniwindowTitle()
33 - added WMSetWindowMiniwindowImage()
35 changes since wmaker 0.18.0:
36 ............................
38 - added functions to get RGB components and "#rrggbb" string from WMColor.
39 - added function to create color from a name
40 - fixed bug that caused blocking until some new event arrives, even
41   when there already were events in the queue
42   (like having to move the pointer over window to force the window to be
43   painted)
45 changes since wmaker 0.17.5:
46 ............................
48 I don't remember everything, but here it goes:
50 - fixed some bugs in text field
51 - added a incomplete implementation of split view (not yet usable)
52 - added a slider
53 - changed the filepanel stuff. Each application can have only 1 file panel.
54 The same panel will be reused every time you call for it, unless you free it.
55 - changed semantics of WMCreateFont() so that it returns NULL if the requested
56   font can't be loaded
57 - removed WMAddDestroyCallback() 
58 - fixed bug in WMRemovePopUpButtonItem()
59 - added function for user specified item height in WMList
60 - added WMSetPopUpButtonText(). It will set the default text in the button
61   when no options are selected
62 - fixed bug in remove/add item in already mapped popupbuttons. Note: it is
63   not good practice to change the contents of a popup button when it's
64   already visible and the user has probably interacted with it.
65 - fixed behaviour of "radio buttons"
66 - WMInitializeApplication() must be the first function to be called in the
67   program
68 - removed applicationName, argc and argv arguments from the WMCreateScree...
69   functions
70 - WMReleaseColor(scr,color) changed to WMReleaseColor(color)
71 - WMPaintColorRectangle() changed to WMPaintColorSwatch()
72 - added various functions in font and color handling
73 - added WMSetButtonFont()
74 - changed WMCreateCommandButton() so that the buttons it creates will change
75         their label when pushed
76 - added WMGetSystemPixmap(WMScreen *scr, int image)
77 - added partial I18N support
78 - added libPropList requirement and some related utility functions
79 - added a interface to prooplist, so that it works as a user defaults db
80 - added WMWidthOfString() (removed WMFontWidthOfString())
81 - added WMDrawString()
82 - added WMSetTextFieldSecure(WMTextField *tPtr, Bool flag)
83 - WMGetListItem() will dup the returned string
84 - removed need for ProgName being defined
85 - rewrote hashtable stuff and made it available for outside use
86 - added notification functions, with view resize notification
87 - added WMSetWindowMinSize() and MaxSize()
88 - text editing notification
89 - added WMSetListPosition() etc.
90 - added WMInsertBrowserItem()
91 - the above 2 functions return WMListItem*, instead of Bool
92 - rewrote browser
93 - WMGetListItem() will return WMListItem*
94 - removed WMGetListItems() and WMSetListItems()
95 - fixed focus stuff for multi-window apps
96 - changed all WMList function names that contained index to row