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-10-16 15:05 VZ, revision 24203

fixed wxMouseEvent::Moving() and Dragging() after the last change

2003-10-16 11:33 VZ, revision 24202

made wxRTTI macros namespace-friendly (patch 799434)

2003-10-16 11:23 VZ, revision 24201

compilation fix for Watcom (part of patch 813225)

2003-10-16 11:17 VZ, revision 24200

added wxSYS_ICONTITLE_FONT (patch 816026)

2003-10-16 11:09 VZ, revision 24199

VC++ release mode warning fix

2003-10-16 11:02 VS, revision 24198

Vadim moved the macros to dlimpexp.h

2003-10-16 10:31 VZ, revision 24197

RemoveEventHandler() didn't reset all pointers correctly (patch 819545)

2003-10-16 10:28 VZ, revision 24196

warning fixes for BCC and OW (heavily modified patch 819146)

2003-10-16 10:25 VZ, revision 24195

moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

2003-10-16 10:00 VZ, revision 24194

added ShouldInheritColours()

2003-10-16 09:39 VZ, revision 24193

use ShouldInheritColours() instead of IsContainerWindow()

2003-10-16 09:38 VZ, revision 24192

use ShouldInheritColours()

2003-10-16 09:19 VZ, revision 24191

don't complain if file doesn't exist in DeleteFile(); do return false if it exists and we failed to delete it (patch 819530)

2003-10-16 09:15 VZ, revision 24190

removed a string from contrib (Scintilla)

2003-10-16 09:12 VZ, revision 24189

added missing wxCMPFUNC_CONVs (patch 817551)

2003-10-16 09:10 VZ, revision 24188

added missing wxCMPFUNC_CONVs (patch 820862)

2003-10-16 09:05 VZ, revision 24187

use correct fallback file name in SaveFile() (patch 820884)

2003-10-16 08:57 VZ, revision 24186

finished Japanese translations (patch 824608)

2003-10-16 08:51 VZ, revision 24185

some cosmetic fixes

2003-10-16 08:50 VZ, revision 24184

patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code cleanup

2003-10-16 07:55 VZ, revision 24183

wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

2003-10-16 07:23 VZ, revision 24182

added EVT_WIZARD_FINISHED handler

2003-10-16 07:22 VZ, revision 24181

send EVT_WIZARD_FINISHED for modal wizards as well

2003-10-15 22:59 VZ, revision 24180

update the selection properly after deleting the page

2003-10-15 22:45 VZ, revision 24179

removed the weird m_style which was never initialized GTK and duplicated m_windowStyle under Mac/MSW

2003-10-15 19:23 SC, revision 24178

bug fix

2003-10-14 22:58 VZ, revision 24177

attempt to split cmd line into words in the same way as Windows does

2003-10-14 17:27 MBN, revision 24176

wxMotif fixes.

2003-10-14 17:05 MBN, revision 24175

Implemented wxPopupWindow for wxMotif.

2003-10-14 07:30 VS, revision 24174

nicer tick and fixed home icons (patch #820767)

2003-10-13 23:49 VZ, revision 24173

oops, compilation fix

2003-10-13 23:47 VZ, revision 24172

added CanConvert()

2003-10-13 23:38 VZ, revision 24171

show the selected item with customs colour correctly when the control doesn't have focus (i.e. don't keep the selected background)

2003-10-13 21:37 VS, revision 24170

gettext plural form docs

2003-10-13 21:29 VS, revision 24169

use ngettext instead of _N

2003-10-13 21:27 VS, revision 24168

1) use ngettext instead of _N, 2) cleanup of gettext macros definitions

2003-10-13 17:28 MBN, revision 24167
  • D /wxWidgets/trunk/include/wx/motif/glcanvas.h
  • D /wxWidgets/trunk/src/motif/glcanvas.cpp

wxMotif now uses wxGLCanvas implementation from wxX11, removed unused files.

2003-10-13 17:23 MBN, revision 24166

Fixes for application not closing after last top level window closed.

2003-10-13 17:21 MBN, revision 24165

Compilation fixes.

2003-10-13 10:55 VS, revision 24164

