Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2000-01-26 21:33 DW, revision 5688

New OS2 icon file

2000-01-26 21:23 DW, revision 5687

New OS2 resource file

2000-01-26 21:23 DW, revision 5686

New Visualage stuff and remove OS/2 stuff in the .rc file

2000-01-26 21:07 DW, revision 5685

Visualage C++ V4.0 duplicate symbol fixes

2000-01-26 19:26 RR, revision 5684

Corrected TIFF, more drawing tests.

2000-01-26 18:28 VZ, revision 5683

compilation of wxBase works again (PATH_IFS wasn't defined for it!)

2000-01-26 18:21 SN, revision 5682

Found PROGRAM_EXT variable and now want to use it for OS/2, too.

2000-01-26 18:14 VZ, revision 5681
  • D /wxWidgets/trunk/include/wx/msw/ctl3d/Makefile.am
  • D /wxWidgets/trunk/include/wx/msw/Makefile.am
  • D /wxWidgets/trunk/misc/afm/Makefile.am
  • D /wxWidgets/trunk/misc/gs_afm/Makefile.am
  • D /wxWidgets/trunk/misc/Makefile.am
  • D /wxWidgets/trunk/src/msw/Makefile.am

these aren't being used any more

2000-01-26 16:42 VZ, revision 5680

more backwards compatible kbd handling in wxScrolledWindow

2000-01-26 14:31 VZ, revision 5679

'Details' button is now disabled if no details

2000-01-26 14:20 VZ, revision 5678

quick and dirty fix for the division by 0 crash in OnKeyDown()

2000-01-26 14:08 VZ, revision 5677

wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure

2000-01-26 13:45 VZ, revision 5676

compilation fix for Win16

2000-01-26 13:41 VZ, revision 5675

compilation fix for compilers without PCH

2000-01-26 01:54 GRG, revision 5674

URL test and some comments added

2000-01-26 00:50 VS, revision 5673

wxHtmlHelpFrame enhancements

2000-01-26 00:50 VS, revision 5672

added wxHtmlWindow::GetOpenedAnchor

2000-01-26 00:50 VS, revision 5671

wxACCEL_NONE -> wxACCEL_NORMAL

2000-01-26 00:50 VS, revision 5670

changed demo data a bit

2000-01-26 00:50 VS, revision 5669

sets frame title even for pages without <title> tag

2000-01-26 00:49 VS, revision 5668

added wxHF_OPENFILES demo

2000-01-26 00:49 VS, revision 5667

some fixes in names of cached helpbooks (does not contain # or : anymore)

2000-01-26 00:49 VS, revision 5666

added new wxHF_ flags

2000-01-26 00:49 VS, revision 5665

added more navigation controls to wxHtmlHelpFrame

2000-01-26 00:49 VS, revision 5664

added more navigation controls to html help frame

2000-01-26 00:19 VZ, revision 5663

assert in GetNextItem() fixed (yes, now it is)

2000-01-26 00:17 VZ, revision 5662

assert in GetNextItem() fixed (?)

2000-01-26 00:02 VZ, revision 5661

extended (wxMask test) and reorganized the drawing sample

2000-01-26 00:01 VZ, revision 5660

1. fixed (?) blitting bitmaps with mask 2. fixed wxWindowBase compilation (oops) 3. fixed kbd handling in wxScrolledWindow under MSW

2000-01-25 19:59 VZ, revision 5659

1. kbd interface for wxScrolledWindow 2. wxWindow::Set/GetExtraStyle() 3. wxWS_EX_VALIDATE_RECURSIVELY added and implemented 4. docs updated to reflect (2) an (3)

2000-01-25 18:49 RL, revision 5658

fixed _T typo

2000-01-25 18:23 VZ, revision 5657

__GNUWIN32_OLD__ is defined if __GNUC__ is and NORLANDER_HEADERS is not

2000-01-25 16:57 VZ, revision 5656

documented GetNextItem() behaviour precisely

2000-01-25 16:33 VZ, revision 5655

added DrawRectangle() test

2000-01-25 16:26 VZ, revision 5654

fixed GetNextItem(item = -1)

2000-01-25 16:18 GT, revision 5653

Fixed code that did not work with Postgres Removed all tabs, and replaced with spaces accordingly

2000-01-25 15:51 VZ, revision 5652

more patches for BC++ from Ricky Gonzales

2000-01-25 15:35 VZ, revision 5651

missing Init() added to wxMenu(wxCallback) ctors

2000-01-25 13:35 JS, revision 5650

Added DEVNAMES to wxPrintDialog to remember printer name; fixed wxDC::Clear to not assert for printer DCs

2000-01-25 08:31 BJ, revision 5649

add CASTWNDPROC to call to CallWindowProc for bcc

2000-01-25 00:33 GRG, revision 5648

Image docs updates

2000-01-24 22:50 DW, revision 5647

Added method for mimietype implementation.

2000-01-24 22:48 DW, revision 5646

Fix for VisualAge; Init can't be before it is called in VA.

2000-01-24 22:15 RR, revision 5645

Added datetime.inl to filelist.txt

2000-01-24 21:53 JS, revision 5644

Added WS_VSCROLL and WSHSCROLL styles again

2000-01-24 20:46 GRG, revision 5643

Updated some bits in socket docs. Documented socket samples Moved wxInitAllImageHandlers from 'file functions' (?) to 'misc functions'

2000-01-24 20:19 VZ, revision 5642

several mingw32 compilation fixes

2000-01-24 20:19 VZ, revision 5641

value of wxTE_PASSWORD changed to be different from wxCANCEL

2000-01-24 20:18 VZ, revision 5640

implementation of wxGetPasswordFromUser

2000-01-24 18:26 VZ, revision 5639

added wxGetPasswordFromUser(), dialogs sample shows it, documented it

2000-01-24 17:53 VZ, revision 5638

warnings/linking fixes for wxMotif

2000-01-24 17:04 VZ, revision 5637

2 warnings from Solaris build log fixed

2000-01-24 16:46 VZ, revision 5636

modifications to show non monochrome masks in action

2000-01-24 16:22 VZ, revision 5635

excluded geometry.cpp from build by using #if wxUSE_GEOMETRY which is never defined to be 1 (so far)

2000-01-24 15:58 VZ, revision 5634

patches for wxSTIPPLE_MASK_OPAQUE from Klass Holwerda

2000-01-24 15:47 VZ, revision 5633

some fixes from the SGI build log

2000-01-24 15:38 VS, revision 5632

fixed false error report with helpfiles without index

2000-01-24 15:38 VS, revision 5631

documented wxACCEL_ALT

2000-01-24 15:37 VZ, revision 5630

patches for XPM/TIFF compilation with BC++ from Ricky Gonzales

2000-01-24 15:36 VZ, revision 5629

refresh after sort - patch from Ricky Gonzales

2000-01-24 13:58 JJ, revision 5628

Committing in . Update VMS makefiles Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/descrip.mms ----------------------------------------------------------------------

2000-01-24 13:27 , revision 5627
  • A /wxWidgets/tags/wxGTK_2_1_13
  • R /wxWidgets/tags/wxGTK_2_1_13/lib/dummy
  • R /wxWidgets/tags/wxGTK_2_1_13/misc/afm
  • A /wxWidgets/tags/wxGTK_2_1_13/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxGTK_2_1_13/misc/afm/Makefile.am
  • R /wxWidgets/tags/wxGTK_2_1_13/misc/gs_afm
  • A /wxWidgets/tags/wxGTK_2_1_13/misc/gs_afm/.cvsignore
  • A /wxWidgets/tags/wxGTK_2_1_13/misc/gs_afm/Makefile.am
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/dynamic/minimal.cpp
  • R /wxWidgets/tags/wxGTK_2_1_13/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxGTK_2_1_13/samples/grid/bitmap2.bmp
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/grid/Makefile.in
  • R /wxWidgets/tags/wxGTK_2_1_13/samples/grid/test.def
  • R /wxWidgets/tags/wxGTK_2_1_13/samples/grid/test.rc
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/about
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/help
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/helpview
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/printing
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/test
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/virtual
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/widget
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/html/zip
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/image
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/internat
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/ipc
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/joytest
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/layout
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/listctrl
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/mdi
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/memcheck
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/menu
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/mfc
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/minifram
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/minimal
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/nativdlg
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/newgrid
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/notebook
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/oleauto
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/ownerdrw
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/plot
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/png
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/printing
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/proplist
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/propsize
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/regtest
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/resource
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/richedit
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/sashtest
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/scroll
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/scrollsub
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/sockets
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/splitter
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/tab
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/taskbar
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/text
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/thread
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/toolbar
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/treectrl
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/typetest
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/validate
  • D /wxWidgets/tags/wxGTK_2_1_13/samples/wizard
  • D /wxWidgets/tags/wxGTK_2_1_13/src
  • D /wxWidgets/tags/wxGTK_2_1_13/tests
  • D /wxWidgets/tags/wxGTK_2_1_13/user
  • D /wxWidgets/tags/wxGTK_2_1_13/utils

This commit was manufactured by cvs2svn to create tag 'wxGTK_2_1_13'.

2000-01-24 13:27 RR, revision 5626

Applied some of the SGI fixes. Don't know about the toolbar one.

2000-01-24 13:13 RR, revision 5625

Added geometry.cpp and made it compile, Added empty dndcmn.cpp to avoid GNU link warnings, Fixed problem with event.Skip() in new tab code.

2000-01-24 12:24 JS, revision 5624

Corrected font calculation (use screen resolution now); and check for mask in m_image.cpp or get assert in DoBlit

2000-01-24 10:47 RR, revision 5623

Corrected spinbutton events and made them vetoable.

2000-01-24 01:54 GRG, revision 5622

Compilation fix for mingw32 - will this break cygwin?

2000-01-24 00:15 VZ, revision 5621

small tests added here and there

2000-01-23 23:23 VZ, revision 5620

1. '\n's in tooltip messages are handled (replaced by spaces anyhow, tooltip made multiline if comctl32 supports it) 2. added wxTAB_TRAVERSAL to default wxScrolledWindow style 3. improved arrows handling in radiobox (still problems for multirow ones) 4. [Alt]-<mnemonic> works in nested panels as well now because we use WS_EX_CONTROLPARENT for all windows with wxTAB_TRAVERSAL style 5. tooltips for radioboxes work again, even if I'm not really satisfied with solution :-( but I spent 2 hours trying to make TTM_WINDOWFROMPOINT handler work and I don't have more time to waste on this.

2000-01-23 21:47 VS, revision 5619

moved bookmarks to Contents panel

2000-01-23 21:47 VS, revision 5618

added wxLogError/Warning into wxHTML

2000-01-23 19:17 SN, revision 5617

Added GAddress_INET_SetAnyAddress and dummy UNIX address handling. Anyway, GSocket_GUI_Init/Destroy, GSocket_Enable/Disable_Events and GSocket_Install/Uninstall_Callback are still missing...

2000-01-23 18:33 SN, revision 5616

Added @PROGRAM_EXT@ as apropriate (hopefully ;-) ). Give 'make clean' a chance to actually do something.

2000-01-23 18:14 SN, revision 5615

Added #define for soclose on EMX

2000-01-23 17:54 SN, revision 5614

Integrated recent API-change

2000-01-23 17:51 SN, revision 5613

Added #pragma implementation for gcc.

2000-01-23 17:09 RR, revision 5612

Fixed small bug in tab code WRT to having only a single control in a panel. sliders now have keyboard handling. Missing headers for install (memconf.h and geometry.h).

2000-01-23 16:25 VS, revision 5611

fixed broken GIFs

2000-01-23 16:24 VS, revision 5610
  • D /wxWidgets/trunk/docs/latex/wx/grid1.gif
  • D /wxWidgets/trunk/docs/latex/wx/hellow.gif
  • D /wxWidgets/trunk/docs/latex/wx/hellox.gif
  • D /wxWidgets/trunk/docs/latex/wx/prop1.gif
  • D /wxWidgets/trunk/docs/latex/wx/prop2.gif
  • D /wxWidgets/trunk/docs/latex/wx/wxtab1.gif

fixed broken GIFs

2000-01-23 15:51 RR, revision 5609

tabbing in controls sample works again.

2000-01-23 15:39 SN, revision 5608

Added more '#pragma implementation' for gcc. Replaced wxString[0u] by wxString[(size_t) 0]: size_t is signed for EMX, so explicitly using '0u' causes problems.

2000-01-23 15:00 SN, revision 5607

Added fontenum/fontutil and mimetype for OS/2

2000-01-23 10:22 JS, revision 5606

Small changes

2000-01-23 03:05 VZ, revision 5605

1. wxMSW::wxNotebook::SetPageSize() and SetPadding() added 2. wxNavigationKeyEvent changes: a) doesn't derive from wxCommandEvent any more b) has a new ShouldPropagate() accessor c) wxPanel::OnNavigationKey() changed significantly, beware

