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-01-03 12:53 JS, revision 18540

wxUSE_TOOLTIPs => 1

2003-01-03 12:29 SC, revision 18539

made static box only a frame region in all calculations (otherwise the background would not be redrawn in all situations)

2003-01-03 12:22 SC, revision 18538

fixed the positioning of the choice subcontrol (resulted in redraw errors clipping off 2 pixels on the right)

2003-01-03 12:14 JS, revision 18537

Applied patch [ 652336 ] Add tooltip support to wxUniv on Windows

2003-01-03 12:09 JS, revision 18536

Applied wxUniv toolbar fix

2003-01-03 12:01 JS, revision 18535

Added glcanvas.cpp, tooltip.cpp, taskbar.cpp, wave.cpp to wxUniv/MSW

2003-01-03 10:22 RL, revision 18534

typo fix. disable generation of gtk-univ, we'll replace it with x11-univ later.

2003-01-03 09:59 SC, revision 18533

recommit after mac binary lapsus

2003-01-03 07:23 RL, revision 18532

Update standards version. Remove superfluous wxPy clean rule.

2003-01-03 01:04 VZ, revision 18531

IsStandard() shouldn't return TRUE for formats >= wxDF_PRIVATE

2003-01-02 23:59 RD, revision 18530

SWIGged updates for wxMac (for unicode API changes)

2003-01-02 23:59 VZ, revision 18529

argh, erased one extra line accidentally in the last commit -- restored

2003-01-02 23:58 RD, revision 18528

SWIGged sources for wxMSW (for unicode API changes)

2003-01-02 23:55 VZ, revision 18527

wx(Individual)LayoutConstraints may be copied

2003-01-02 23:46 VZ, revision 18526

compilation fixes after applying DECLARE_NO_COPY_CLASS() patch

2003-01-02 23:38 VZ, revision 18525

use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)

2003-01-02 23:28 VZ, revision 18524

support for using DIBs for wxBitmap implementation (patch 649866)

2003-01-02 23:25 VZ, revision 18523

use StretchBlt() if available (part of patch 649866)

2003-01-02 22:52 VS, revision 18522

added wxDEPRECATED

2003-01-02 22:51 RD, revision 18521

SWIGged sources for wxGTK (for unicode API changes)

2003-01-02 22:49 VS, revision 18520

mark wxImage's wxBitmap functions as deprecated

2003-01-02 22:31 RD, revision 18519

SWIGged sources for wxGTK (for unicode API changes)

2003-01-02 22:24 RD, revision 18518

Fixes to allow compilation in Unicode mode on wxGTK2. Python's internal Unicode representation may or may not match wchar_t. Previously I was using the optimized APIs that assumed they were the same, but they aren't on Linux so this checkin switches to the more general Python APIs.

2003-01-02 22:15 RD, revision 18517

Nicer implementation for autoselecting which wx-config to use.

2003-01-02 22:10 VZ, revision 18516

documented wxDateSpan

2003-01-02 22:07 VZ, revision 18515

added operator==() and !=() for wxDateSpan

2003-01-02 21:29 VZ, revision 18514

implemented support for column label alignment (closes 215870)

2003-01-02 21:00 VZ, revision 18513

the file containing the list of things which can be backported to 2.4 branch later

2003-01-02 21:00 VZ, revision 18512

added test for wxLIST_FORMAT_CENTRE/RIGHT

2003-01-02 20:59 VZ, revision 18511

set wxListItem mask automatically to the correct value when a SetXXX() method is called

2003-01-02 20:21 VZ, revision 18510

fixed bug with wxTR_EDIT_LABELS not working with xwTR_MULTIPLE (bug 622089)

2003-01-02 19:18 VZ, revision 18509

test InsertItems() trying to reproduce the bug 633150 -- but unsuccessfully

2003-01-02 18:43 VZ, revision 18508

show Univ prefix in wxWindows info dialog

2003-01-02 18:39 VZ, revision 18507

removed a couple of obsolete functions from wxDialog

2003-01-02 18:13 SC, revision 18506

attempt to recommit , contained binary data for some reason

