]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years ago1. fixed (to test) the bug with bitmaps without masks in wxImageList
Vadim Zeitlin [Fri, 21 Jan 2000 21:38:51 +0000 (21:38 +0000)] 
1. fixed (to test) the bug with bitmaps without masks in wxImageList
2. reorganized wxImageList a bit, created a new wxInvertMask() function
3. an incredibly ugly fix (?) for "unsatisfied constraints" warnings
4. added wxIcon and wxBitmap ctors from XPM
5. XPM handler now creates bitmaps with mask
6. added wxPrinterDC::BitBlt() and DrawBitmap(), cleared the horrible mess in
   the wxDC methods with the same names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMisc. Dialog Editor/resource bugs fixed
Julian Smart [Fri, 21 Jan 2000 17:01:44 +0000 (17:01 +0000)] 
Misc. Dialog Editor/resource bugs fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agonew 'dynamic' SetColDefs fix
Bart A.M. Jourquin [Fri, 21 Jan 2000 10:52:04 +0000 (10:52 +0000)] 
new 'dynamic' SetColDefs fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadding search path for iodbc headers
Bart A.M. Jourquin [Fri, 21 Jan 2000 09:14:22 +0000 (09:14 +0000)] 
adding search path for iodbc headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadding case sensitive link (/c) flag
Bart A.M. Jourquin [Fri, 21 Jan 2000 09:13:46 +0000 (09:13 +0000)] 
adding case sensitive link (/c) flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoSome things added
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 05:56:25 +0000 (05:56 +0000)] 
Some things added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomsgdlg.h missing - please try compiling without precompiled headers before commiting
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 04:22:00 +0000 (04:22 +0000)] 
msgdlg.h missing - please try compiling without precompiled headers before commiting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoSome docs updated
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 03:17:54 +0000 (03:17 +0000)] 
Some docs updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoSocket sample:
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 03:16:02 +0000 (03:16 +0000)] 
Socket sample:
- Test 3 added to test large transfers involving multiple low level calls.
- Stub for datagram socket tests (not yet in place)

IPC sample:
- Client no longer needs to use GetHostName for DDE and LocalHost for IPC;
now it can just use GetHostName for both (because now the IPC server binds to
INADDR_ANY instead of binding to localhost).
- Fixed once again another warning about wxString objects that can't be
passed through '...'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoGSocket:
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 03:12:59 +0000 (03:12 +0000)] 
GSocket:
- Added lots of comments to both code and headers.
- Restructured some parts of Unix version. Will try to merge with MSW soon
    and have a gsockcmn.c
- Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode.
- Fixed a potential (different) bug in the corresponding Unix version.
- Now WaitConnection correctly fills out the peer address field.
- Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY)
- Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups
    sets the address to INADDR_NONE.

wxSocket:
- Added some safety checks to the wxPostEvent stuff.

wxIPV4address:
- Added a wxIPV4address::AnyAddress method.

wxIPCConnection and co.:
- Servers bind to INADDR_ANY, instead of binding to localhost.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoGSocket:
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 03:12:01 +0000 (03:12 +0000)] 
GSocket:
- Added lots of comments to both code and headers.
- Restructured some parts of Unix version. Will try to merge with MSW soon
    and have a gsockcmn.c
- Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode.
- Fixed a potential (different) bug in the corresponding Unix version.
- Now WaitConnection correctly fills out the peer address field.
- Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY)
- Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups
    sets the address to INADDR_NONE.

wxSocket:
- Added some safety checks to the wxPostEvent stuff.

wxIPV4address:
- Added a wxIPV4address::AnyAddress method.

wxIPCConnection and co.:
- Servers binds to INADDR_ANY, instead of binding to localhost.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoGSocket:
Guillermo Rodriguez Garcia [Fri, 21 Jan 2000 03:10:42 +0000 (03:10 +0000)] 
GSocket:
- Added lots of comments to both code and headers.
- Restructured some parts of Unix version. Will try to merge with MSW soon
    and have a gsockcmn.c
- Fixed a potential bug in the MSW version of GSocket_Connect when in blocking mode.
- Fixed a potential (different) bug in the corresponding Unix version.
- Now WaitConnection correctly fills out the peer address field.
- Added GAddress_INET_SetAnyAddress (sets address to INADDR_ANY)
- Default address is INADDR_ANY again, not INADDR_NONE; failed hostname lookups
    sets the address to INADDR_NONE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago1. some DDE tests in exec