2000-01-23 01:10 VS, revision 5604

probably forgot to commit mimetype split to this file?

2000-01-23 01:03 VS, revision 5603

added intelligent scaling of icons -- cutting empty borders so that the icon is not too small

2000-01-23 01:03 VS, revision 5602

added WXMAC default font sizes

2000-01-23 01:03 VS, revision 5601

added wxFileType::GetMimeTypes

2000-01-23 01:02 VS, revision 5600

removed call to win32 api ::SetMapMode -- hopefully not longer neccessary

2000-01-22 23:15 VZ, revision 5599

1. added wxMemoryConfig (private) class 2. some minor tweaks to config usage in wxFontMapper

2000-01-22 22:47 RR, revision 5598

Various makefile corrections, Minor beatifications.

2000-01-22 22:26 SN, revision 5597

Fixed fixups to allow EMX to compile again.

2000-01-22 21:50 VZ, revision 5596

another image used by the image sample

2000-01-22 18:13 RL, revision 5595

added missing include dcmemory.h

2000-01-22 18:10 RL, revision 5594

added missing include for wxBitmap

2000-01-22 18:02 RR, revision 5593

Changes for next snapshot. Added new thumb track event for thumb release.

2000-01-22 17:50 RL, revision 5592

added dcmemory.h include

