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-02-09 22:53 GRG, revision 5938

Stupid bug: using LastError() instead of Error()

2000-02-09 21:50 SN, revision 5937

Updated/Added build instructions for OS/2.

2000-02-09 20:52 GRG, revision 5936

Zooming buttons / menu options automatically disabled when needed

2000-02-09 20:51 RD, revision 5935

fixed VC6 compilation error

2000-02-09 20:35 RD, revision 5934

plugged memory leak

2000-02-09 20:30 VZ, revision 5933

cell attributes added (doesn't quite work, work in progress, beware, don't use, &c &c)

2000-02-09 20:22 GRG, revision 5932

Added automatic connection of drawn points

2000-02-09 18:23 VZ, revision 5931

fixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample

2000-02-09 17:53 VZ, revision 5930

some Motif compilation fixes

2000-02-09 17:51 VZ, revision 5929

more HP-UX compilation warnings fixed (187th try)

2000-02-09 15:36 VZ, revision 5928

and ITEM_COLLAPSED/ING too

2000-02-09 15:34 VZ, revision 5927

added EVT_TREE_ITEM_ACTIVATED

2000-02-09 14:29 SN, revision 5926

Fix refreshs for wxGTK.

2000-02-09 08:54 GRG, revision 5925

let's see it it works now...

2000-02-09 08:18 MB, revision 5924

Changed grid line positioning slightly to line up the cells with the labels.

2000-02-09 08:09 MB, revision 5923

Fixed problem where corner label was displayed when either row or col label size had been set to zero prior to first display.

2000-02-09 07:17 MB, revision 5922

Simplified sizing code. Sub-windows are now sized explicitly in wxGrid::CalcWindowSizes().

2000-02-09 05:12 MB, revision 5921

Partially reverted last changes because of problems under wxMotif

2000-02-09 05:04 MB, revision 5920

Initializing more variables in wxGrid::Create() Minor fixes for crashes under wxMotif when setting attributes before the grid has been first painted.

2000-02-09 03:49 MB, revision 5919

Added more 3d rendering to row and col labels and removed sunken border style from the grid cell window so that labels and cells line up better.

2000-02-09 03:03 MB, revision 5918

A few optimizations to Refresh() calls for the grid cell area window

2000-02-09 02:15 MB, revision 5917

Implemented row and col label size functions.

2000-02-09 00:31 SN, revision 5916

More fixes

2000-02-08 23:48 SN, revision 5915

Fixed typo

2000-02-08 23:42 VS, revision 5914

fixed incorrect parsing of http://domain.com:portnumber/

2000-02-08 21:31 RD, revision 5913

Fix in parse headers so it wouldn't always store an empty string for each header value.

2000-02-08 20:04 GRG, revision 5912

Life! version 2

2000-02-08 19:25 JS, revision 5911

ShowFullScreen (MSW) doc; projgen updates

2000-02-08 19:22 JS, revision 5910

Minor mods if any

2000-02-08 19:19 JS, revision 5909

Added ShowFullScreen call (MSW only)

2000-02-08 19:18 JS, revision 5908

VC++ project file updates; minor sashwindow/splitterwindow cursor mods

2000-02-08 19:17 JS, revision 5907

Misc. fixes for obscure compilers

2000-02-08 19:14 JS, revision 5906

Added ShowFullScreen

2000-02-08 19:06 VZ, revision 5905

don't use ROPs for drawing the text for wxMSW compatibility

2000-02-08 18:31 GRG, revision 5904

Changed the order in which events are checked, so that LOST events are ignored until there are no more events pending. This is because you can have data waiting to be read, for example, even when the peer has already closed the connection. This affects _Wait() and OnRequest().

2000-02-08 17:44 VZ, revision 5903

added checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS

2000-02-08 17:16 VZ, revision 5902

cache the result of socklen_t check

2000-02-08 16:28 VZ, revision 5901

HP-UX compilation errors

2000-02-08 11:06 BJ, revision 5900

add SQL_CATALOG and SQL_LOG filename variablesas extern

2000-02-08 11:06 BJ, revision 5899

add SQL_CATALOG and SQL_LOG filename variables

2000-02-08 04:33 MB, revision 5898

Fixed problem with label resize cursor not resetting

2000-02-08 02:09 GRG, revision 5897

M_PI is not ANSI

2000-02-08 01:08 VZ, revision 5896

