]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

24 years agoadded missing headers
Guillermo Rodriguez Garcia [Mon, 17 Jan 2000 01:26:55 +0000 (01:26 +0000)] 
added missing headers

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

24 years agonew makefile
Guillermo Rodriguez Garcia [Mon, 17 Jan 2000 01:26:36 +0000 (01:26 +0000)] 
new makefile

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

24 years agoPlease turn off pchs when testing!
Guillermo Rodriguez Garcia [Mon, 17 Jan 2000 00:21:19 +0000 (00:21 +0000)] 
Please turn off pchs when testing!

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

24 years agosomebody added #ifdefed #pragma to disable warnings about // in c source, instead...
Václav Slavík [Sun, 16 Jan 2000 22:55:43 +0000 (22:55 +0000)] 
somebody added #ifdefed #pragma to disable warnings about // in c source, instead of fixing the comments, grrr. So I fixed it.

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

24 years agodocumented wxGA_SMOOTH
Václav Slavík [Sun, 16 Jan 2000 22:55:34 +0000 (22:55 +0000)] 
documented wxGA_SMOOTH

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

24 years agosearch progress bar has smooth gauge under win95 now
Václav Slavík [Sun, 16 Jan 2000 22:55:25 +0000 (22:55 +0000)] 
search progress bar has smooth gauge under win95 now

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

24 years agowxProgressDialog now accepts wxGA_SMOOTH style
Václav Slavík [Sun, 16 Jan 2000 22:55:13 +0000 (22:55 +0000)] 
wxProgressDialog now accepts wxGA_SMOOTH style

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

24 years agoadded encoding conversion to wxHTML
Václav Slavík [Sun, 16 Jan 2000 22:54:49 +0000 (22:54 +0000)] 
added encoding conversion to wxHTML

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

24 years ago<pre> environment uses charset conversion as well
Václav Slavík [Sun, 16 Jan 2000 22:54:39 +0000 (22:54 +0000)] 
<pre> environment uses charset conversion as well

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

24 years agoadded <meta http-equiv> handler
Václav Slavík [Sun, 16 Jan 2000 22:54:32 +0000 (22:54 +0000)] 
added <meta http-equiv> handler

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

24 years agowxHtmlFilterHTML adds fake <meta> tag so that the parser knows charset
Václav Slavík [Sun, 16 Jan 2000 22:53:25 +0000 (22:53 +0000)] 
wxHtmlFilterHTML adds fake <meta> tag so that the parser knows charset

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

24 years agowxNativeEncoding::To/FromString now stores wxFontEncoding info as well (don't worry...
Václav Slavík [Sun, 16 Jan 2000 22:53:19 +0000 (22:53 +0000)] 
wxNativeEncoding::To/FromString now stores wxFontEncoding info as well (don't worry, wxFontMapper stores data under different name now)

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

24 years agochanged format of wxFontMapper entries: facename_encoding instead of encoding as key
Václav Slavík [Sun, 16 Jan 2000 22:52:51 +0000 (22:52 +0000)] 
changed format of wxFontMapper entries: facename_encoding instead of encoding as key

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

24 years agoadded wxHTML i18n demonstration
Václav Slavík [Sun, 16 Jan 2000 22:52:41 +0000 (22:52 +0000)] 
added wxHTML i18n demonstration

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

24 years ago sample docu
Robert Roebling [Sun, 16 Jan 2000 19:24:57 +0000 (19:24 +0000)] 
  sample docu

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

24 years agoTested wxMMedia2 on Cygwin B20. It works but it needs mmsystem.h.
Guilhem Lavaux [Sun, 16 Jan 2000 18:49:16 +0000 (18:49 +0000)] 
Tested wxMMedia2 on Cygwin B20. It works but it needs mmsystem.h.

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

24 years agoadded case sensitive and whole words only search
Václav Slavík [Sun, 16 Jan 2000 15:53:25 +0000 (15:53 +0000)] 
added case sensitive and whole words only search

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

24 years agominor change in passing arguments to CreateAntialiasedBitmap
Václav Slavík [Sun, 16 Jan 2000 13:27:24 +0000 (13:27 +0000)] 
minor change in passing arguments to CreateAntialiasedBitmap

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

24 years agofixed default button size, finally
Václav Slavík [Sun, 16 Jan 2000 13:26:01 +0000 (13:26 +0000)] 
fixed default button size, finally

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

24 years agoadded some utils (tex2rtf, helpgen, makegen) to make system
Václav Slavík [Sun, 16 Jan 2000 13:25:47 +0000 (13:25 +0000)] 
added some utils (tex2rtf, helpgen, makegen) to make system

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

24 years agofixed makefile - now compiles ALL samples
Václav Slavík [Sun, 16 Jan 2000 13:25:37 +0000 (13:25 +0000)] 
fixed makefile - now compiles ALL samples

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

24 years agocompilation fixes (gcc)
Václav Slavík [Sun, 16 Jan 2000 13:25:21 +0000 (13:25 +0000)] 
compilation fixes (gcc)

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

24 years ago file dialogs now remembers the width of the
Robert Roebling [Sun, 16 Jan 2000 10:39:00 +0000 (10:39 +0000)] 
  file dialogs now remembers the width of the
    first column.

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