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

2001-12-08 23:28 VS, revision 12940

Watcom docs correction

2001-12-08 23:26 VS, revision 12939

build zlib in WIN32, not MSDOS mode

2001-12-08 23:26 VS, revision 12938

compilation fix for Watcom C++

2001-12-08 23:25 VS, revision 12937

reverted SciTech sabotage of Watcom compilation (invalid definition of PNG,TIFF LINKAGEMODE)

2001-12-08 23:25 VS, revision 12936

moved HAVE_BOOLEAN logic specific to wxWindows outside libjpeg headers

2001-12-08 23:25 VS, revision 12935

compilation fix for Watcom

2001-12-08 23:13 VZ, revision 12934

fixed bugs with setting the client size when the difference between the total and client size changes as the result (e.g. because the scrollbars [dis]appear or the menu bar [un]wraps

2001-12-08 22:22 MBN, revision 12933

Applied #486410

2001-12-08 20:03 VZ, revision 12932

1. don't emulate OFN_OVERWRITEPROMPT, use the real thing 2. squeeze duplicate (back)slashes from the initial dir, othewise the common dialog doesn't work

2001-12-08 19:49 JS, revision 12931

Some updates to the MSW install text

2001-12-08 19:20 JS, revision 12930

Removed --use-temp-file removed from makeg95.env

2001-12-08 18:14 JS, revision 12929

Corrected CVS commit clash; small doc changes (removed Windows 3.1 reference since it's probably broken by now)

2001-12-08 18:04 RD, revision 12928

Added clipboard cut and paste

2001-12-08 14:03 VZ, revision 12927

initialize m_hasXXX in wxWindowBase

2001-12-08 08:00 SC, revision 12926

corrected constness

2001-12-08 01:25 RD, revision 12925

Added comment about an untested code path...

2001-12-08 01:15 RD, revision 12924

Nasty workaround for an incompatible low-level change in Python 2.2, but it was undocumented before 2.2 so I guess that's what I get...

2001-12-08 01:14 RD, revision 12923

also turn off build of gizmos and dllwidget if CORE_ONLY==1

2001-12-08 00:26 VZ, revision 12922

fixes for handling WM_SYSCOLORCHANGE - now seems to work

2001-12-08 00:26 VS, revision 12921

added wxMGL_DOS platform

2001-12-08 00:26 VS, revision 12920

- added precompiled headers code - more Watcom+DOS+MGL fixes

2001-12-08 00:25 VS, revision 12919

compilation fix

2001-12-07 23:28 RR, revision 12918

Made Aqua style internal in wxSplitterWindow.

2001-12-07 23:27 RR, revision 12917

Removed Aqua style from docs.

2001-12-07 22:51 VS, revision 12916

compilation fix for Watcom

2001-12-07 22:47 VS, revision 12915

DOS compilation fixes

2001-12-07 22:47 VS, revision 12914

fixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under DOS/Watcom

2001-12-07 22:46 VS, revision 12913

the sample should really really show treectrl's native/default look

2001-12-07 22:44 VS, revision 12912

fixed rendering of expanded nodes with exactly one child

2001-12-07 22:42 VS, revision 12911

compilation fix for Watcom/DOS

2001-12-07 22:41 VS, revision 12910

watcom fixes

2001-12-07 22:40 VS, revision 12909

compilation fix for Watcom

2001-12-07 22:40 VS, revision 12908

compilation fix for wxULongLongWx::Divide (Vadim, is this correct?)

2001-12-07 22:39 VS, revision 12907

(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE

2001-12-07 22:39 VS, revision 12906

wxFileSystem w/o wxUSE_MIMETYPE fixes

2001-12-07 22:39 VS, revision 12905

MS-DOS fixes

2001-12-07 20:18 GD, revision 12904

use "..." instead of <...> for wx includes

2001-12-07 18:45 RD, revision 12903

Added wxLEDNumberCtrl to gizmos and wxPython

2001-12-07 16:57 JS, revision 12902

Small corrections -- please remember to put a blank line at the end of each input file. Thank you

2001-12-07 15:24 VZ, revision 12901

show font encoding as well; use a splitter to allow resizing the windows

2001-12-07 15:23 VZ, revision 12900

propose to the user to use the replacement encoding if one was found

2001-12-07 05:35 SC, revision 12899

added method for getting the help menu on classic and carbon

2001-12-07 05:30 SC, revision 12898

added method for getting the help menu

2001-12-07 04:32 RD, revision 12897

Changed a method name

2001-12-07 00:09 VZ, revision 12896

fixed wxConfig memory leak in wxFontMapper

2001-12-07 00:08 VZ, revision 12895

don't crash in wxGetWindowXXX() if HWND is 0

2001-12-06 20:27 RD, revision 12894

dllwidget demo updates

2001-12-06 20:19 RD, revision 12893

.cvsignore

2001-12-06 20:01 RD, revision 12892

Added some event handlers to show they work

2001-12-06 20:00 RD, revision 12891

Don't send the button event in idle time, just release the mouse first.

2001-12-06 19:59 RD, revision 12890

Added wxDllWidget from Vaclav Slavik which allows wx widgets derived from wxWindow to be loaded from a C++ .dll (or .so) and be used in a wxPython program, without the widget having to be SWIGged first. Various updates for distribs

2001-12-06 17:01 RR, revision 12889

Added wxSP_SASH_AQUA style

2001-12-05 22:15 RL, revision 12888

typo fix

2001-12-05 21:05 GD, revision 12887

use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)

2001-12-05 20:39 SC, revision 12886

changed DoMoveWindow not to change the height of the spinbutton on mac

2001-12-05 20:38 SC, revision 12885

changed default size, because MacOS X was using the boundaries differently

2001-12-05 17:03 VS, revision 12884

DOS+Watcom fixes

2001-12-05 17:03 VS, revision 12883

compilation fixes (I wonder how did you people ever compile it...)

2001-12-05 17:03 VS, revision 12882

compilation fixes for Watcom+MGL+MS-DOS

2001-12-05 16:17 RD, revision 12881

wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag is used, but prevents the base class from seeing the flag so they won't be drawn twice with possibly different colours. Also changed all tabs to spaces, so the diffs will show a lot of whitespace-only changes.

2001-12-05 13:30 JS, revision 12880

Added univ.rsp and included files in wxMSW distrib

2001-12-05 11:02 JJ, revision 12879

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS compile support ----------------------------------------------------------------------

2001-12-05 09:28 JS, revision 12878

Updated version

2001-12-04 23:45 VS, revision 12877

MS-DOS fix

2001-12-04 23:44 VS, revision 12876

1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ???? Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call. 2. Compilation fixes for Watcom+MGL+MS-DOS

2001-12-04 23:44 VS, revision 12875

compilation fix - wxCoord, not int

2001-12-04 23:43 VS, revision 12874

watcom headers don't define M_PI

2001-12-04 21:08 RR, revision 12873

Aqua splitter sashes. Even bigger notebook for Aqua.

2001-12-04 20:08 SC, revision 12872

changed defaultitem method from belonging to a panel to any window

2001-12-04 19:41 MBN, revision 12871

Updated docs for wxTaskBarIcon

2001-12-04 19:40 MBN, revision 12870

Fix for very old w32api

2001-12-04 17:44 RR, revision 12869

Still more space around notebook pages...

2001-12-04 17:37 VZ, revision 12868

wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset

2001-12-04 17:22 RR, revision 12867

Notebook sizers didn't take any borders into account, esc. not those large ones under Aqua which caused ugly overlapping.

2001-12-04 16:48 SC, revision 12866

changed the button container from wxPanel to wxWindow

2001-12-04 16:37 RR, revision 12865

Compile fix for app.cpp without precompiled headers.

2001-12-04 16:29 VZ, revision 12864

fixed compilation

2001-12-04 16:22 SC, revision 12863

added default return and escape/command-period handling for dialogs

2001-12-04 15:52 RR, revision 12862

Temporary fix for wxFileName under Mac - ignore volumes.

2001-12-04 15:13 VZ, revision 12861

added wxFileName::MakeRelativeTo() and the tests/docs for it

2001-12-04 14:52 JS, revision 12860

Tried to fix makefile.g95

2001-12-04 14:14 VZ, revision 12859

compilation fix for HAVE_SETENV

2001-12-04 14:02 SC, revision 12858

MacOS X was having a coordinate rollover for a rectangle when painting the pane background

2001-12-04 12:13 JS, revision 12857

Ifdefed out code that wouldn't compile with Mingw32 2.95.2

2001-12-04 10:40 RL, revision 12856

(Blind) fix for BCC compile glitch.

2001-12-04 08:08 JS, revision 12855

Only paint lines in MSW

2001-12-04 04:21 RL, revision 12854

fix for wxDynamicCast making it safe to pass factory functions.

2001-12-04 01:29 VZ, revision 12853

fixed assert failure when removing a menu

2001-12-04 01:14 VZ, revision 12852

fixed Assign(fullpath, fullname)

2001-12-04 00:55 RR, revision 12851

The code in wxMac's listbox was too ambitious in filtering out surplus events.s

2001-12-03 23:25 RR, revision 12850

Make wxMac single line text control ignore ENTER

2001-12-03 21:37 RD, revision 12849

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 21:29 RR, revision 12848

Replaced && with $ in bittest.

2001-12-03 21:29 RD, revision 12847

wxRemotelyScrolledTreeCtrl now draws its own lines

2001-12-03 20:58 RD, revision 12846

More fixes and updates

2001-12-03 20:52 JS, revision 12845

Moved line-drawing to splittree implementation.

2001-12-03 20:41 RD, revision 12844

Added SplitTree sample to the demo Fixes for wxEditor and its FrogEdit sample Misc. other stuff

2001-12-03 18:28 VZ, revision 12843

fixed bug in AssignDir() which didn't always consider the argument as directory

2001-12-03 18:17 RD, revision 12842

Removed m_clientData and related methods as it's now handled by the wxClientDataContainer mixin.

2001-12-03 14:52 GT, revision 12841

Removed a call to Upper() on the table name when building an UPDATE statement. Patch #488365 submitted by Christophe Massaloux