1. wxWizard appears in the centre of the screen by default 2. the selected brush isn't damaged any more by DrawBitmap() 3. corrected confusion between current and bg brush in DrawBitmap() 4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c) 5. mem leak/crash in wxListCtrl on mode change fixed 6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

2000-02-08 01:07 VZ, revision 5895

1. more test code for drawing with ROPs/masks/bg brushes in drawing 2. wxListCtrl colour setting tests added

2000-02-07 23:26 GRG, revision 5894

Fixed transparency problem when masked area was not black

2000-02-07 20:47 SB, revision 5893

Add ctor with shared GLCanvas ( to be gtk compliant)

2000-02-07 17:33 VZ, revision 5892

fix for missing AC_SUBST(SAMPLES_SUBDIRS)

2000-02-07 17:28 VZ, revision 5891

many fixed for configure for Win32 - cross-compiling should work now

2000-02-07 16:53 VZ, revision 5890

wxLogFatalError() should abort now

2000-02-07 16:51 VZ, revision 5889

trying to fix memory leak in wxListCtrl (attributes not deleted)

2000-02-07 16:37 VZ, revision 5888

1. modified Makefile to copy the .bmp 2. added "change angle" to the menu, abort (and not crash) if bitmap not found

2000-02-07 15:48 VZ, revision 5887

wxListCtrl::SortItems() clarifications, more samples docs

2000-02-07 12:50 JS, revision 5886

Copied XPM files to new names to avoid conflict when compilign with VC++ project files

2000-02-07 11:15 SN, revision 5885

*** empty log message ***

2000-02-07 10:14 HH, revision 5884

Some fixes (&->\&, _->\_) to remove latex complaints. Actually the whole point of this excercise was to try to make a nice pdf file with contents tree and thumbnail pages using pdflatex, but it keeps depleting tex's resources :-(

2000-02-07 10:08 BJ, revision 5883

add definition for FAR for mingwin 2.95

2000-02-07 10:07 BJ, revision 5882

add casts + type to untyped const for GCC2.95

2000-02-07 05:39 MB, revision 5881

Fixes for problem where selection fails to start on dragging mouse in grid cell window.

2000-02-07 03:36 MB, revision 5880

Fixed bug in wxGrid::DrawAllGridLines that was causing crashes

2000-02-06 21:25 JS, revision 5879

Small changes for VC++ 4 compilation

2000-02-06 20:36 RR, revision 5878

Small modifications to listtest.

2000-02-06 20:35 RR, revision 5877

Reenabled deleteallitems events, marked with RR.

2000-02-06 19:51 SN, revision 5876

Minor fix in screen update code

2000-02-06 19:11 JS, revision 5875

Some doc corrections; Watcom C++ corrections; VC++ 4 corrections

2000-02-06 17:13 RR, revision 5874

compilation fixes.

2000-02-06 15:05 JS, revision 5873

Changed static_cast syntax not recogised by all compilers

2000-02-06 14:51 JS, revision 5872

Added rotation to wxImage

2000-02-06 13:51 RR, revision 5871

Tried to prevent scrollbars from scrolling as per MSW, didn't work. Added DeleteAllItems event and test to listctrl.

2000-02-06 12:12 JS, revision 5870

long -> wxCoord

2000-02-06 12:11 RR, revision 5869

Scrolling fixes.

2000-02-06 11:48 JS, revision 5868

Some BC++ 4.5 and other compile fixes; changed FAR definition to WXFAR

2000-02-06 09:06 RL, revision 5867

patched DoSetClippingRegionAsRegion to update clipping state vars

2000-02-06 01:58 SN, revision 5866

Optimized Refresh Area in various functions

2000-02-06 01:30 VZ, revision 5865

some minor changes in controls/image, timings added to listtest

2000-02-06 00:21 SN, revision 5864

long -> wxCoord

2000-02-06 00:03 VZ, revision 5863

tried to fix compilation for mingw32 and wxGTK/Motif in the same time

2000-02-05 23:07 JS, revision 5862

SetStatusFields type in implementation now matches header

2000-02-05 20:03 JS, revision 5861

Ok -> OK; status bar typo/cast

2000-02-05 18:18 GRG, revision 5860

Some compilation fixes

2000-02-05 18:16 GRG, revision 5859

Reverted a change which breaks compilation for win32 - not sure on how to fix this :-?