2000-01-22 14:24 SN, revision 5591

SN: Replace a __WXPM__ by __OS2__ in #if deciding whether to use Unix- or DOS-like version of mkdir. EMX (which doesn't define __OS2__) wants Unix-like version!

2000-01-22 14:18 SN, revision 5590

SN: Replaced __WXOS2__ by __WXPM__ in #ifdefs

2000-01-22 11:55 VS, revision 5589

added demo of wxEncodingConverter

2000-01-22 11:55 VS, revision 5588

fixed bug in reference to tnoneng.tex

2000-01-22 11:55 VS, revision 5587

added GNOME mimeinfo parsing & some fixes for non-XPM icons

2000-01-22 11:55 VS, revision 5586

added test for correctly created wxIcon

2000-01-22 11:54 VS, revision 5585

updated documentation about default type in wxImage ctor

2000-01-22 11:14 RR, revision 5584

Fixed wxListCtrl::GetNextItem() Fixed bug in handling wxLC_NO_HEADER, Moved logmessage stuff out of idle_recursion protection so that log dialogs get idle events

2000-01-22 01:45 VZ, revision 5583

1. added some test code (currently disabled) to controls 2. removed test code (oops...) from minimal

2000-01-22 01:44 VZ, revision 5582

I think I finally fixed activation behaviour under MSW - now focus is not given to random window after you switch to/from a frame

