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

2005-04-02 03:46 RD, revision 33253

Be able to build with Pythons other than the System version.

2005-04-02 03:45 RD, revision 33252

Update year

2005-04-02 03:43 RD, revision 33251

Use Python's buffer interface API for all image data and alpha Set/Get methods and the ImageFromData* constructors.

2005-04-02 02:04 RD, revision 33250

Add static_data flag to SetData and SetAlpha so Python buffer objects can be used in wxPython without double free()'s.

2005-04-02 01:55 RD, revision 33249

Put the Python executable pathname in wxTheApp->argv[0] so the stackwalker won't freak out at trying to find program addresses inside of .py files!

2005-04-02 01:52 RD, revision 33248

Be able to build with Pythons other than the System version.

2005-04-02 01:17 VZ, revision 33247

fixes to static box borders calculations and significant code cleanup (finalizes patch 1166587)

2005-04-02 01:15 VZ, revision 33246

added AutoHRGN class; corrected GetHbrush[Of]() macros

2005-04-02 01:00 VZ, revision 33245

added wxSOLID default value for FindOrCreateBrush()

2005-04-02 00:34 VZ, revision 33244

removed superfluous semicolons

2005-04-01 20:56 VZ, revision 33243

implemented GetProgramHandle() for Win32 and documented it

2005-04-01 16:36 SC, revision 33242

moving wxMac to new printing architecture

2005-04-01 15:57 JS, revision 33241

Now calculates clipping region from actual child HWNDs and not wxWidgets windows, which helps with composite controls

2005-04-01 14:46 ABX, revision 33240

Do not break checking whether dir exists for given path.

2005-04-01 14:27 JS, revision 33239

Added wxPropertySheetDialog demo

2005-04-01 13:43 JS, revision 33238

Updated date

2005-04-01 12:35 DS, revision 33237

fixed default style parameter

2005-04-01 11:55 SC, revision 33236

fix for #1106519

2005-04-01 09:39 DS, revision 33235

fixed Carbon compilo

2005-04-01 07:28 SC, revision 33234

adding correct handling of uncovering or covering controls via tlw-resizes (in which case the txnBounds would not change)

2005-04-01 07:17 SC, revision 33233

adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc adding another cached clip rect for the real client area

2005-04-01 07:05 SC, revision 33232

adding protected inquiry function whether a child window belongs to the 'client' or the 'non-client' area, examples for the latter are toolbar, scrollbars etc adding another cached clip rect for the real client area

2005-04-01 00:00 MW, revision 33231

Use wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8, and set G_FILENAME_ENCODING to match the locale encoding when necessary

2005-03-31 23:56 RD, revision 33230

Added MultiChoiceDialog

2005-03-31 23:55 RD, revision 33229

docstring fix

2005-03-31 21:20 JS, revision 33228

Applied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog by Mart Raudsepp

2005-03-31 21:18 RD, revision 33227

Change multipleChoiceDialog to use wx.MultiChoiceDialog instead of wx.lib.dialogs.MultipleChoiceDialog

2005-03-31 21:00 RR, revision 33226

Fix the fix for not sending two end label edit events because that fix prevented anyone from finishing the edit by keys.

2005-03-31 19:18 ABX, revision 33225

OGL samples again buildable after deprecated/setup.h turned off by default. Minor cleaning where applicable.

2005-03-31 19:10 ABX, revision 33224

Wrong #pragma interface/implementation warning fixes.

2005-03-31 19:04 JS, revision 33223

Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl Stas Sergeev: 1. CollapseDir() was forgetting to... hrmm, to collapse the dir... It was only removing the child elements, leaving the dir expanded. Missing code added. 2. ReCreateTree(), which, according to the comments, must collapse and re-open the tree, was not re-opening it. Fixed. 3. For those who used the bogus ReCreateTree() behaviour to collapse the tree, I added CollapseTree(). This does visually what the ReCreateTree() wrongly did before the patch. 4. Documentation is updated accordingly.

2005-03-31 18:52 JS, revision 33222

Applied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds

2005-03-31 17:27 SC, revision 33221

setting the view rectangle explicitely to allow for partial visibility of a control (scrollsub)

2005-03-31 17:25 SC, revision 33220

calculating vis regions as rects (faster for Quartz) and caching the results for all implementations fixing the background erase event always to have a wxWindowDC (had a wxClientDC in non-toplevel cases before, leading to a off-by-border error when erasing)

2005-03-31 17:21 SC, revision 33219

calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

2005-03-31 16:37 ABX, revision 33218

