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