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

2002-05-22 22:47 VZ, revision 15640

no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all

2002-05-22 22:28 VZ, revision 15639

added wxDir::Exists() test

2002-05-22 21:01 RR, revision 15638

wxImage::Copy() didn't really just copy the image, it sometimes changed the mask colour, when it was unused. This patch makes life easier.

2002-05-22 18:04 VZ, revision 15637

added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case

2002-05-22 17:22 RD, revision 15636

Fixed bug when sizer if offset from 0,0. Also removed old commented out code

2002-05-22 16:27 VZ, revision 15635

added a check which should prevent the crash of bug 555111

2002-05-22 15:56 VZ, revision 15634

fixed GL case in #include (patch 557178)

2002-05-22 15:54 VZ, revision 15633

mingw/cygwin compilation fix (patch 556157)

2002-05-22 15:49 VZ, revision 15632

fixed ProcessMessage() signature

2002-05-21 22:26 VS, revision 15631

download clarification

2002-05-21 21:03 RD, revision 15630

wxMac updates

2002-05-21 20:45 SC, revision 15629

survive delete within Notify

2002-05-21 20:44 SC, revision 15628

show/hide via moving

2002-05-21 20:43 SC, revision 15627

initial value set

2002-05-21 20:35 SC, revision 15626

added hide/show

2002-05-21 04:20 DW, revision 15625

Catching up for the week

2002-05-21 04:19 DW, revision 15624

Font dialog fix

2002-05-20 20:34 SC, revision 15623

carbon event handlers

2002-05-20 20:33 RD, revision 15622

wxSystemScreen --> wxSystemScreenType

2002-05-20 20:33 SC, revision 15621

Carbon-Standard conversion

2002-05-20 20:32 SC, revision 15620

Dan 'Bud' Keith's Implementation

2002-05-20 20:31 SC, revision 15619

OnInit for adding carbon event handlers

2002-05-20 20:28 SC, revision 15618

uma.h added

2002-05-20 20:18 SC, revision 15617

carbon event handlers for app level

2002-05-20 20:17 SC, revision 15616

Dan 'Bud' Keith's implementation

2002-05-20 20:15 SC, revision 15615

removed internal carbon events handlers, switch to using and resetting toplevel's handlers

2002-05-20 20:14 SC, revision 15614

added carbon event handlers

2002-05-20 20:13 SC, revision 15613

changing the focus part code

2002-05-20 16:16 JS, revision 15612

Applied drag fix to row labels as well

2002-05-20 15:28 VZ, revision 15611

added docs for a few missing methods (Inside, Deflate, Offset)

2002-05-20 14:06 SC, revision 15610

corrected initialization order of MLTE

2002-05-20 13:17 JS, revision 15609

Captured mouse in grid column label so the drag isn't prematurely and messily ended when moving out of the column label window.

2002-05-20 10:42 RR, revision 15608

Sometimes, deleting code can be a real gain. This fixes display corruption when a scroll window is made smaller and it was previously scrolled to the bottom or right most position.

2002-05-19 22:44 VS, revision 15607

Cosmetic changes to wxSS::GetScreen: 1) Renamed to GetScreenType (so that the name better describes its function) 2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that 'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'

2002-05-19 08:00 SC, revision 15606

corrected direction when sending events

2002-05-19 07:09 GD, revision 15605

corrected assignement operator

2002-05-18 23:36 VZ, revision 15604

refuse to run if not executed by the main configure script

2002-05-18 23:33 VZ, revision 15603

pass IF_GNU_MAKE and other configure params to the samples configure in wxUSE_GUI==0 case too

2002-05-18 17:30 RD, revision 15602

Applied patch to adjust ownership and permissions in the installer package.

2002-05-18 12:41 VZ, revision 15601

check the return code of wxStream::Read() in wxImageHandler::DoCanRead() and avoid reading uninitialized memory when it fails

2002-05-18 11:05 JS, revision 15600

Updated font dialog constructors to use a reference to the font data as per more recent convention

