Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

1999-04-10 22:26 VZ, revision 2086

unitialized var initialized (mainly to reduce Purify warnings)

1999-04-10 22:24 VZ, revision 2085

tooltip bug (which I introduced recently) corrected

1999-04-10 14:15 OK, revision 2084

Added wxStrdup().

1999-04-09 20:26 RR, revision 2083

Removed this Maximize() overridden bug Changed wxFrame so that drawing into the client area draws into the client area. Removed some ugly hacks on the way. Don't forget to recompile everything.

1999-04-09 18:01 RR, revision 2082

Here it comes: Doc updates Makefile doesn't strip anylonger Makefile adapted to /src/unix etc Added wxLB_ALWAYS_SB Added MWM window manager hints Fixed event handling bugs that (among others) caused the wxListBox misbeahiour Rwwrote GtkmyFixed for GTK 1.2 Made data requests etc in wxClipboadr asynchronous Added underscores to menus (some) Tried in vain to make wxTextCtrl (and its GtkTable) behave correctly. The bottom text control in the controls samples still misbehaves upon start-up. did I change notebook.cpp ?

1999-04-09 17:31 GL, revision 2081

* Commented out "delete this;" * Finished threads can be restarted.

1999-04-09 12:42 OK, revision 2080

For non-Unicode, preserve binary compatibility by doing #define wxChar char instead of typedef char wxChar. This is a temporary measure.

1999-04-09 10:06 KB, revision 2079

No more overlap between lines (I hope).

1999-04-09 09:54 KB, revision 2078

better centering of text/images

1999-04-09 09:45 KB, revision 2077

fixed some glitches

1999-04-09 09:18 KB, revision 2076

Modified it to adjust to different icons sizes. Please check.

1999-04-08 23:38 OK, revision 2075

Unicode definitions for glibc, etc.

1999-04-08 23:22 OK, revision 2074

Unicode support is *experimental*, so disable it by default.

1999-04-08 20:52 KB, revision 2073

Removed check for pthread-0.7 on Linux which causes problems on some glibc2 systems and break static linkage.

1999-04-08 20:51 KB, revision 2072

Fixed gtk 1.2.x wxYield() problem (tested).

1999-04-08 19:36 JS, revision 2071

Added candidate wxDragImage implementation for wxMSW

1999-04-08 14:42 JS, revision 2070

Changed the focus-window event handling back

1999-04-07 21:33 JS, revision 2069

Menu/toolbar event handling now tries the window with the focus first. wxTextCtrl processes cut, copy, paste, undo, redo commands and UI updates automatically.

1999-04-07 21:08 VS, revision 2068

fixed bug with incorrect fileformat

1999-04-07 17:22 VZ, revision 2067

allow access to terminating NUL character with operator[]

1999-04-07 17:02 KB, revision 2066

workaround for counterintuitive wxString::operator[] behaviour

1999-04-07 15:01 JS, revision 2065

Some typos corrected in iniconf.cpp

1999-04-07 14:51 JS, revision 2064

Added imaggif.h, imaggif.cpp (wxImage GIF-reading support); candidate FindFocus implementation for wxMotif

1999-04-07 13:01 VZ, revision 2063

no more SetAppName/SetVendor in the config classes

1999-04-07 12:59 VZ, revision 2062

SetLabel() adjusts the label size

1999-04-07 12:35 VZ, revision 2061

::GetWindowText() -> wxGetWindowText

1999-04-07 11:23 KB, revision 2060

I seem to have fixed the DeleteSubGroups() bug - PLEASE CHECK!

1999-04-06 21:13 VZ, revision 2059

wxRegConfig::GetEntryType() added and some bugs fixed

1999-04-06 20:50 RR, revision 2058

Chnaged text id for clipboard to "text/plain" Now DnD actually links as well

1999-04-06 20:26 JS, revision 2057

Fixed some bugs in new code (CanPaste, GetSelection)

1999-04-06 18:33 VZ, revision 2056

trying to work around gcc internal compiler error

1999-04-06 17:24 RR, revision 2055

Changed clipboard text format id from "STRING" to "TEXT" DnD might now actually compile (but nothing else)

1999-04-06 16:32 JS, revision 2054

Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo, CanCopy, CanCut, CanPaste, GetSelection, IsEditable. Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary when using just an icon).

1999-04-06 16:28 VZ, revision 2053

wxTempFile now respects the access rights under Unix

1999-04-06 14:38 VZ, revision 2052

fixed compilation for gcc

1999-04-06 13:44 JS, revision 2051

JPEG and PNG code taken out of image.cpp

1999-04-06 12:55 JS, revision 2050

Fixed OnMenuHighlight, wxPrintData problems

1999-04-06 10:23 VZ, revision 2049

wxConfig::GetEntryType() added

1999-04-06 08:50 VZ, revision 2048

bug in FindItemForId() fixed (?)

1999-04-06 08:29 JS, revision 2047

ShowPosition fix to allow negative numbers

1999-04-05 23:55 RS, revision 2046

Removed Persistance Framework code/files from FrameLayout Corrected makefiles to match

1999-04-05 16:13 JS, revision 2045

MSWOnCommand bug fixed

1999-04-05 16:10 JS, revision 2044

Fixed normal commands (e.g. listbox double clicks) for frames.

1999-04-05 03:22 RS, revision 2043

removed settingsdlg from makefile.g95 - not part of the library

1999-04-04 13:02 VS, revision 2042

fixed input stream

1999-04-04 11:24 JS, revision 2041

Win16 corrections

1999-04-04 05:24 HH, revision 2040

removed a few objects whose sources have been moved

1999-04-03 22:25 VZ, revision 2039

wxMenu and wxMenuBar modifications: now works much better with owner-drawn items, better encapsulation (the wxMenu data members are no longer public), simplified wxFrame and derived classes by moving the common parts into member functions of wxMenuBar

1999-04-03 21:15 VZ, revision 2038

code demonstrating wxMSW bug added

1999-04-03 20:36 JS, revision 2037

Corrected someone's double-initialisation bug