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-04-15 17:30 RD, revision 15140

Some updates for 2.3.3

2002-04-15 03:31 DW, revision 15139

Bitmap and menu updates

2002-04-14 20:41 RR, revision 15138

Fixed (minor) problems reported by Ron in scrolled window. The original patch was not unproblematic.

2002-04-14 16:26 VZ, revision 15137

fixed bug in generation of thumb scroll events

2002-04-14 14:42 RR, revision 15136

Three more attempts to get metal look. - Added a few flags for inheriting background. - Added wxWindow param to wxR::DrawBackground() - Added wxR::DrawButtonSurface() - Removed wxR::DrawBackground() from wxR::DrawButtonBorder() - Adde DrawMetal to Metal theme Fixed minor bug in wxGTK scrollbar. Changed code in wxX11 wxTLW so that startup flicker no longer occurs in wxFrame.

2002-04-14 11:05 JS, revision 15135

Applied custom character filter patch for text validator Corrected typo in spinbutt.tex

2002-04-13 19:02 RR, revision 15134

Fix wxListCtrl bakground colour bug Part II. Make wxWindow::Refresh() wake up idle.

2002-04-13 19:01 RR, revision 15133

Fix wxListCtrl background colour bug Part I

2002-04-13 16:41 VZ, revision 15132

include wx/event.h before declarign the types (patch 543270)

2002-04-13 15:16 JS, revision 15131

Fixed GetVirtualSize for wxGTK's wxScrolledWindow

2002-04-13 12:38 VS, revision 15130

fixed make uninstall

2002-04-13 07:24 JS, revision 15129

Added missing CreateManifest() to initialisation

2002-04-13 03:42 RD, revision 15128

SWIGged updates for wxMAC

2002-04-13 02:46 RD, revision 15127

Changed the #if used to turn on UNIX domain sockets to match what is used in sckaddr.h so wxMAC will compile again. If wxMAC/darwin can actually use UNIX domain sockets then this change should probably go the other way...

2002-04-13 01:42 RD, revision 15126

SWIGged updates for wxGTK

2002-04-13 01:42 RD, revision 15125

Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need it twice

2002-04-13 01:37 RD, revision 15124

Added wxMouseCaptureChangedEvent. Added some missing Capture related methods.

2002-04-13 01:36 RD, revision 15123

Typos fixed

2002-04-13 00:54 RD, revision 15122

Fix for Python 2.2 defining NDEBUG and conflicting with __WXDEBUG__

2002-04-13 00:39 RD, revision 15121

Use wxBufferedDC in the doodle sample

2002-04-12 22:29 VZ, revision 15120

don't let IsDialogMessage() have VK_ESCAPE, this fixes closing the tree in place editor with Escape

2002-04-12 22:27 VZ, revision 15119

always handle Enter ourselves while editing tree ctrl labels

2002-04-12 22:00 VZ, revision 15118

fixed the bug which resulted in not showing the grid withotu scrollbars at all

2002-04-12 20:26 JS, revision 15117

Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it the capture before release it. Documented wxMouseCaptureChangedEvent and GetCapture/FindCapture.

2002-04-12 19:05 VZ, revision 15116

test wxExecute() in the sample

2002-04-12 16:31 RD, revision 15115

Added test showing problem with small grids

2002-04-12 15:13 VZ, revision 15114

implemented IPC using Unix domain sockets

2002-04-12 14:18 VZ, revision 15113

fixed bug with not NUL-terminating the string in GAddress_UNIX_SetPath

2002-04-12 13:15 JS, revision 15112

Applied docview patch Removed richedit sample compilation

2002-04-12 10:24 VZ, revision 15111

a preprocessor constant must be 0, not FALSE

2002-04-12 10:23 VZ, revision 15110

bug/typo fixed: function returning a pointer should return NULL, not FALSE

2002-04-12 09:57 VZ, revision 15109

