wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 7 11 15Next 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)
George Tasker (357)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
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 (225)
Francesco Montorsi (1,299)
George Tasker (357)
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 (357 revisions):

r36374: 2005-12-12 14:47:37 [GT] George Tasker

M  [WX_2_6_BRANCH] /docs/changes.txt  [diff, log, file]

 The DBMS() function was returning dBase for DB2 databases

r36373: 2005-12-12 14:32:59 [GT] George Tasker

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

 The DBMS() function was returning dBase for DB2 databases

r36356: 2005-12-10 00:37:05 [GT] George Tasker

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

 DB2 databases were mistakenly reporting that they were dBase databases

r36355: 2005-12-10 00:28:16 [GT] George Tasker

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

 Updated to state INNER join rather than OUTER join

r32816: 2005-03-14 14:41:12 [GT] George Tasker

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

 Added support (barely tested) for MaxDB from MySQL
 Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

r32815: 2005-03-14 14:40:05 [GT] George Tasker

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

 Fixed unicode builds that were not on MSW
 Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

r31709: 2005-02-02 14:49:55 [GT] George Tasker

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

 Buffer Overflow error corrected - SF patch #1110550

r31708: 2005-02-02 14:38:05 [GT] George Tasker

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

 Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
 Buffer overrun fix

r31707: 2005-02-02 14:37:42 [GT] George Tasker

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

 Buffer overrun fix

r31706: 2005-02-02 14:37:16 [GT] George Tasker

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

 Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
 Removed old commented out code that is not needed (cleanup)

r31309: 2005-01-10 18:31:54 [GT] George Tasker

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

 Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together

r31308: 2005-01-10 18:30:17 [GT] George Tasker

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

 Added a small bit more information about Unicode builds

r31184: 2004-12-28 22:30:27 [GT] George Tasker

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

 Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
 Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema. We REALLY need to add schema support...wish I had the time

r31183: 2004-12-28 22:28:42 [GT] George Tasker

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

 Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

r31182: 2004-12-28 22:27:45 [GT] George Tasker

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

 Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

r31180: 2004-12-28 21:32:38 [GT] George Tasker

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

 More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

r31178: 2004-12-28 21:10:12 [GT] George Tasker

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

 Non-standard abbreviations of words in function/variable names changed to standard abbreviations or the entire word (e.g. colNo is now colNum)
 If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything. The function now returns a boolean to indicate if the column definition was successfully created or not

r31177: 2004-12-28 21:03:13 [GT] George Tasker

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

 Compilation fix with last checkin....ooops

r31176: 2004-12-28 20:59:14 [GT] George Tasker

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

 Documentation updated to reflect Unicode support
 Updated to show current function names

r31175: 2004-12-28 20:01:33 [GT] George Tasker

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

 Fixed some potential buffer overruns

r31174: 2004-12-28 19:22:37 [GT] George Tasker

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

 Implemented a fix to allow Unicode builds to work with MSACCESS. This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

r31173: 2004-12-28 18:35:08 [GT] George Tasker

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

 Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

r31172: 2004-12-28 18:32:40 [GT] George Tasker

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

 Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

r31171: 2004-12-28 18:30:36 [GT] George Tasker

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

 Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

r31163: 2004-12-28 13:34:21 [GT] George Tasker

M  /docs/changes.txt  [diff, log, file]

 Added wxODBC changes to the log