2000-02-05 18:15 GRG, revision 5858

Missing includes - please test without precompiled headers before committing

2000-02-05 18:04 SN, revision 5857

Added different strategy for updating grid lines.

2000-02-05 17:56 RR, revision 5856

Fixed status bar probs, Compilation fixes.

2000-02-05 16:09 JS, revision 5855

VC++ changes + makeproj additions

2000-02-05 15:56 SN, revision 5854

Include Header file of base class!

2000-02-05 14:27 SN, revision 5853

Fixed typo

2000-02-05 14:13 GT, revision 5852

Fixed a typo in a comment

2000-02-05 11:16 JS, revision 5851

Corrected initial m_filterIndex value (was 1)

2000-02-05 10:33 RR, revision 5850

wxWindow no longer emits any scroll events after a programmatic change to its scrollbars. Reverted sense of SHIFT and CONTROL in wxListCtrl.

2000-02-05 02:07 VZ, revision 5849

docs for wxTimer change

2000-02-05 01:57 VZ, revision 5848

1. wxTimer change - now generates EVT_TIMER() 2. wxStatusBar reorganisation

2000-02-05 01:55 VZ, revision 5847

cosemtic fixes

2000-02-05 01:06 MB, revision 5846

Space now move active cell right if grid is not editable

2000-02-05 01:03 MB, revision 5845

Removed ^M chars again

2000-02-05 00:26 MB, revision 5844

Removed erroneous EVT_SCROLLWIN

2000-02-04 23:41 SN, revision 5843

Added #ifdef HAVE_SCHED_YIELD

2000-02-04 20:27 VZ, revision 5842

readding back

2000-02-04 20:27 VZ, revision 5841

new sample: statbar

2000-02-04 19:27 VZ, revision 5840

updated to reflect the current situation

2000-02-04 18:31 VZ, revision 5839

another new version of wxStringTokenizer (with tests and docs)

2000-02-04 17:08 JS, revision 5838

Minor doc typos removed; compilation improved for VC++ 4.x

2000-02-04 17:01 RR, revision 5837

Minor GTK fixes for wxGrid.

2000-02-04 15:17 VZ, revision 5836

fixed resize line drawing

2000-02-04 14:57 VZ, revision 5835

fixed refresh problem due to rounding errors

2000-02-04 14:16 RR, revision 5834

ROP changes.

2000-02-04 13:49 VZ, revision 5833

fixed AdvanceSelection() wrapping

2000-02-04 11:17 MB, revision 5832

Many bug fixes for display code: - clicking outside cell area no longer causes crashes - clicking beyond labels is now ignored - better cell selection code - old grid sample now works with this grid - newlines can be entered in to cell edit control

2000-02-04 08:41 SN, revision 5831

Added drag-shrinking

2000-02-03 17:37 VZ, revision 5830

fixed bug in handling quoted characters in value names

2000-02-03 15:14 SN, revision 5829

Added drag-shrinking.

2000-02-03 13:56 GT, revision 5828

Replaced C++ comment with C comment

2000-02-03 13:30 VZ, revision 5827

re-checking in files in Unix mode

2000-02-03 13:17 BJ, revision 5826

remove c++ comment in header

2000-02-03 13:07 BJ, revision 5825

fix include files path

2000-02-03 12:35 VZ, revision 5824

added WM_SYSCHAR processing

2000-02-03 12:20 VZ, revision 5823

fixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY

2000-02-03 07:18 MB, revision 5822

Used old name SelectCell instead of new name SetCurrentCell

2000-02-03 07:11 MB, revision 5821

Added missing SetGridCursor function

2000-02-03 06:07 MB, revision 5820

Updated demo program to work with revised grid code

2000-02-03 06:03 MB, revision 5819

Removed cell highlighting temporarily. Now wxGrid::EnableEditing(bool) sets the cell edit control to be editable or read-only. Fixed row sizing problem where text was clipped in the cell edit control.

2000-02-03 04:43 MB, revision 5818

Major redesign of grid classes: - wxGrid now derives from wxScrolledWindow - Row labels, col labels, corner labels and grid cell area implemented as separate classes The new design fixes the display problems (bad flicker when scrolling) and simplifies the internal handling of grid cell coordinates, the edit control etc.

2000-02-02 22:43 RD, revision 5817

more change documentation