2000-01-21 22:58 VS, revision 5581

finished non-Eng overview

2000-01-21 22:56 VZ, revision 5580

warning fix

2000-01-21 22:21 DW, revision 5579

Adds mimietype.h to OS/2 port

2000-01-21 22:21 VZ, revision 5578

a new bitmap for the sample

2000-01-21 22:20 DW, revision 5577

Updates to fix EMX specific stuff that broke VisualAge specific stuff

2000-01-21 22:19 DW, revision 5576

Updates to fix an error that cropped up putting EMX stuff into gsocket and a new makefile for VA V3.0 to inldue new mime stuff and plot module

2000-01-21 22:18 DW, revision 5575

Fix to include the OS/2 version of mimetype.h, not unix

2000-01-21 22:17 DW, revision 5574
  • D /wxWidgets/trunk/src/wxCommon.icc
  • D /wxWidgets/trunk/src/wxGeneric.icc
  • D /wxWidgets/trunk/src/wxHTML.icc
  • D /wxWidgets/trunk/src/wxOS2.icc
  • M /wxWidgets/trunk/src/wxWin.icc

New VA config file for new plot and mimetype modules

2000-01-21 21:51 VZ, revision 5573

BC++ compilation fix

2000-01-21 21:40 VZ, revision 5572

tests for XPM images

