- r9394: 2001-02-20 13:55:24 [georgetasker] George Tasker
-
/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
-
/contrib/src/xml/Makefile.in [diff, log, file]
/contrib/src/xml/makefile.b32 [diff, log, file]
/contrib/src/xml/makefile.g95 [diff, log, file]
/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
-
/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
-
/src/common/db.cpp [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/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
-
/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
-
/include/wx/db.h [diff, log, file]
/include/wx/dbtable.h [diff, log, file]
/src/common/db.cpp [diff, log, file]
/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
-
/docs/latex/wx/database.tex [diff, log, file]
/docs/latex/wx/db.tex [diff, log, file]
/docs/latex/wx/recrdset.tex [diff, log, file]
/docs/latex/wx/tdb.tex [diff, log, file]
/docs/latex/wx/tsamples.tex [diff, log, file]
ODBC database class documentation updates
- r9291: 2001-02-04 16:01:33 [georgetasker] George Tasker
-
/samples/db/dbtest.cpp [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/docs/latex/wx/db.tex [diff, log, file]
/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
-
/contrib/include/wx/xml/xh_frame.h [log, file]
/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
-
/demos/dbbrowse/browsedb.cpp [diff, log, file]
/demos/dbbrowse/browsedb.h [diff, log, file]
/demos/dbbrowse/doc.cpp [diff, log, file]
/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
-
/samples/db/dbtest.cpp [diff, log, file]
/samples/db/dbtest.h [diff, log, file]
/samples/db/listdb.cpp [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/docs/latex/wx/filetype.tex [diff, log, file]
/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.