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

2004-05-11 14:35 JS, revision 27203

wxDocMDIParentFrame needs a default constructor

2004-05-11 13:17 SC, revision 27202

added correct (structure instead of content) bounds for window creation also

2004-05-11 12:58 SC, revision 27201

xcode commits

2004-05-11 05:26 KO, revision 27200

Restore proper set and kill focus handling for user pane controls under wxMac.

2004-05-11 00:40 RD, revision 27199

Added missing Detach method wrapper

2004-05-10 23:10 RD, revision 27198

Use self in DC method signatures

2004-05-10 20:54 RD, revision 27197

Add wxTimerEvent to Events category

2004-05-10 20:53 RD, revision 27196

Add GetOwner accessor and fix wxRTTI inheritance for wxTimer. Set the timer as the event object in wxTimerEvents.

2004-05-10 20:50 RD, revision 27195

Avoid duplicated definition errors for wxLongToLongHashMap when both grid.h and fs_zip.h are included.

2004-05-10 10:53 JS, revision 27194

Don't show wrong shade of grey when disabled

2004-05-10 08:21 VZ, revision 27193

renamed simplified chinese translations file from zh to zh_CN; updated zh_TW with latest translations from PAL

2004-05-09 18:52 VZ, revision 27192

fixed wxFileDataObject in Unicode build

2004-05-09 18:35 VZ, revision 27191

(blind) fix for gcc 3.4 warning for an always true comparison in an assert

2004-05-09 17:54 SN, revision 27190

Remove duplicated typedef depending on header file version.

2004-05-09 17:30 SN, revision 27189

Added missing "const" for operator== and operator!=.

2004-05-09 16:30 JS, revision 27188

Fixed size problem due to wxMac window implementation difference

2004-05-09 15:03 SN, revision 27187

Added missing const for comparision operators.

2004-05-09 14:38 SN, revision 27186

Applied patch [ 929275 ] [wxOS2] Missing title bars.

2004-05-09 12:45 JS, revision 27185

Blind fix

2004-05-08 22:16 VS, revision 27184

corrected wxLANGUAGE_CHINESE to use same default as win32 (Taiwan)

2004-05-08 21:15 MBN, revision 27183

Remove duplicate definition caused by last commit.

2004-05-08 20:20 MBN, revision 27182

When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set, wxHashMap/wxHashSet are just typedefs for them. This makes impossible to forward declare these classes.

2004-05-08 19:56 MBN, revision 27181

wxX11 compilation fixes.

2004-05-08 15:41 JS, revision 27180

Added missing textctrl.h include

2004-05-08 14:02 SC, revision 27179

DataBrowserBased CheckList implementation

2004-05-08 12:43 SC, revision 27178

connecting the currently focused text control to the mac os services (Services Menu)

2004-05-08 12:41 SC, revision 27177

scrolling to selection

2004-05-08 10:19 MBN, revision 27176

wxUniversal compilation fix. The fix is ok because this ash is a wxMSW data structure, and can only contain wxMSW windows. Compilation tested with and without wxUniversal and with and without WXWIN_COMPATIBILITY_2_4.

2004-05-08 10:17 VZ, revision 27175

added wxUSE_MDI (but forgot to commit before)

2004-05-08 10:05 VZ, revision 27174

removed HandleSysCommand() and don't generate duplicate events for frame maximization/iconization

2004-05-08 10:02 MBN, revision 27173

Add missing #define.

2004-05-08 09:45 MBN, revision 27172

Add missing WXDLLEXPORT.

2004-05-08 09:43 MBN, revision 27171

Remove duplicate definition.

2004-05-08 09:40 MBN, revision 27170

TeX2RTF compilation fixes after my last wxHashTable changes.

2004-05-08 09:38 MBN, revision 27169

CHM help is not compiled for wxUniversal.

2004-05-08 09:33 MBN, revision 27168

Fix for pure virtual method call caused by wxHashTable not overriding virtual destructor.

2004-05-08 09:24 SN, revision 27167

OS/2 PM does not yet support toggle button.

2004-05-08 09:16 SN, revision 27166

OS/2 PM does not yet support toggle button.

2004-05-08 08:58 VZ, revision 27165

fixed spellign typo in comment

2004-05-08 08:57 VZ, revision 27164

add -Icontrib/include when using --inplace

2004-05-08 01:37 RD, revision 27163

reSWIGged

2004-05-08 01:29 RD, revision 27162