2000-02-02 22:38 RD, revision 5816

more change documentation

2000-02-02 21:32 VS, revision 5815

added wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing (quite useless otherwise)

2000-02-02 21:18 VS, revision 5814

fixed bug that caused assertion failure when printing HTML with images

2000-02-02 21:18 VS, revision 5813

fixed memory leaks

2000-02-02 21:17 VS, revision 5812

fixed DeleteContents inconsistency: didn't free memory if DeleteContents called before inserting data (and creating wxList)

2000-02-02 21:17 VS, revision 5811

fixing memory leaks & mem tracing false alerts

2000-02-02 20:36 RR, revision 5810

Clearified ROP code in wxDC (MSW and GTK). Removed CaptureMouse() non-sense again.

2000-02-02 19:48 GRG, revision 5809

Fixed bug in DoDrawRotatedText: it wasn't deleting the font when done

2000-02-02 19:30 VZ, revision 5808

docs can be built again (thanks lacheck!)

2000-02-02 18:48 VZ, revision 5807

added CentreOnScreen(), updated the docs to clear this mess a bit

2000-02-02 18:00 VZ, revision 5806

1. don't compile IODBC sources for MSW 2. check for gettimeofday/ftime in configure (even though we have localtime)

2000-02-02 17:59 RR, revision 5805

Tried to fix corrupted display of wxTextCtrl, Corrected wxFileDialog's multiple file option. Corrected event mask for CaptureMouse(), Small change to "best visual" code.

2000-02-02 17:50 VZ, revision 5804

don't show the same message twice when wxLog called from another thread

2000-02-02 17:11 VZ, revision 5803

oops, typo in recently committed files

2000-02-02 17:06 VZ, revision 5802

another assert added to check incorrect use of ctor

2000-02-02 16:56 VZ, revision 5801

made error message when test for GTK+ fails more detailed

2000-02-02 16:37 SB, revision 5800

Add warning if wxStopWatch is up to second resolution

2000-02-02 16:09 KB, revision 5799

FreeBSD fixes

2000-02-02 15:10 VS, revision 5798

added Linux-only /proc/net/route check, IsOnline proceeds check always, not only if timer is not running, changed order of tests (/proc/net, ifconfig, connect to well-known host, ping)

2000-02-02 06:37 RD, revision 5797

minor fixes

2000-02-02 04:46 RD, revision 5796

wxPython doc updates

2000-02-02 00:52 VZ, revision 5795

1. wxStaticBitmap now uses mask even for bitmaps (and not only icons) 2. we now catch WM_SYSKEYDOWN/UP events as well as normal ones

2000-02-02 00:08 SN, revision 5794

Added rules using motif.t gtk.t os2.t

2000-02-01 23:47 SN, revision 5793

Added auto-generated files.lst

2000-02-01 23:43 SN, revision 5792

added os2.t

2000-02-01 21:36 RD, revision 5791

some fixes and code regeneration

2000-02-01 20:29 RD, revision 5790

workaround font data bug

2000-02-01 19:35 RD, revision 5789

set version number

2000-02-01 18:14 GRG, revision 5788

Updated for new XPMlib files

2000-02-01 18:13 GRG, revision 5787

Updated for new XPM files

2000-02-01 18:12 GRG, revision 5786

Added a test for saving XPMs with 'automatic' mask

2000-02-01 18:12 RR, revision 5785

Added test for no-change in crollwin.

2000-02-01 18:11 GRG, revision 5784
  • D /wxWidgets/trunk/src/xpm/dataxpm.c

This file was a copy of data.c and is not needed

2000-02-01 18:10 GRG, revision 5783

Fixed XPM transparency issue for both loading and saving

2000-02-01 18:10 GRG, revision 5782

Updated lib to 3.4g

2000-02-01 16:37 RR, revision 5781

Various corrections to makefiles, RPMs etc. Corrected overoptimised window style and colour code. More best visual changes. Minor typos in docs.

2000-02-01 16:05 BJ, revision 5780

splitter in bin format

2000-02-01 16:03 BJ, revision 5779
  • D /wxWidgets/trunk/docs/latex/wx/splitter.bmp
  • D /wxWidgets/trunk/docs/latex/wx/splitter.gif

*** empty log message ***

2000-02-01 15:54 BJ, revision 5778

*** empty log message ***

