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.

2005-01-27 11:00 SC, revision 31603

pragma and prec-header patch applied

2005-01-27 10:57 SC, revision 31602

storing ATSU style in the font itself

2005-01-26 21:14 KH, revision 31601

Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header

2005-01-26 19:25 RD, revision 31600

Allow unicode objects in wxPyDrawTextList

2005-01-26 16:19 SN, revision 31599

Fixed C++ comments.

2005-01-26 16:07 SN, revision 31598

Cleanup for previous bug fix.

2005-01-26 16:03 SN, revision 31597

Fixed a compilation problem on AIX.

2005-01-26 07:35 JJ, revision 31596

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2005-01-25 15:59 ABX, revision 31595

Syntax fix.

2005-01-25 15:49 ABX, revision 31594

Warning fixes.

2005-01-25 13:58 VZ, revision 31593

fixed memory leak with client data when using DeleteAllItems() (bug 1107215)

2005-01-25 12:22 ABX, revision 31592

TrackMouse DMC fix.

2005-01-25 11:52 ABX, revision 31591

comment in C code fix

2005-01-25 07:24 ABX, revision 31590

Save dialog for printing. Source cleaning.

2005-01-25 06:55 ABX, revision 31589

wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.

2005-01-24 16:41 ABX, revision 31588

Source cleaning.

2005-01-24 16:37 JS, revision 31587

Doc fixes

2005-01-24 14:45 KH, revision 31586

Create non-GUI log target until GUI logging is available, allows stderr messages in non-Unicode builds when GTK fails to initialize (Patch 1017789)

2005-01-24 14:44 DS, revision 31585

fixed unreachable code warning (MSVC6)

2005-01-24 14:39 DS, revision 31584

fixed unused param warning

2005-01-24 14:30 DS, revision 31583

applied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown height in the wxCalendar is only about 1 pixel")

2005-01-24 13:17 ABX, revision 31582

Code cleaning.

2005-01-24 11:16 ABX, revision 31581

Unicode markup.

2005-01-24 11:15 ABX, revision 31580

Missing include.

2005-01-24 11:14 ABX, revision 31579

Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.

2005-01-24 07:38 ABX, revision 31578

Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.

2005-01-24 07:23 ABX, revision 31577

Note about deprecating some wxSystemSettings members.

2005-01-24 06:53 KO, revision 31576

Fixing notebook 'flashing' bug where the WebView would flash while not visible.

2005-01-24 05:08 KH, revision 31575

For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR

2005-01-24 05:07 KH, revision 31574

For consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR

2005-01-23 23:07 RR, revision 31573

Forgot to commit sample testing update ui events for wxTaskBarIcon.

2005-01-23 22:39 RR, revision 31572

Enable UpdateUI events in wxTaskBarIcon.

2005-01-23 22:16 KH, revision 31571

We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063

2005-01-23 20:17 KH, revision 31570

Added inverse checkbox to test sliders with wxSL_INVERSE style

2005-01-23 18:44 RR, revision 31569

Applied patch for keyboard control in composite windows as discussed in patch 1102862.

2005-01-23 18:36 RR, revision 31568

Fixed compilation for GTK 1.2

2005-01-23 15:21 RD, revision 31567

Fixed event binding in NotebookPage

2005-01-23 07:32 KO, revision 31566

Added documentation for wxStdDialogButtonSizer.

2005-01-23 02:03 KO, revision 31565

Greatly improved wxWebKitCtrl positioning logic to accomodate most situations.

2005-01-22 19:16 RR, revision 31564

Probably a bug in the MINGW32 header.

2005-01-22 16:54 SN, revision 31563
  • D /wxWidgets/trunk/include/wx/os2/setup0.h

Removed setup0.h - we are using configure generated setup.h on OS/2.

2005-01-22 14:13 SN, revision 31562

Blind fix for bug [ 1106890 ] (undeclared symbols on Solaris).

2005-01-22 13:48 KH, revision 31561

gtk_range_set_inverted only available on GTK2

2005-01-22 13:42 MBN, revision 31560

Warning fixes.

2005-01-22 13:28 MBN, revision 31559

Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.

2005-01-21 22:12 RD, revision 31558

Disable wxDatePickerCtrl if wxPopupWindow is not available

2005-01-21 21:04 ABX, revision 31557

Headers cleaning.

2005-01-21 20:56 VZ, revision 31556

added wxStaticBoxSizer ctor creating a new static box

2005-01-21 20:38 RD, revision 31555

* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other things that will need fixing when WXWIN_COMPATIBILITY_2_4 is turned off. * Create a custom version of the "default" ctor for wxCursor on wxGTK * Switch to new format string and name string constants for default values * Changes some public data members of event classes into properties as they are no longer public in the C++. * Added wxSL_INVERSE

2005-01-21 20:25 RD, revision 31554

Added setter to wxMoveEvent