ActiveX events should be sent to the window, not it's parent.

2004-05-08 01:22 RD, revision 27161

Deprecated wx.iewin

2004-05-08 01:20 RD, revision 27160

reSWIGged

2004-05-08 01:12 RD, revision 27159

Don't turn off kwargs for these methods any more

2004-05-08 01:11 RD, revision 27158

reSWIGged

2004-05-08 00:51 DS, revision 27157

removed tab characters; minor code cleanup

2004-05-08 00:45 DS, revision 27156

don't repaint window if hidden: reduces flickering of hidden windows which change position (resulting in a repaint) due to for example sizer code

2004-05-07 22:22 VZ, revision 27155

regenerated

2004-05-07 22:18 RD, revision 27154

Tweaks

2004-05-07 22:17 RD, revision 27153

Switch to using a Python buffer object for the sound from data methods

2004-05-07 22:17 VZ, revision 27152

split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which is wxUSE_MDI + wxUSE_DOCVIEW)

2004-05-07 22:17 RD, revision 27151

wxMemoryBuffer typemap needs to set the data length

2004-05-07 22:16 VZ, revision 27150

don't define DestroyClippingRegion() any more but simply use the base class version

2004-05-07 22:15 VZ, revision 27149

don't add WS_VISIBLE to all windows style (replaces patch 948992)

2004-05-07 21:43 RD, revision 27148

Some test code for loading sound from data

2004-05-07 21:35 RD, revision 27147

Change wxSound ctor wrappings so sound can be loaded from data

2004-05-07 21:34 RD, revision 27146

Don't use deprecated list methods

2004-05-07 21:00 VZ, revision 27145

complete Polish translations from ABX

2004-05-07 19:52 RD, revision 27144

Patch# 893337, Fix for line control point handling in wxLineShape

2004-05-07 19:36 RD, revision 27143

Patch #930307, really exit if wrong python on the mac

2004-05-07 19:33 RD, revision 27142

Patch #945404, fix icon clipping

2004-05-07 17:14 RD, revision 27141

reSWIGged

2004-05-07 17:07 RD, revision 27140

Another addtomethod removed

2004-05-07 17:04 RD, revision 27139

removed a debugging print

2004-05-07 16:34 RD, revision 27138

Added OOR typemaps for wxPanel and wxDialog

2004-05-07 16:34 RD, revision 27137

Corrected _setCallbackInfo code so GiveFeedback can work

2004-05-07 16:11 CE, revision 27136

fix for motif /scintilla bugs

2004-05-07 12:06 VZ, revision 27135

