]> git.saurik.com Git - wxWidgets.git/blob - docs/gtk/changes.txt
fixed rendering artifact in wxCaret
[wxWidgets.git] / docs / gtk / changes.txt
1
2 *** wxWindows 2.3.3 ***
3
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
17 wxStaticBox honours wxALIGN_XXX styles
18
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.
65
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 ***
162
163 Minor build fixes.
164
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
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
188 Made wxComboBox case-sensitive.
189
190 Minor correction to doc-view architecture.
191
192 Minor wxCommandLineParser changes.
193
194 *** 10th July 2000: wxWindows 2.2.0 released ***
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)
201
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.
206
207 Speed-up to wxListCtrl.
208
209 Fixed bug wxTextStream::ReadLine()
210
211 Various improvements commandline parser.
212
213 Changed wxColour unequal operator to compare colours.
214
215 Fixed wxMenuBar::Replace bug.
216
217 Added new position to slider update event.
218
219 Minor fix to idle handling (now wxGTK events come after all GTK events).
220
221 Various fixes to the new wxGrid class.
222
223 Bug-fixes.
224
225 *** 4th June 2000: wxWindows pre-2.2 release ***
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
237 *** 22th March 2000: wxWindows 2.1.15 released ***
238
239 Build fix. RPMs no loner require GTK's include files.
240
241 An extra library for the OpenGl class now gets builts
242 *** 19th March 2000: wxWindows 2.1.14 released ***
243
244 An extra library for the OpenGl class now gets builts
245 and installed. There is also an extra RPM for this
246 small class now.
247
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.
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
258 Added wxDragImage class for dragging easily images.
259
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.
275
276 Added code for rotating images.
277
278 Much work on the new grid class has been done. Very cool now.
279
280 wxPlotWindow is now useful and works. Added on-off lines useful for
281 displaying trigger signals.
282
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.
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
294 well with pixmap themes. As a result, wxGTK will disable all
295 widget settings when using this theme.
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
303 *** 24th January '2000: wxWindows 2.1.13 released ***
304
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
310 Fixed crashes with GTK Pixmap theme.
311
312 Fixed endianness problems in image code.
313
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.
317
318 Many enhancements to wxHTML, more tags supported, better support
319 for non-western texts etc.
320
321 Corrected code handling mono-bitmaps and their conversion to
322 wxImage etc. Added experimental ConvertToMonoBitmap() to
323 wxImage class.
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
331 window, but its client size and thus sent no wxSizeEvent.
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
346 Build-fixes for various platforms and compilers.
347
348 *** 6th January '2000: wxWindows 2.1.12 released ***
349
350 Who has a BigEndian computer (e.g. Sparc or PowerPC) that runs a 15
351 and/or 16 bit colour mode? I need this for testing purposes, i.e. this
352 person could help me by running a small testprogram and sending
353 me the output.
354
355 Improved support for GTK's themes, changes in font sizes (and
356 the dialogs' ability to react to that) and related things.
357
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
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
374 list ctrls and tree ctrls.
375
376 Added support for multiple-selection file dialog.
377
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
390 Added string to long/ulong/float conversion routines and some
391 more string related things.
392
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,
397 history index. Also implemented more (cite, definition lists, etc).
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
406 Fixed Y2000 bug in file dialog (sic.)
407
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
419 Added wxDateTime class. The existing classes wxTime and wxDate
420 have been reimplemented and corrected using wxDateTime.
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
426 Added TIFF reading code, PCX writing code.
427
428 Minor compile and build fixes for different architectures.
429
430 Added more flags to wxSizer for proportional sizing and
431 centering and alignment combination and a wxNotebookSizer.
432
433 Added controls to wxToolBars (e.g. combobox) and DeleteTool.
434
435 Fixed several problems with buffered streams. Added support for
436 setting the end-of-line mode (Mac,DOS,Unix) in wxTextOutputStream.
437
438 Added code to send events from one thread to another and added
439 function to wake up idle system (needed for sending inter-thread
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
446 several such canvasses.
447
448 Some minor updates to wxSockets. Fixed timeout problem.
449
450 Speed-up for new encoding related font code. Minor fixes.
451
452 Changed wxListBox to send deferred events, i.e. events emitted by
453 the listbox won't get processed before the next idle message.
454
455 More minor changes and fixes.
456
457 Began work on a new dialog and resource editor (wxDesigner).
458
459 *** 7st November '99: wxWindows 2.1.11 released ***
460
461 There is still an unresolved problem with bitmap to image
462 conversion on big-endian architectures (such as Solaris),
463 where color values get exchanged. I'd need help on this
464 one as I have no BE computer.
465
466 Enlightment has struck the majority of the developers and
467 they have chosen to use the Linux kernel numbering scheme
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
473 once released stable version. It was almost universally
474 agreed that only a commercial entity will have the motivation
475 ($$$) to do that - so far there is no wxWindows Inc.
476
477 Support for GTK 1.0 has been dropped. This version has
478 been tested with GTK 1.2.3 and GTK 1.2.6 - it might
479 not work with some other versions.
480
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
485 wxListBox and wxChoice can now handle only either void
486 client data (which it will not delete on destruction) or
487 client data of the wxClientData type (which it will delete),
488 instead of both at the same time. The same will happen
489 to wxComboBox some time. Also, wxListBox can now sort its
490 items.
491
492 Many build fixes for various platforms have been applied,
493 try again, poor AIX, HP-UX and *BSD users, but don't reckon
494 with immediate success. Actually, when using GNU compilers,
495 your chances are quite good.
496
497 My rewrite of the wxWindows underlying GTK widget
498 has turned scrolling including subwindows from barely
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.
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
514 Several printing things fixed. More work needs to be done
515 here..
516
517 HTML widget and the wxWindows' help system based upon
518 it have been reorganized and improved for easier use
519 from Python and C++. Also HTML printing has been added.
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
548 Corrected Reparent() code, including the special case for
549 wxToolBar (as the toolbar sits in a different window than
550 normal windows).
551
552 Corrected key accelerator code for toplevel child windows
553 and added support for more key combinations - pretty much
554 all, actually.
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.
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
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
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
579 a new one - mo more GNU. This, of course, caused a lot of people
580 to start sing their song of complaints - any change is a good
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).
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
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.
638
639 A few more minor fixes.
640
641 6th August '99: Eight wxGTK 2.1 snapshot released
642
643 The new makefile system is not able to produce shared libraries
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.
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
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
678 Updates to wxDynamicLibrary.
679
680 New documentation.
681
682 New version of wxPython, of course.
683
684 Fixed in unenclosed number of other bugs...
685
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
705 15th June '99: Sixth wxGTK 2.1 snapshot released
706
707
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
717 as far as configure option names are concerned and is easier to
718 maintain.
719
720 Applied patches to compile wxGTK on OS/2.
721
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.
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
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.)
732
733 Added support for the PRIMARY SELECTION to the wxClipboard
734 class.
735
736 Fixed redraw bug when scrolling window-less widgets out
737 of the visible area (actually a work-around for a GTK bug).
738
739 Regrouped some samples, created new one for various versions
740 of the wxTextCtrl.
741
742 Added wxWindow::Reparent() and wxFrame::MakeModal().
743
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.
748
749 Fixed keyboard hotkeys and resizing for wxMDIChildFrame
750 menu bars.
751
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.
756
757 New way to show "disabled" or greyed toolbar items.
758
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.
762
763 Implemented global cursors and wxBusyCursor etc. Also removed
764 another cursor misbehaviour.
765
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.
769
770 Many other fixes, mainly by others...
771
772 Further compile fixes for different architectures.
773
774
775
776 25th May '99: Fifth wxGTK 2.1 snapshot released
777
778
779
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.
788
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).
795
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
799 and cursor key etc, intercept EVT_CHAR, if you
800 are interested in which key actually got pressed,
801 intercept EVT_KEYDOWN (Norbert Irmer).
802
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.
806
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.
811
812 Added wxProgressDialog for use with long background
813 work such as printing.
814
815 Added drawing sample and scrolling sample, both of
816 which show some misbehaviours...
817
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.
823
824 Applied more patches for SGI and HP-UX compilation.
825
826 More updates for wxSockets (Guilhem Lavaux). Seems to be nearly
827 finished.
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
831 at the threads sample.
832
833 wxGLCanvas updated so that it can share display lists
834 over several windows and to not exhibit any flicker.
835 (Norber Irmer).
836
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.
842
843 Added Activate() to wxMDIChildFrame (Russel).
844
845 Improved wxSplitterWindow behaviour and visual feed-back when
846 given a minimal size etc (Bruce DeVisser).
847
848 Minor updates to wxTreeCtrl, wxListBox, printing, wxClipboard,
849 wxString, wxThreads and many others.
850
851 Also wxMSW got a big face-lift, not to mention the new wxMac release...
852
853
854
855 11th May '99: Fourth wxGTK 2.1 snapshot released
856
857
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.
861
862 Applied patches for FreeBSD and SGI compilation (not yet finshed).
863
864 Updated wxPython to beta 9.
865
866 Made wxGLCanvas work again - strangely it flickers now...
867
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).
872
873 Added wxStaticLine.
874
875 Note that the next release might bring about changes to keyboard
876 handling and scroll event intercepting from wxScrolledWindow.
877
878 By and large much of the code has stabilized and won't be much
879 *** different in the final wxWindows 2.1 release. Please test as ***
880 much as you can.
881
882 The next release will have a new build system.
883
884
885
886 3rd May '99: Third wxGTK 2.1 snapshot released
887
888
889 Updated INSTALL.txt and SYMBOLS.txt.
890
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.
893
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).
896
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...
900
901 More fine tuning of focus handling and GUI widgets.
902
903 Complete rewrite of wxSocket classes (still experimental).
904 Thanks to Guilhem Lavaux.
905
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.
909
910 Rewritten MDI subsystem.
911
912 Correcetions and additions to the printing framework including
913 a paper type database (Julian).
914
915 Several controls now support more style flags for modifying
916 look (and feel) of the controls and windows.
917
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.
924
925 wxGLCanvas (the OpenGl for wxWindows) now accepts keyboard input.
926
927 The usual number of compile and bug fixes from all involved.
928
929
930
931 21st April '99: Second wxGTK 2.1 snapshot released
932
933
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".
937
938 More updates on the dreaded issue of making frames and dialogs impossible
939 to resize etc.
940
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.
946
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.
955
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.
959
960 Many fixes all over. Also should compile with GTK 1.2.0 as opposed
961 to only with GTK 1.2.1 now.
962
963 wxPython still doesn't compile, I think.
964
965
966
967 12th April '99: First wxGTK 2.1 snapshot released
968
969
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.
973
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
976 made to many of the non-GUI classes and functions (such as wxClipboard,
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).
981
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).
986
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).
991
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.
994
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.
998
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
1001 stuff, syntax-highlighting editor, possibly Unicode, possibly some GNOME
1002 gooddies, possibly world domination.
1003
1004
1005
1006 *** 5th March '99: wxWindows 2.0 released ***
1007
1008
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.
1012
1013
1014
1015 *** 19th February '99: wxWindows 2.0 beta 5 ***
1016
1017
1018 This is the fifth beta release and it contains mostly bug fixes and
1019 updates for documentation.
1020
1021 Applied compile fixes for Solaris (different flavours and compilers).
1022
1023
1024
1025 *** 12th February '99: wxWindows 2.0 beta 4 ***
1026
1027
1028 This is the fourth beta release and it contains mostly bug fixes and
1029 updates for documentation.
1030
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.
1035
1036 Most standard dialogs have been face-liftet a little.
1037
1038 Implememted default buttons for GTK.
1039
1040 Fixed many bugs. You guessed it.
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
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.
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
1058 better now.
1059
1060 Classes for managing MIME-types under Windows and Unix have been added.
1061
1062 There is now a wxGLCanvas class for OpenGl/Mesa for the Windows, GTK and
1063 Motif ports. Come see the penguins flying...
1064
1065 Documentation has received a big face lift - it now covers nearly all the
1066 classes, at least.
1067
1068 The usual amount of bug fixes. Countless.
1069
1070 A few member functions of wxString have been renamed.
1071
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.
1076
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.
1082
1083
1084
1085 *** 6th January '99: wxWindows 2.0 beta 2 ***
1086
1087
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.
1091
1092
1093
1094 *** 20th December '98: wxWindows 2.0 beta 1 ***
1095
1096
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
1101 the beta version will not be 2.0 but 1.99, so that we prevent
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.
1105
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.
1109
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.
1114
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...
1118
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.
1122
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
1126 much better than before. Drag'n'Drop is fucntional but probably won't
1127 be perfect until we use GTK 1.2 and its much improved DnD features.
1128
1129 wxClipboard has arrived and works for text. Other formats have not been
1130 tested carefully yet.
1131
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.
1135
1136 wxDirDialog has been added (thanks to Harm von der Heijden).
1137
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.
1141
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.
1147
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).
1154
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.
1159
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