wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 4Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Dimitri Schoolwerth (224)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
George Tasker (82)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (224)
Francesco Montorsi (1,299)
George Tasker (82)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • George Tasker Remove Filter

Changelog for wxWidgets (82 revisions):

r9394: 2001-02-20 13:55:24 [georgetasker] George Tasker

M  /src/common/cmndata.cpp  [diff, log, file]

 Added a #ifndef for DMPAPER_USER to define it to the value defined in VC's wingdi.h if there is no known definition (like for mingw)

r9383: 2001-02-19 01:04:10 [georgetasker] George Tasker

M  /contrib/src/xml/Makefile.in  [diff, log, file]
M  /contrib/src/xml/makefile.b32  [diff, log, file]
M  /contrib/src/xml/makefile.g95  [diff, log, file]
M  /contrib/src/xml/makefile.wat  [diff, log, file]

 Added xh_frame.obj to the list of target objects

r9363: 2001-02-13 11:42:35 [georgetasker] George Tasker

M  /include/wx/db.h  [diff, log, file]

 Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now.
 Formatting of source code cleaned up.

r9362: 2001-02-13 11:41:02 [georgetasker] George Tasker

M  /src/common/db.cpp  [diff, log, file]
M  /src/common/dbtable.cpp  [diff, log, file]

 Beginnings of BLOB support - Do not use BLOBs yet though, as they do not work, but these changes will not affect behavor of anything unless you try to create a BLOB column 0 which will fail right now.

r9361: 2001-02-13 11:38:07 [georgetasker] George Tasker

M  /src/msw/dib.cpp  [diff, log, file]

 A temporary hDIB was not being unlocked before exiting the function where the lock was obtained

r9360: 2001-02-13 11:35:45 [georgetasker] George Tasker

M  /src/msw/ownerdrw.cpp  [diff, log, file]

 Fixes display of bitmaps in owner drawn controls (like menus) so that they are not clipped or dropped completely. Menu items resize appropriately with this code submitted by Ray Gilbert.

r9356: 2001-02-12 19:23:44 [georgetasker] George Tasker

Click to show all 13 changes...

 Changed source files to not include Mark's old defunct e-mail address. It now only shows in the ABOUT dialog

r9323: 2001-02-07 16:27:21 [georgetasker] George Tasker

M  /samples/controls/controls.cpp  [diff, log, file]

 Radiobox control was being created with wxComboBoxNameStr instead of wxRadioBoxNameStr.
 Widgets on the GAUGE tab were overlapping each other, so I slightly rearranged them to not overlap.

r9322: 2001-02-07 16:12:56 [georgetasker] George Tasker

M  /src/msw/gauge95.cpp  [diff, log, file]

 SetBackgroundColour() and SetForegroundColour() were being called before the HWND was set for the wxGauge95, and these two functions require the HWND of the gauge. Moved the call to these two functions to be after teh HWND is set.

r9303: 2001-02-05 23:26:46 [georgetasker] George Tasker

M  /samples/db/dbtest.cpp  [diff, log, file]

 Added two more lines of c_str() calls for GCC compilation.

r9302: 2001-02-05 13:36:33 [georgetasker] George Tasker

M  /include/wx/db.h  [diff, log, file]
M  /include/wx/dbtable.h  [diff, log, file]
M  /src/common/db.cpp  [diff, log, file]
M  /src/common/dbtable.cpp  [diff, log, file]

 ::Initialize() methods added to the helper classes
 Changed wxT("") to wxEmptyString everywhere

r9301: 2001-02-05 13:33:43 [georgetasker] George Tasker

M  /docs/latex/wx/database.tex  [diff, log, file]
M  /docs/latex/wx/db.tex  [diff, log, file]
M  /docs/latex/wx/recrdset.tex  [diff, log, file]
M  /docs/latex/wx/tdb.tex  [diff, log, file]
M  /docs/latex/wx/tsamples.tex  [diff, log, file]

 ODBC database class documentation updates

r9291: 2001-02-04 16:01:33 [georgetasker] George Tasker

M  /samples/db/dbtest.cpp  [diff, log, file]
M  /samples/db/dbtest.h  [diff, log, file]

 More changes to use the latest wxDb/wxDbTable method enhancements
 More Unicode additions

r9290: 2001-02-04 15:58:39 [georgetasker] George Tasker

M  /src/common/db.cpp  [diff, log, file]

 Cleanup of formatting of text
 Added Initialize() functions to a couple of the helper classes
 More code changed to reflect new class methods that are now available.