2002-05-17 23:54 VZ, revision 15599

made SetItemText() work for the item which we're about to start editing

2002-05-17 20:14 SC, revision 15598

conditionalized theme box drawing

2002-05-17 20:13 SC, revision 15597

autoresize upon setting new bitmap

2002-05-17 20:13 SC, revision 15596

fixed wxScreenDC for X

2002-05-17 17:19 RD, revision 15595

Fixed the package build script so wxPython is built with the same version of wxWindows made by the same script.

2002-05-17 16:00 RD, revision 15594

Commented out debug messages

2002-05-17 14:10 SC, revision 15593

title-less windows also for windows

2002-05-17 12:22 SC, revision 15592

using QD Text under non OSX

2002-05-17 12:20 SC, revision 15591

working closer to proper MLTE support under OSX

2002-05-17 12:19 SC, revision 15590

no event upon changing value only anymore

2002-05-17 12:18 SC, revision 15589

conditials for TARGET_CARBON when drawing using appearance text box

2002-05-17 12:16 SC, revision 15588

changed char event handling for ctrl-chars and skipped events

2002-05-17 12:08 SC, revision 15587

added GetApplicationScript for non Carbon builds

2002-05-17 06:01 RD, revision 15586

A few little tweaks

2002-05-17 05:36 RD, revision 15585

A few little tweaks, reswigged code for wxMac

2002-05-17 05:33 RD, revision 15584

Scripts to make a installer package in a disk image for wxPython and for Python too. It's a strange mixture of sh, csh and perl, but it works.

2002-05-16 19:27 VZ, revision 15583

fixed the selection rectangle drawing (was off by 1)

2002-05-16 19:26 VZ, revision 15582

use the menu item text, not label, in the owner drawn items

2002-05-16 18:48 VZ, revision 15581

fixed wrong array index in UuidToCForm

2002-05-16 12:49 JJ, revision 15580

Committing in . OpenVMS configuration file update. Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-05-16 10:45 VZ, revision 15579

generate EVT_SCROLL events for the standalong scrollbars, not EVT_SCROLLWIN

2002-05-15 20:03 JS, revision 15578

Check for null return value in wxClientDC constructor

2002-05-15 19:59 JS, revision 15577

Don't call a function that might do drawing when setting a null image list (might be deleting the tree control)

2002-05-15 19:46 RD, revision 15576

Updates from contributor

2002-05-15 19:46 RD, revision 15575

An implementation of wxPen.GetDashes. wxSplitterEvent derives from wxNotifyEvent.

2002-05-15 19:45 RD, revision 15574

demo update

2002-05-15 19:09 RD, revision 15573

Some files to ignore

2002-05-15 19:07 RD, revision 15572

wxSTC changes to help it work better on wxMac

2002-05-15 19:06 RD, revision 15571

more demo updates

2002-05-15 13:13 JS, revision 15570

Added missing const for operator !=

2002-05-15 06:22 GD, revision 15569

applied copy constructor fix to assignment operator as well

2002-05-15 05:05 RD, revision 15568

Re-enable clipboard and DnD classes for wxMac

2002-05-15 05:05 RD, revision 15567

demo updates

2002-05-14 20:38 JS, revision 15566

In an expose event, the m_clearRegion is also updated as well as m_updateRegion because otherwise in a scroll or resize, a custom OnEraseBackground method will draw over more window than OnPaint will redraw -- clearly not what's wanted.

2002-05-14 18:10 VZ, revision 15565

don't send SPLITTER_POS_CHANGED events when the splitter position was changed from the program itself

2002-05-14 17:58 VS, revision 15564