compilation fix

2003-10-13 10:06 VS, revision 24163

fixed double filename->URL conversion

2003-10-13 09:56 VS, revision 24162

fixed double filename->URL conversion

2003-10-12 13:24 VS, revision 24161

supported platforms update

2003-10-12 11:19 VZ, revision 24160

use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker

2003-10-12 11:17 VZ, revision 24159

added LVSICF_NOINVALIDATEALL

2003-10-12 09:24 MBN, revision 24158

Compilation fixes.

2003-10-12 08:56 MBN, revision 24157

Try to use the correct make.

2003-10-12 01:46 VZ, revision 24156

VC++ release mode warning fixes

2003-10-12 01:23 VZ, revision 24155

fixed conversion from Unicode in StreamOut() once again

2003-10-11 01:20 RD, revision 24154

Patch #821454

2003-10-10 20:22 VZ, revision 24153

another Unicode compilation fix for !wxUSE_ENHMETAFILE

2003-10-10 16:11 RD, revision 24152

removed #!

2003-10-10 09:48 VS, revision 24151

return false from wxXmlResource::Load if the resource is corrupted

2003-10-10 08:21 JS, revision 24150

Don't set insertion point if the text is the same in SetValue

2003-10-10 08:20 JS, revision 24149

Fix for last SetValue mod

2003-10-10 08:16 JS, revision 24148

Reverted change of insertion point even when value is the same

2003-10-10 04:26 SC, revision 24147

newlines conversions streamlined

2003-10-09 22:21 VZ, revision 24146

Unicode compilation fix for !wxUSE_ENHMETAFILE

2003-10-09 20:03 RR, revision 24145

Applied new DoDrawBitmap() and DoBlit() from 2_4

2003-10-09 20:01 RR, revision 24144

Added wxBitmap::Rescale() from 2_4

2003-10-09 20:00 RR, revision 24143

image sample fix from 2_4

2003-10-09 19:59 RR, revision 24142

Rounding error.

2003-10-09 19:50 RR, revision 24141

Use new bitmap scalingin DrawBitmap() as well.

2003-10-09 19:40 RR, revision 24140

image sample no longer crashes under GTK2.

2003-10-09 19:39 RR, revision 24139

Small bug in 1-bit bitmap scaling.

2003-10-09 18:19 SC, revision 24138

added newline conversion

2003-10-09 15:59 DE, revision 24137

Added lengthy comment detailing the implications of idle handling

2003-10-09 15:56 DE, revision 24136

Prevent Cocoa from waiting indefinitely when stopping the event loop

2003-10-09 15:16 VS, revision 24135

fixed too small pagesize

2003-10-09 12:47 VS, revision 24134

beginnings of DigitalMars support

2003-10-09 08:52 VZ, revision 24133

fix for showing a modal dialog from OnIdle() when another modal dialog is being destroyed

2003-10-09 00:24 RR, revision 24132

Further work on bitmap drawing and rescaling.

2003-10-08 23:37 VZ, revision 24131

backport wxRegConfig enumeration fix

2003-10-08 23:36 VZ, revision 24130

fixed enumerating of entries/groups under '/' in wxRegConfig

2003-10-08 23:22 VZ, revision 24129

wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works

2003-10-08 23:15 VZ, revision 24128

check directories passed to Append/Insert/PrependDir(); don't terminate string returned from GetPath() with wxPATH_GET_SEPARATOR flag with slash for the paths which don't have any path at all under DOS

2003-10-08 22:16 VZ, revision 24127

documented _PTR versions of WX_DEFINE_ARRAY macros

2003-10-08 22:13 VZ, revision 24126

renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR

2003-10-08 15:51 DE, revision 24125

Implement Pending and Dispatch

2003-10-08 11:59 RR, revision 24124

Aplplied second part of bitmap scaling speed-up patch. The PS part is still not done.

2003-10-07 23:07 VZ, revision 24123

don't always create MDI children with WS_THICKFRAME (only if wxRESIZE_BORDER is given)

2003-10-07 23:06 VZ, revision 24122

no changes

2003-10-07 23:04 VZ, revision 24121

