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-06-24 00:28 RD, revision 7638

Added wxLog and friends to wxPython Various odds and ends

2000-06-22 15:10 VZ, revision 7637

corrected Baltic encoding handling (patch from Nerijus <nerijus@sat.lt>)

2000-06-22 08:38 RR, revision 7636

Added new TIFF code.

2000-06-22 08:37 VZ, revision 7635

added a note about new C++ logical operators keywords

2000-06-22 08:10 VZ, revision 7634

fixes for compilers with weird isprint()/isdigit()

2000-06-22 08:04 VZ, revision 7633

fix for branch 'auto-collapse'

2000-06-22 07:57 VZ, revision 7632

Sun CC 5.0 compilation fix

2000-06-22 07:50 VZ, revision 7631

undef inline before redefining it

2000-06-21 21:10 VZ, revision 7630

fixed "missing" initial resize of wxMDIChildFrame

2000-06-21 18:53 VS, revision 7629

added comment about setlocale() behavior

2000-06-21 14:09 JS, revision 7628

Fixed missing hotspot code; fixed misspelling in setup0.h; added missing consts to wxPoint operators

2000-06-21 12:12 VZ, revision 7627

HP-UX compilation fix

2000-06-21 09:15 VZ, revision 7626

1. wxKeyEvent::GetKeyCode() and HasModifiers() added and documented 2. wxGridCellEditor::IsAcceptedKey() added and implemented 3. no changes in other files (but cvs wants to commit them)

2000-06-21 09:13 MB, revision 7625

Stupid error in my last commit

2000-06-21 09:12 VZ, revision 7624

reentrancy fix (extremely ugly, will have to do better soon)

2000-06-21 09:06 MB, revision 7623

TAB key press at left or right of grid now saves editor value and hides editor

2000-06-21 09:03 VZ, revision 7622

added 'show columns info' menu command

2000-06-21 07:47 MB, revision 7621

If grid cursor is at the bottom of a column a return key press will now save the editor value and hide the editor.

2000-06-21 07:24 VZ, revision 7620

add -D_REENTRANT for Alpha compilation as well

2000-06-21 07:16 VZ, revision 7619

file I forgot to commit

2000-06-21 07:07 JS, revision 7618

Further BC++ patches

2000-06-21 03:48 RD, revision 7617

Added gtk-config to build.cfg some minor tweaks

2000-06-20 21:09 VZ, revision 7616

added a note about SetBlinkTime under MSW

2000-06-20 19:35 JS, revision 7615

Fix to wxGenericDragImage inefficiency

2000-06-20 12:45 VZ, revision 7614

don't start label editing when double clicking the item

2000-06-20 11:36 VZ, revision 7613

oops, forgot to add

2000-06-20 11:35 VZ, revision 7612

1. generic wxCaret fixes 2. wxGTK focus fix 3. wxCaret docs

2000-06-20 10:02 RR, revision 7611

Corrected wxWindow::SetCursor().

2000-06-20 07:30 VZ, revision 7610

fix for IRIX compilation with gcc (hopefully)

2000-06-20 07:14 VZ, revision 7609

documented Left[Is]Down behaviour and changed the obsolete test in the sample

2000-06-19 21:55 VS, revision 7608

documented connection with wxFileSystem

2000-06-19 14:23 JS, revision 7607

BC++ updates, propery form fix, dialog fix

2000-06-19 11:59 VZ, revision 7606

1. it is now possible to say ParseFormat("%4Y%2d%2m") 2. hard-coded a rollover date into ParseFormat("%y") - bad, but can't do anything better right now

2000-06-19 11:25 VZ, revision 7605

some HP-UX compiler warnings fixed

2000-06-19 11:10 RR, revision 7604

Added empty line at the end.

2000-06-19 11:09 RR, revision 7603

Added more missing "class"s to friend decl.

2000-06-19 11:08 RR, revision 7602

Added missing "class" to friend decl.

2000-06-19 10:21 VZ, revision 7601

allow dragging the divider line outside the window

2000-06-19 08:52 VZ, revision 7600

may be resizing finally works now (I am not even sure any more)

2000-06-19 08:38 VZ, revision 7599

fixed GetMonth/YearStart/End off by 1 bug

2000-06-19 08:10 VZ, revision 7598

fixes to wxZipInputStream EOF (not) handling

2000-06-19 08:09 VZ, revision 7597

forgotten fix for write_append and non existing file

2000-06-19 08:00 JS, revision 7596

BC++/Mingw32 patches applied

2000-06-19 07:50 VZ, revision 7595

compilation error fixed (see Sun build log)

2000-06-19 07:48 VZ, revision 7594

made GetSize() public

2000-06-19 07:44 VZ, revision 7593

fixed problem with PushEventHandler() and OnIdle()

2000-06-18 21:31 VZ, revision 7592

1. fixed wxDC::DrawArc() problem with full circles 2. replaced about a dozen occurences of some wxSTIPPLE_MASK_OPAQUE related code with a helper class (talk about code bloat...) 3. wxColourDialog parent is set correctly now, other minor fixes there

2000-06-18 15:58 RR, revision 7591

Getting rid of CVS conflicts. Fixed forgotten idle priority value in wxYield().

2000-06-18 14:48 JS, revision 7590

Added VC++ IDE tech note. Sorry, I'm not going to dumb it down to plain text...

2000-06-18 12:19 BJ, revision 7589

missing button.h header