]>
Commit | Line | Data |
---|---|---|
3ca6a5f0 | 1 | |
d6c8d7e9 RR |
2 | *** wxWindows 2.3.3 *** |
3 | ||
4b6b4dfc RR |
4 | Some wxFont changes for better mixing of native fonts |
5 | and wxFont's accessors. | |
6 | ||
7 | Corrections to wxImage code for special SGI visuals. | |
8 | ||
9 | Added IFF image handler. | |
10 | ||
11 | Added ICO, CUR and ANI image handler. | |
12 | ||
13 | wxFrame::SetMenuBar() works again. | |
14 | ||
15 | wxButton honours wxBU_EXACTFIT. | |
16 | ||
4d23a4bf VZ |
17 | wxStaticBox honours wxALIGN_XXX styles |
18 | ||
d6c8d7e9 RR |
19 | Reworked wxConfig class interface. |
20 | ||
21 | Reworked wxDynamicLibary class for loading classes (particularly | |
22 | wxWindows classes) from dynmic libraries. | |
23 | ||
24 | Removed wxObjectStream class. | |
25 | ||
26 | Further improvements to wxFileName class. | |
27 | ||
28 | *** wxWindows 2.3.2 *** | |
29 | ||
30 | Addition of wxFileName class to handler DOS, Unix, Mac and VMS filenames | |
31 | and paths in a platform independant way. | |
32 | ||
33 | Addition of a wxPopupWindow class to imitate temporary windows such | |
34 | as those used combo boxes or in tool tips. | |
35 | ||
36 | Addition of wxToggleButton which was missing in wxWindows 2.2. | |
37 | ||
38 | Support for virtual lists in wxListCtrl. | |
39 | ||
40 | Addition wxSingleInstanceChecker which does just that. | |
41 | ||
42 | Addition of wxRegEx for regular expression parsing either | |
43 | using the built-in Unix function or a freeware add-on library. | |
44 | ||
45 | wxScrolledWindow completely reimplemented as a native GTK widget. | |
46 | ||
47 | Reimplemented event cloning used for inter-thread communication. | |
48 | ||
49 | Big improvements to the HTML display engine. Handles many more tags | |
50 | correctly now. | |
51 | ||
52 | Partial rewrite and enhancements to the XML based resource system wxXRC. | |
53 | It is now based on the Expat parser. | |
54 | ||
55 | Wider image type support including read/write support for XPM and | |
56 | reading support for ICO files. BMP can be saved in various bit depths now. | |
57 | ||
58 | Fixed some incompatibilities with GTK 1.2.10. | |
59 | ||
60 | Partially reworked build system for installation of multiple builds and | |
61 | cross coompilations. | |
62 | ||
63 | Improved wxSizer-based layout system for better support for dynamic | |
64 | layout. | |
014e19de | 65 | |
ce83033f VZ |
66 | *** wxWindows 2.3.0 *** |
67 | ||
68 | scaling for map modes other than wxMM_TEXT works correctly (Derry Bryson) | |
69 | ||
70 | *** wxWindows 2.2.6 *** | |
71 | ||
72 | wxGauge now supports wxGA_VERTICAL (Shane Forsythe) | |
73 | ||
74 | *** 29th January 2001: wxWindows 2.2.5 released *** | |
75 | ||
76 | Synchronized with wxMSW 2.2.5, include macros | |
77 | for upwards 2.4.0 compatibility. | |
78 | ||
79 | Added missing wxEntry prototype to wx/gtk/app.h. | |
80 | ||
81 | Fixed compilation with --enable-no_rtti/no_exceptions | |
82 | with older egcs. | |
83 | ||
84 | *** 15th January 2001: wxWindows 2.2.4 released *** | |
85 | ||
86 | Corrected wxYield() to handle recursive calls | |
87 | more gracefully (and with a warning in debug mode). | |
88 | This fixes a problem with crashing wxTreeCtrl's | |
89 | built-in drag'n'drop and probably some other as | |
90 | well. | |
91 | ||
92 | Corrected wxMenuItem::GetLabel() to handle deliberate '_' | |
93 | characters correctly. | |
94 | ||
95 | Patch for better 8-bit-display support. | |
96 | ||
97 | Corrected log error message box. | |
98 | ||
99 | Implememted wxCommandEvent::IsSelection() for wxListBox. | |
100 | ||
101 | Corrected wxListBox::Set() for sorted mode. | |
102 | ||
103 | Added EVT_TEXT_UPDATED for spin ctrl. | |
104 | ||
105 | Corrected wrongly rounded value in slider and scrollbar | |
106 | for negative values. | |
107 | ||
108 | Small fix for wxTextFile type guessing. | |
109 | ||
110 | Translation updates. | |
111 | ||
112 | Various other fixes. | |
113 | ||
114 | Synchronized release with wxMSW again. | |
115 | ||
116 | *** 3rd November: wxWindows 2.2.3 released *** | |
117 | ||
118 | Fixed bugs in HTTP code. | |
119 | ||
120 | Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible | |
121 | and reduced flicker a little (no longer diables GTK's own | |
122 | anti-flicker code). | |
123 | ||
124 | Always have a clipping region equivalent to the update | |
125 | region in OnPaint events (such as under wxMSW and wxMac). | |
126 | ||
127 | Implemented wxListBox::SetFirstItem(). | |
128 | ||
129 | Fixed some minor problems in HTML code, wxListCtrl, | |
130 | wxListBox. | |
131 | ||
132 | Fixed compilation on RedHat 7.0. | |
133 | ||
134 | Updated many translations, added Swedish. | |
135 | ||
136 | Changed default screenpixels-per-inch from 100 to 75 in | |
137 | printing code. | |
138 | ||
139 | Updated AFM font metrics for Ghostscript fonts and let | |
140 | Linux and FreeBSD default to using GS fonts (and not | |
141 | Adobe fonts). | |
142 | ||
143 | *** 20th September: wxWindows 2.2.2 released *** | |
144 | ||
145 | Fixed wxSizer bug that made items with option | |
146 | flags greater than 1 report a wrong size. | |
147 | ||
148 | Fixed many incompatibilties with GTK themes - | |
149 | essentially a backport from the 2.3 branch. | |
150 | ||
151 | Added missing wxImage::Paste() for transparent | |
152 | images. | |
153 | ||
154 | Fixed a drawing error for ellipses and arc in both | |
155 | the DC code and the PostScript code. | |
156 | ||
157 | Fixed wxListCtrl::HitTest() for report mode. | |
158 | ||
159 | Other minor fixes. | |
160 | ||
161 | *** 20th August 2000: wxWindows 2.2.1 released *** | |
3ca6a5f0 BP |
162 | |
163 | Minor build fixes. | |
164 | ||
ce83033f VZ |
165 | Use the wxCommmandEvent::IsChecked() function for checkable |
166 | menu items. This mean that the m_int parameter no longer | |
167 | contains the ID of the menu! | |
168 | ||
169 | Fixed major problems in ODBC logging code. This change is | |
170 | binary backward incompatible. | |
171 | ||
172 | Fixed reentry problems in DnD code. | |
173 | ||
174 | Changed PostScript code so that it can handle a higher | |
175 | resolution (720dpi). | |
176 | ||
177 | Minor improvements to wxGrid code. | |
178 | ||
3ca6a5f0 BP |
179 | Corrected guffow-scrolling so that no surplus expose |
180 | events are generated. | |
181 | ||
182 | Corrected bug in wxMask creation on 16-bit displays. | |
183 | ||
184 | Minor correction to wxDC::DrawRoundedRectangle. | |
185 | ||
186 | Added support for <INSERT> and <DELETE> menu accelerators. | |
187 | ||
3ca6a5f0 BP |
188 | Made wxComboBox case-sensitive. |
189 | ||
190 | Minor correction to doc-view architecture. | |
191 | ||
ce83033f VZ |
192 | Minor wxCommandLineParser changes. |
193 | ||
194 | *** 10th July 2000: wxWindows 2.2.0 released *** | |
f6bcfd97 BP |
195 | |
196 | Added code for writing BMP images. | |
197 | ||
198 | Added code for writing TIFF images. | |
199 | ||
200 | Fixed problem with best visuals (on SGI) | |
ce83033f | 201 | |
f6bcfd97 BP |
202 | Applied a number of compile fixes for various Unix variants. |
203 | ||
204 | Fixed wrong background colours appearing sometimes and fix | |
205 | for resetting the default font in controls. | |
ce83033f | 206 | |
f6bcfd97 BP |
207 | Speed-up to wxListCtrl. |
208 | ||
209 | Fixed bug wxTextStream::ReadLine() | |
ce83033f | 210 | |
f6bcfd97 | 211 | Various improvements commandline parser. |
ce83033f | 212 | |
f6bcfd97 | 213 | Changed wxColour unequal operator to compare colours. |
ce83033f | 214 | |
f6bcfd97 BP |
215 | Fixed wxMenuBar::Replace bug. |
216 | ||
217 | Added new position to slider update event. | |
ce83033f | 218 | |
f6bcfd97 BP |
219 | Minor fix to idle handling (now wxGTK events come after all GTK events). |
220 | ||
221 | Various fixes to the new wxGrid class. | |
ce83033f | 222 | |
f6bcfd97 BP |
223 | Bug-fixes. |
224 | ||
ce83033f | 225 | *** 4th June 2000: wxWindows pre-2.2 release *** |
f6bcfd97 BP |
226 | |
227 | Complete freeze now. Only vital bug-fixes allowed. | |
228 | ||
229 | Various enhancements to wxSizer. | |
230 | ||
231 | Added wxGridSizer and wxFlexGridSizer. | |
232 | ||
233 | Reworked wxURL. | |
234 | ||
235 | MANY bugfixes. | |
236 | ||
ce83033f | 237 | *** 22th March 2000: wxWindows 2.1.15 released *** |
f6bcfd97 BP |
238 | |
239 | Build fix. RPMs no loner require GTK's include files. | |
240 | ||
241 | An extra library for the OpenGl class now gets builts | |
ce83033f | 242 | *** 19th March 2000: wxWindows 2.1.14 released *** |
ce4169a4 | 243 | |
6e7b6cc6 | 244 | An extra library for the OpenGl class now gets builts |
ce83033f | 245 | and installed. There is also an extra RPM for this |
6e7b6cc6 | 246 | small class now. |
993f97ee | 247 | |
6e7b6cc6 RR |
248 | Added possibility to compile wxGTK with already installed |
249 | image libraries (TIFF, JPEG, PNG, ZLIB) if you really | |
250 | know what you are doing. | |
993f97ee RR |
251 | |
252 | Added support for pipes and a stream class to get data | |
253 | out of them. | |
254 | ||
255 | Added memory file system (so you can save html pages with | |
256 | images in memory). | |
257 | ||
5d25c050 | 258 | Added wxDragImage class for dragging easily images. |
103aab26 | 259 | |
5d25c050 RR |
260 | The DEB and RPM packages now conform better to various |
261 | standards. | |
262 | ||
263 | Renamed wx-config to wxgtk-config so that motif can be co-installed | |
264 | on the same machine (with wxmotif-config). | |
265 | ||
266 | Speed up for drawing by resuing once created DCs instead of | |
267 | creating and destroying them all the time. | |
268 | ||
269 | Corrections to clipping region code (among others related to | |
270 | simultaneous bitmap clipping). | |
271 | ||
272 | A few more improvements to tab traversal. | |
273 | ||
274 | A number of changes to socket code. | |
279ababf RR |
275 | |
276 | Added code for rotating images. | |
277 | ||
5d25c050 | 278 | Much work on the new grid class has been done. Very cool now. |
279ababf | 279 | |
5d25c050 RR |
280 | wxPlotWindow is now useful and works. Added on-off lines useful for |
281 | displaying trigger signals. | |
279ababf | 282 | |
103aab26 RR |
283 | Corrected one more bug in the TIFF handler. |
284 | ||
285 | It is now possible to run wxGTK apps in the best visual | |
286 | instead of only the default on system that support this | |
287 | (typically IRIX). | |
288 | ||
289 | Added default keyboard handling to wxScrolledWindow. | |
290 | ||
291 | Fixed slightly overoptimized window colour and style handling. | |
279ababf RR |
292 | This will expose a bug in the GtkPixmap theme, or more exactly |
293 | in ImLib's image cashing so that wxGTK currently doesn't work | |
5d25c050 RR |
294 | well with pixmap themes. As a result, wxGTK will disable all |
295 | widget settings when using this theme. | |
103aab26 RR |
296 | |
297 | Fixed bug in drawing code that made GTK pick the wrong pen | |
298 | style when using the default. | |
299 | ||
300 | The L-GPL iODBC library must now be enables explicitly so as | |
301 | to not mislead people into reading the license wrong. | |
302 | ||
ce83033f | 303 | *** 24th January '2000: wxWindows 2.1.13 released *** |
88413fec | 304 | |
510fc784 RR |
305 | Corrections to TAB handling in notebooks. |
306 | ||
307 | Added scroll event to indicate when the thumb has | |
308 | been released (as opposed to only changed). | |
309 | ||
88413fec RR |
310 | Fixed crashes with GTK Pixmap theme. |
311 | ||
312 | Fixed endianness problems in image code. | |
313 | ||
510fc784 RR |
314 | Minor fixes for sockets related to GUI reentrance. Also |
315 | improved the IPV address class and added more error | |
316 | checking and rekated things. | |
88413fec RR |
317 | |
318 | Many enhancements to wxHTML, more tags supported, better support | |
510fc784 | 319 | for non-western texts etc. |
88413fec RR |
320 | |
321 | Corrected code handling mono-bitmaps and their conversion to | |
510fc784 RR |
322 | wxImage etc. Added experimental ConvertToMonoBitmap() to |
323 | wxImage class. | |
88413fec RR |
324 | |
325 | Fixed a few minor problems in wxListCtrl. | |
326 | ||
327 | The MIME-type code in now reads KDE and GNOME mime-type bindings | |
328 | including icon information. This is used in the file dialog. | |
329 | ||
330 | Small fix for problems with code that didn't changed the size of a | |
510fc784 | 331 | window, but its client size and thus sent no wxSizeEvent. |
88413fec RR |
332 | |
333 | Fixed problem with shared contexts in OpenGl canvas. | |
334 | ||
335 | Fixed keyboard handling in wxCheckListBox. | |
336 | ||
337 | Corrected the completely unfunctional TIFF code. | |
338 | ||
339 | Various minor corrections to wxWizard, wxCalendarCtrl and other | |
340 | complex controls. | |
341 | ||
342 | Revamped code for TCP based connections between programs. | |
343 | ||
344 | Updates to the ODBC classes (George Tasker). | |
345 | ||
510fc784 RR |
346 | Build-fixes for various platforms and compilers. |
347 | ||
ce83033f | 348 | *** 6th January '2000: wxWindows 2.1.12 released *** |
ba0e7d41 | 349 | |
ce83033f | 350 | Who has a BigEndian computer (e.g. Sparc or PowerPC) that runs a 15 |
f2593d0d | 351 | and/or 16 bit colour mode? I need this for testing purposes, i.e. this |
5f445b31 RR |
352 | person could help me by running a small testprogram and sending |
353 | me the output. | |
354 | ||
04165bec RR |
355 | Improved support for GTK's themes, changes in font sizes (and |
356 | the dialogs' ability to react to that) and related things. | |
357 | ||
07f5b19a RR |
358 | Added Calendar control. |
359 | ||
360 | Added classes for recoding text (e.g. from Windows encoding to ISO encoding | |
361 | and for converting to and from Unicode). | |
362 | ||
f2593d0d RR |
363 | Updated the 64-bit long class (a class that substitutes a 64-bit int |
364 | type on platforms which don't provide a native one). | |
365 | ||
366 | Added wxImage::Replace() (for replacing colours) and wxImage::GetSubImage(). | |
367 | Also corrected conversion from mono bitmaps to wxImage. | |
368 | ||
369 | Added wxBitmap::GetSubBitmap(). | |
370 | ||
371 | Removed some flicker from tree ctrl. Minor optical changes. | |
372 | ||
373 | Added support for multiple font and colour support for items in | |
00e12320 RR |
374 | list ctrls and tree ctrls. |
375 | ||
376 | Added support for multiple-selection file dialog. | |
377 | ||
78e848ca RR |
378 | Implemented wxMenuBar::Insert() and wxMenu::Insert(). There is |
379 | also a Remove() method now, but the GTK doesn't really like that. | |
380 | ||
381 | Enhanced wxMimeTypesManager to read GNOME and KDE file ending | |
382 | bindings to MIME types and icons. | |
383 | ||
384 | Corrected wxExecute to longer eat up all memory and crash under | |
385 | certain circumstances (Karsten Ballueder). | |
386 | ||
387 | wxGTK no longer gives warnings if the application shows a dialog | |
388 | before entering the main loop. | |
389 | ||
00e12320 RR |
390 | Added string to long/ulong/float conversion routines and some |
391 | more string related things. | |
392 | ||
78e848ca RR |
393 | Updated documentation for wxFile, wxFFile and their respective |
394 | stream classes. Documented some more stream classes. | |
395 | ||
396 | Improved wxHTML and its help system. Options dialog, better printing, | |
00e12320 | 397 | history index. Also implemented more (cite, definition lists, etc). |
78e848ca RR |
398 | |
399 | Corrected wxRegion::GetBox(). | |
400 | ||
401 | Added wxNotebookSizer for combining notebooks and sizers. | |
402 | ||
403 | Added wxDir class. Useful as a replacement for wxFileGetFirst() | |
404 | and wxFileGetNext(). | |
405 | ||
04165bec RR |
406 | Fixed Y2000 bug in file dialog (sic.) |
407 | ||
5f445b31 RR |
408 | Added wxStopWatch class. |
409 | ||
410 | wxBitmap now derives from wxGDIObject. | |
411 | ||
412 | Added inlined classes for 2D geometry calculations. | |
413 | ||
414 | wxSpinCtrl now has its own event, intercepted using EVT_SPINCTRL. | |
415 | ||
416 | The ODBC classes can now be configured at run-time if they | |
417 | are to use forward-only cursors or not. | |
418 | ||
00e12320 | 419 | Added wxDateTime class. The existing classes wxTime and wxDate |
f2593d0d | 420 | have been reimplemented and corrected using wxDateTime. |
5f445b31 RR |
421 | |
422 | Rewritten wxThread to have a flag controlling if the | |
423 | thread will delete its C++ class itself ("delete this") or | |
424 | if the main thread must delete the C++ class. | |
425 | ||
78e848ca | 426 | Added TIFF reading code, PCX writing code. |
5f445b31 | 427 | |
ba0e7d41 RR |
428 | Minor compile and build fixes for different architectures. |
429 | ||
430 | Added more flags to wxSizer for proportional sizing and | |
00e12320 | 431 | centering and alignment combination and a wxNotebookSizer. |
ba0e7d41 | 432 | |
e9093718 RR |
433 | Added controls to wxToolBars (e.g. combobox) and DeleteTool. |
434 | ||
00e12320 RR |
435 | Fixed several problems with buffered streams. Added support for |
436 | setting the end-of-line mode (Mac,DOS,Unix) in wxTextOutputStream. | |
e9093718 RR |
437 | |
438 | Added code to send events from one thread to another and added | |
ce83033f | 439 | function to wake up idle system (needed for sending inter-thread |
e9093718 RR |
440 | events). |
441 | ||
442 | Corrected wrongly set flag in dialogs which broke its tab code. | |
443 | Also corrected navigation on wxRadioBox. | |
444 | ||
445 | Corrected segfaults in wxGLCanvas and stupid race when using | |
78e848ca | 446 | several such canvasses. |
e9093718 | 447 | |
00e12320 | 448 | Some minor updates to wxSockets. Fixed timeout problem. |
e9093718 | 449 | |
f2593d0d | 450 | Speed-up for new encoding related font code. Minor fixes. |
ba0e7d41 | 451 | |
78e848ca RR |
452 | Changed wxListBox to send deferred events, i.e. events emitted by |
453 | the listbox won't get processed before the next idle message. | |
5f445b31 | 454 | |
00e12320 RR |
455 | More minor changes and fixes. |
456 | ||
457 | Began work on a new dialog and resource editor (wxDesigner). | |
5f445b31 | 458 | |
ce83033f | 459 | *** 7st November '99: wxWindows 2.1.11 released *** |
d5a07b9e | 460 | |
fc9c7c09 | 461 | There is still an unresolved problem with bitmap to image |
bbeb6c2b RR |
462 | conversion on big-endian architectures (such as Solaris), |
463 | where color values get exchanged. I'd need help on this | |
fc9c7c09 | 464 | one as I have no BE computer. |
bbeb6c2b | 465 | |
d5a07b9e | 466 | Enlightment has struck the majority of the developers and |
79144b8a | 467 | they have chosen to use the Linux kernel numbering scheme |
d5a07b9e RR |
468 | for wxWindows from now on. This means that the next stable |
469 | release will be called wxWindows 2.2.X, development snapshots | |
470 | will be called 2.1.X. | |
471 | ||
472 | A lot of discussion has been wasted on how to maintain a | |
ce83033f VZ |
473 | once released stable version. It was almost universally |
474 | agreed that only a commercial entity will have the motivation | |
fc9c7c09 | 475 | ($$$) to do that - so far there is no wxWindows Inc. |
d5a07b9e | 476 | |
d8d474af | 477 | Support for GTK 1.0 has been dropped. This version has |
fc9c7c09 | 478 | been tested with GTK 1.2.3 and GTK 1.2.6 - it might |
d8d474af | 479 | not work with some other versions. |
d5a07b9e | 480 | |
11e1c70d RR |
481 | Rewritten the support for multiple-format Drag'n'Drop and |
482 | clipboard under both GTK and MSW. There are probably some | |
483 | problems here and there left. | |
484 | ||
ce83033f VZ |
485 | wxListBox and wxChoice can now handle only either void |
486 | client data (which it will not delete on destruction) or | |
11e1c70d | 487 | client data of the wxClientData type (which it will delete), |
d6538e2c | 488 | instead of both at the same time. The same will happen |
11e1c70d RR |
489 | to wxComboBox some time. Also, wxListBox can now sort its |
490 | items. | |
d6538e2c | 491 | |
d5a07b9e | 492 | Many build fixes for various platforms have been applied, |
11e1c70d | 493 | try again, poor AIX, HP-UX and *BSD users, but don't reckon |
d8d474af RR |
494 | with immediate success. Actually, when using GNU compilers, |
495 | your chances are quite good. | |
d5a07b9e | 496 | |
d6538e2c | 497 | My rewrite of the wxWindows underlying GTK widget |
d5a07b9e | 498 | has turned scrolling including subwindows from barely |
d6538e2c RR |
499 | functional to pretty and fast. I also added scrolling |
500 | of foreign windows to wxScrolledWindow. | |
501 | ||
502 | Setting size hints for the window manager might work now. | |
d5a07b9e RR |
503 | |
504 | wxSocket and Co. have been improved up to the point of | |
505 | calling it a rewrite. It works on wxMSW now too and | |
506 | seems pretty stable, but testing is still welcome. | |
507 | ||
508 | The ODBC classes contributed by Remstar Inc. have been | |
509 | overhauled (incl the sample) and have been tested with | |
510 | all relevant SQL databases (even DBase). For that reason | |
511 | I have reawakened the iODBC code from wxGTK 2.0 so you | |
512 | can now use wxODBC from wxMSW and wxGTK. | |
513 | ||
e90196a5 RR |
514 | Several printing things fixed. More work needs to be done |
515 | here.. | |
d5a07b9e | 516 | |
79144b8a | 517 | HTML widget and the wxWindows' help system based upon |
d5a07b9e | 518 | it have been reorganized and improved for easier use |
d6538e2c | 519 | from Python and C++. Also HTML printing has been added. |
d5a07b9e RR |
520 | |
521 | wxSpinCtrl added. Like a wxSpinButton and a wxTextCtrl. | |
522 | ||
523 | Changed the beaviour of the popular new wxFileDialog to | |
524 | not forget the once typed file name when changing the | |
525 | directory. | |
526 | ||
527 | Implemented the wxSIMPLE_BORDER flag (simple black line | |
528 | without shadow affect). | |
529 | ||
530 | Michael is writing a complete rewrite of the antiquated | |
531 | wxGrid. This is still work-in-progress and might not make | |
532 | it into wxWindows 2.2, we'll see. Help would be welcome | |
533 | to make that happen. | |
534 | ||
535 | Made wxMenu code lose less memory, also added wxMenu::Delete(). | |
536 | ||
537 | Added code to send wxActivateEvent to MDI windows. | |
538 | ||
539 | Vadim added configure things to compile wxWindows without any | |
540 | GUI library. This is probably work in progress. He'll also add | |
541 | a wxFontEnumerator class and has enhanced wxFont to make use | |
542 | of char-encodings. | |
543 | ||
544 | wxSlider, wxWindow, wxScrollBar now emit the correct events | |
545 | for scrolling (like page up, line up etc) instead of just | |
546 | "thumb-track" as before. | |
547 | ||
bbeb6c2b RR |
548 | Corrected Reparent() code, including the special case for |
549 | wxToolBar (as the toolbar sits in a different window than | |
550 | normal windows). | |
11e1c70d | 551 | |
bbeb6c2b RR |
552 | Corrected key accelerator code for toplevel child windows |
553 | and added support for more key combinations - pretty much | |
554 | all, actually. | |
11e1c70d RR |
555 | |
556 | Corrected cursor handling in a number of special cases. | |
557 | ||
558 | wxGLCanvas now waits until all expose events have been sent | |
559 | and then emits its own redraw event. Also removed flicker | |
560 | for wxGLCanvas and in some other places. | |
d5a07b9e RR |
561 | |
562 | A handler to read PCX file (in most variants) has been added. | |
563 | ||
564 | A number of problems with compressed and socket streams have | |
565 | been solved. | |
566 | ||
e90196a5 RR |
567 | Changed behavour of wxTextStream to make use of deliminators |
568 | and default to space as the standard C++ stream do. | |
569 | ||
570 | Changes to tab traversal code to better reflect MSW code. | |
571 | ||
572 | Corrected problems with wxGenericValidator and certain controls. | |
573 | ||
574 | Made default button action work in more cases. | |
575 | ||
ad9edf45 RR |
576 | 28th August '99: Ninth wxGTK 2.1 snapshot released |
577 | ||
578 | As the old makefile system didn't work, I trashed it and wrote | |
641d87d8 | 579 | a new one - mo more GNU. This, of course, caused a lot of people |
ce83033f | 580 | to start sing their song of complaints - any change is a good |
641d87d8 RR |
581 | opportunity to complain, but the effect of the change is that |
582 | we now have shared library support on Linux and Solaris (and | |
583 | probably others as well) and that the Linux shared library no | |
584 | longer depends on libstdc++, so that we can finally create an | |
585 | RPM that works on different Linux distributions. Also, the | |
586 | Unix make system is now much simpler and directly mirrors its | |
587 | Windows counterparts, making it easier to understand and maintain. | |
588 | As it is independent of the various GNU tools, the requirements | |
589 | for using CVS versions are also much less (any make, any compiler, | |
590 | no other tools). | |
591 | ||
592 | Split RPMs into two, one for run-time requirements and one | |
593 | for developement (mostly headers). | |
ad9edf45 RR |
594 | |
595 | Addition of new layout classes that work like Java's, GTK's | |
596 | or Qt`s - basically, you pack item in a box and let it tell | |
641d87d8 RR |
597 | you how much space it needs. These class are called wxSizer |
598 | and I consider them a great addition as they make true cross- | |
599 | platform dialogs a child's play and are very quick to write | |
600 | and easy to read. Do consider using them. | |
601 | ||
602 | Rewritten all dialogs to make use of the new sizers. Also | |
603 | added a new wxFileDialog like Win95 and replaced the generic | |
604 | wxFontDialog with GTK's native font selection dialog - this | |
605 | probably isn't perfect though. | |
606 | ||
607 | A few more fixes to wxListCtrl and wxTreeCtrl, implemented | |
608 | more options and modes like the wxMSW version. | |
609 | ||
610 | New handler for PNM files. Added CanRead() function to image | |
611 | handlers, updates to GIF handler for preparing the new wxAnimation | |
612 | class. We'll also get a PCX and hopefully a TIFF handler so | |
613 | that we support all common general-purpose file formats I know | |
614 | about. PhotoShop and PhotoPaint images are not general purpose. | |
615 | I also tried to correct a wxImage bug in connection with big-endian | |
616 | vs. little-endian problems, but I have no Sparc to actually test | |
617 | this. | |
618 | ||
619 | Inclusion of wxMultiMedia. Can play most sound formats on GTK | |
620 | and MSW and (using xanim on Unix and Win95's MM functions) | |
621 | display a video in a wxWindow. This will probably be moved to | |
622 | the core library. | |
623 | ||
624 | Small updates to socket code. The MSW version is still missing. | |
625 | ||
626 | Implemented wxBitmapDataObject class. | |
627 | ||
628 | Added wxFFileStream using FILE* instead if file desrcriptor. | |
629 | Useful for creating a "cerr" like class as in normal C++. | |
630 | Also added "endl" for use with wxTextStream and fixed a few | |
631 | minor problems with buffered streams etc. | |
632 | ||
633 | Corrected Tabbing code in wxPanel and made it work with wxNotebook. | |
634 | ||
635 | Small cursor fixes in connection with text control. | |
636 | ||
637 | Added experimental wxWizard class. Work in progress. | |
ad9edf45 RR |
638 | |
639 | A few more minor fixes. | |
640 | ||
d422d01e | 641 | 6th August '99: Eight wxGTK 2.1 snapshot released |
0544bc0a | 642 | |
ce83033f | 643 | The new makefile system is not able to produce shared libraries |
9b61f868 RR |
644 | on Unix with the exception of Linux - libtool is really great. |
645 | Therefore, the build system defaults to static libraries on | |
646 | anything but Linux for now. | |
0544bc0a RR |
647 | |
648 | Work in wxPen, wxBrush and wxDC to match wxMSW more exactly and | |
649 | to implement missing feature etc. | |
650 | ||
651 | Reimplemented radio buttons. The first of a group of such buttons | |
652 | is now marked by having the wxRB_GROUP style. | |
653 | ||
654 | Complete redesign of all stream classes, including tests for them | |
655 | in the samples. | |
656 | ||
657 | Controls now send the same messages (or more importantly none if | |
658 | changed programmatically) as per wxMSW. | |
659 | ||
660 | New implementation of wxSocket using an intermediate library called | |
661 | GSocket. This willl hopefully change in the future. | |
662 | ||
663 | Reworked in-place editing of wxListCtrl and wxTreeCtrl. | |
664 | ||
665 | Fixed bug reporting two refreshes when scrolling. | |
666 | ||
0544bc0a RR |
667 | Corrected bug in wxComboBox client data code. |
668 | ||
669 | Corrected reported but unverified bug in BMP loading code. | |
670 | ||
671 | Added a few more methods to wxStaticBitmap. | |
672 | ||
673 | Integration of wxHTML code in the main library, including wxZIPStream, | |
674 | wxFilesystem, wxHTMLHelpController and others. | |
675 | ||
676 | Added a wrapper for ffile() etc functions. | |
677 | ||
d422d01e | 678 | Updates to wxDynamicLibrary. |
7ff14117 | 679 | |
0544bc0a RR |
680 | New documentation. |
681 | ||
d422d01e RR |
682 | New version of wxPython, of course. |
683 | ||
0544bc0a RR |
684 | Fixed in unenclosed number of other bugs... |
685 | ||
58c7cd12 RR |
686 | 25th June '99: Seventh wxGTK 2.1 snapshot released |
687 | ||
688 | Many fixes to th new makefile system. The last version gave | |
689 | immediate crashes on all Unices except Linux when linked | |
690 | dynamically against an application. I reordered the object | |
691 | files in the library as I guess that this was the cause. | |
692 | ||
693 | Added icons to message box. This also slightly killed the | |
694 | layout so this needs to be changed again. | |
695 | ||
696 | wxGTK now chooses the best visual available on the display instead | |
697 | of the default one. | |
698 | ||
699 | Fixed wxProgressDialog again. | |
700 | ||
701 | Some more corrections I forgot. | |
702 | ||
703 | New wxPython (includes new layout system and printing). | |
704 | ||
ce4169a4 | 705 | 15th June '99: Sixth wxGTK 2.1 snapshot released |
ce83033f VZ |
706 | |
707 | ||
ce4169a4 RR |
708 | The biggest change is the completely rewritten configure/makefile |
709 | system using automake. The main argument for switching to automake | |
710 | is that the resulting makefiles should be more portable so that | |
711 | people can use the native make utilities instead of GNU make. The | |
712 | new makefile sytem also handles dependencies correctly, allows for | |
713 | shared-only compilation, can be invoked from any directory for | |
714 | concurrent builds wihtin one source tree, uses libtool for greater | |
715 | shared-library platform support, has a functinonal "make uninstall", | |
716 | works with GTK, Motif and WINE, conforms better to GNU standards | |
ce83033f | 717 | as far as configure option names are concerned and is easier to |
ce4169a4 | 718 | maintain. |
ce83033f | 719 | |
ce4169a4 | 720 | Applied patches to compile wxGTK on OS/2. |
ce83033f | 721 | |
ce4169a4 RR |
722 | Configure checks for byte-order and new defines for byte swapping |
723 | with respect to the byte-order. Added test for this to typetest sample. | |
ce83033f VZ |
724 | Also made BMP handler bigendian safe so that it should work on |
725 | Solaris and such. | |
726 | ||
727 | Small changes to basic drawing stuff: made wxColour actually compare | |
ce4169a4 RR |
728 | RGB values in the == operator, added new constructor to wxMask, |
729 | corrected initial background colour for DCs, it is now possible | |
730 | to use a wxWindowDC etc before there is any window (this doesn't | |
731 | make any sense, but it is what wxMSW does.) | |
ce83033f | 732 | |
ce4169a4 RR |
733 | Added support for the PRIMARY SELECTION to the wxClipboard |
734 | class. | |
ce83033f | 735 | |
ce4169a4 RR |
736 | Fixed redraw bug when scrolling window-less widgets out |
737 | of the visible area (actually a work-around for a GTK bug). | |
ce83033f | 738 | |
ce4169a4 RR |
739 | Regrouped some samples, created new one for various versions |
740 | of the wxTextCtrl. | |
ce83033f | 741 | |
ce4169a4 | 742 | Added wxWindow::Reparent() and wxFrame::MakeModal(). |
ce83033f | 743 | |
ce4169a4 RR |
744 | Improved handling of column width in wxListCtrl and made |
745 | this more compatible with the wxMSW version. Also removed | |
746 | a bug from the wxImageList returning an off-by-one id for | |
747 | added images. | |
ce83033f | 748 | |
ce4169a4 RR |
749 | Fixed keyboard hotkeys and resizing for wxMDIChildFrame |
750 | menu bars. | |
ce83033f | 751 | |
ce4169a4 RR |
752 | Added flag to wxSplitterWindow to update its children's |
753 | sizes "live" instead of moving a XOR'ed bar around - this | |
754 | is a resource-draining option. Also corrected cursors | |
755 | in splitter window. | |
ce83033f | 756 | |
ce4169a4 | 757 | New way to show "disabled" or greyed toolbar items. |
ce83033f | 758 | |
ce4169a4 RR |
759 | Rewrote parts of the tree ctrl to allow multiple selections |
760 | and variable size items (Sylvain). These new function do not | |
761 | exist in the native Win32 tree control. | |
ce83033f | 762 | |
ce4169a4 RR |
763 | Implemented global cursors and wxBusyCursor etc. Also removed |
764 | another cursor misbehaviour. | |
ce83033f | 765 | |
ce4169a4 RR |
766 | Updated many parts of the documentation to reflect changes |
767 | in wxWindows 2.1, wxPython and more exact description of | |
768 | cross-platform issues as well as platform differences. | |
ce83033f | 769 | |
ce4169a4 | 770 | Many other fixes, mainly by others... |
ce83033f | 771 | |
ce4169a4 | 772 | Further compile fixes for different architectures. |
ce4169a4 | 773 | |
ce83033f VZ |
774 | |
775 | ||
ce4169a4 | 776 | 25th May '99: Fifth wxGTK 2.1 snapshot released |
ce4169a4 | 777 | |
ce83033f VZ |
778 | |
779 | ||
ce4169a4 RR |
780 | This is mostly a bug-fix release. We are having funny |
781 | times to make wxGTK work well with different micro | |
782 | versions of GTK 1.2 - which is very close to impossible. | |
783 | All versions give warnings, although their number might | |
784 | vary a lot. I use GTK 1.2.3 and only get wanrnings in | |
785 | one sample (notebook) and that one is due to a bug in | |
786 | GTK - some people using GTK 1.2.2 reported hundreds of warnings | |
787 | getting spitted out for what seems like no reason. | |
ce83033f | 788 | |
ce4169a4 RR |
789 | This snapshot contains the beginnings of our merging of |
790 | headers, meaning that in the future all ports will | |
791 | use the same headers and will share a lot more code. | |
792 | We have taken this moment to reorganize some code and | |
793 | hope to have eliminated much bad C++ code, as reported | |
794 | primarily by SGI's compilers (Vadim Zeitlin). | |
ce83033f | 795 | |
ce4169a4 RR |
796 | Rewritten char and key event propagation routines |
797 | to reflect documentation and do the same on wxGTK | |
798 | as on wxMSW. If you are interested in ascii chars | |
ce83033f | 799 | and cursor key etc, intercept EVT_CHAR, if you |
ce4169a4 RR |
800 | are interested in which key actually got pressed, |
801 | intercept EVT_KEYDOWN (Norbert Irmer). | |
ce83033f | 802 | |
ce4169a4 RR |
803 | Control that are given -1 as their ID no longer |
804 | get arbitrary positive IDs assigned but arbitrary | |
805 | negative IDs. This had caused some trouble with ID clashes. | |
ce83033f | 806 | |
ce4169a4 RR |
807 | wxWindow and wxScrolledWindow no longer use the |
808 | wxScrollEvent, but the newly invented wxScrollWinEvent | |
809 | so that no mixing up of events sent from wxSliders | |
810 | or wxScrollbars placed in a wxWindow can occur. | |
ce83033f | 811 | |
ce4169a4 RR |
812 | Added wxProgressDialog for use with long background |
813 | work such as printing. | |
ce83033f | 814 | |
ce4169a4 RR |
815 | Added drawing sample and scrolling sample, both of |
816 | which show some misbehaviours... | |
ce83033f | 817 | |
ce4169a4 RR |
818 | When drawing with the wxXOR logical mode, wxGTK now uses |
819 | GdkXOR (instead of GdkInvert) and when drawing in wxINVERT logical | |
820 | mode, wxGTK now uses GdkInvert (as before). When you did some | |
821 | rubberband dragging and you used wxXOR and a black pen, then | |
822 | you should change wxINVERT. | |
ce83033f | 823 | |
ce4169a4 | 824 | Applied more patches for SGI and HP-UX compilation. |
ce83033f | 825 | |
ce4169a4 RR |
826 | More updates for wxSockets (Guilhem Lavaux). Seems to be nearly |
827 | finished. | |
ce83033f VZ |
828 | |
829 | You can now use threads within your GUI again. Well, | |
830 | at least if you know what you are doing and you had a look | |
ce4169a4 | 831 | at the threads sample. |
ce83033f | 832 | |
ce4169a4 | 833 | wxGLCanvas updated so that it can share display lists |
ce83033f | 834 | over several windows and to not exhibit any flicker. |
ce4169a4 | 835 | (Norber Irmer). |
ce83033f | 836 | |
ce4169a4 RR |
837 | wxNotebook revamped so that its process of creation matches |
838 | wxMSW's more closely, also avoiding problems with wrong page | |
839 | number. Added InsertPage() and the possibility to prevent | |
840 | switching pages by intercepting the PAGE_CHANGING event. Also, | |
841 | wxNotebooks now get shown even if all pages are empty. | |
ce83033f | 842 | |
ce4169a4 | 843 | Added Activate() to wxMDIChildFrame (Russel). |
ce83033f | 844 | |
ce4169a4 RR |
845 | Improved wxSplitterWindow behaviour and visual feed-back when |
846 | given a minimal size etc (Bruce DeVisser). | |
ce83033f | 847 | |
ce4169a4 RR |
848 | Minor updates to wxTreeCtrl, wxListBox, printing, wxClipboard, |
849 | wxString, wxThreads and many others. | |
ce83033f | 850 | |
ce4169a4 | 851 | Also wxMSW got a big face-lift, not to mention the new wxMac release... |
ce83033f VZ |
852 | |
853 | ||
854 | ||
ce4169a4 | 855 | 11th May '99: Fourth wxGTK 2.1 snapshot released |
ce83033f VZ |
856 | |
857 | ||
ce4169a4 RR |
858 | This is mostly a bug-fix release. This affects wxSocket, wxThread, |
859 | and a few GUI classes. Also more work has been done and window | |
860 | placement and decorations etc. which we hope to have finished now. | |
ce83033f | 861 | |
ce4169a4 | 862 | Applied patches for FreeBSD and SGI compilation (not yet finshed). |
ce83033f | 863 | |
ce4169a4 | 864 | Updated wxPython to beta 9. |
ce83033f | 865 | |
ce4169a4 | 866 | Made wxGLCanvas work again - strangely it flickers now... |
ce83033f | 867 | |
ce4169a4 RR |
868 | wxStaticText is currently broken with GTK 1.2.2 (which I don't |
869 | yet have and thus could not fix). Also, scrolling subwindows | |
870 | (although much improved including a sample) doesn't work perfectly | |
871 | due to a bug in GTK 1.2.1 (probably 1.2.2 as well). | |
ce83033f | 872 | |
ce4169a4 | 873 | Added wxStaticLine. |
ce83033f | 874 | |
ce4169a4 | 875 | Note that the next release might bring about changes to keyboard |
ce83033f VZ |
876 | handling and scroll event intercepting from wxScrolledWindow. |
877 | ||
ce4169a4 | 878 | By and large much of the code has stabilized and won't be much |
ce83033f | 879 | *** different in the final wxWindows 2.1 release. Please test as *** |
ce4169a4 | 880 | much as you can. |
ce83033f | 881 | |
ce4169a4 | 882 | The next release will have a new build system. |
ce4169a4 | 883 | |
ce83033f VZ |
884 | |
885 | ||
ce4169a4 | 886 | 3rd May '99: Third wxGTK 2.1 snapshot released |
ce83033f VZ |
887 | |
888 | ||
ce4169a4 | 889 | Updated INSTALL.txt and SYMBOLS.txt. |
ce83033f | 890 | |
ce4169a4 RR |
891 | Support for Unicode is now almost complete. Most samples work in |
892 | both Unicode and non-Unicode mode. Thanks to Ove Kaaven and Vadim. | |
ce83033f | 893 | |
ce4169a4 RR |
894 | Internal changes required for wxOLE and addition of a very experimental |
895 | wxOLE code section using GNOME's Bonobo library (from GNOME's CVS). | |
ce83033f | 896 | |
ce4169a4 RR |
897 | New version of wxPython that works with the wxGTK 2.1. |
898 | This now includes a very comprensive test/demo suite. Thanks to | |
899 | Robin Dunn, Harm v.d. Heijden and others. Beware of the hang-man... | |
ce83033f | 900 | |
ce4169a4 | 901 | More fine tuning of focus handling and GUI widgets. |
ce83033f | 902 | |
ce4169a4 RR |
903 | Complete rewrite of wxSocket classes (still experimental). |
904 | Thanks to Guilhem Lavaux. | |
ce83033f | 905 | |
ce4169a4 RR |
906 | wxMenuBar supports underlined shortcuts like Windows does, |
907 | indicated by a leading & character. wxMenus now have hotkeys | |
908 | such as in wxXt and wxMSW. | |
ce83033f | 909 | |
ce4169a4 | 910 | Rewritten MDI subsystem. |
ce83033f | 911 | |
ce4169a4 RR |
912 | Correcetions and additions to the printing framework including |
913 | a paper type database (Julian). | |
ce83033f | 914 | |
ce4169a4 RR |
915 | Several controls now support more style flags for modifying |
916 | look (and feel) of the controls and windows. | |
ce83033f | 917 | |
ce4169a4 RR |
918 | New implementation of idle handlers, which now send an idle |
919 | event only once after the event queue has been emptied (which | |
920 | is what happens in the wxMSW port as well), not regularly. | |
921 | This no longer forces wxGTK applications to sleep (by having | |
922 | to call usleep()) in idle time - giving more CPU slices to | |
923 | the application if desired. | |
ce83033f | 924 | |
ce4169a4 | 925 | wxGLCanvas (the OpenGl for wxWindows) now accepts keyboard input. |
ce83033f | 926 | |
ce4169a4 | 927 | The usual number of compile and bug fixes from all involved. |
ce4169a4 | 928 | |
ce83033f VZ |
929 | |
930 | ||
ce4169a4 | 931 | 21st April '99: Second wxGTK 2.1 snapshot released |
ce83033f VZ |
932 | |
933 | ||
ce4169a4 RR |
934 | Added much code for Unicode support. Still experimental, but looks very |
935 | cool - thanks to Ove Kaaven and Vadim Zeitlin. If you are very brave, then | |
936 | you can compile wxGTK with "configure --with-unicode". | |
ce83033f | 937 | |
ce4169a4 RR |
938 | More updates on the dreaded issue of making frames and dialogs impossible |
939 | to resize etc. | |
ce83033f | 940 | |
ce4169a4 RR |
941 | Drag and Drop works now under GTK 1.2 - at least basically when dragging |
942 | and dropping text. The API is not entirely fixed yet but seems quite | |
943 | good now. Support for different actions (copy/move/link/..) still missing. | |
944 | I also removed support for GTK 1.0 Drag and Drop - this is just broken | |
945 | and unusable in GTK 1.0 and I don't want to fix it. | |
ce83033f | 946 | |
ce4169a4 RR |
947 | I now embed the JPEG library and handlers for JPEG and GIF have been |
948 | added to the existing PNG and BMP (and XPM for GTK version only). In | |
949 | the future, the RPMs will not contain these libraries but depend on | |
950 | the image libraries to be preinstalled whereas the source *.tgz will | |
951 | ship with everything that is needed for wxGTK so that no downloading | |
952 | of ten image libs will be required - also avoiding problems with ten | |
953 | different kinds of libJPEG-6.0.1.7.IV beta 7. We also updated the | |
954 | PNG code to the newest PNG version. | |
ce83033f | 955 | |
ce4169a4 RR |
956 | wxImage now makes use of the fast rendering code as provided by |
957 | GTK 1.2 whenever possible. This should mean a speed-up for graphics | |
958 | heavy apps. | |
ce83033f | 959 | |
ce4169a4 RR |
960 | Many fixes all over. Also should compile with GTK 1.2.0 as opposed |
961 | to only with GTK 1.2.1 now. | |
ce83033f | 962 | |
ce4169a4 | 963 | wxPython still doesn't compile, I think. |
ce4169a4 | 964 | |
ce83033f VZ |
965 | |
966 | ||
ce4169a4 | 967 | 12th April '99: First wxGTK 2.1 snapshot released |
ce83033f VZ |
968 | |
969 | ||
ce4169a4 RR |
970 | This is the first developers' version of wxWindows 2.1 for GTK. It's main |
971 | new feature is that it supports GTK 1.2 (as opposed to GTK 1.0) which | |
972 | will make development within the GNOME evironment a lot easier. | |
ce83033f | 973 | |
ce4169a4 RR |
974 | Apart from the move to GTK 1.2 and the changes (some major) that were |
975 | required as part of that work, enhancement or corrections have been | |
ce83033f | 976 | made to many of the non-GUI classes and functions (such as wxClipboard, |
ce4169a4 RR |
977 | wxThread, wxSocket, wxConfig) |
978 | and a few GUI classes (accelerators in menus, listbox always with | |
979 | scrollbar, wxFrame honours Motif Window Manager hints, corrected tab | |
980 | traversal for broken GTK 1.0 widgets). | |
ce83033f | 981 | |
ce4169a4 RR |
982 | There have been slight changes to the priting dialogs and their |
983 | setup data (which might break apps using this code in previous | |
984 | versions). Also, a bug concerning printing white has been fixed | |
985 | (actually not tested). | |
ce83033f | 986 | |
ce4169a4 RR |
987 | Although this is only the first 2.1 snapshot, there is little reason not |
988 | to use it as many bugs from version 2.0 have been corrected. There are, | |
989 | pf course, still a few problem left with GTK 1.2 (some of which relate | |
990 | to bugs in GTK). | |
ce83033f | 991 | |
ce4169a4 RR |
992 | I think I preserved backward compatility with GTK 1.0 and if not it |
993 | should be easy to fix - but mostly I don't care. | |
ce83033f | 994 | |
ce4169a4 RR |
995 | Drag'N'Drop is currently completely broken. Also, wxPython currently |
996 | doesn't compile with this release. The OpenGL canvas still seems to | |
997 | work. | |
ce83033f | 998 | |
ce4169a4 RR |
999 | Major targets for the final release (still a long way): a new configure |
1000 | system, support JPEG and GIF formats, wxHTML, super-duppah frame layout | |
ce83033f | 1001 | stuff, syntax-highlighting editor, possibly Unicode, possibly some GNOME |
ce4169a4 | 1002 | gooddies, possibly world domination. |
ce4169a4 | 1003 | |
ce83033f VZ |
1004 | |
1005 | ||
1006 | *** 5th March '99: wxWindows 2.0 released *** | |
1007 | ||
1008 | ||
ce4169a4 RR |
1009 | This is the final version of wxWindows 2.0 for GTK. The versions for |
1010 | Windows and Motif (and also this version) are available form Julian Smart's | |
1011 | site. The Mac version is still under development. | |
ce4169a4 | 1012 | |
ce83033f VZ |
1013 | |
1014 | ||
1015 | *** 19th February '99: wxWindows 2.0 beta 5 *** | |
1016 | ||
1017 | ||
ce4169a4 RR |
1018 | This is the fifth beta release and it contains mostly bug fixes and |
1019 | updates for documentation. | |
ce83033f | 1020 | |
ce4169a4 | 1021 | Applied compile fixes for Solaris (different flavours and compilers). |
ce4169a4 | 1022 | |
ce83033f VZ |
1023 | |
1024 | ||
1025 | *** 12th February '99: wxWindows 2.0 beta 4 *** | |
1026 | ||
1027 | ||
ce4169a4 RR |
1028 | This is the fourth beta release and it contains mostly bug fixes and |
1029 | updates for documentation. | |
ce83033f | 1030 | |
ce4169a4 RR |
1031 | Tracked a few more cases, where the bahaviour between wxMSW and wxGTK |
1032 | differed. This was the case for closing a dialog or frame as well as | |
1033 | for clearing a device context or setting its background colour and some | |
1034 | other minor details. | |
ce83033f | 1035 | |
ce4169a4 | 1036 | Most standard dialogs have been face-liftet a little. |
ce83033f | 1037 | |
ce4169a4 | 1038 | Implememted default buttons for GTK. |
ce83033f | 1039 | |
ce4169a4 | 1040 | Fixed many bugs. You guessed it. |
ce83033f VZ |
1041 | |
1042 | ||
1043 | ||
1044 | *** 29th January '99: wxWindows 2.0 beta 3 *** | |
1045 | ||
1046 | ||
1047 | This is the third beta release and it contains mostly bug fixes. | |
1048 | ||
ce4169a4 RR |
1049 | There is one field where we haven't been able to fix the API yet, and that |
1050 | it Drag'n'Drop. This is mostly due to the fact that DnD in | |
1051 | GTK 1.0 is hardly usable and much different from GTK 1.2 which means that | |
1052 | we have to design a common API for Windows, GTK 1.0 and GTK 1.2. Although | |
1053 | we are trying to prevent that, it is possible that wxWindows 2.0 (being | |
1054 | based on GTK 1.0) will not have proper DnD support. | |
ce83033f VZ |
1055 | |
1056 | The major changes are that tool tips have been added, threads have been completely | |
1057 | rewritten, the ODBC code has been updated and improved, the socket code works | |
ce4169a4 | 1058 | better now. |
ce83033f | 1059 | |
ce4169a4 | 1060 | Classes for managing MIME-types under Windows and Unix have been added. |
ce83033f | 1061 | |
ce4169a4 RR |
1062 | There is now a wxGLCanvas class for OpenGl/Mesa for the Windows, GTK and |
1063 | Motif ports. Come see the penguins flying... | |
ce83033f | 1064 | |
ce4169a4 RR |
1065 | Documentation has received a big face lift - it now covers nearly all the |
1066 | classes, at least. | |
ce83033f | 1067 | |
ce4169a4 | 1068 | The usual amount of bug fixes. Countless. |
ce83033f | 1069 | |
ce4169a4 | 1070 | A few member functions of wxString have been renamed. |
ce83033f | 1071 | |
ce4169a4 RR |
1072 | For those who are using the ever-so-popular wxImage class (which |
1073 | now available on Motif and Windows as well) in 8-bit mode: wxGTK | |
1074 | now creates a color cube upon start-up in 8-bit mode and thus the | |
1075 | generation of bitmaps from images has been speeded up 20 times. | |
ce83033f | 1076 | |
ce4169a4 RR |
1077 | It is now possible to develop with wxGTK without having the GTK 1.0 header |
1078 | files installed so that having the GTK 1.2 header files installed no longer | |
1079 | is any problem. We also provide RPMs for RedHat glibc 2 based systems, compiled | |
1080 | with egcs 1.1.1 on SuSE 6.0. Note that the RPM will not work in | |
1081 | SuSE 6.0 as SuSE decided to ship 6.0 with a broken GTK+ package. | |
ce4169a4 | 1082 | |
ce83033f VZ |
1083 | |
1084 | ||
1085 | *** 6th January '99: wxWindows 2.0 beta 2 *** | |
1086 | ||
1087 | ||
ce4169a4 RR |
1088 | This is the second beta release and contains it mostly build and |
1089 | bug fixes. Threads work well now on (up-to-date) glibc 2 systems, | |
1090 | commercial Unices and Windows. | |
ce83033f VZ |
1091 | |
1092 | ||
1093 | ||
1094 | *** 20th December '98: wxWindows 2.0 beta 1 *** | |
1095 | ||
1096 | ||
ce4169a4 RR |
1097 | This is the first beta release and we have used the time before |
1098 | this release to tidy up some parts of the API. All releases from | |
1099 | now on will be source code compatible but we reserve binary compatibility | |
1100 | for the final release. Because of this, the actual library name of | |
ce83033f | 1101 | the beta version will not be 2.0 but 1.99, so that we prevent |
ce4169a4 RR |
1102 | conflicts with the final library later on. After the final release |
1103 | we'll only fix bugs so that there will be no reason to link any | |
1104 | program statically with wxGTK. | |
ce83033f | 1105 | |
ce4169a4 RR |
1106 | We changed the name of the shared library to include the version of |
1107 | the GTK used so that no conflicts emerge with simultaneous | |
1108 | versions of wxWindows for GTK 1.0 and for GTK 1.2 and so on. | |
ce83033f | 1109 | |
ce4169a4 RR |
1110 | As you can see, we have not moved to GTK 1.1.X as the different |
1111 | development versions are too different and buggy to be useful. We'll | |
1112 | wait for a stable GTK 1.2 release (hardly 1.2.0) and start porting | |
1113 | then. | |
ce83033f | 1114 | |
ce4169a4 RR |
1115 | wxGTK now compiles without problems on anything between gcc 2.7.2 on |
1116 | Linux-x86 and egcs 1.1 on Linux-Alpha and egcs 1.0 on Sparc. This isn't | |
1117 | as easy as it sounds... | |
ce83033f | 1118 | |
ce4169a4 RR |
1119 | Available form this site are the Python bindings of wxWindows. |
1120 | Thanks to Robin Dunn for this tremendous contribution. | |
1121 | Tkinter is dead, Java is dead, wxPython rules! That's all there is to say. | |
ce83033f | 1122 | |
ce4169a4 RR |
1123 | Although only a few new classes have been added, many have been polished |
1124 | up substantially, the most visible are wxListCtrl, wxTreeCtrl and | |
1125 | all classes related to printing. Also the DialogEd now functions | |
ce83033f | 1126 | much better than before. Drag'n'Drop is fucntional but probably won't |
ce4169a4 | 1127 | be perfect until we use GTK 1.2 and its much improved DnD features. |
ce83033f | 1128 | |
ce4169a4 RR |
1129 | wxClipboard has arrived and works for text. Other formats have not been |
1130 | tested carefully yet. | |
ce83033f | 1131 | |
ce4169a4 RR |
1132 | wxMiniFrame has been added which might be useful for docking toolbars |
1133 | etc. Someone has already done that for the MSW port and we hope to | |
1134 | include his very nice work later. | |
ce83033f | 1135 | |
ce4169a4 | 1136 | wxDirDialog has been added (thanks to Harm von der Heijden). |
ce83033f | 1137 | |
ce4169a4 RR |
1138 | The entite "tab traveral" system for moving from item to item in |
1139 | a dialog has been rewritten. It now completely overrides the | |
1140 | not-so-well-done GTK native tab system. | |
ce83033f | 1141 | |
ce4169a4 RR |
1142 | Quite much has been done to improve the wxImage class, which is now |
1143 | available in the Windows port as well. Very useful for anything related | |
1144 | to image processing. wxGTK also uses this class internally e.g. to scale | |
1145 | bitmaps when the scale factor (e.g. zooming) of a drawing context | |
1146 | has changed. | |
ce83033f | 1147 | |
ce4169a4 RR |
1148 | Some of the small and handy classes (wxDate, wxTime, wxVariant) have |
1149 | received a face-lift. wxList has been rewritten to make it possible | |
1150 | to write type-safe lists. The collection of utility functions (wxFileFind etc) | |
1151 | has been revamped and cleaned-up (thanks to Vadim Zeitlin, who has also | |
1152 | greatly enhanced many basic classes, ranging wxString to the debug and | |
1153 | log system). | |
ce83033f | 1154 | |
ce4169a4 RR |
1155 | We removed some constructors of GDI classes (such as wxPen, wxColour) |
1156 | which took a pointer as a parameter. This lead to many errors among users | |
1157 | resulting in unexpected behaviour so it was decided to remove these | |
1158 | constructors. | |
ce83033f | 1159 | |
ce4169a4 RR |
1160 | As the number of users and the number of test programs and samples |
1161 | is steadialy rising the core classes of wxWindows for MSW and GTK 1.0 | |
1162 | can be considered to be very stable if not outright bug-free. I haven't | |
1163 | seen a crash for weeks now and wxWindows' internal debug features also | |
1164 | have improved every week, making stepping-through with a debugger almost | |
1165 | completely unnecessary as the library reports possible errors itself | |
1166 | (when in debug mode). | |
1167 |