2003-01-02 18:10 SC, revision 18505

attempt to recommit , contained binary data for some reason

2003-01-02 16:30 SC, revision 18504

easier angle conversion wx-mac , corrected elliptic arc which sometimes filled in the wrong direction, fixed rotated text under osx (OSX ignored hanging baseline attribute)

2003-01-02 13:43 SC, revision 18503

no_wrap implementation added, corrected rectangles, so that horizontal scrollbar does not have a gap at the left

2003-01-02 09:37 SC, revision 18502

corrected generation of all event members (client data) and implemented DoGetBestSize

2003-01-02 06:10 RD, revision 18501

Additional change for wxGTK2 that I forgot to check in yesterday

2003-01-02 01:00 VZ, revision 18500

fixed wxMutexLocker ctor signature (patch 660549)

2003-01-02 00:45 VZ, revision 18499

say that EVT_TEXT_ENTER requires wxTE_PROCESS_ENTER to be set (closes bug 659948)

2003-01-02 00:41 VZ, revision 18498

fixed wxCaret::SetSize() (closes bug 659209)

2003-01-02 00:07 VZ, revision 18497

made generic EmulateKeyPress() to work with Delete and BackSpace (closes bug 658409)

2003-01-01 23:39 VZ, revision 18496

typo fix (closes bug 654197)

2003-01-01 23:36 VZ, revision 18495

added a test for check tbar buttons state

2003-01-01 23:18 VZ, revision 18494

tried to fix compilation with Watcom 11 (should fix the bug 651492)

2003-01-01 22:58 VZ, revision 18493

fix for HAVE_EXPLICIT for VC++ 6.0 (closes bug 651314)

2003-01-01 22:50 RD, revision 18492

Changed wxLOG_Max to be a smaller (but still large) value

2003-01-01 22:41 VZ, revision 18491

don't send CHECKLISTBOX_TOGGLE event when Check() is called (closes bug 651140)

2003-01-01 22:09 VZ, revision 18490

added IsEmpty

2003-01-01 22:09 VZ, revision 18489

added check/uncheck/toggle tests

2003-01-01 22:08 VZ, revision 18488

added wxControlWithItems docs, updated the others to refer to it

2003-01-01 19:09 RD, revision 18487
  • D /wxWidgets/branches/WX_2_4_BRANCH/wxPython/demo/setup.sh

This shouldn't have been checked in...

2003-01-01 18:23 GD, revision 18486

backported change to not test for zlib under Mac added wxWindows version compatibility information to configuration summary

2003-01-01 17:59 GD, revision 18485

use MoreFilesX instead of MoreFiles when building with Apple Developer Tools added wxWindows version compatibility information to configuration summary

2003-01-01 17:55 GD, revision 18484

use MoreFilesX instead of MoreFiles when building with Apple Developer Tools

2003-01-01 17:53 GD, revision 18483

use MoreFilesX instead of MoreFiles when building with Apple Developer Tools improved wxGenericDirCtrl when building with Apple Developer Tools improved wxDirData to correctly handle hidden directories

2003-01-01 17:20 GD, revision 18482

MoreFilesX 1.0.1: A collection of useful high-level File Manager routines which use the HFS Plus APIs wherever possible.

2003-01-01 13:14 MBN, revision 18481

Allow building Win32 DLL with wxGlCanvas using MinGW + configure. (backported from trunk)

2003-01-01 11:36 RL, revision 18480

Fix some lintian warnings. Close tr.po bug at next upload.

2003-01-01 05:20 RD, revision 18479

SWIGgeed updates for wxGTK

2003-01-01 05:19 RD, revision 18478

Changes for some wxNativeFontInfo methods

2003-01-01 05:18 RD, revision 18477

wxPython changes for Get/SetLogLevel

2003-01-01 05:17 RD, revision 18476

Demo tweaks

2003-01-01 05:16 RD, revision 18475

Added wxLog::Get/SetLogLevel

2003-01-01 05:04 RD, revision 18474

Added wxLog::Get/SetLogLevel

2003-01-01 04:58 RD, revision 18473