2000-02-01 15:54 BJ, revision 5777
  • D /wxWidgets/trunk/docs/latex/wx/bullet.bmp

*** empty log message ***

2000-02-01 15:48 JS, revision 5776

Set/GetWindowMenu added to MDI parent frame under MSW

2000-02-01 14:52 BJ, revision 5775

icons fix for unix

2000-02-01 09:16 BJ, revision 5774

Add system fonts

2000-02-01 09:05 BJ, revision 5773

fix icons in dbtree.cpp

2000-02-01 01:46 VZ, revision 5772

trying to make wxYield() more threads friendly

2000-02-01 01:22 VZ, revision 5771

1. some fixes for the problems reported by BoundsChecker 2. filled rectangles without outline are one pixel taller/wider

2000-01-31 21:28 DW, revision 5770

VA 4.0 fix

2000-01-31 21:22 RD, revision 5769

Minor additions to make working with binary buffers easier.

2000-01-31 21:07 RD, revision 5768

Some minor updates, fixes, etc.

2000-01-31 21:01 RD, revision 5767

new tests

2000-01-31 20:46 VZ, revision 5766

1. bug in wxString::find_first_of() fixed 2. new wxStringTokenizer class and the docs for it

2000-01-31 19:16 VZ, revision 5765

compilation for Win32 using configure works again

2000-01-31 18:42 VZ, revision 5764

added wxBase.dsp to the list of files

2000-01-31 18:38 VZ, revision 5763

new wxStringTokenizer

2000-01-31 18:31 VZ, revision 5762

makefiles changes (@top_srcdir@ adjusted)

2000-01-31 18:26 VZ, revision 5761

1. configre/makefiles changes a) wxBase compilation/installation/dist works, added wxBase.spec b) list of files is include by Makefile.in, not embedded into it c) configure runs "subconfigures" for samples/demos/utils 2. wxTokenizer class from Gregory Pietsch

2000-01-31 17:37 RR, revision 5760

Using the best visual is now an option.

2000-01-31 17:31 KB, revision 5759

Added the "guessed" icon path for Debian/Corel Linux with KDE

2000-01-31 16:25 VZ, revision 5758

wxWS_EX_VALIDATE_RECURSIVELY set by default if parent has it

2000-01-31 16:08 KB, revision 5757

gtk-config now checks for gthread

2000-01-31 16:02 KB, revision 5756

FreeBSD library naming fix

2000-01-31 15:44 GT, revision 5755

Replaced tabs and cleaned up indentations. Replaced all the char arrays I could with wxStrings. Should noticably reduce memory used by classes. Fixed "for (int i=0...)" occurances

2000-01-31 15:41 GT, revision 5754

Removed tabs and cleaned up indentations. Added SQL_LOG_FILENAME and SQL_CATALOG_FILENAME constants to remove embedded text filenames

2000-01-31 15:08 BJ, revision 5753

wxString fix (c_str()) in doc.cpp

2000-01-31 15:02 BJ, revision 5752

add busycursors and remove fonts

2000-01-31 14:36 BJ, revision 5751

suppres some warnings, suppress assert failure for fonts

2000-01-31 14:22 BJ, revision 5750

Handle Cancel button in userdlg

2000-01-31 14:16 DW, revision 5749

VA 4.0 fixes

2000-01-31 13:20 BJ, revision 5748

Userdlg uses constraints (better for wxMotif). Also added Id for cvs

2000-01-31 11:43 GT, revision 5747

Fixed file names to be the 8.3 name style

2000-01-31 10:43 BJ, revision 5746

re-indent sources

2000-01-31 09:51 BJ, revision 5745

fix Makefile.in

2000-01-31 09:30 BJ, revision 5744

add makefile.b32

2000-01-30 18:29 GT, revision 5743

Added dbbrowse demo to the list of demos

2000-01-30 18:28 GT, revision 5742

Fixed target name to dbbrowse rather than dbrrowser

2000-01-30 18:27 GT, revision 5741

Added the dbbrowse demo to the demo builds

2000-01-30 15:29 JS, revision 5740

Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't link)

2000-01-30 13:43 JS, revision 5739

Cured memory leak report in wxDateTime; wxGLCanvas corrections

2000-01-30 01:33 VZ, revision 5738

added modeless dlg test to dialogs

2000-01-30 01:31 VZ, revision 5737

wxDialog change (Show() completely rewritten, modal dialogs handling changed)