Vadim Zeitlin [Fri, 21 Jan 2000 02:31:49 +0000 (02:31 +0000)] 
1. some DDE tests in exec
2. per-page images test in wizard
3. wxLog dialog test in dialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago1. wxWizard supports setting images for each page, sample updated to show it
Vadim Zeitlin [Fri, 21 Jan 2000 02:26:25 +0000 (02:26 +0000)] 
1. wxWizard supports setting images for each page, sample updated to show it
2. wxLogGui now uses a special dialog instead of a wxMsgBox
3. wxComboBox doesn't limit the text to its size under MSW
4. removed windows.h from dummy.cpp because I think it's unneeded

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agorestored windows.h
Vadim Zeitlin [Thu, 20 Jan 2000 23:07:29 +0000 (23:07 +0000)] 
restored windows.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agooops... extra #endif removed
Vadim Zeitlin [Thu, 20 Jan 2000 22:57:30 +0000 (22:57 +0000)] 
oops... extra #endif removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago'FAR redefined' warning fixed
Vadim Zeitlin [Thu, 20 Jan 2000 22:49:23 +0000 (22:49 +0000)] 
'FAR redefined' warning fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded test for _WIN32
Vadim Zeitlin [Thu, 20 Jan 2000 22:36:48 +0000 (22:36 +0000)] 
added test for _WIN32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded wxMenuITemBase copy ctor decl apparently needed under FreeBSD
Vadim Zeitlin [Thu, 20 Jan 2000 22:34:48 +0000 (22:34 +0000)] 
added wxMenuITemBase copy ctor decl apparently needed under FreeBSD

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago More life in wxPlot.
Robert Roebling [Thu, 20 Jan 2000 18:09:59 +0000 (18:09 +0000)] 
  More life in wxPlot.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago::bindInsertParams() was leaving some column bindings uninitialized if the column...
George Tasker [Thu, 20 Jan 2000 15:21:27 +0000 (15:21 +0000)] 
::bindInsertParams() was leaving some column bindings uninitialized if the column was set to insAllow=FALSE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoComment associated with wxODBC_FWD_ONLY_CURSORS modified
George Tasker [Thu, 20 Jan 2000 14:28:58 +0000 (14:28 +0000)] 
Comment associated with wxODBC_FWD_ONLY_CURSORS modified

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoCommented out the #include of <windows.h> as it should not be needed any longer
George Tasker [Thu, 20 Jan 2000 14:16:43 +0000 (14:16 +0000)] 
Commented out the #include of <windows.h> as it should not be needed any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago A no-change for scroll events.
Robert Roebling [Thu, 20 Jan 2000 14:16:18 +0000 (14:16 +0000)] 
  A no-change for scroll events.
  Added y-axis to wxPlot.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUses src/iodbc headers rather than windows headers to hopefully standardize across...
