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-03-16 06:27 RD, revision 1936

wxPython 2.0b7

1999-03-16 06:05 RD, revision 1935

wxPython 2.0b7

1999-03-15 13:22 VZ, revision 1934

wxMotif compilation fix: tooltips always disabled, motif/setup.h created

1999-03-15 09:44 RS, revision 1933

removed Antiflicker plugin and simple customize plugin from default plugins

1999-03-15 09:33 RS, revision 1932

Completed Vadims HAVE_BOOL changes

1999-03-14 22:31 VZ, revision 1931

typos in error messages corrected

1999-03-14 22:00 VZ, revision 1930

compilation fix (forgot to check in this one)

1999-03-14 21:22 KB, revision 1929

Fixes and more functionality.

1999-03-14 16:04 KB, revision 1928

Should work very well now.

1999-03-14 12:41 VS, revision 1927

fixed bug in GetMimeType under win

1999-03-14 07:52 RS, revision 1926

Made font/color fixes right for windows

1999-03-14 00:26 RS, revision 1925

1. Made use system colors/fonts 2. Made able to use xpm's and honor xpm transparency

1999-03-14 00:15 RS, revision 1924

added wxSYS_COLOR_BTNTEXT case was missing.

1999-03-13 23:58 RS, revision 1923

Made frame layout stuff use system settings for colors, fonts Added xpm's to frame layout demo area makd fl_demo use xpm's under GTK made fl use xpm transparency

1999-03-13 20:14 GL, revision 1922

* Docs fixes, wxStream overview enabled (all docs should compile now)

1999-03-13 00:42 RS, revision 1921

1. added code to dyntbar to allow bitmap loading from windows resources 2. modified fl_demo sample to use bitmaps in windows resource to allow run-from-anywhere behaviour under windows.

1999-03-12 21:36 VZ, revision 1920

another attempt to improve combobox behaviour

1999-03-12 21:22 VZ, revision 1919

some UI adjustments

1999-03-12 19:49 VZ, revision 1918

typo corrected

1999-03-12 19:39 VZ, revision 1917

compilation fix (another typo...)

1999-03-12 19:38 VZ, revision 1916

compilation fix

1999-03-12 19:35 VZ, revision 1915

another (last?) FreeBSD thread compilation fix

1999-03-12 19:12 VZ, revision 1914

more things are done by configure: checks for bool, whether overloading based on size_t/int works or not (for wxString), the type of 3rd argument to getsockaddr, absence of libXpm is not fatal (not tested), whether strings.h exists

1999-03-12 18:42 GL, revision 1913

* wxStreams overview added to the documentation. I didn't yet tested it so I didn't activate it ...

1999-03-12 17:05 JS, revision 1912

Applied fix to wxTreeCtrl (double deletion of items), bitmap wxPalette leak fix, doc fixes

1999-03-12 16:52 JS, revision 1911

Minor doc tweaks plus major wxTreeCtrl bug fixed (double deletion of tree items in some circumstances)

1999-03-12 16:09 KB, revision 1910

fixed locking problem

1999-03-12 15:52 VZ, revision 1909

test for bool is now done in configure, not by manually testing compilers

1999-03-12 15:43 VZ, revision 1908

typo corrected

1999-03-12 15:23 VZ, revision 1907

some fixes for AIX compilation

1999-03-12 15:21 VZ, revision 1906

crash for frames without children corrected

1999-03-12 14:25 VZ, revision 1905

wxYield() calls OnInternalIdle() of all top level windows

1999-03-12 14:12 VZ, revision 1904

thread compilation fixed for FreeBSD 3.1

1999-03-12 09:25 KB, revision 1903

fixed a listctrl index bug

1999-03-12 00:34 RS, revision 1902

Added note about new make files for frame layout samples

1999-03-12 00:29 RS, revision 1901

New makefiles for samples under Visual C++

1999-03-11 15:16 VZ, revision 1900

wxMotif Solaris 2.6 compilation fixes

1999-03-11 10:37 KB, revision 1899

Fixed configure/linkage for non-threaded case.

1999-03-11 09:57 KB, revision 1898

Another solaris 2.5 fix.

1999-03-11 09:44 KB, revision 1897

gcc 2.8.0/solaris compilation fix

1999-03-10 22:03 VZ, revision 1896

wxLogStderr sends output to debugger too under Windows

1999-03-10 16:21 VZ, revision 1895

simplified test for thread libs

1999-03-10 14:24 VZ, revision 1894

stripping is now done during installation, not linking

1999-03-10 13:00 VZ, revision 1893

GetMaxSize() docs updated

1999-03-09 22:11 HH, revision 1892

added Russ Smyth fix for VC6 compile problems

1999-03-09 20:58 JS, revision 1891

Misc doc fixes; removed wxPalette leak from wxMSW wxBitmap

1999-03-09 18:28 SC, revision 1890

corrected a type in the constructor from two points

1999-03-09 18:09 VZ, revision 1889

arbitrary characters allowed in wxFileConfig entry names

1999-03-09 17:12 SC, revision 1888

Read was not copying back the buffers contents into the string parameter

1999-03-09 13:43 VZ, revision 1887

create unix subdir if doesn't exist