2000-01-29 22:19 VZ, revision 5736

I think it's needed...

2000-01-29 20:27 GRG, revision 5735

Fixed for old gnuwin32

2000-01-29 17:52 RR, revision 5734

Disabled ODBC code by default, Move isql.h and isqlext.h to /include/wx

2000-01-29 16:50 RR, revision 5733

Line drawing correction.

2000-01-29 14:36 RR, revision 5732

New line tests.

2000-01-29 02:38 VZ, revision 5731

1. small changes to wxProgressDialog to make it more user-friendly 2. attempt to correct the disappearing focus problem

2000-01-29 02:35 VZ, revision 5730

VC++ project for wxBase/Win32

2000-01-29 02:34 VZ, revision 5729

1. thread sample now uses wxProgressDialog for more "realism" 2. added a filled rect with outline to the drawing sample and changed DrawLine() to show how MSW draws them

2000-01-29 01:13 VS, revision 5728

fixed memory leak (m_PagesHash not deleted)

2000-01-29 01:13 VS, revision 5727

switched back to old use of DrawBitmap for transparent bitmaps

2000-01-29 01:12 VS, revision 5726

bugfix: added wxWindowBase::OnMiddleClick declaration

2000-01-29 01:12 VS, revision 5725

LGPL comments

2000-01-29 01:12 VS, revision 5724

wxHTML changelog added

2000-01-29 01:12 VS, revision 5723

changed meaning of Ctrl-End to be symetrical with Ctrl-Home

2000-01-28 23:37 DW, revision 5722

VA 4.0 fixes

2000-01-28 20:58 VZ, revision 5721

more files to ignore (build dirs names, tags files)

2000-01-28 20:56 VZ, revision 5720

compilation fix

2000-01-28 20:56 VZ, revision 5719

test for log dialog with only 1 msg

2000-01-28 20:54 VZ, revision 5718

wxBase compilation fixes

2000-01-28 20:54 VZ, revision 5717

added version info hidden dialog

2000-01-28 20:53 VZ, revision 5716

small compilation fix for !wxUSE_SOCKETS

2000-01-28 15:25 GT, revision 5715

First version of the DbBrowser demo program

2000-01-27 22:47 GT, revision 5714

Attempting to allow WIN16 compilation of the db/dbtable classes

2000-01-27 19:50 RR, revision 5713

Copied isql.h and isqlext.h to /include/wx/unix and make it get installed. New code for "best_visual" under SGI and Sun. Typos in PostScrip code: HelvO and CourO.

2000-01-27 16:47 VZ, revision 5712

wxString::find() now works again (was completely broken)

2000-01-27 13:10 BJ, revision 5711

IODBC fix in GetDataSource

2000-01-27 11:44 GT, revision 5710

Fixed the GetDataSource() function so the DsDesc that is returned is the full description

2000-01-27 08:54 BJ, revision 5709

Using P.Getchar(i) instead of p[i]

2000-01-27 07:59 SC, revision 5708

new upload / perhaps prev version was corrupted

2000-01-27 03:25 OK, revision 5707

Added a couple of wxT()

2000-01-27 00:03 VS, revision 5706

added helpview to makefile

2000-01-27 00:03 VS, revision 5705

compilation fix

2000-01-27 00:03 VS, revision 5704

compilation fix for MSVC

2000-01-27 00:03 VS, revision 5703

minor visual enhancement of help browser

2000-01-27 00:03 VS, revision 5702

documented noRefresh parameter of SetScrollbars

2000-01-27 00:03 VS, revision 5701

fixed incorrect parsing of URLs like www.kde.org (should be understood as www.kde.org/)

2000-01-27 00:03 VS, revision 5700

made unzip.c accept / and \ in filenames as equal

2000-01-27 00:02 VS, revision 5699

implemented better paths handling: dir1/../dir2/file is replaced by dir2/file

2000-01-27 00:02 VS, revision 5698

inline functions with if moved to .cpp

2000-01-27 00:02 VS, revision 5697

some scrolling&refreshing fixed ; removed wxHtmlWindow::OnKeyDown

2000-01-27 00:02 VS, revision 5696

removed wxHtmlWindow::OnKeyDown

2000-01-27 00:02 VS, revision 5695

yet another help browser visual enhancement

2000-01-26 23:43 RL, revision 5694

