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