2000-01-21 21:38 VZ, revision 5571

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

2000-01-21 17:01 JS, revision 5570

Misc. Dialog Editor/resource bugs fixed

2000-01-21 10:52 BJ, revision 5569

new 'dynamic' SetColDefs fix

2000-01-21 09:14 BJ, revision 5568

adding search path for iodbc headers

2000-01-21 09:13 BJ, revision 5567

adding case sensitive link (/c) flag

2000-01-21 05:56 GRG, revision 5566

Some things added

2000-01-21 04:22 GRG, revision 5565

msgdlg.h missing - please try compiling without precompiled headers before commiting

2000-01-21 03:17 GRG, revision 5564

Some docs updated

2000-01-21 03:16 GRG, revision 5563

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 '...'

2000-01-21 03:12 GRG, revision 5562

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.

2000-01-21 03:12 GRG, revision 5561

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.

2000-01-21 03:10 GRG, revision 5560

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.

2000-01-21 02:31 VZ, revision 5559

1. some DDE tests in exec 2. per-page images test in wizard 3. wxLog dialog test in dialogs

2000-01-21 02:26 VZ, revision 5558

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

2000-01-20 23:07 VZ, revision 5557

restored windows.h

2000-01-20 22:57 VZ, revision 5556

oops... extra #endif removed

2000-01-20 22:49 VZ, revision 5555

'FAR redefined' warning fixed

2000-01-20 22:36 VZ, revision 5554

added test for _WIN32

2000-01-20 22:34 VZ, revision 5553

added wxMenuITemBase copy ctor decl apparently needed under FreeBSD

2000-01-20 18:09 RR, revision 5552

More life in wxPlot.

2000-01-20 15:21 GT, revision 5551

::bindInsertParams() was leaving some column bindings uninitialized if the column was set to insAllow=FALSE

2000-01-20 14:28 GT, revision 5550

Comment associated with wxODBC_FWD_ONLY_CURSORS modified

2000-01-20 14:16 GT, revision 5549

Commented out the #include of <windows.h> as it should not be needed any longer

2000-01-20 14:16 RR, revision 5548

A no-change for scroll events. Added y-axis to wxPlot.

2000-01-20 14:15 GT, revision 5547

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).

2000-01-20 14:00 GT, revision 5546

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).

2000-01-20 13:19 GT, revision 5545

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

2000-01-20 00:07 VZ, revision 5544

(run-time) fix for !wxUSE_IPC build

2000-01-19 23:53 VZ, revision 5543

XBM loading finally works (thanks Guillermo)

2000-01-19 23:07 VS, revision 5542

added link to Writing non-E apps

2000-01-19 23:07 VS, revision 5541

added Writing non-English applications

2000-01-19 23:07 VS, revision 5540

documented Charset= in hhp

2000-01-19 23:06 VS, revision 5539

rewritten to use wxTheMimeTypesManager

2000-01-19 23:06 VS, revision 5538

documented existence of wxTheMimeTypesManager

2000-01-19 23:06 VS, revision 5537

documented macros *_EXPORTED_ARRAY

2000-01-19 23:06 VS, revision 5536