if(){} and while(){} sometimes is not allowed for inlining (borland warning fix).

2005-03-31 16:26 JS, revision 33217

Frames to skip now honoured for Unix stackwalking Limited depth to 10 for assert dialog

2005-03-31 15:19 JS, revision 33216

Fixed MSWClipBoxRegion

2005-03-31 14:55 JS, revision 33215

Removed obsolete WXR file

2005-03-31 10:37 CE, revision 33214

missing include for memoryDC

2005-03-31 08:33 JS, revision 33213

Use InvalidateRect for Smartphone.

2005-03-31 08:09 ABX, revision 33212

Smartphone fix.

2005-03-31 05:14 SC, revision 33211

cleanup

2005-03-31 05:12 SC, revision 33210

content clipping becomes a runtime attribute

2005-03-30 23:04 RD, revision 33209

reSWIGged

2005-03-30 23:03 MW, revision 33208

Tests for UTF-8 and PUA characters and octal escapes

2005-03-30 22:58 RD, revision 33207

Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++ wxFoldPanelBar classes to Python.

2005-03-30 22:56 RD, revision 33206

default parameters

2005-03-30 22:00 MW, revision 33205

Fix for decoding of utf-16 surrogates. Also remove #include that's not needed after all.

2005-03-30 21:52 RD, revision 33204

More WXDLLIMPEXP_GIZMOS fixes

2005-03-30 21:24 RD, revision 33203

OGL fixes from Davide Salomoni

2005-03-30 21:23 RD, revision 33202

reSWIGged

2005-03-30 19:45 RR, revision 33201

Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show files by giving the control a sensible default filter "*" or "*.*".

2005-03-30 19:19 SN, revision 33200

Backed out a fix which seems to cause more trouble than it's doing good. :-(

2005-03-30 19:18 RD, revision 33199

More WXDLLIMPEXP_GIZMOS fixes

2005-03-30 19:15 ABX, revision 33198

Some fuzzy polish translations cleaned.

2005-03-30 19:10 ABX, revision 33197

Wrong #pragma interface/implementation warning fixes.

2005-03-30 19:05 SC, revision 33196

turning off carbon events for testing

2005-03-30 18:56 RD, revision 33195

Added wxStaticPicture

2005-03-30 18:54 RD, revision 33194

More WXDLLIMPEXP_GIZMOS fixes

2005-03-30 18:49 RD, revision 33193

WXDLLIMPEXP_GIZMOS

2005-03-30 18:39 , revision 33192
  • A /wxWidgets/branches/unlabeled-1.27.2
  • D /wxWidgets/branches/unlabeled-1.27.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.27.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.27.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.27.2/art
  • D /wxWidgets/branches/unlabeled-1.27.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.27.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.27.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.27.2/build
  • D /wxWidgets/branches/unlabeled-1.27.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.27.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.27.2/configure
  • D /wxWidgets/branches/unlabeled-1.27.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.27.2/contrib
  • D /wxWidgets/branches/unlabeled-1.27.2/debian
  • D /wxWidgets/branches/unlabeled-1.27.2/demos
  • D /wxWidgets/branches/unlabeled-1.27.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.27.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.27.2/distrib
  • D /wxWidgets/branches/unlabeled-1.27.2/docs
  • D /wxWidgets/branches/unlabeled-1.27.2/include
  • D /wxWidgets/branches/unlabeled-1.27.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.27.2/lib
  • D /wxWidgets/branches/unlabeled-1.27.2/locale
  • D /wxWidgets/branches/unlabeled-1.27.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.27.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.27.2/misc
  • D /wxWidgets/branches/unlabeled-1.27.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.27.2/regen
  • D /wxWidgets/branches/unlabeled-1.27.2/samples
  • D /wxWidgets/branches/unlabeled-1.27.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.27.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.27.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.27.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.27.2/src/common
  • D /wxWidgets/branches/unlabeled-1.27.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.27.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.27.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.27.2/src/html
  • D /wxWidgets/branches/unlabeled-1.27.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.27.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.27.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.27.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.27.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.27.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.27.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.27.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.27.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.27.2/src/png
  • D /wxWidgets/branches/unlabeled-1.27.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/scintilla
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.27.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.27.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.27.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.27.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.27.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.27.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindows.pbproj
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindowsM7.mcp
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxwindowsM5.xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.27.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.27.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.27.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.27.2/tests
  • D /wxWidgets/branches/unlabeled-1.27.2/utils
  • D /wxWidgets/branches/unlabeled-1.27.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.27.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.27.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.27.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.27.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.27.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.27.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.27.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.27.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.27.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.27.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.27.2'.

