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-01-30 15:01 VZ, revision 31653

fixed typo in last commit

2005-01-30 14:56 RR, revision 31652

Use wxEXEC_NODISABLE while querying CUPS about printers.

2005-01-30 14:23 RR, revision 31651

Documented SetItemDropEffect

2005-01-30 13:04 RR, revision 31650

I changed something, but I forgot what.

2005-01-30 12:49 RR, revision 31649

Applied popup patch for deleting the handlers correctly.

2005-01-30 12:47 RR, revision 31648

Applied IM patch.

2005-01-30 12:44 RR, revision 31647

Commited SetHilightDropEffect patch.

2005-01-29 23:52 KH, revision 31646

Make list consistent with tree in terms of Vetoed changes closing the inline edit and right-clicking on an item selecting it [patch 1110252]

2005-01-29 21:26 VZ, revision 31645

do reset m_count to 0 after deleting all the items in the control (was broken by last commit)

2005-01-29 21:19 VZ, revision 31644

(blind) compilation fixes for OS X 10.2

2005-01-29 20:49 VZ, revision 31643

don't run the thread if its creation failed

2005-01-29 20:04 SC, revision 31642

move FixMath include into non darwin part

2005-01-29 12:02 RR, revision 31641

One more place where we need to use connect_after in order not to confuse GTK+. This fixes the wxTreeCtrl crash.

2005-01-29 11:41 RR, revision 31640

Removed trailing semicolons.

2005-01-29 11:32 RR, revision 31639

Tried to restore wxPopupTransientWindow functionality under GTK+.

2005-01-29 01:32 RD, revision 31638

wxMac has wxSound::Stop now

2005-01-29 01:30 RD, revision 31637

reSWIGged

2005-01-29 01:24 RD, revision 31636

Don't use the parent's defered sizing handle if the window in question is a top-level window

2005-01-29 01:17 RD, revision 31635

Some little demo tweaks

2005-01-29 01:15 RD, revision 31634

log IsEditCancelled too

2005-01-29 01:14 RD, revision 31633

wxSL_* labels moved to a different module

2005-01-29 01:13 RD, revision 31632

Allow wxCustomDataObject ctor to be able to take the format name string directly and to automatically make the wxDataFormat from it.

2005-01-29 01:09 RD, revision 31631

Added some alternate constructors for the data classes

2005-01-29 01:08 RD, revision 31630

Change the name

2005-01-29 01:08 RD, revision 31629

Some TODO notes

2005-01-29 01:07 RD, revision 31628

Docstring fixes

2005-01-29 01:06 RD, revision 31627

Call CalculatePaperSizeFromId when SetPrintData or the assignment operator is used.

2005-01-29 01:04 RD, revision 31626

Use wxTRANSPARENT_BRUSH so the rectangles around the text is not filled in.

2005-01-29 01:03 RD, revision 31625

Patch #1111679

2005-01-29 01:00 RD, revision 31624

Don't fail assertion about image size mismatch if the size hasn't been set yet. If the size hasn't been set then set it when the first image is added.

2005-01-29 00:53 VS, revision 31623

fixed wxUSE_CONFIG_NATIVE after setup.h changes

2005-01-28 22:25 VS, revision 31622

added wx-lib template for building static libs (no linking)

2005-01-28 22:11 VS, revision 31621

fixed linking against 3rd party libs in Unicode build

2005-01-28 20:56 ABX, revision 31620

Warning fix.

2005-01-28 20:54 ABX, revision 31619

Warning fixes.

2005-01-28 19:01 KH, revision 31618

Close tree edit even if the change is vetoed to be consistent with MSW [patch 1110252]

2005-01-28 16:38 RD, revision 31617

wxEVT_MOUSEWHEEL is always defined, no #if needed

2005-01-28 10:58 ABX, revision 31616

Use stock labels. Native wxRadioButton. Getting position and size for the controls. Getting size for wxTLW. Default size and position for wxButton according to l&f guidelines. Removed wxUSE_CTL3D from wxPalmOS port. Better font for controls.

2005-01-28 05:47 SC, revision 31615

CoreGraphics dev

2005-01-28 05:40 SC, revision 31614

FixMath fix

2005-01-28 03:41 KH, revision 31613

Do not modify selection if right-click is on a selected item [patch 1111174]

2005-01-27 22:47 VS, revision 31612

added bakefile presets for creation of user makefiles

2005-01-27 21:43 SC, revision 31611

ATSUStyle taken from font

2005-01-27 21:20 KH, revision 31610

Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:18 KH, revision 31609

Add support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:10 SC, revision 31608

pragma , precomp support

2005-01-27 21:09 SC, revision 31607

ATSU Support in font extended

2005-01-27 21:05 SC, revision 31606

pragma and prec-header patch applied

2005-01-27 20:20 ABX, revision 31605

Warning fix.

2005-01-27 11:01 ABX, revision 31604

Get/SetValue() and other improvements to the native PalmOS controls.