fixed SetLink (if link.Href is empty, nulls the link

2000-01-19 23:06 VS, revision 5535

split mimetype.h/.cpp into platform specific code

2000-01-19 23:05 VS, revision 5534

dialog for choosing charset was too wide

2000-01-19 23:05 VS, revision 5533

uses wxInitAllImageHandlers

2000-01-19 23:05 VS, revision 5532

added encoding support to help contents

2000-01-19 23:05 VS, revision 5531

mimetype.cpp/.h split into unix,max,msw

2000-01-19 23:04 VS, revision 5530

added utils/hhp2cached

2000-01-19 23:03 VS, revision 5529

mimetype.cpp/.h split into unix,mac,msw

2000-01-19 23:02 VS, revision 5528

fixed compilation problem with BC (at least I hope so)

2000-01-19 23:01 VS, revision 5527

fixed ReadString for wxUSE_UNICODE

2000-01-19 22:09 RD, revision 5526

After bashing my head on the desk for being so stupid I fixed the wxFloatBar for wxGTK the extremly EASY way...

2000-01-19 19:32 GRG, revision 5525

Updated docs

2000-01-19 18:41 SB, revision 5524

In order to make shared wxGLContext work,\nadd new wxGLCanvas ctor passing a wxGLCanvas\n instead of a wxGLContext, to share context with.

2000-01-19 16:43 GRG, revision 5523

makefile updates

2000-01-19 10:34 JS, revision 5522

Added missing windows.h includes

2000-01-19 09:55 BJ, revision 5521

adding intl.h and wxString -> char* conversion in DDEAtomFromString

2000-01-19 06:58 RD, revision 5520

Various odds and ends, minor fixes, and cleanups...

2000-01-19 01:01 VS, revision 5519

it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar

2000-01-19 01:00 VS, revision 5518

added wxFSFile::GetModificationTime

2000-01-19 01:00 VS, revision 5517

added wxFileModificationTime

2000-01-19 00:59 VS, revision 5516

uses SetTempDir

2000-01-19 00:59 VS, revision 5515

iso8859-1,15 and cp1252 added to Cyrillic charsets

2000-01-19 00:59 VS, revision 5514

Added Open HTML page to menu

2000-01-19 00:59 VS, revision 5513

removed protected methods from docs

2000-01-19 00:59 VS, revision 5512

.cached format of help books is now endian-independent; also changed lookup logic for .cached files

2000-01-19 00:59 VS, revision 5511

generic wxFileDialog now stores customizations to registry/dotfile if possible

2000-01-18 22:54 GT, revision 5510

Fixed so this file will compile if wxUSE_IPC is 0 (previous fix broke something else). Changed _T() calls to wxT() calls

2000-01-18 21:45 RD, revision 5509

more fixes to match some updates in wxHTML

2000-01-18 21:39 RD, revision 5508

fixes to match some updates in wxHTML

2000-01-18 21:21 VZ, revision 5507

1. fixed compilation of wxExecute() for !wxUSE_IPC 2. wxLogStatus() will not assert if there is no statusbar to set text for

2000-01-18 20:26 GRG, revision 5506

Added IsScrollng() support for scroll and scrollwin events

2000-01-18 20:23 GRG, revision 5505

Test for IsScrolling() added

2000-01-18 20:13 GRG, revision 5504

isScrolling() in wxScroll[Win]Event

2000-01-18 19:48 GT, revision 5503

Removed a couple of debug lines

2000-01-18 17:06 JS, revision 5502

Avoided rounding errors in font point size calculations

2000-01-18 15:39 VS, revision 5501

added default icons for binary and unknown filetype

2000-01-18 15:39 VS, revision 5500

icons for generic file dialog

2000-01-18 15:38 JS, revision 5499

Put Stefan's speedup fix into DoBlit

2000-01-18 14:22 JS, revision 5498

Change to wxWindow::HandleCommand to allow accelerators to work even if there is no corresponding child window.

2000-01-18 12:29 GT, revision 5497

Changed code to allow for removal of the #include <windows.h> from wxprec.h for windows

2000-01-18 10:18 JS, revision 5496

Some more bug reports

2000-01-18 09:36 VS, revision 5495

m_LastPage changed to wxChar*, forgot to commit

2000-01-18 09:18 VS, revision 5494

added justification demo

2000-01-18 09:18 VS, revision 5493

HTML_* -> wxHTML_* (bugs in docs)

2000-01-18 09:18 VS, revision 5492

added support for align=justify

2000-01-18 09:17 VS, revision 5491

added wxHTML_ALIGN_JUSTIFY

2000-01-18 09:17 VS, revision 5490

added align=justify support ; also removed relic: GetMaxLineWidth

2000-01-18 09:17 VS, revision 5489

removed relic: GetMaxLineWidth

2000-01-18 01:22 VZ, revision 5488

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

2000-01-17 22:12 VS, revision 5487

removed show_progress argument in some private functions -- was never used

2000-01-17 22:11 VS, revision 5486

PageUp/PageDown scroll by 2/3 of client area height (was 1)

2000-01-17 22:11 VS, revision 5485

help search is much faster now (7 times! that's what I call optimization ;-)

2000-01-17 20:22 DW, revision 5484

Take hard coded path out of makefile

2000-01-17 19:56 RR, revision 5483

Add draft wxPlotWindow

2000-01-17 18:14 RR, revision 5482

fix for HP compiler

2000-01-17 17:19 VS, revision 5481

fixed BC compilation bug (line 145)

2000-01-17 17:19 VS, revision 5480

wxHtmlHelpController can now use default wxConfig instance

2000-01-17 17:19 VS, revision 5479

fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig

2000-01-17 17:19 VS, revision 5478

removed some forgotted wxLogDebug calls

2000-01-17 17:18 VS, revision 5477

documented support for <meta>

2000-01-17 17:18 VS, revision 5476

wxConfig is used together with wxConfig::Set now

2000-01-17 17:18 VS, revision 5475

(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

2000-01-17 17:18 VS, revision 5474

changed wxConfigBase::Get signature to wxConfigBase::Get(bool CreateOnDemand = TRUE)

2000-01-17 11:42 JS, revision 5473

Makeproj.cpp corrections; wxTextCtrl resource loading font bug cured

2000-01-17 01:37 VZ, revision 5472

cleaned a bit

2000-01-17 01:26 GRG, revision 5471

added missing headers

2000-01-17 01:26 GRG, revision 5470

new makefile

2000-01-17 00:21 GRG, revision 5469

Please turn off pchs when testing!

2000-01-16 22:55 VS, revision 5468

somebody added #ifdefed #pragma to disable warnings about // in c source, instead of fixing the comments, grrr. So I fixed it.

2000-01-16 22:55 VS, revision 5467

documented wxGA_SMOOTH

2000-01-16 22:55 VS, revision 5466

search progress bar has smooth gauge under win95 now

2000-01-16 22:55 VS, revision 5465

wxProgressDialog now accepts wxGA_SMOOTH style

2000-01-16 22:54 VS, revision 5464

added encoding conversion to wxHTML

2000-01-16 22:54 VS, revision 5463

<pre> environment uses charset conversion as well

2000-01-16 22:54 VS, revision 5462

added <meta http-equiv> handler

2000-01-16 22:53 VS, revision 5461

wxHtmlFilterHTML adds fake <meta> tag so that the parser knows charset

2000-01-16 22:53 VS, revision 5460

wxNativeEncoding::To/FromString now stores wxFontEncoding info as well (don't worry, wxFontMapper stores data under different name now)

2000-01-16 22:52 VS, revision 5459

changed format of wxFontMapper entries: facename_encoding instead of encoding as key

2000-01-16 22:52 VS, revision 5458

added wxHTML i18n demonstration

2000-01-16 19:24 RR, revision 5457

sample docu

2000-01-16 18:49 GL, revision 5456

Tested wxMMedia2 on Cygwin B20. It works but it needs mmsystem.h.

2000-01-16 15:53 VS, revision 5455

added case sensitive and whole words only search

2000-01-16 13:27 VS, revision 5454

minor change in passing arguments to CreateAntialiasedBitmap

2000-01-16 13:26 VS, revision 5453

fixed default button size, finally

2000-01-16 13:25 VS, revision 5452

added some utils (tex2rtf, helpgen, makegen) to make system

2000-01-16 13:25 VS, revision 5451

fixed makefile - now compiles ALL samples

2000-01-16 13:25 VS, revision 5450

compilation fixes (gcc)

2000-01-16 10:39 RR, revision 5449

file dialogs now remembers the width of the first column.

2000-01-16 02:36 GRG, revision 5448

new makefile

2000-01-16 02:35 GRG, revision 5447

New makefiles

2000-01-16 00:57 GRG, revision 5446

Replaced \ with /

2000-01-16 00:55 GRG, revision 5445

Replaced \\ with /

2000-01-16 00:32 VS, revision 5444

index search is case insensitive now; index panel indicates number of displayed items

2000-01-16 00:31 VS, revision 5443

rewrote to use wxBoxSizer instead of hardcoded sizes

2000-01-16 00:31 VS, revision 5442

compilation fix for DLL build

2000-01-16 00:31 VS, revision 5441

file dialog now remebers list/report and hidden files settings, displays icons for all known file types

2000-01-16 00:31 VS, revision 5440

file dialog now remebers list/report and hidden files settings, displays icons for all known file types ; adds file extension if user did not specify one

2000-01-16 00:31 VS, revision 5439

KDE support for icons and mime types finished (icons searched in more directories, parsed .kdelnk files ever for mime types - mime.types or mailcap is no sufficient)