2005-03-30 18:39 RD, revision 33191

rearrainge the #includes and etc. to avoid a name conflict with some CoreFoundation headers

2005-03-30 18:33 SC, revision 33190

allowing 10.2 based compiles

2005-03-30 17:14 JS, revision 33189

Applied patch [ 1164975 ] xml handler for wxStaticPicture David Norris

2005-03-30 16:49 JS, revision 33188

Applied patch [ 1171542 ] access static class members via scoping operator Paul Cornett: A static class member can be accessed as X::member, there is no need for an object or pointer (s.member or p->member). There are also a few bugs with incorrect usage of wxString::Format and wxString::FromAscii.

2005-03-30 16:47 RR, revision 33187

Compilo.

2005-03-30 16:40 JS, revision 33186

Applied patch [ 1171467 ] Fix for DocManager not checking OnNewDocument's return value

2005-03-30 16:35 JS, revision 33185

Applied patch [ 1163322 ] Patch to prevent MDI app from opening the same file twice

2005-03-30 16:33 SC, revision 33184

avoiding caret in all textctrls in 10.2

2005-03-30 16:29 RR, revision 33183

Forgot to commit.

2005-03-30 15:50 ABX, revision 33182

DMC error fix: dynamic initialization of static data.

2005-03-30 15:47 JS, revision 33181

Applied patch [ 1161769 ] reference to temp object in carbon/palette.cpp Potentially unsafe (and obsolete) constructor removed.

2005-03-30 15:44 ABX, revision 33180

Don't hide virtual method in stackwalker. Remove tests implemented now in CppUnit. Use argv in Unicode and ANSI in unicode build. Use base class for standard paths.

2005-03-30 15:36 JS, revision 33179

Applied patch [ 1173244 ] splitter sample enhancement Martin Rohrbach

2005-03-30 15:30 JS, revision 33178

Applied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox By Jamie Gadd

2005-03-30 15:20 JS, revision 33177

Minor English corrections

2005-03-30 15:14 JS, revision 33176

Eliminate warning on WinCE

2005-03-30 15:08 SC, revision 33175

propagating visibility states into MLTE (otherwise it is 'stealing' events at the top window level)

2005-03-30 11:45 DS, revision 33174

minor cleanup (don't use magic numbers)

2005-03-30 08:29 SC, revision 33173

giving correct 'pressed' visual feedback

2005-03-30 08:07 JS, revision 33172

Sorry, should be a __UNIX__ test

2005-03-30 08:00 JS, revision 33171

Attempted compile fix

2005-03-30 07:53 SC, revision 33170

applying OSAF patch for "toolbar selection not correct on Mac after calling Realize a 2nd time"

2005-03-30 07:33 SC, revision 33169

making removal and re-inserting possible

2005-03-30 05:42 SC, revision 33168

unifying redraw and scrolling calls between compositing and non-compositing modes

2005-03-30 04:52 SC, revision 33167

guarding against calls in the destruction sequence of a window

2005-03-30 04:24 SC, revision 33166

using separate imaglist on mac

2005-03-30 03:56 KH, revision 33165

Added note that the GLOBAL config flag refers to HKLM for wxRegConfig and only provides read-only access

2005-03-29 23:33 RR, revision 33164

Mini doc update for wxConvFileName.

2005-03-29 23:20 RR, revision 33163

Replace wxConvFile with wxConvFileName in the docs.

2005-03-29 23:15 RR, revision 33162

Made wxConvBrokenFileNames public. Made use of it from GTK+'s wxApp.

2005-03-29 18:45 JS, revision 33161

Reduce flicker in some circumstances by setting custom bg style

2005-03-29 18:12 VZ, revision 33160

removed extra dot from msg catalog names (fix for the fix for the patch 1169837)

2005-03-29 18:03 ABX, revision 33159

Unicode fixes, wxWidgets coding standards, source cleaning for wxFoldBar samples.

2005-03-29 17:49 ABX, revision 33158

Compile Int<->Hex functions only when necessary (warning fix).

2005-03-29 17:36 ABX, revision 33157

Warning fixes after recent library changes.

2005-03-29 17:28 ABX, revision 33156

Warning fix about assigning unused value + little source cleaning.

2005-03-29 17:24 ABX, revision 33155

Missing DMC value after recent changes in tbar95.cpp.

2005-03-29 17:21 ABX, revision 33154

Build fix after recent changes in library.