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