Update for 0.51.2-pre2
[wmaker-crm.git] / WINGs / ChangeLog
blobf9b04bd9f38b904eb37dd26abfc2ecce6f039a2d
1 changes since wmaker 0.51.1:
2 ...........................
4 - wusergnusteppath() will return a statically allocated string now.
5  DO NOT FREE IT ANYMORE!!
9 changes since wmaker 0.51.0:
10 ............................
12 - applied c++ compat header patch from Martynas Kunigelis <mkunigelis@alna.lt>
13 - added WMSetTextFieldBeveled()
14 - removed W_GC() : use WMColorGC() instead
15 - added WMCreatePixmap()
16 - changed WMSetTextFieldEnabled() to WMSetTextFieldEditable()
18 changes since wmaker 0.50.1:
19 ............................
21 - fixed various bugs
22 - added patch from Franck Wolff <frawolff@club-internet.fr>, with
23   many fixes and enhancements
24 - added notification queues, asynchronous notifications etc.
25 - added WMSetBrowserDoubleAction()
26 - fixed list double click action
28 changes since wmaker 0.50.2:
29 ............................
31 - added wsetabort() - look WUtil.h
32 - fixed bug in WMList resize
33 - added notification sending when changing textfield programatically
34 - removed WMHideWindow()
35 - fixed bug in WMCloseWindow()
36 - added textfield selection patch
37 - added color panel code
38 - added auto name completion for the file panel
39 - added function to select text range, and to set cursor position in text
40   fields programatically
42 changes since wmaker 0.20.3:
43 ............................
45 - added WMSetSliderImage(), WMSetSliderKnobThickness()
46 - added WMGetListItemHeight()
47 - added WMListDidScrollNotification
48 - added WSetColorWellBordered()
49 - added hacky color dragging in colorwell
50 - added poll() support in WMNextEvent. WARNING: the stuff needed for
51   WMAddInputHandler() is not yet implemented for the poll stuff
52 - added WMSetFilePanelAccessoryView(), WMGetFilePanelAccessoryView()
53 - added WMSetPopUpButtonEnabled()
54 - added WMGetLabelImage()
55 - autoscroll for popup button menus
56 - added WMDrawPixmap()
57 - WARNING: changed parameter list for WMListDrawProc
59 changes since wmaker 0.20.2:
60 ............................
62 - WMSetBrowserMaxVisibleColumns() - untested
66 changes since wmaker 0.20.0:
67 ............................
69 - added generic object field for WMListItem. This is for hanging generic
70   clientdata
73 changes since wmaker 0.20.0:
74 ............................
76 - changed WMGetFilePanelFile() with WMGetFilePanelFileName()
77 - made SavePanel
79 changes since wmaker 0.19.3:
80 ............................
82 - added WMCreatePanelForWindow()
83 - added extra parent parameter for filepanel, alertpanel and inputpanel
84 - WMCloseWindow()
85 - WMChangePanelOwner()
86 - added WMAddInputHandler()
87 - change range related function arguments (WMTextField) to use WMRange
89 changes since wmaker 0.19.1:
90 ............................
92 - added wstrappend()
93 - fixed bug when changing selected radio button by hand
95 changes since wmaker 0.18.1:
96 ............................
98 - removed textHeight arg from W_PaintImageAndText
99 - added WMCreateWindowWithStyle()
100 - added WMSetWindowBaseSize() and ResizeIncrements()
101 - added WMSetWindowLeve()
102 - added WMSetWindowDocumentEdited()
103 - added WMSetScrollViewLineScroll(), WMSetScrollViewPageScroll()
104 - added WMSetWindowMiniwindowTitle()
105 - added WMSetWindowMiniwindowImage()
107 changes since wmaker 0.18.0:
108 ............................
110 - added functions to get RGB components and "#rrggbb" string from WMColor.
111 - added function to create color from a name
112 - fixed bug that caused blocking until some new event arrives, even
113   when there already were events in the queue
114   (like having to move the pointer over window to force the window to be
115   painted)
117 changes since wmaker 0.17.5:
118 ............................
120 I don't remember everything, but here it goes:
122 - fixed some bugs in text field
123 - added a incomplete implementation of split view (not yet usable)
124 - added a slider
125 - changed the filepanel stuff. Each application can have only 1 file panel.
126 The same panel will be reused every time you call for it, unless you free it.
127 - changed semantics of WMCreateFont() so that it returns NULL if the requested
128   font can't be loaded
129 - removed WMAddDestroyCallback() 
130 - fixed bug in WMRemovePopUpButtonItem()
131 - added function for user specified item height in WMList
132 - added WMSetPopUpButtonText(). It will set the default text in the button
133   when no options are selected
134 - fixed bug in remove/add item in already mapped popupbuttons. Note: it is
135   not good practice to change the contents of a popup button when it's
136   already visible and the user has probably interacted with it.
137 - fixed behaviour of "radio buttons"
138 - WMInitializeApplication() must be the first function to be called in the
139   program
140 - removed applicationName, argc and argv arguments from the WMCreateScree...
141   functions
142 - WMReleaseColor(scr,color) changed to WMReleaseColor(color)
143 - WMPaintColorRectangle() changed to WMPaintColorSwatch()
144 - added various functions in font and color handling
145 - added WMSetButtonFont()
146 - changed WMCreateCommandButton() so that the buttons it creates will change
147         their label when pushed
148 - added WMGetSystemPixmap(WMScreen *scr, int image)
149 - added partial I18N support
150 - added libPropList requirement and some related utility functions
151 - added a interface to prooplist, so that it works as a user defaults db
152 - added WMWidthOfString() (removed WMFontWidthOfString())
153 - added WMDrawString()
154 - added WMSetTextFieldSecure(WMTextField *tPtr, Bool flag)
155 - WMGetListItem() will dup the returned string
156 - removed need for ProgName being defined
157 - rewrote hashtable stuff and made it available for outside use
158 - added notification functions, with view resize notification
159 - added WMSetWindowMinSize() and MaxSize()
160 - text editing notification
161 - added WMSetListPosition() etc.
162 - added WMInsertBrowserItem()
163 - the above 2 functions return WMListItem*, instead of Bool
164 - rewrote browser
165 - WMGetListItem() will return WMListItem*
166 - removed WMGetListItems() and WMSetListItems()
167 - fixed focus stuff for multi-window apps
168 - changed all WMList function names that contained index to row