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-04-03 18:17 JS, revision 19966

Fixed OnSetCursor for Mac

2003-04-03 13:19 JS, revision 19965

Applied patch [ 709618 ] fixes drawing position in wxPrinterDC::DoBlit() wxPrinterDC::DoBlit() in current CVS is drawing to the source coords rather than the dest coords. This patch corrects that.

2003-04-03 13:10 JS, revision 19964

Applied patch [ 708582 ] wxGenericFileDialog & expose generic wxFileCtrl By John Labenski (jrl1) The wxFileCtrl is a nice little widget that when married with a wxDirCtrl makes for a simple, easy to use explorer type widget. include/wx/generic/filedlgg.h, src/generic/filedlg.cpp Expose wxFileData and wxFileCtrl, rename wxFileDialog to wxGenericFileDialog, it can be used in MSW now. wxFileCtrl - added sorting for clicking in the col headers. let wxGenericFileDialog manage it's own static text. allow for viewing of root (for showing drives) in MSW wxFileData - moved enum for wxFileCtrl col's into it. added IsDrive and use bitmask instead of a slew of bools for IsDir... A couple bug fixes for wxFileCtrl for MSW, c:\.. is not a file and can't be stated, show drives. Basicly its the same as before, with no change besides sorting for GTK. For MSW, the wxFileCtrl works in a few more cases, hopefully all the MGL etc code was untouched and should still work.

2003-04-03 13:01 JS, revision 19963

Applied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis

2003-04-03 12:58 JS, revision 19962

Applied patch [ 708016 ] Setup0.h updated according wxMSW

2003-04-03 10:42 JS, revision 19961

Applied patch [ 708377 ] Make NET (smapi.cpp) UNICODE compatible

2003-04-03 10:29 JS, revision 19960

Applied patch [ 713459 ] wxUniv/GTK compilation fix

2003-04-03 10:20 JS, revision 19959

Fixed the wxX11 crash bug on opening a dialog that has a parent, by only refreshing subwindows that are not top level windows.

2003-04-03 09:09 JS, revision 19958

Unicode-enabled the STC sample

2003-04-03 02:49 RD, revision 19957

SWIGged updates for wxMac

2003-04-03 02:48 RD, revision 19956

SWIGged updates for wxGTK

2003-04-03 02:48 RD, revision 19955

SWIGged updates for wxMSW

2003-04-03 02:27 RD, revision 19954

fixed typo in parameter name

2003-04-03 02:27 RD, revision 19953

Added SetSelection

2003-04-03 02:27 RD, revision 19952

Added a comment

2003-04-03 02:21 RD, revision 19951

removed special case for wxMac, not needed any more

2003-04-02 23:20 VZ, revision 19950

corrected description of auto-created wxConfig ownership (patch from bug 706868)

2003-04-02 22:16 VZ, revision 19949

backport wxFileConfig fix

2003-04-02 22:16 VZ, revision 19948

fixed problem of deleting an entry added to an initially empty root group

2003-04-02 21:21 VZ, revision 19947

corrected a slightly confusing wxTE_LEFT/CENTRE/RIGHT styles description

2003-04-02 20:59 MBN, revision 19946

Remove dulicated call to wxBitmap::Init/CleanupStandardHandlers, which is already called from a module in bmpbase.cpp.

2003-04-02 20:57 MBN, revision 19945

wxMotif does not have wxBitmapDataObject.

2003-04-02 20:55 MBN, revision 19944

Partial fix for mono wxMemoryDC not working.

2003-04-02 20:52 MBN, revision 19943

Remove deprecated methods use.

2003-04-02 20:50 MBN, revision 19942

No real change.