replaced SetName() with SetText()

2002-04-12 09:31 VZ, revision 15108

implemented wxChoice::Delete

2002-04-11 23:13 RD, revision 15107

Better error message, flags --> style in wxHtmlWindow, etc.

2002-04-11 23:12 RD, revision 15106

Fixed GetShapeList and similar methods to use OOR.

2002-04-11 21:56 RR, revision 15105

Made metal theme a little faster.

2002-04-11 19:43 JS, revision 15104

Undo/Redo update handlers now set the text as well as enabling/disabling, making it possible for several different types of control to share the same menu items and set the text differently.

2002-04-11 19:11 VZ, revision 15103

don't use socket function when wxUSE_SOCKETS==0

2002-04-11 19:00 VZ, revision 15102

typo (thanks Nerijus)

2002-04-11 19:00 VZ, revision 15101

updated to mention X11

2002-04-11 18:49 JS, revision 15100

Corrected the sizer code for the navigation tool window -- it was mixing panel and frame. Now the panel is sized, and the resulting fit used to resize the frame.

2002-04-11 18:44 VZ, revision 15099

fixed 2 small typos (reported by Janos Vegh)

2002-04-11 18:43 JS, revision 15098

Sorry, that SetClientSize change was wrong, since sizers are working in whole-window coordinates. Reverted.

2002-04-11 18:41 VZ, revision 15097

fixed 2 bugs which were fixed in GetFullPath() but not GetPath() and which were broken by the last commit

2002-04-11 16:50 JS, revision 15096

Added back the missing Undo/Redo accelerators that unaccountably went missing after 2.3.1

2002-04-11 16:07 SC, revision 15095

RemoveChild added for correct disposal of scrollbar

2002-04-11 15:31 SC, revision 15094

RemoveChild added for correct disposal of scrollbar

2002-04-11 12:21 VZ, revision 15093

added more GetPath() tests

2002-04-11 12:20 VZ, revision 15092

fixed GetPath() trailing separator bug, rewrote GetFullPath() in terms of GetPath()

2002-04-11 11:53 VZ, revision 15091

added missing WINAPI to GET_LONG_PATH_NAME typedef (thanks to Dimitri)

2002-04-11 11:32 VZ, revision 15090

generate the focus events for wxComboBox, also solves the tab navigation bugs

2002-04-11 11:13 VZ, revision 15089

mention wxDIALOG_NO_PARENT

2002-04-11 09:11 JS, revision 15088

wxSizer::Fit calls SetClientSize, not SetSize. This fixes the tool window in the Life demo.

2002-04-10 22:29 DW, revision 15087

Menuing and statusbar updates

2002-04-10 20:38 RR, revision 15086

Added "metal" theme. Added bool param to wxUniv indicating if the controls takes its background from the parent (such as static texts, radio buttons etc).

2002-04-10 20:32 RD, revision 15085

Oops, forgot the braces.

2002-04-10 20:26 RD, revision 15084

Moved check for m_lastKeydownProcessed to WM_CHAR case because I think Vadim was asleep when he moved it out of HandleChar to the end of the WM_KEY_DOWN case. <wink> It would never be true where the check was before...

2002-04-10 19:27 RD, revision 15083

SWIGged updates for wxGTK

2002-04-10 19:06 RD, revision 15082

Ensure the caret flashes properly

2002-04-10 18:42 RD, revision 15081

Refresh of PyCrust

2002-04-10 18:39 RD, revision 15080

Changes to match cvs update

2002-04-10 18:15 JS, revision 15079

wxScrolledWindow::GetVirtualSize now returns client size if scrolling parameters have not been set. This makes Layout() work again for scrolled windows.

2002-04-10 16:17 DW, revision 15078

Fixed LINKAGEMODE use

2002-04-10 16:01 RR, revision 15077

Work on wxEdit sample.

2002-04-10 14:23 JS, revision 15076

