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

2006-09-01 23:57 RD, revision 40956

fixed typo

2006-09-01 23:37 RD, revision 40955

Add InsertProvider

2006-09-01 22:23 VZ, revision 40954

always let GtkTextView have mouse release events to avoid assertion failures in gtk_text_view_start_selection_drag()

2006-09-01 22:20 VZ, revision 40953

added GTKProcessEvent() to allow controlling whether we leave or not events for the native widgets

2006-09-01 21:46 VZ, revision 40952

no changes, just remove comments which don't make sense any more

2006-09-01 21:44 VZ, revision 40951

call GTKUpdateCursor() from SetCursor()

2006-09-01 21:37 RR, revision 40950

Began to move wxAUI docs to latex.

2006-09-01 16:06 RR, revision 40949

Correct sizing cursor.

2006-09-01 15:38 RR, revision 40948

Commit ODCombo delete selection fix.

2006-09-01 15:32 RR, revision 40947

Implement wxSetCusorEvent better than before. This also makes wxAUI work nicely.

2006-09-01 12:46 VZ, revision 40946

compilation fix for WXWIN_COMPATIBILITY_2_6==0

2006-09-01 11:14 RR, revision 40945

Commit Haakan Wiman's cdata XML patch.

2006-08-31 22:59 VZ, revision 40944

do send text changed event from SetValue(), it wasn't done when setting the value of empty single line control

2006-08-31 19:31 ABX, revision 40943

Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-08-31 17:21 VS, revision 40942

fixed typo in previous commit

2006-08-31 17:00 VS, revision 40941

added wxArtProvider::InsertProvider to accompany PushProvider

2006-08-31 16:34 RD, revision 40940

supress some unused parameter warnings

2006-08-31 16:02 RD, revision 40939

Aliases for [G|S]etCaretLineBack

2006-08-31 16:01 RD, revision 40938

Only use raw bitmap if it is available

2006-08-31 13:46 ABX, revision 40937

wx/image.h is listed in wx/wx.h and part of PCH support

2006-08-31 13:40 JS, revision 40936

Fixed compilo

2006-08-31 11:31 VZ, revision 40935

don't use static buffer needing a critical section to protect it for logging; this results in deadlocks if the log sink decides to log itself (and this can be very difficult to prevent) and is unnecessary anyhow as the initial goal of allowing wxLog to work even for out of memory errors has never been tested and presumably never worked

2006-08-31 05:35 RD, revision 40934

Provide an implementation for SurfaceImpl::AlphaRectangle, and rename [G|S]etCaretLineBack

2006-08-30 22:38 SN, revision 40933

Only support detection of "near the edge" coordinates, if dragging grid lines is actually enabled (Fixes #548106 - Border of grid lines of wx.grid).

2006-08-30 19:29 RD, revision 40932

reSWIGged

2006-08-30 17:14 SN, revision 40931

Fixed getting OS version information.

2006-08-30 16:15 PC, revision 40930

build fix

2006-08-30 12:47 JS, revision 40929

Don't skip event if default processing has inserted a tab

2006-08-30 12:46 JS, revision 40928

Don't skip event default processing has inserted a tab

2006-08-30 11:17 MW, revision 40927

Build notes for Cygwin.

2006-08-30 10:03 CE, revision 40926

fixes SF bug [ 1064351 ] Window Menu no longer lists open child frames

2006-08-30 08:39 MW, revision 40925

Use CPPUNIT_ASSERT_EQUAL where possible to improve messages.

2006-08-30 08:37 MW, revision 40924

Stream inserter to wxString

2006-08-30 05:55 PC, revision 40923

header includes cleanup

2006-08-30 00:28 RD, revision 40922

Add ability to time the creation of the bitmaps using raw access, and also compare with doing the same thign via numpy and wx.BitmapFrombuffer. Flesh out the docstring.

2006-08-30 00:19 RD, revision 40921

some efficiency tweaks

2006-08-30 00:18 RD, revision 40920

Fixed premultiplying constant Replaced my kludgy first attempt at a pixel iterator with a much more efficient generator in PixelData.__init__.

2006-08-29 21:08 VS, revision 40919

fixed crash in <sub/sup> handling (bug #1545152)

2006-08-29 19:59 RD, revision 40918

Give PlotCanvas the full compliment of constructor parameters again.

2006-08-29 19:45 PC, revision 40917

non-pch build fix

2006-08-29 19:26 RD, revision 40916

reSWIGged

2006-08-29 19:11 RD, revision 40915

Turn off TB_TEXT by default

2006-08-29 19:00 RD, revision 40914

Mention the PixelData classes

2006-08-29 18:59 RD, revision 40913

some docstring changes

2006-08-29 18:57 RD, revision 40912

Now that the typemap is handling buffer-compatible objects correctly we can drop wrapping the parameters in a buffer()

2006-08-29 18:56 RD, revision 40911

Use PyObject_AsReadBuffer in the typemap for getting buffer or buffer compatible objects

2006-08-29 18:53 RD, revision 40910

Add wxACCEL_CMD, move constants to _accel.i

2006-08-29 12:16 SC, revision 40909

make sure we are feeding coordinates of HIView instances, not wx-dimensions back into toolbar layout

2006-08-29 09:57 MW, revision 40908

Warning fixes for VC5.

2006-08-29 09:29 SC, revision 40907

adding command key accelerator