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