Corrected PositionToXY, XYToPosition code Implemented GetSelection, SetInsertionPoint(End)

2002-04-10 13:00 JS, revision 15075

Fixed single-line text control breakage (sorry). Now only skips the refresh when the new and old values are the same.

2002-04-10 09:35 JS, revision 15074

Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently, works for the generic implementation only). Renamed wxDIRCTRL_EDITABLE to wxDIRCTRL_EDIT_LABELS. Removed reported memory leaks from dynload.cpp using wxModule -- this may cause problems if other modules want to use wxPluginLibrary.

2002-04-10 08:22 SC, revision 15073

background setup correctly

2002-04-10 06:07 SC, revision 15072

removed code (not necessary anymore)

2002-04-10 04:38 DW, revision 15071

Lots of updates

2002-04-10 00:23 VZ, revision 15070

no changes

2002-04-10 00:22 VZ, revision 15069

don't send dummy scroll events from wxNotebook when the page is changed using the built-in spin control

2002-04-09 23:56 VZ, revision 15068

wxSizeEvent now carries the total size, not just the client size

2002-04-09 23:55 VZ, revision 15067

added another size to the status bar display

2002-04-09 22:52 VS, revision 15066

hidden root works in wxGenericDirCtrl again

2002-04-09 22:49 VZ, revision 15065

fixed the initial wxCalendarCtrl position and a minor appearance bug (the first closes the bug 539857)

2002-04-09 22:44 VS, revision 15064

fixed incorrect wxCHECK (was a wrong negation before)

2002-04-09 22:43 VS, revision 15063

don't allow expanding/collapsing hidden root node

2002-04-09 22:42 RD, revision 15062

Include wx/object.h to get the global memory operators if defined.

2002-04-09 22:25 VZ, revision 15061

added support for the multiline button labels

2002-04-09 22:14 RD, revision 15060

A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instance object with a class that raises an exception whenever a method call is attempted.

2002-04-09 22:01 RD, revision 15059

A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instanc object with a class that raises an exception whenever a method call is attempted.

2002-04-09 21:57 RD, revision 15058

New PyCrust from Patrick O'Brien

2002-04-09 20:55 RD, revision 15057

Forgot to set OOR info on wxSplashScreen

2002-04-09 19:40 VZ, revision 15056

made one button label multiline for testing

2002-04-09 19:34 MBN, revision 15055

Allow building with wxUSE_CALENDARCTRL=0

2002-04-09 18:32 SC, revision 15054

added possible mach-o compliant version

2002-04-09 14:40 JS, revision 15053

Removed redundant project file Updated release scripts Reduced widgets sample size Put back some conditional compilation for dir ctrl style

2002-04-09 13:51 SC, revision 15052

change in wxFileDataObject::SetData behaviour broke DnD of multiple files

2002-04-09 10:35 VZ, revision 15051

fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest

2002-04-09 10:31 JS, revision 15050

Made widgets sample take up less space

2002-04-09 01:25 RD, revision 15049

Some little additions to how wxBufferedDC is wrapped. SHow how to use the wxBufferedDC in the demo. Other demo tweaks

2002-04-08 22:56 VS, revision 15048

forgot to check-in wxGTK wxDC changes

2002-04-08 22:50 VS, revision 15047

compatibility macro

2002-04-08 21:48 RR, revision 15046

More wxEdit.

2002-04-08 21:48 RR, revision 15045

wxTextCtrl::SetValue() sets m_modified to FALSE. Make scrollbars take MSW's "empty" look on start-up.

2002-04-08 21:46 RR, revision 15044

Buttons need to be small on PDAs.

2002-04-08 21:34 RD, revision 15043

SWIGged updates for wxGTK

2002-04-08 20:56 RD, revision 15042

Updates to match recent CVS changes. Plugged some resource count leaks.

2002-04-08 20:39 JS, revision 15041

Added dependencies to .dsw file