r9289: 2001-02-04 15:56:59 [georgetasker] George Tasker

M  /include/wx/db.h  [diff, log, file]

 One more wxString change that I originally missed
 A few more Unicode changes I missed
 Made one more param in the wxDb constructor be a const (like it should have been).

r9288: 2001-02-04 15:55:15 [georgetasker] George Tasker

M  /include/wx/dbtable.h  [diff, log, file]

 Commenting and text formatting cleanup. No source changes

r9287: 2001-02-04 15:52:46 [georgetasker] George Tasker

M  /docs/latex/wx/db.tex  [diff, log, file]
M  /docs/latex/wx/tdb.tex  [diff, log, file]

 Updated docs to reflect new changes (mostly wxChar* and wxString param changes, plus a few new methods, and forms of the methods.
 Documents the new wxDbConnectInf class (which used to be a struct)
 A few typos from my last checkin fixed

r9279: 2001-02-03 21:44:28 [georgetasker] George Tasker

A  /contrib/include/wx/xml/xh_frame.h  [log, file]
A  /contrib/src/xml/xh_frame.cpp  [log, file]

 Initial checkin of the wxFrame support added by Aleks G.

r9277: 2001-02-03 17:55:00 [georgetasker] George Tasker

M  /demos/dbbrowse/browsedb.cpp  [diff, log, file]
M  /demos/dbbrowse/browsedb.h  [diff, log, file]
M  /demos/dbbrowse/doc.cpp  [diff, log, file]
M  /demos/dbbrowse/doc.h  [diff, log, file]

 More Unicode support added (though untested and still unfinished).
 Changed code to demonstrate the new wxDbConnectInf class
 ODBC environment handle now managed via the wxDbConnectInf class
 Condensed the use of multiple wxDbConnectInf instances to one and got rid of the bogus EXTERNs of the wxDbConnectInf that were causing so many headaches and mismatched usages of them.
 Other minor bug fixes - still have not foudn the reason for the crash on exit

r9276: 2001-02-03 17:52:58 [georgetasker] George Tasker

M  /samples/db/dbtest.cpp  [diff, log, file]
M  /samples/db/dbtest.h  [diff, log, file]
M  /samples/db/listdb.cpp  [diff, log, file]
M  /samples/db/listdb.h  [diff, log, file]

 Massive cleanup of the code.
 More Unicode support added (though untested).
 Added TONS of comments
 Changed code to demonstrate the new wxDbConnectInf class
 ODBC environment handle now managed via the wxDbConnectInf class
 Fixed bug where editing a displayed record would not save if the user name was changed.
 Other minor bug fixes

r9275: 2001-02-03 17:50:45 [georgetasker] George Tasker

M  /include/wx/db.h  [diff, log, file]

 wxDbConnectInf is now converted to a class. Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class). Class now has all accessors and member functions. Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().

r9274: 2001-02-03 17:50:05 [georgetasker] George Tasker

M  /src/common/dbtable.cpp  [diff, log, file]

 hstmtUpdate handle was not always being freed in all situations
 General gcc changes in the Printf() statement when using wxStrings as params to Printf()
 General code clean up, correcting comments, added more comments tagging where changes for ODBC 3.0 support needs to be added

r9273: 2001-02-03 17:48:06 [georgetasker] George Tasker

M  /src/common/db.cpp  [diff, log, file]

 wxDbConnectInf is now converted to a class. Fully backward compatible with all version except the last checkin I did (changed datatypes back to what they were before for in this class). Class now has all accessors and member functions. Functions added to remove need for calling SQLAllocEnv() and SQLFreeEnv().
 General gcc changes in the Printf() statement when using wxStrings as params to Printf()
 General code clean up, correcting comments, added more comments

r9270: 2001-02-03 14:29:38 [georgetasker] George Tasker

M  /docs/latex/wx/filetype.tex  [diff, log, file]
M  /docs/latex/wx/wxstring.tex  [diff, log, file]

 Spelling typos fixed

r9256: 2001-02-01 20:24:44 [georgetasker] George Tasker

Click to show all 17 changes...

 Huge cleanup of the code. Reformatting, spelling fixes, standardizing on wxWindows conventions, etc.
 Changed the couple lines of code required to work with checkins of the new ODBC classes that use wxStrings.
 Fixed a ton of memory leaks
 Demo still crashes on exit though - this problem has exited for nearly a year though.