Changes to allow wxPython to be built on *nix with wxWindows ports besides wxGTK. wxGTK2 (ANSI) currently works, others will be coming

2002-12-31 22:12 RD, revision 18472

OGL demo tweaks

2002-12-31 22:09 RD, revision 18471

Some typos and such

2002-12-31 22:08 RD, revision 18470

Use GetItemParent dorectly instead of renaming the now deprecated GetParent

2002-12-31 14:22 VZ, revision 18469

use upper case in the charset to prevent the problems with toupper() in Turkish locale

2002-12-30 22:21 RD, revision 18468

Fixed a fatal bug that sometimes happens when wxPython objects are destroyed while Python is cleaning itself up at exit.

2002-12-30 22:19 RD, revision 18467

Added an wxample of wxDividedShape to the demo

2002-12-30 22:17 RD, revision 18466

Fixed problem of FormatText causing both the formatted and unformatted text to be displayed

2002-12-30 21:20 GD, revision 18465

SourceForge patch #654210 to fix naming/numbering shared libs under OS X

2002-12-30 20:10 JS, revision 18464

Corrected accidental pointer arithmetic in ClientToScreen and vice versa

2002-12-30 20:08 JS, revision 18463

Corrected accidental pointer arithmetic in DoClientToScreen and vice versa

2002-12-30 18:55 VS, revision 18462

fixed encoding handling in ANSI mode

2002-12-30 15:26 RL, revision 18461

Ok, so we don't need the extra bool at all, we can just zero the sizer pointer in wxSizerItem. :-)

2002-12-30 13:02 RL, revision 18460

Add wxSizer::Detach so we can detach child sizers without deletion. Updated wxSizer docs for this and a couple of other missing/outdated things.

2002-12-30 01:09 VZ, revision 18459

fixed buffer overrun when reading CCITT group 4 compressed TIFF files (patch 646603)

2002-12-30 01:00 VZ, revision 18458

compilation warning fixes (patch 651719)

2002-12-29 22:04 SN, revision 18457

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.

2002-12-29 21:42 SN, revision 18456

Added missing include for non-precopiled headers.

2002-12-29 19:37 MBN, revision 18455

Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1" without requiring setup.h modifications.

2002-12-29 19:32 MBN, revision 18454

Small updates: corrected some URLS, used correct/current capitalisation for MinGW and Cygwin, plus some minor clarifications.

2002-12-29 18:46 JS, revision 18453

Tweaked the wording slightly for VC++ 5 compilation

2002-12-29 15:45 RL, revision 18452

Oops, don't cut and paste between ports, and do test compile both states of a macro guard...

2002-12-29 15:42 RL, revision 18451

Oops, don't cut and paste between ports, and do test compile both states of a macro guard...

2002-12-29 07:59 MBN, revision 18450

LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did: enable chainging window font again. Set/reset MappedWhenManaged flag when showing/hiding a window, otherwise, since some common operations (moving, adding items to a listbox, ...) do a Unmanage-Manage pair, calling Hide and then (for example) SetSize would show the window again.

2002-12-29 07:54 MBN, revision 18449

Small correction: add WINDOWSLDLIBS when linking an executable.

2002-12-29 07:48 RL, revision 18448

Added wxTreeCtrl::GetItemParent to deprecate GetParent. Moved GetParent into WX_COMPAT_2_2 and exposed base GetParent in that case too. Replaced all lib/sample uses of wxTC::GetParent with GetItemParent. Updated docs to suit.

2002-12-29 05:52 RL, revision 18447

Typo fix.

2002-12-29 01:38 VZ, revision 18446

fixed wxALL_FILES definition in Unicode build

2002-12-28 22:58 JS, revision 18445

Use path separator, not "/"

2002-12-28 20:49 MBN, revision 18444

Allow using tmake from places other than the current directory.

2002-12-28 20:46 MBN, revision 18443

Allow building Win32 DLL with wxGlCanvas using MinGW + configure.

2002-12-28 18:42 JS, revision 18442

Updated some scripts Small corrections to wxScrolledWindow doc

2002-12-28 18:37 JS, revision 18441

Updated release scripts No change to toolbar and scrlwing.cpp