George Tasker [Thu, 20 Jan 2000 14:15:44 +0000 (14:15 +0000)] 
Uses src/iodbc headers rather than windows headers to hopefully standardize across all platforms, and relieve dependency on <windows.h>
Now allows reading of unknown data table structures to create wxTable instances without knowing the data dictionary ahead of time (see wxColInf() class and use)
Ability to determine keys/foreign keys and read in those key definitions (see wxColFor() and wxDB::GetKeyFields() contributed by Mark Johnson)
More support for mySQL, now handles columns with "non-standard" types (contributed by Bart Jourquin)
SQLUnbind() was being called in some places which release ALL tables bound to the wxDB connection, not just the desired one
To fix the SQLUnbind() problem, now temporary datasource connections use GetData() rather than binding columns to variables (see wxDB::Catalog())
wxDB::Catalog() now handles databases that support, and do not support passing a UserID to limit the scope of the catalog
wxDB:TableExists() now handles databases that support, and do not support passing a UserID to limit the scope of existence check
"const char *" now used in the appropriate places rather than "char *"
GetDataSource() was not terminating the returned data source names with a '\0'
wxTable::Open() now more gracefully handles tables not existing but trying to be opened with more detailed error messages
wxTable::CreateTable() now handles return of SQL_SUCCESS_WITH_INFO as success (needed for some databases)
Fixes to accomodate 64bit archtecture handling of some data types (may not be totally ready for 64bit, but closer now).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUses src/iodbc headers rather than windows headers to hopefully standardize across...
George Tasker [Thu, 20 Jan 2000 14:00:47 +0000 (14:00 +0000)] 
Uses src/iodbc headers rather than windows headers to hopefully standardize across all platforms, and relieve dependency on <windows.h>
Now allows reading of unknown data table structures to create wxTable instances without knowing the data dictionary ahead of time (see wxColInf() class and use)
Ability to determine keys/foreign keys and read in those key definitions (see wxColFor() and wxDB::GetKeyFields() contributed by Mark Johnson)
More support for mySQL, now handles columns with "non-standard" types (contributed by Bart Jourquin)
SQLUnbind() was being called in some places which release ALL tables bound to the wxDB connection, not just the desired one
To fix the SQLUnbind() problem, now temporary datasource connections use GetData() rather than binding columns to variables (see wxDB::Catalog())
wxDB::Catalog() now handles databases that support, and do not support passing a UserID to limit the scope of the catalog
wxDB:TableExists() now handles databases that support, and do not support passing a UserID to limit the scope of existence check
"const char *" now used in the appropriate places rather than "char *"
GetDataSource() was not terminating the returned data source names with a '\0'
wxTable::Open() now more gracefully handles tables not existing but trying to be opened with more detailed error messages
wxTable::CreateTable() now handles return of SQL_SUCCESS_WITH_INFO as success (needed for some databases)
Fixes to accomodate 64bit archtecture handling of some data types (may not be totally ready for 64bit, but closer now).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoTweeked to use SQLHWND as a type rather than HWND, so that db/dbtable can use iodbc...
George Tasker [Thu, 20 Jan 2000 13:19:20 +0000 (13:19 +0000)] 
Tweeked to use SQLHWND as a type rather than HWND, so that db/dbtable can use iodbc rather than #include <windows.h> and its overhead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago(run-time) fix for !wxUSE_IPC build
Vadim Zeitlin [Thu, 20 Jan 2000 00:07:31 +0000 (00:07 +0000)] 
(run-time) fix for !wxUSE_IPC build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoXBM loading finally works (thanks Guillermo)
Vadim Zeitlin [Wed, 19 Jan 2000 23:53:18 +0000 (23:53 +0000)] 
XBM loading finally works (thanks Guillermo)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded link to Writing non-E apps
Václav Slavík [Wed, 19 Jan 2000 23:07:29 +0000 (23:07 +0000)] 
added link to Writing non-E apps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded Writing non-English applications
Václav Slavík [Wed, 19 Jan 2000 23:07:23 +0000 (23:07 +0000)] 
added Writing non-English applications

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agodocumented Charset= in hhp
Václav Slavík [Wed, 19 Jan 2000 23:07:06 +0000 (23:07 +0000)] 
documented Charset= in hhp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agorewritten to use wxTheMimeTypesManager
Václav Slavík [Wed, 19 Jan 2000 23:06:59 +0000 (23:06 +0000)] 
rewritten to use wxTheMimeTypesManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agodocumented existence of wxTheMimeTypesManager
Václav Slavík [Wed, 19 Jan 2000 23:06:35 +0000 (23:06 +0000)] 
documented existence of wxTheMimeTypesManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agodocumented macros *_EXPORTED_ARRAY
Václav Slavík [Wed, 19 Jan 2000 23:06:28 +0000 (23:06 +0000)] 
documented macros *_EXPORTED_ARRAY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed SetLink (if link.Href is empty, nulls the link
Václav Slavík [Wed, 19 Jan 2000 23:06:17 +0000 (23:06 +0000)] 
fixed SetLink (if link.Href is empty, nulls the link

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agosplit mimetype.h/.cpp into platform specific code
Václav Slavík [Wed, 19 Jan 2000 23:06:11 +0000 (23:06 +0000)] 
split mimetype.h/.cpp into platform specific code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agodialog for choosing charset was too wide
Václav Slavík [Wed, 19 Jan 2000 23:05:46 +0000 (23:05 +0000)] 
dialog for choosing charset was too wide

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agouses wxInitAllImageHandlers
Václav Slavík [Wed, 19 Jan 2000 23:05:39 +0000 (23:05 +0000)] 
uses wxInitAllImageHandlers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded encoding support to help contents
Václav Slavík [Wed, 19 Jan 2000 23:05:31 +0000 (23:05 +0000)] 
added encoding support to help contents

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomimetype.cpp/.h split into unix,max,msw
Václav Slavík [Wed, 19 Jan 2000 23:05:17 +0000 (23:05 +0000)] 
mimetype.cpp/.h split into unix,max,msw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded utils/hhp2cached
Václav Slavík [Wed, 19 Jan 2000 23:04:33 +0000 (23:04 +0000)] 
added utils/hhp2cached

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomimetype.cpp/.h split into unix,mac,msw
Václav Slavík [Wed, 19 Jan 2000 23:03:53 +0000 (23:03 +0000)] 
mimetype.cpp/.h split into unix,mac,msw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed compilation problem with BC (at least I hope so)
Václav Slavík [Wed, 19 Jan 2000 23:02:04 +0000 (23:02 +0000)] 
fixed compilation problem with BC (at least I hope so)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed ReadString for wxUSE_UNICODE
Václav Slavík [Wed, 19 Jan 2000 23:01:57 +0000 (23:01 +0000)] 
fixed ReadString for wxUSE_UNICODE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAfter bashing my head on the desk for being so stupid I fixed the
Robin Dunn [Wed, 19 Jan 2000 22:09:38 +0000 (22:09 +0000)] 
After bashing my head on the desk for being so stupid I fixed the
wxFloatBar for wxGTK the extremly EASY way...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoUpdated docs
Guillermo Rodriguez Garcia [Wed, 19 Jan 2000 19:32:07 +0000 (19:32 +0000)] 
Updated docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoIn order to make shared wxGLContext work,\nadd new wxGLCanvas ctor passing a wxGLCanv...
Sylvain Bougnoux [Wed, 19 Jan 2000 18:41:38 +0000 (18:41 +0000)] 
In order to make shared wxGLContext work,\nadd new wxGLCanvas ctor passing a wxGLCanvas\n instead of a wxGLContext, to share context with.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomakefile updates
Guillermo Rodriguez Garcia [Wed, 19 Jan 2000 16:43:12 +0000 (16:43 +0000)] 
makefile updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded missing windows.h includes
Julian Smart [Wed, 19 Jan 2000 10:34:43 +0000 (10:34 +0000)] 
Added missing windows.h includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadding intl.h and wxString -> char* conversion in DDEAtomFromString
Bart A.M. Jourquin [Wed, 19 Jan 2000 09:55:14 +0000 (09:55 +0000)] 
adding intl.h and wxString -> char* conversion in DDEAtomFromString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoVarious odds and ends, minor fixes, and cleanups...
Robin Dunn [Wed, 19 Jan 2000 06:58:56 +0000 (06:58 +0000)] 
Various odds and ends, minor fixes, and cleanups...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoit is now possible to add custom buttons into wxHtmlHelpFrame's toolbar
Václav Slavík [Wed, 19 Jan 2000 01:01:08 +0000 (01:01 +0000)] 
it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded wxFSFile::GetModificationTime
Václav Slavík [Wed, 19 Jan 2000 01:00:47 +0000 (01:00 +0000)] 
added wxFSFile::GetModificationTime

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded wxFileModificationTime
Václav Slavík [Wed, 19 Jan 2000 01:00:25 +0000 (01:00 +0000)] 
added wxFileModificationTime

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agouses SetTempDir
Václav Slavík [Wed, 19 Jan 2000 00:59:56 +0000 (00:59 +0000)] 
uses SetTempDir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoiso8859-1,15 and cp1252 added to Cyrillic charsets
Václav Slavík [Wed, 19 Jan 2000 00:59:51 +0000 (00:59 +0000)] 
iso8859-1,15 and cp1252 added to Cyrillic charsets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded Open HTML page to menu
Václav Slavík [Wed, 19 Jan 2000 00:59:39 +0000 (00:59 +0000)] 
Added Open HTML page to menu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoremoved protected methods from docs
Václav Slavík [Wed, 19 Jan 2000 00:59:33 +0000 (00:59 +0000)] 
removed protected methods from docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago.cached format of help books is now endian-independent; also changed lookup logic...
Václav Slavík [Wed, 19 Jan 2000 00:59:27 +0000 (00:59 +0000)] 
.cached format of help books is now endian-independent; also changed lookup logic for .cached files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agogeneric wxFileDialog now stores customizations to registry/dotfile if possible
Václav Slavík [Wed, 19 Jan 2000 00:59:11 +0000 (00:59 +0000)] 
generic wxFileDialog now stores customizations to registry/dotfile if possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoFixed so this file will compile if wxUSE_IPC is 0 (previous fix broke something else).
George Tasker [Tue, 18 Jan 2000 22:54:55 +0000 (22:54 +0000)] 
Fixed so this file will compile if wxUSE_IPC is 0 (previous fix broke something else).
Changed _T() calls to wxT() calls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agomore fixes to match some updates in wxHTML
Robin Dunn [Tue, 18 Jan 2000 21:45:48 +0000 (21:45 +0000)] 
more fixes to match some updates in wxHTML

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixes to match some updates in wxHTML
Robin Dunn [Tue, 18 Jan 2000 21:39:41 +0000 (21:39 +0000)] 
fixes to match some updates in wxHTML

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago1. fixed compilation of wxExecute() for !wxUSE_IPC
Vadim Zeitlin [Tue, 18 Jan 2000 21:21:33 +0000 (21:21 +0000)] 
1. fixed compilation of wxExecute() for !wxUSE_IPC
2. wxLogStatus() will not assert if there is no statusbar to set text for

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAdded IsScrollng() support for scroll and scrollwin events
Guillermo Rodriguez Garcia [Tue, 18 Jan 2000 20:26:20 +0000 (20:26 +0000)] 
Added IsScrollng() support for scroll and scrollwin events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoTest for IsScrolling() added
Guillermo Rodriguez Garcia [Tue, 18 Jan 2000 20:23:38 +0000 (20:23 +0000)] 
Test for IsScrolling() added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoisScrolling() in wxScroll[Win]Event
Guillermo Rodriguez Garcia [Tue, 18 Jan 2000 20:13:43 +0000 (20:13 +0000)] 
isScrolling() in wxScroll[Win]Event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoRemoved a couple of debug lines
George Tasker [Tue, 18 Jan 2000 19:48:06 +0000 (19:48 +0000)] 
Removed a couple of debug lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoAvoided rounding errors in font point size calculations
Julian Smart [Tue, 18 Jan 2000 17:06:44 +0000 (17:06 +0000)] 
Avoided rounding errors in font point size calculations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded default icons for binary and unknown filetype
Václav Slavík [Tue, 18 Jan 2000 15:39:50 +0000 (15:39 +0000)] 
added default icons for binary and unknown filetype

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoicons for generic file dialog
Václav Slavík [Tue, 18 Jan 2000 15:39:36 +0000 (15:39 +0000)] 
icons for generic file dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoPut Stefan's speedup fix into DoBlit
Julian Smart [Tue, 18 Jan 2000 15:38:08 +0000 (15:38 +0000)] 
Put Stefan's speedup fix into DoBlit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChange to wxWindow::HandleCommand to allow accelerators to work even if there
Julian Smart [Tue, 18 Jan 2000 14:22:10 +0000 (14:22 +0000)] 
Change to wxWindow::HandleCommand to allow accelerators to work even if there
is no corresponding child window.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoChanged code to allow for removal of the #include <windows.h> from wxprec.h for windows
George Tasker [Tue, 18 Jan 2000 12:29:32 +0000 (12:29 +0000)] 
Changed code to allow for removal of the #include <windows.h> from wxprec.h for windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoSome more bug reports
Julian Smart [Tue, 18 Jan 2000 10:18:20 +0000 (10:18 +0000)] 
Some more bug reports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agom_LastPage changed to wxChar*, forgot to commit
Václav Slavík [Tue, 18 Jan 2000 09:36:10 +0000 (09:36 +0000)] 
m_LastPage changed to wxChar*, forgot to commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded justification demo
Václav Slavík [Tue, 18 Jan 2000 09:18:24 +0000 (09:18 +0000)] 
added justification demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoHTML_* -> wxHTML_* (bugs in docs)
Václav Slavík [Tue, 18 Jan 2000 09:18:17 +0000 (09:18 +0000)] 
HTML_* -> wxHTML_* (bugs in docs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded support for align=justify
Václav Slavík [Tue, 18 Jan 2000 09:18:09 +0000 (09:18 +0000)] 
added support for align=justify

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded wxHTML_ALIGN_JUSTIFY
Václav Slavík [Tue, 18 Jan 2000 09:17:58 +0000 (09:17 +0000)] 
added wxHTML_ALIGN_JUSTIFY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoadded align=justify support ; also removed relic: GetMaxLineWidth
Václav Slavík [Tue, 18 Jan 2000 09:17:46 +0000 (09:17 +0000)] 
added align=justify support  ; also removed relic: GetMaxLineWidth

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoremoved relic: GetMaxLineWidth
Václav Slavík [Tue, 18 Jan 2000 09:17:21 +0000 (09:17 +0000)] 
removed relic: GetMaxLineWidth

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago1. small fix in wxDirDialog: SHBrowseForFolder() doesn't like '/'s
Vadim Zeitlin [Tue, 18 Jan 2000 01:22:56 +0000 (01:22 +0000)] 
1. small fix in wxDirDialog: SHBrowseForFolder() doesn't like '/'s
2. streamlined DDE code (better error handling, range checking)
3. hack in wxExecute to allow launching DDE servers
4. changed wxTreeCtrl::m_filename scope from private to protected
5. corrected creating wxBitmaps from XBMs
6. wxListCtrl no longer sends bogus ACTIVATED events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoremoved show_progress argument in some private functions -- was never used
Václav Slavík [Mon, 17 Jan 2000 22:12:25 +0000 (22:12 +0000)] 
removed show_progress argument in some private functions -- was never used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoPageUp/PageDown scroll by 2/3 of client area height (was 1)
Václav Slavík [Mon, 17 Jan 2000 22:11:53 +0000 (22:11 +0000)] 
PageUp/PageDown scroll by 2/3 of client area height (was 1)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agohelp search is much faster now (7 times! that's what I call optimization ;-)
Václav Slavík [Mon, 17 Jan 2000 22:11:44 +0000 (22:11 +0000)] 
help search is much faster now (7 times! that's what I call optimization ;-)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoTake hard coded path out of makefile
David Webster [Mon, 17 Jan 2000 20:22:34 +0000 (20:22 +0000)] 
Take hard coded path out of makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago Add draft wxPlotWindow
Robert Roebling [Mon, 17 Jan 2000 19:56:42 +0000 (19:56 +0000)] 
  Add draft wxPlotWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago fix for HP compiler
Robert Roebling [Mon, 17 Jan 2000 18:14:01 +0000 (18:14 +0000)] 
  fix for HP compiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed BC compilation bug (line 145)
Václav Slavík [Mon, 17 Jan 2000 17:19:31 +0000 (17:19 +0000)] 
fixed BC compilation bug (line 145)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxHtmlHelpController can now use default wxConfig instance
Václav Slavík [Mon, 17 Jan 2000 17:19:25 +0000 (17:19 +0000)] 
wxHtmlHelpController can now use default wxConfig instance

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agofixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig
Václav Slavík [Mon, 17 Jan 2000 17:19:14 +0000 (17:19 +0000)] 
fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoremoved some forgotted wxLogDebug calls
Václav Slavík [Mon, 17 Jan 2000 17:19:08 +0000 (17:19 +0000)] 
removed some forgotted wxLogDebug calls

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agodocumented support for <meta>
Václav Slavík [Mon, 17 Jan 2000 17:18:58 +0000 (17:18 +0000)] 
documented support for <meta>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agowxConfig is used together with wxConfig::Set now
Václav Slavík [Mon, 17 Jan 2000 17:18:53 +0000 (17:18 +0000)] 
wxConfig is used together with wxConfig::Set now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years ago(1) fixed bug: wxFontMapper no longer creates wxConfig instance by calling wxConfig...
Václav Slavík [Mon, 17 Jan 2000 17:18:34 +0000 (17:18 +0000)] 
(1) fixed bug: wxFontMapper no longer creates wxConfig instance by calling wxConfig::Get, now uses wxConfig::Get(FALSE) ;; (2) changed default config path to wxWindows/FontMapper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agochanged wxConfigBase::Get signature to wxConfigBase::Get(bool CreateOnDemand = TRUE)
Václav Slavík [Mon, 17 Jan 2000 17:18:27 +0000 (17:18 +0000)] 
changed wxConfigBase::Get signature to wxConfigBase::Get(bool CreateOnDemand = TRUE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agoMakeproj.cpp corrections; wxTextCtrl resource loading font bug cured
Julian Smart [Mon, 17 Jan 2000 11:42:20 +0000 (11:42 +0000)] 
Makeproj.cpp corrections; wxTextCtrl resource loading font bug cured

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

24 years agocleaned a bit
Vadim Zeitlin [Mon, 17 Jan 2000 01:37:55 +0000 (01:37 +0000)] 
cleaned a bit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775