restore status bar text after a menu has been shown

2003-10-07 22:55 VZ, revision 24120

restore status bar text after a menu has been shown

2003-10-07 21:37 VS, revision 24119

fixed bakefile so that in-tree headers take precedence over system-installed ones

2003-10-07 20:20 VS, revision 24118

added .chm support for Unix (Markus Sinner) -- regenerated makefiles

2003-10-07 20:15 VS, revision 24117

added .chm support for Unix (Markus Sinner)

2003-10-07 19:47 VS, revision 24116

added .chm support for Unix (Markus Sinner)

2003-10-07 13:37 VZ, revision 24115

fixed FixedSizeTabs()

2003-10-07 13:20 DE, revision 24114

wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used

2003-10-07 12:43 RR, revision 24113

Adding wxBitmap::Rescale()

2003-10-07 09:06 VZ, revision 24112

added test for cancelled END_EDIT

2003-10-07 08:41 VZ, revision 24111

send END_EDIT label if label editing is cancelled

2003-10-06 19:17 DE, revision 24110

Use NSWindow delegate notification windowWillClose instead of overriding close

2003-10-06 19:12 VS, revision 24109

remove wxBase files to get rid of RPM's complains about unpackaged files

2003-10-06 18:54 DE, revision 24108

* Add bool parameter to WindowDidResignKey indicating whether the menu bar should be changed to the common menubar or remain installed. * Add back some assertions to ensure the code is working as intended.

2003-10-06 18:43 RR, revision 24107

Compilo.

2003-10-06 18:09 RR, revision 24106

Implemented wxChoice::SetString()

2003-10-06 18:08 RR, revision 24105

Implemented wxChoice::SetString()

2003-10-06 17:12 DE, revision 24104

Moved wxCocoa specific doIdle method to application delegate object

2003-10-06 16:53 RD, revision 24103

Show how to get the right position for HitTest from a mouse event position

2003-10-06 15:59 RR, revision 24102

Fixed bitmap problem reported last week.

2003-10-06 15:58 RR, revision 24101

Fixed bitmap problems reported a week ago on the list.

2003-10-06 15:36 DE, revision 24100

Use an application delegate object

2003-10-06 15:14 DE, revision 24099

Always return NO for applicationShouldTerminateAfterLastWindowClosed

2003-10-05 21:46 SN, revision 24098

Added dummy implementations of Enable and SetDelay.

2003-10-05 21:39 SN, revision 24097

Fixed linkage problem on OS/2.

2003-10-05 19:27 VZ, revision 24096