*really* updated the translations (last ommit didn't change anything)

2004-05-07 10:46 DS, revision 27134

applied patch #931719: "ESC closes dialog instead of combobox dropdown" (closes patch #931709)

2004-05-07 08:01 SC, revision 27133

fixed menu item numbering to mac convention

2004-05-07 04:31 RD, revision 27132

SetInitialBestSize changes for wxMac

2004-05-07 01:59 DS, revision 27131

fixed bug #947908: wxString("abcdefghij", wxConvLibc, n) returns an empty string for every n>0 and n<string length (Unicode mode only)

2004-05-07 01:55 RD, revision 27130

Tweaks to work around wxMac bugs

2004-05-07 01:54 RD, revision 27129

reSWIGged

2004-05-07 01:51 RD, revision 27128

demo tweaks

2004-05-06 23:47 DS, revision 27127

fixed unused variable warning

2004-05-06 23:42 VZ, revision 27126

added support for --libs=std,... syntax in wx-config

2004-05-06 21:40 RD, revision 27125

Don't #include the extra files unless we need them

2004-05-06 21:15 RD, revision 27124

moved #define to before it is used

2004-05-06 21:02 RD, revision 27123

Use wxVisualAttributes (#if'd out until tested further)

2004-05-06 21:01 RD, revision 27122

Use wxVisualAttributes (partially #if'd out until tested further.)

2004-05-06 18:57 VZ, revision 27121

updated wxstd.po and merged changes in the other catalogs

2004-05-06 18:31 VZ, revision 27120

update from ABX

2004-05-06 18:01 RD, revision 27119

reSWIGged

2004-05-06 17:35 RD, revision 27118

Add GetClassDefaultAttribute. Since it is static we need to put the definition in all window classes so the right one will be called on the C++ side of the fence.

2004-05-06 17:34 RD, revision 27117

Some tweaks

2004-05-06 17:33 RD, revision 27116

Oops, forgot to cleanup some commented-out code before last commit. Setting attributes seems to work okay on both multiline and single line widgets for both wxGTK and wxGTK2, so don't disable it for multiline.

2004-05-06 17:26 RD, revision 27115

Get(Class)DefaultAttributes() for wxGTK controls

2004-05-06 14:52 VZ, revision 27114

don't create artificial alpha channel for all bitmaps (patch 949221)

2004-05-06 14:35 VZ, revision 27113

corrections from ABX

2004-05-06 14:33 VZ, revision 27112

more updates from Herbert Breunung

2004-05-06 07:17 VZ, revision 27111

compilation fix for older compilers

2004-05-06 07:02 VZ, revision 27110

warning fix for BSD

2004-05-05 22:46 VZ, revision 27109

call InitDialog() before showing the dialog, not after; also TRUE -> true

2004-05-05 22:45 VZ, revision 27108

oops, added missing const_cast to make last check in compile

2004-05-05 22:43 VZ, revision 27107

use ResetClipping() instead of simply setting m_clipping to false; added call to it to wxDCBase::DestroyClippingRegion() so that some ports don't have to define their own version of it at all

2004-05-05 22:41 VZ, revision 27106

made GetClippingBox() work even for clipping region (pre)set by Windows and not only for clipping regions set using our own SetClippingXXX() functions

2004-05-05 22:36 VZ, revision 27105

mention non-const wxDC::GetPen/Font/Brush() removal

2004-05-05 21:45 VZ, revision 27104

don't use non-const wxDC::GetBackground() which doesn't exist any more

2004-05-05 21:44 VZ, revision 27103

removed non-const accessors for pens, brushes, &c from wxDC

2004-05-05 12:17 VZ, revision 27102

update from ABX

2004-05-05 07:18 SC, revision 27101

using const GetPen

2004-05-04 20:08 RD, revision 27100

Added some info panels that show size and colour attributes about the widget

2004-05-04 18:12 RD, revision 27099

Added multi-line TextCtrl

2004-05-04 17:30 VZ, revision 27098

minor update from Herbert Breunung

2004-05-04 15:00 VZ, revision 27097

check for multiple calls to gtk_glwindow_realized_callback

2004-05-04 14:25 DS, revision 27096

removed tab characters

2004-05-04 14:19 DS, revision 27095

delayed destruction of global memLocker object

2004-05-04 14:05 VZ, revision 27094

update from Marco Cavallini

2004-05-04 13:46 VZ, revision 27093

GetThumbLength() doesn't exist, GetThumbSize() does

2004-05-04 09:40 SC, revision 27092

allowing shaped windows again

2004-05-04 08:52 JS, revision 27091

Name change replacements

2004-05-04 08:27 JS, revision 27090

Name change replacements

2004-05-04 07:17 JS, revision 27089

Improved real Latex support Added missing brace for new perlnote

2004-05-04 07:09 RD, revision 27088

Added wxControl::PostCreation for wxGTK. Moved calls to InheritAttributes and ApplyWidgetStyle there, and added a call to SetInitialBestSize. Also removed calls to Show from Create since PostCreation already does it.

2004-05-04 06:39 RD, revision 27087

Sorted and added StaticBox, StaticLine

2004-05-04 03:09 RD, revision 27086

added notebook test

2004-05-04 02:38 DS, revision 27085

improved backwards compatibility when a wxGauge is (incorrectly) created without wxGA_HORIZONTAL style flag

2004-05-04 00:53 RD, revision 27084

Book controls also shouldn't do anything for SetInitialBestSize

2004-05-03 23:08 RD, revision 27083

Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW

2004-05-03 23:06 RD, revision 27082

cleanup after an exteption in the postcreate code, added StaticText tests.

2004-05-03 22:58 RD, revision 27081

Added ability to execute more code after the widget is created

2004-05-03 21:31 RD, revision 27080

a little cleanup and refresh

2004-05-03 20:34 RD, revision 27079

Updated layout test

2004-05-03 17:13 RD, revision 27078

Misc tests, scripts, etc.

2004-05-03 12:49 VZ, revision 27077

set best size after filling the control with strings

2004-05-03 12:48 VZ, revision 27076

removed the old hack needed to size the control properly initially, now it is done by simply calling SetBestSize()

2004-05-03 12:42 VZ, revision 27075

set min size to initial size when it is explicitly given

2004-05-03 12:40 VZ, revision 27074

override SetInitialBestSize() to do nothing (we must add our strings first)

2004-05-03 12:38 VZ, revision 27073

call SetInitialBestSize(), not SetBestSize(), when setting the best size initially

2004-05-03 12:33 VZ, revision 27072

moved SetBestSize() to .cpp file; set min size from it

2004-05-03 09:19 VZ, revision 27071

unTABbed

2004-05-03 08:09 JJ, revision 27070

Committing in . OpenVMS issue Modified Files: wxWidgets/src/motif/toplevel.cpp ----------------------------------------------------------------------

2004-05-02 17:12 SN, revision 27069

Take the inverted coordinate system into account in wxFindMaxSize.

2004-05-02 17:07 SN, revision 27068

Don't choke on NULL pointer passed into wxRadioBox::GetSize. Take the inverted coordinate system into account when computing size.

2004-05-02 17:05 SN, revision 27067

Don't choke on NULL pointer passed into wxSlider::GetSize. Take the inverted coordinate system into account when computing size.

2004-05-02 16:48 SN, revision 27066

Don't choke on NULL pointer passed into wxSlider::GetSize. Take the inverted coordinate system into account when computing size.

2004-05-02 16:06 VZ, revision 27065

don't let wxChoice created with default size to shrink to nothing in a sizer

2004-05-02 15:25 SN, revision 27064

Workaround for compile problem in IconizeChildFrames.

2004-05-02 15:24 SN, revision 27063

Added missing include.

2004-05-02 13:10 VZ, revision 27062

fixed assert failure for a window which doesn't have a set background colour

2004-05-02 11:16 VZ, revision 27061

moved OnExceptionInMainLoop() in .cpp from header

2004-05-02 09:01 VS, revision 27060

corrected cppunit test's output

2004-05-02 08:14 MBN, revision 27059

Make wxMotif buttons smaller (and nicer) by default, with the option of reverting to the old behaviour.

2004-05-02 08:11 MBN, revision 27058

Fixed MinGW compilation with GCC 3.x when wxUSE_STL == 1.

2004-05-02 08:06 MBN, revision 27057

Added missing NO_GCC_PRAGMA check.

2004-05-02 03:32 RD, revision 27056

reSWIGged

2004-05-02 03:25 RD, revision 27055

reSWIGged

2004-05-02 03:23 RD, revision 27054

removed duplicate definitiion

2004-05-02 03:14 RD, revision 27053

Added wx.FileSystem support

2004-05-02 03:13 RD, revision 27052

reSWIGged

2004-05-02 02:46 RD, revision 27051

reSWIGged

2004-05-02 02:45 RD, revision 27050

Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows all columns of a wx.ListCtrl in report mode to be edited.

2004-05-02 02:41 RD, revision 27049

Reverted to old method names/signatures for wx.DC, updated lib and demo to match. Also fixed some deprecation warnings.

2004-05-02 02:38 RD, revision 27048

some methods missing wxPyBeginBlockThreads/wxPyEndBlockThreads

2004-05-02 01:55 RD, revision 27047

Implement some base class virtuals to avoid errors related to this not being a true wxDialog

2004-05-02 00:19 DS, revision 27046

fixed Xcode 1.2 warnings; code cleanup

2004-05-01 22:46 RD, revision 27045

Reverted last change

2004-05-01 22:13 VS, revision 27044

compilation fixes (apparently, gcc <3.4 didn't validate code in templates that were never used, at least in this case)

2004-05-01 22:10 VS, revision 27043

dmars_smake support (bakefile cvs, patch 942877)

2004-05-01 21:42 RD, revision 27042

wxScreenDC also needs a pango context and layout so it can do GetTextExtent

2004-05-01 21:29 RD, revision 27041

In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget will always be NULL there will be a wxCHECK asserts triggered whenever calling base class methods that are valid calls (or just ignored) on other wx ports. Added a set of macros to be used to test m_widget that will bypass the wxFAIL if the window is a wxMessageDialog. This will silence those asserts if the window is a wxMessageDialog and will let the method doing the check just be ignored in that case.

2004-05-01 20:59 MBN, revision 27040

Use new wxHashTable implementation not using keyed wxList when !WXWIN_COMPATIBILITY_24. It is faster. It is almost 100% compatible, too, the only difference being Next() return value type.

2004-05-01 20:19 MBN, revision 27039

Some wxPerl notes.

2004-05-01 17:08 MBN, revision 27038

Fixed menu separators.

2004-05-01 17:06 MBN, revision 27037

Native wxControl::DoGetBestSize() implementation using XtQueryGeometry().

2004-05-01 17:03 MBN, revision 27036

MSVC 5 fix.

2004-05-01 17:00 MBN, revision 27035

Precompiled headers support.

2004-05-01 16:56 MBN, revision 27034

GCC 3.4 fixes.

2004-05-01 09:37 SC, revision 27033

classic case menubar changed

2004-05-01 09:27 VS, revision 27032

define wxUSE_HOTKEY

2004-05-01 06:34 SC, revision 27031

replacing OSX only carbon calls by classic ones for CFM build

2004-05-01 06:32 SC, revision 27030

positioning of the insertion point at the end

2004-04-30 22:44 VZ, revision 27029

use an internal wxFileSystem in wxHtmlListBox so that references to images could be resolved

2004-04-30 22:15 VZ, revision 27028

fixed bug with SetSelection() not hiding the previously shown page

2004-04-30 21:31 VZ, revision 27027

made TestDestroy public and virtual

2004-04-30 20:55 VS, revision 27026

more dmc fixes (patch 941830)

2004-04-30 20:26 VS, revision 27025

moved Unicode tests to testsuite (patch 943945)

2004-04-30 13:17 VS, revision 27024

don't export private symbols

2004-04-30 12:55 SC, revision 27023

libpng vulnerability CAN-2004-0421

2004-04-30 12:30 SC, revision 27022

adaption for CW 8.3 and quick hack for unicode text control size

2004-04-30 11:11 GT, revision 27021

Updated the embedded sample program to reflect latest class functions. Added a generic HandleError() function as part of the sample program to show a simple way of getting error messages fro database calls Insert/Query/Delete examples shown in the sample

2004-04-30 06:30 RD, revision 27020

reSWIGged

2004-04-30 06:29 RD, revision 27019

undid one of the last SWIG tweaks

2004-04-30 06:28 RD, revision 27018

script for the api docs

2004-04-30 06:25 RD, revision 27017

style sheet for the api docs

2004-04-30 06:14 RD, revision 27016

Docstring updates and tweaks for epydoc

2004-04-29 22:32 RD, revision 27015

Adds wxSplitterWindow support, patch from Steve Hartwell.

2004-04-29 20:28 DS, revision 27014

changed hand cursor to look like Windows' hand cursor

2004-04-29 19:19 DS, revision 27013

clarified #error

2004-04-29 18:26 DS, revision 27012

ignore eVC projects and build-debug dir (docs/msw/install.txt suggests it as a build dir)

2004-04-29 17:45 DS, revision 27011

fixed a few typos

2004-04-29 16:07 SC, revision 27010
  • D /wxWidgets/trunk/include/wx_xcode.h

precompiled headers changed

2004-04-29 15:38 SC, revision 27009

precompiled headers changed

2004-04-29 15:15 SC, revision 27008

resources not needed anymore

2004-04-29 15:14 SC, revision 27007

precompiled headers changed

2004-04-29 13:01 SC, revision 27006

first private implementation for MPRemoteCalls

2004-04-29 12:35 SC, revision 27005

obsolete

2004-04-29 11:33 SC, revision 27004

at the moment built in 'old' textcontrol has better overall appearance, added fix for 10.3 only tag

2004-04-29 07:42 JJ, revision 27003

Committing in . OpenVMS : supress warnings on unreacheable code Modified Files: wxWidgets/src/motif/dialog.cpp ----------------------------------------------------------------------

2004-04-29 04:26 SC, revision 27002

workaround for incorrect find control results because of our non-embedding group boxing

2004-04-28 23:15 DS, revision 27001

don't inherit back- and foreground colour

2004-04-28 23:04 DS, revision 27000

updated to newer zlib version

2004-04-28 22:03 DS, revision 26999

convert all M8.mcp files in a folder, not just the first one

2004-04-28 20:15 VS, revision 26998

re-added still needed zlib

2004-04-28 19:24 SC, revision 26997

fallback for non implemented structure region call

2004-04-28 16:11 VZ, revision 26996

fixed wild card string construction when description is not provided and when it is the default (*.* or *) one

2004-04-28 16:08 VZ, revision 26995

backport wxFileName::GetModificationTime() fix allowing it to work with files already opened [maybe in another application]

2004-04-28 10:48 VZ, revision 26994

let wxFileName::GetModificationTime() work with files already opened [maybe in another application]

2004-04-28 10:42 VZ, revision 26993

open registry keys in read-only mode as we might not have the rights for full access to them (this is default for normal users under XP)

2004-04-28 08:00 JJ, revision 26992

Committing in . OpenVMS updates Modified Files: wxWidgets/contrib/src/deprecated/resource.cpp wxWidgets/src/common/descrip.mms wxWidgets/src/common/wfstream.cpp

2004-04-27 20:02 RD, revision 26991

Fixes Bug [ 930200 ] Async does not work Because the wxConsoleAppTraits was being created for GUI apps wxExecute would fail if the wxEXEC_ASYNC flags was used.

2004-04-27 19:59 RD, revision 26990

Change SetStringSelection to return bool like in other classes and ports

2004-04-27 19:36 RD, revision 26989

It's now wx._core

2004-04-27 19:35 RD, revision 26988

Add Unbind methods that can Disconnect event handlers

2004-04-27 19:29 RD, revision 26987

Remove the need for the PyPen class

2004-04-27 19:26 RD, revision 26986

better __docfilter__ and other epydoc tweaks

2004-04-27 17:17 SC, revision 26985

added defines for wxchar workaround

2004-04-27 17:15 SC, revision 26984

specific workaround for XCODE native

2004-04-27 17:13 SC, revision 26983

cleanup

2004-04-27 13:48 JS, revision 26982

SmartPhone windows are always maximized: Patch 942118

2004-04-26 23:41 RD, revision 26981

reSWIGged

2004-04-26 23:38 RD, revision 26980

fixed introspection of objects with attrs without string names.

2004-04-26 23:33 RD, revision 26979

Patch [ 942051 ] generic wxDCBase::DoGetPartialTextExtents speed improvement

2004-04-26 22:28 RD, revision 26978

added missing comma

2004-04-26 22:26 RD, revision 26977

SetStringSelection and etc. fixes

2004-04-26 22:25 RD, revision 26976

Patches from KevinO that work around issues where the widget isn't fully created yet.

2004-04-26 22:23 RD, revision 26975

wxToggleButton on wxMac has these methods now

2004-04-26 22:22 RD, revision 26974

More details about the internal module name changes

2004-04-26 22:22 RD, revision 26973

make it easier to do a gtk2 build

2004-04-26 16:02 RD, revision 26972

Patch [ 941460 ] wxStaticBox note about control Z-Order

2004-04-26 09:58 VS, revision 26971

supress bcc warnings in new zlib

2004-04-26 09:22 VS, revision 26970

another 2.4 compatiblity fix

2004-04-26 05:34 SC, revision 26969

OSX Info.plist

2004-04-26 05:27 SC, revision 26968

xcode 1.2 native targets

2004-04-26 05:20 SC, revision 26967

on xcode native we end up with several definitions otherwise

2004-04-26 05:13 SC, revision 26966

xcode 1.2 project files with native targets and precompiled headers support

2004-04-26 04:59 SC, revision 26965

xcode precompiled headers support

2004-04-25 19:39 VS, revision 26964

don't crash if there's no wxFileSystem instance

2004-04-25 19:26 VS, revision 26963

2.4 backward compatiblity tests should be run only if the library was built in compatibility mode

2004-04-25 11:52 VZ, revision 26962

unused var warning

2004-04-25 11:06 VS, revision 26961

DMC fixes

2004-04-25 08:57 VS, revision 26960

removed GzipStreams, upgraded zlib

2004-04-25 08:55 VS, revision 26959

removed wxGzipStreams (supported by wxZlibStreams now)

2004-04-25 08:50 VS, revision 26958

removed GzipStreams, upgraded zlib

2004-04-25 08:49 VS, revision 26957
  • D /wxWidgets/trunk/docs/latex/wx/gzstream.tex
  • D /wxWidgets/trunk/include/wx/gzstream.h
  • D /wxWidgets/trunk/src/common/gzstream.cpp

removed wxGzipStreams (supported by wxZlibStreams now)

2004-04-25 08:48 VS, revision 26956

upgraded builtin zlib to 1.2.1

2004-04-25 08:46 VS, revision 26955

removed zlib tests

2004-04-25 08:06 , revision 26954
  • A /wxWidgets/tags/ZLIB_1_2_1
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_1/src/zlib/maketree.c

This commit was manufactured by cvs2svn to create tag 'ZLIB_1_2_1'.