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