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):

2003-01-26 14:09 VZ, revision 18941

corrected the paths for the OLE files

2003-01-26 14:03 VZ, revision 18940

compilation fix after wxSizer::Remove() change

2003-01-26 12:41 RR, revision 18939

Minor changes to printing sample.

2003-01-26 12:40 RR, revision 18938

Font work.

2003-01-26 12:39 RR, revision 18937

Small speed up to fonts and support for scaling.

2003-01-26 12:36 VS, revision 18936

compilation fix

2003-01-26 12:36 VS, revision 18935

don't forget to backport Robert's GetInternalFont change

2003-01-26 11:24 GD, revision 18934

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-26 00:35 VZ, revision 18933

added iosfwrap.h (wrapper for <iosfwd>)

2003-01-26 00:12 VZ, revision 18932

added iosfwrap.h (wrapper for <iosfwd>)

2003-01-26 00:04 VZ, revision 18931

added support for non flexible (in one direction only) flexible sizers

2003-01-25 23:47 VZ, revision 18930

added wxArray::SetCount()

2003-01-25 22:49 VZ, revision 18929

documented wxT(), _T(), _()

2003-01-25 16:44 MBN, revision 18928

Compilation fix for changed wxSizer::Remove() signature.

2003-01-25 13:06 VZ, revision 18927

removed wxICON_IS_BITMAP, it is now always (implicitly) set to 0

2003-01-25 12:50 VZ, revision 18926

restored int (instea of size_t) in Remove() and Detach(); TRUE/FALSE -> true/false

2003-01-25 12:28 VZ, revision 18925

removed warnings about using the deprecated functions and replaced untyped wxLists with the type safe equivalents (patch 668204 from Dimitri)

2003-01-25 12:13 VZ, revision 18924

fixed typo in library name

2003-01-25 12:01 VZ, revision 18923

File/DirExists() are const now

2003-01-25 11:52 GD, revision 18922

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-25 11:08 GD, revision 18921

added CarbonFrameworkLib to CodeWarrior 5 projects

2003-01-25 04:52 RL, revision 18920

Update wxList operators, TRUE, FALSE.

2003-01-25 04:44 RL, revision 18919

Upated list operators, TRUE, FALSE.

2003-01-25 04:38 RL, revision 18918

Don't use bitmap by default.

2003-01-25 04:35 RL, revision 18917

Update list operators, s/TRUE/true/ etc.

2003-01-25 04:26 RL, revision 18916

Don't default to using bitmap. Replaced old list operators.

2003-01-25 04:20 RL, revision 18915

Updates to packaging from the 2.4.0.2 release.

2003-01-25 04:09 RL, revision 18914

Added missing quantize.h

2003-01-25 01:09 VZ, revision 18913

fixed a typo

2003-01-25 01:09 VZ, revision 18912

moved GetRed() in its correct place in alphabetical order

2003-01-25 01:07 VZ, revision 18911

typo fixes

2003-01-25 00:42 RD, revision 18910

Added new tools and scripts for building a Python distribution

2003-01-24 22:31 DW, revision 18909

Support for new native OS/2 tree control with drag-and-drop.

2003-01-24 22:26 DW, revision 18908

Support for new native OS/2 tree control.

2003-01-24 13:51 JS, revision 18907

Removed spurious character

2003-01-24 12:36 JS, revision 18906

Applied patch [ 673055 ] Text rendering in wxGTK 2.4.0 and GTK2 fixed

2003-01-24 12:31 JS, revision 18905

Applied [ 671333 ] wxPrinterDC::DoBlit() 24 bit fix (2.4)

2003-01-24 12:29 JS, revision 18904

Applied patch [ 668155 ] Refresh problem when msgbox is shown

2003-01-24 12:20 JS, revision 18903

Applied wxFileHistory menu separator patch

2003-01-24 12:19 JS, revision 18902

Applied patch [ 667149 ] wxFileHistory: Only adds a menu separator when necessary

2003-01-24 12:12 JS, revision 18901

Only use patch from Otto Wyss on universal, for now.

2003-01-24 12:00 JS, revision 18900

Applied patch [ 666379 ] CalCtrl doesn't use best sizes for the year combobox In the calender the size of the combobox for the year is just defined by a margin from the month combobox to the left border. While in wxUniv the year control can't show all 4 digits, in wxMsw it show almost twice as much.Instead the year should use it's best size and be left aligned to the calendar. Just in case the month in any language is longer than it has space in the calendar it is shortend.This way the year always can show the 4 digits. This patch relies on the fact that a combobox has a good best size implementation. This is not the case with wxMSW but I don't know why. In wxUniv there is another patch [634896].

2003-01-24 11:55 JS, revision 18899

Applied patch [ 665806 ] Better slider test in widget sample

2003-01-24 11:53 JS, revision 18898

Applied patch [ 665088 ] Setup options cleanup (wxUniv)

2003-01-24 11:23 JS, revision 18897

Applied patch [ 621451 ] Fixed version of wxSlider class Otto Wyss This patch corrects several bugs in the wxSlider class for the wxUniversal/MSW port. It affects the files "slider.h", "slider.cpp", "win32.cpp" and "gtk.cpp" (and others). The slider should now work as expected. A simple test program can be downloaded from "http://dpartialmirror.sourceforge.net/Test/".

2003-01-24 09:26 RL, revision 18896

Add missing wxPy lib to Makefile.in Add missing quantize.h to filelist.txt Update config.sub

2003-01-24 00:32 VZ, revision 18895

added and documented wxDirTraverser::OnOpenError

2003-01-24 00:31 VZ, revision 18894

mention Watcom makefile for wxBase

2003-01-24 00:07 VZ, revision 18893

minor changes to wxDir test code

2003-01-23 20:53 MBN, revision 18892

Work around a compiler bug: with (at least) GCC 2.95.3-5 under Cygwin, the destructor for the global s_fileInfo is called twice (!). This does hot happen if a function returning a reference to a static variable is used. (backport)