test for disabled scroll directions in kbd handler

2000-01-26 23:07 DW, revision 5693

Missing datetime and the db classes!!

2000-01-26 23:06 DW, revision 5692

Copmplete .icc that includes all libs that need be linked

2000-01-26 22:44 SN, revision 5691

LINKAGEMODE is defined in defs.h. No need to have the same #ifdef again - - at least as far as I can see/test.

2000-01-26 22:35 , revision 5690
  • A /wxWidgets/branches/unlabeled-1.40.2
  • D /wxWidgets/branches/unlabeled-1.40.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.40.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.40.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.40.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.40.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.40.2/configure
  • D /wxWidgets/branches/unlabeled-1.40.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.40.2/demos
  • D /wxWidgets/branches/unlabeled-1.40.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.40.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.40.2/distrib
  • D /wxWidgets/branches/unlabeled-1.40.2/docs
  • D /wxWidgets/branches/unlabeled-1.40.2/include
  • D /wxWidgets/branches/unlabeled-1.40.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.40.2/lib
  • D /wxWidgets/branches/unlabeled-1.40.2/locale
  • D /wxWidgets/branches/unlabeled-1.40.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.40.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.40.2/misc
  • D /wxWidgets/branches/unlabeled-1.40.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.40.2/modules
  • D /wxWidgets/branches/unlabeled-1.40.2/regen
  • D /wxWidgets/branches/unlabeled-1.40.2/samples
  • D /wxWidgets/branches/unlabeled-1.40.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.40.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.40.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/appcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/choiccmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/clipcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/cmdline.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/cmndata.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/config.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/ctrlcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/ctrlsub.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/cwlex_yy.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/cwy_tab.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/datetime.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/datstrm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/db.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dbtable.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dcbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dlgcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dndcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dobjcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/docmdi.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/docview.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/doslex.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dosyacc.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/dynarray.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/encconv.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/event.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/extended.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/ffile.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/file.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/fileconf.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/filefn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/filesys.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/fontcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/fontmap.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/framecmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/fs_inet.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/fs_zip.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/ftp.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/gdicmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/geometry.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/gifdecod.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/glob.inc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/hash.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/helpbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/http.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagall.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagbmp.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/image.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imaggif.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagjpeg.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagpcx.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagpng.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagpnm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/imagtiff.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/init.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/intl.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/ipcbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/layout.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/lboxcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/lexer.l
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/list.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/log.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/longlong.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/matrix.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/memory.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/menucmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/mimecmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/module.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/mstream.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/object.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/objstrm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/odbc.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/paper.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/parser.y
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/prntbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/process.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/protocol.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/resourc2.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/resource.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/sckaddr.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/sckfile.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/sckipc.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/sckstrm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/serbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/sizer.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/socket.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/strconv.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/stream.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/string.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/tbarbase.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/textcmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/textfile.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/timercmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/tokenzr.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/txtstrm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/unictabl.inc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/unzip.c
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/unzip.h
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/url.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/utilscmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/valgen.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/validate.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/valtext.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/variant.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/wfstream.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/wincmn.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/wxchar.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/wxexpr.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/zipstrm.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/common/zstream.cpp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.40.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.40.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.40.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.40.2/src/html
  • D /wxWidgets/branches/unlabeled-1.40.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.40.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.40.2/src/make.env.in
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeenvs
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeg295.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.env.in
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.env.in
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.40.2/src/make_cw.mcp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.40.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.40.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.40.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.40.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.40.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.40.2/src/png
  • D /wxWidgets/branches/unlabeled-1.40.2/src/qt
  • D /wxWidgets/branches/unlabeled-1.40.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.40.2/src/stubs
  • D /wxWidgets/branches/unlabeled-1.40.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.40.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxvc.dsp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxvc.dsw
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxvc_dll.dsp
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxvc_dll.dsw
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.40.2/src/xpm
  • D /wxWidgets/branches/unlabeled-1.40.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.40.2/tests
  • D /wxWidgets/branches/unlabeled-1.40.2/user
  • D /wxWidgets/branches/unlabeled-1.40.2/utils
  • D /wxWidgets/branches/unlabeled-1.40.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.40.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.40.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.40.2/wxWINE.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.40.2'.

2000-01-26 22:35 SN, revision 5689

Changed order of #ifdefs to get native version on OS/2, even if dlopen-wrapper is available.