instead of ignoring all unknown MIME keywords, ignore only those not starting with x- (this was always the intended effect but it didn't work like this)

2003-10-05 19:25 VZ, revision 24095

don't show warnings about x-foo keywords in mimetype file

2003-10-05 15:18 VZ, revision 24094

removed extra virtual

2003-10-05 12:49 SN, revision 24093

Fix to detection of gcc version on OS/2.

2003-10-05 12:43 SN, revision 24092

Fix to detection of gcc version on OS/2.

2003-10-05 12:36 SN, revision 24091

Compilation fix.

2003-10-04 22:44 VS, revision 24090

don't build the GUI version of tex2rtf wif --disable-gui

2003-10-04 22:43 VS, revision 24089

added gettext plural forms support (patch #785660 with modifications)

2003-10-04 22:43 VS, revision 24088

tex2rtf builds in wxBase, too

2003-10-04 22:42 VS, revision 24087

added Czech translation to the sample

2003-10-04 22:39 VS, revision 24086

copy catalogs to builddir

2003-10-04 22:38 VS, revision 24085

added gettext plural forms support (patch #785660 with modifications)

2003-10-04 17:57 VS, revision 24084

fixed misgenerated makefiles

2003-10-04 13:49 VS, revision 24083

regenerated makefiles

2003-10-04 11:58 GD, revision 24082

ignore some files or directories produced when compiling with MSVC

2003-10-04 09:10 VS, revision 24081

regenerated with DESTDIR fixes

2003-10-04 08:26 SC, revision 24080

applied bug fix

2003-10-04 03:00 RD, revision 24079

Add some WXDLLIMPEXP's

2003-10-04 00:21 VZ, revision 24078

fixed inconsistencies with indices in wxTE_RICH2 controls (remove CRs when streaming text out now)

2003-10-04 00:19 VZ, revision 24077

fixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)

2003-10-03 22:22 VZ, revision 24076

fixed wxMOUSE_BTN_XXX values, use them instead of hard coded constants

2003-10-03 19:51 RD, revision 24075

Added more meta-data for PyPi

2003-10-03 19:00 VS, revision 24074

the patch was misapplied, fixed

2003-10-03 18:30 VS, revision 24073

fixed memory leak (#817324)

2003-10-03 17:03 SN, revision 24072

Fixed usage of uninitialized variable.

2003-10-03 17:01 SN, revision 24071

Fixed typo.

2003-10-03 16:58 SN, revision 24070

Added dummies for Enable and SetDelay.

2003-10-03 16:56 SN, revision 24069

Only use unicode format when unicode support is enabled.

2003-10-03 16:03 SN, revision 24068

Added Unix implementation of platform specific files for OS/2.

2003-10-03 15:52 VS, revision 24067

fixed utils.bkl to include all utils

2003-10-03 15:08 VZ, revision 24066

fix wxLongLong values printinf for MGL and for wxUSE_LONGLONG_WX case

2003-10-03 13:15 DE, revision 24065

Removed MainLoop, ExitMainLoop, Pending, and Dispatch

2003-10-03 13:12 DE, revision 24064

Added src/cocoa/evtloop.mm

2003-10-03 13:05 DE, revision 24063

Extremely simple implementation of wxEventLoop using wxGTK as a skeleton

2003-10-03 12:09 VS, revision 24062

use soft links, not hard links for data files

2003-10-03 12:07 VS, revision 24061

fixed incorrect output of wx-config --libs for wxBAse

2003-10-02 22:45 VZ, revision 24060

fixed off by 1 in new GetRange() for wxTE_RICH2 controls

2003-10-02 21:01 VZ, revision 24059

fixed (harmless) mem leak when wxUSE_THREADS == 0

2003-10-02 18:08 SN, revision 24058

Correctly bracketed initializers.

2003-10-02 16:51 RD, revision 24057

Added a const to be consistent with the generic class

2003-10-02 16:50 SN, revision 24056

Switches OS/2 back to generic ListCtrl and TreeCtrl as those compile and link at least (and problems with generic controls needs fixing anyway).

2003-10-02 16:15 DE, revision 24055

include "wx/encinfo.h" for wxNativeEncodingInfo

2003-10-02 16:01 CE, revision 24054

fix for DMC bug reading JPEGs

2003-10-02 15:53 CE, revision 24053

fix for DMC bug reading JPEGs

2003-10-02 12:24 VZ, revision 24052

don't lose encoding information when getting/setting the text in the control

2003-10-02 04:26 RD, revision 24051

regenerated the images

2003-10-02 00:58 RD, revision 24050

A huge glob of changes in the 2.4 branch merged over to HEAD

2003-10-01 23:30 RD, revision 24049

newevent helpers

2003-10-01 23:29 RD, revision 24048

makedocs script now also crunches through some of the contribs docs

2003-10-01 23:28 RD, revision 24047

Added listbook demo and also some other demo tweaks

2003-10-01 23:20 RD, revision 24046

Another spelling error fix that didn't get saved before... <grumble>

2003-10-01 21:50 SN, revision 24045

Insure that top level windows will be at least visible when relying on default size.

2003-10-01 21:23 SN, revision 24044

Added MarkDirty implementation for MultiLine Edit controls.

2003-10-01 20:48 VZ, revision 24043

mention Spanish translations update

2003-10-01 20:45 VZ, revision 24042

update from JSJ

2003-10-01 20:39 RD, revision 24041

Another spelling error

2003-10-01 19:31 RD, revision 24040

Lots of spelling errors fixed

2003-10-01 19:30 RD, revision 24039

Another patch from Will

2003-10-01 18:51 VZ, revision 24038

added translation to Afrikaans (Petri Jooste)

2003-10-01 18:38 RD, revision 24037

Updated version number

2003-10-01 17:05 VS, revision 24036

fixed accelerators in wxGTK if NumLock is active (bug #723379)

2003-10-01 16:43 MBN, revision 24035

More wxMac compilation fixes.

2003-10-01 15:16 VS, revision 24034

wxInetFSHandler

2003-10-01 11:51 MBN, revision 24033

More (blind) wxMac configtool compilation fixes.

2003-10-01 11:47 VS, revision 24032

fixed file: protocol for filenames with space (patch #815772)

2003-10-01 10:23 VS, revision 24031

wx resource file must be linked into executables on OS/2

2003-10-01 04:43 RD, revision 24030

Demo tweaks

2003-09-30 23:56 VZ, revision 24029

update from Javier San José

2003-09-30 22:28 VZ, revision 24028

mention wxChoice::Delete() change in wxGTK

2003-09-30 22:26 VZ, revision 24027

and now it even compiles

2003-09-30 22:24 VZ, revision 24026

make Delete() work in presence of client data

2003-09-30 22:14 VZ, revision 24025

compilation fix after last commit

2003-09-30 21:22 MBN, revision 24024

Blinf wxMac compilation fix.

2003-09-30 21:04 RD, revision 24023

Various changes needed to get up to date with current CVS

2003-09-30 20:22 SN, revision 24022

Correctly bracketed initializers.

2003-09-30 20:13 SN, revision 24021

Modal dialogs now correctly use wxEventLoop.

2003-09-30 19:56 SN, revision 24020

Fixed compilation problem.

2003-09-30 19:39 RD, revision 24019

Updated version number

2003-09-30 19:21 RD, revision 24018

SWitch to using wxCAL_SEQUENTIAL_MONTH_SELECTION style for the demo

2003-09-30 19:13 SN, revision 24017

Fixed compilation problem.

2003-09-30 19:08 VS, revision 24016

properly quote characters when streaming out XML properties

2003-09-30 19:07 RD, revision 24015

Fixed bad merge...

2003-09-30 19:04 RD, revision 24014

More AutoComplete crash fixes

2003-09-30 18:37 VS, revision 24013

XML code fixes (patch #815196 -- backported to 2.4)

2003-09-30 18:36 VS, revision 24012

XML code fixes (patch #815196)

2003-09-30 15:52 SC, revision 24011

fixed typo

2003-09-30 12:49 VZ, revision 24010

use wxEvent::ShouldPropagate() instead of its own propgation control mechanism in wxNavigationKeyEvent (patch 814644)

2003-09-30 12:41 VZ, revision 24009

Unicode fixes for Watcom (part of patch 813225)

2003-09-30 12:33 VZ, revision 24008

no real changes

2003-09-30 12:29 VZ, revision 24007

don't draw raised border around disabled bitmaps (patch 814745)

2003-09-30 12:26 VZ, revision 24006

treat 0xc0c0c0 as transparent colour by default

2003-09-30 06:30 VS, revision 24005

upgraded bakefile to empy-3.1.1, it has more readable templates syntax

2003-09-30 02:43 RD, revision 24004

More patches from Will

2003-09-30 02:05 RD, revision 24003

Updated version

2003-09-30 00:29 VZ, revision 24002

unused params warnings fixes

2003-09-29 23:17 RD, revision 24001

Doc tweaks

2003-09-29 22:40 RD, revision 24000

RPM bulid tweaks

2003-09-29 17:46 RD, revision 23999

Updated version

2003-09-29 17:43 RD, revision 23998

Guard against EVT_PAINT recurrsion

2003-09-29 17:42 RD, revision 23997

Should not delete colours that come from the wxColourDatabase

2003-09-29 17:14 VZ, revision 23996

support creating larger minidumps; support WX_CRASH_FLAGS env var

2003-09-29 15:18 MBN, revision 23995

(Blind) compilation fix for Sun compiler.

2003-09-29 12:05 VZ, revision 23994

fixes in cleanup of DDE servers: don't delete them ourseleves (this is inconsistent with socket IPC classes); do check that they're all destroyed before DDE is shut down

2003-09-29 11:56 VS, revision 23993

wxMGL fixes

2003-09-28 18:38 VS, revision 23992

reversed order of configurations to make the IDE happy about the default one

2003-09-28 18:23 VS, revision 23991

compile db sample conditionally only if odbc support was built

2003-09-28 18:12 VZ, revision 23990

reverted strange and IMO unnecessary OFN_OVERWRITEPROMPT emulation (bug 812346)

2003-09-28 18:01 VZ, revision 23989

SetValue() takes just bool, not const bool

2003-09-28 17:51 VZ, revision 23988

SetValue() takes just bool, not const bool

2003-09-28 16:05 VS, revision 23987

added displayx11.{cpp,h}

2003-09-28 13:57 MBN, revision 23986

MinGW compilation fixes.

2003-09-28 13:53 MBN, revision 23985

(Blind) wxMotif compilation fix.

2003-09-28 11:10 VZ, revision 23984

mention that Write(string) works with NUL-terminated strings only

2003-09-28 00:29 VZ, revision 23983

mention wxListBook

2003-09-28 00:23 VZ, revision 23982

added 3-state checkboxes (patch 813790)

2003-09-27 21:16 RD, revision 23981

Windows Installer fixes

2003-09-27 21:16 RD, revision 23980

reSWIGged

2003-09-27 21:15 RD, revision 23979

DOn't build binaries for Python 2.1 any more

2003-09-27 15:48 VZ, revision 23978

regenerated after adding gzstream.* and vidmode.h

2003-09-27 15:40 VZ, revision 23977

no changes, just resolved a conflict

2003-09-27 15:33 VZ, revision 23976

show how to use different bitmaps for enabled/disabled menu item state

2003-09-27 15:30 VZ, revision 23975

added wxMirrorDC test; some warning fixes

2003-09-27 15:28 VZ, revision 23974

added handlers for radio btn events for testing

2003-09-27 15:28 VZ, revision 23973

warning fixes

2003-09-27 15:27 VZ, revision 23972

added a test for wxTextFile in Unicode

2003-09-27 15:20 VZ, revision 23971

removed Initialized()

2003-09-27 15:14 VZ, revision 23970

Unicode fix

2003-09-27 14:10 MBN, revision 23969

Linking fixes for wxGTK + wxUniversal: include minifram.cpp in lowlevel files (as in wxMSW and wxX11).

2003-09-27 14:06 VZ, revision 23968

removed duplicate UTF16/32 values

2003-09-27 13:58 VZ, revision 23967

fixed bug in wxDisplay::GetFromPoint() when Xinerama is not used (patch 813543)

2003-09-27 13:49 VZ, revision 23966

extra word removed (patch 813536)

2003-09-27 13:47 VZ, revision 23965

removed wxApp::Initialized() (replaced with a dummy version in wxApp itself); wxApp in wxGTK now uses wxEvtLoop too

2003-09-27 13:33 MBN, revision 23964

Updated changes.txt.

2003-09-27 13:28 VZ, revision 23963

suppress compiler warning about uninit var

2003-09-27 13:24 VZ, revision 23962

define wxFONTENCODING_UNICODE as UTF16/32 depending on the platform

2003-09-27 13:18 VZ, revision 23961

added vidmode.h; stack.h is a wxBase header

2003-09-27 13:13 VZ, revision 23960

made UTF-16/32 equivalent to the corresponding LE/BE version (patch 812358)

2003-09-27 12:55 VZ, revision 23959

merged wxDisplayModeInfo and wxVideoMode in a single class, extracted it in a separate wx/vidmode.h header

2003-09-27 12:36 VZ, revision 23958

compilation fix for Mac (patch 813378)

2003-09-27 12:34 VZ, revision 23957

fix for handling (Shift-)Ctrl-Tab when the notebook itself has focus (patch 813507)

2003-09-27 12:26 VZ, revision 23956

minor fix for wxSlider sizing (patch 809202)

2003-09-27 11:43 VZ, revision 23955

fixes to radio button handling (patch 803360)

2003-09-26 23:47 VZ, revision 23954

update height of the header window whenever it changes