no, DO NOT use wxMessageBox where wxLogError is more suitable (and don't display Information icon when reporting an *error* (sigh...))

2002-05-14 15:49 JS, revision 15563

Fixed double deletion in region iterator

2002-05-14 14:37 RD, revision 15562

Fixed a lost #else

2002-05-14 14:05 JS, revision 15561

Initialized control member pointers and checked for null pointer to make controls sample run on MacOS X again

2002-05-14 13:53 JS, revision 15560

Now shows author correctly under MacOS X

2002-05-14 12:28 VZ, revision 15559

added missing extern "C" required for Sun CC

2002-05-14 11:33 , revision 15558
  • A /wxWidgets/tags/INT32_TO_JPEG_INT32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/.cvsignore
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/acinclude.m4
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/aclocal.m4
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/art
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/autogen.sh
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/BuildCVS.txt
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/config.guess
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/config.sub
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/configure
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/configure.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/contrib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/debian
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/demos
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/descrip.mms
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/difflast.pl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/distrib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/docs
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/include
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/install-sh
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/lib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/locale
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/Makefile.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/Mingw32-gcc295.patches
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/make-deb
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/misc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/mkinstalldirs
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/regen
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/samples
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/setup.h.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/setup.h_vms
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/.cvsignore
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/common
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cwcopysetup.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cwdcopysetup.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cygnus.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/files.lst
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/generic
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/gtk
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/gtk1
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/html
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/iodbc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mac
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/make.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeb32.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makebcc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.dos
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.va
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeg95.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.b32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.g95
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.wat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemac6.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemac7.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemsc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.b32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.g95
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.msc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.sl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.va
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.wat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makesc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makesl.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/maketwin.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeva.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makevc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makewat.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mgl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/microwin
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mingegcs.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mingw32.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/motif
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/msw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/ntwxwin.mak
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/os2
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/png
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/regex
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/stc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/tiff
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/univ
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/unix
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/Wxwindll.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxBase.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxBase.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxJpeg.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxPng.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxTiff.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxUniv.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxUniv.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWin.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindows.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindows.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindowsW7.xml
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxwindowsM5.xml
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxXpm.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxZlib.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/x11
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/xrc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/zlib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/utils
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wx-config.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxBase.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxGTK.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxMotif.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxPython
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxWINE.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxwin.m4

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

2002-05-14 11:33 VZ, revision 15557

renamed main to mymain to suppress the warnings

2002-05-14 11:28 VZ, revision 15556

fixed a warning

2002-05-14 11:28 JS, revision 15555

Initialized the controls on the widgets spinbutton page and checked for NULL in one of the event handlers, since on the Mac the event handler may be called before the control is properly initialized Tested for an empty string in Mac's textctrl.cpp else we get a crash if there is nothing in the text control

2002-05-14 11:09 VZ, revision 15554

wanted to fix zlib include path but it turned out to be already ok so I just added a comment saying why should it be left like this

2002-05-14 07:50 RD, revision 15553

swigged updates for wxMac

2002-05-14 07:49 RD, revision 15552

Fixing nested triple quotes again

2002-05-14 07:49 RD, revision 15551

Use the stdout/stderr window by default on Mac too. Force it on in the demo.

2002-05-14 07:47 RD, revision 15550

Minor updates to build scripts

2002-05-14 07:44 RD, revision 15549

wxSTC begins to work on wxMac...

2002-05-14 00:06 RD, revision 15548

If'd out the listbox on wxPopupWindow test for now

2002-05-13 23:50 VZ, revision 15547

documented wxFileName::SplitPath(), added more obsolescence notes about the functions superseded by wxFileName

2002-05-13 23:49 VZ, revision 15546

cleared the wxFileNameFromPath mess

2002-05-13 23:31 RD, revision 15545

Added some inline helpers so the dependence on wxUSE_UNICODE and wxUSE_WCHAR_T can be localized instead of having #if's all over the place.

2002-05-13 20:33 RD, revision 15544

The use of wxPopupWindow fo rhte autocomplete and calltip windows is now a little better integrated.

2002-05-13 18:11 DW, revision 15543

Popup Window now supported in OS/2 (for tipwindows and such associated with toolbars).

2002-05-13 18:10 DW, revision 15542

Weekly catch up.

2002-05-13 18:09 DW, revision 15541

WXPM now uses popupwindows.