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

2003-06-27 19:02 RD, revision 21448

Added a sample of using wxFileDialog for saving

2003-06-27 18:39 RD, revision 21447

Use wxSTC in the demo for displaying the soucre code of the samples.

2003-06-27 13:47 VS, revision 21446

misc win32 fixes

2003-06-27 13:41 VS, revision 21445

install setup.h before compiling on windows

2003-06-27 13:38 VS, revision 21444

fixed linking against builtin 3rd party libs

2003-06-27 13:25 VS, revision 21443

1) Added INC_FOO variable with include directory for 3rd party libraries 2) Don't compile ODBC on Windows

2003-06-27 10:09 VS, revision 21442

compilation fix

2003-06-27 09:59 VS, revision 21441

another compilation fix

2003-06-27 09:57 VS, revision 21440

compilation fix for wxMSW

2003-06-27 09:55 VS, revision 21439

Windows compilation fix

2003-06-27 09:32 VS, revision 21438

changed WXTOPDIR definition to not begin with /

2003-06-27 00:16 VZ, revision 21437

moved GetOSVersion() to the base traits class; implement it in platform-specific files

2003-06-27 00:07 VZ, revision 21436

TryParent()/ProcessEvent() were included in both base and GUI

2003-06-26 23:46 VZ, revision 21435

__WXBASE__ -> wxUSE_BASE

2003-06-26 22:16 VS, revision 21434

CR/LF fixes

2003-06-26 21:30 VS, revision 21433

preliminary work on borland bakefiles

2003-06-26 21:17 VS, revision 21432

fixed dependency tracking if . not in PATH

2003-06-26 21:17 VS, revision 21431

build event.cpp into both wxBase and wxGUI

2003-06-26 17:47 JS, revision 21430

Removed 16-bit conditional compilation

2003-06-26 17:29 JS, revision 21429

Corrected small typo

2003-06-26 17:26 JS, revision 21428

Removed WIN16 references

2003-06-26 17:10 JS, revision 21427

Removed obsolete code

2003-06-26 15:39 VZ, revision 21426

added EstimateTotalHeight

2003-06-26 13:15 JS, revision 21425

Added m_ prefix to wxColourData and wxFontData members for consistency. Fixed some typos in comments. Fixed wizard constructor doc.

2003-06-26 13:00 VZ, revision 21424

pass event to validators fisrt, before using the dynamic event table

2003-06-26 12:45 VZ, revision 21423

compilation fix

2003-06-26 11:22 CE, revision 21422

remove conflicts

2003-06-26 10:05 VZ, revision 21421

changing the number of items in wxHtmlListBox should flush the cache

2003-06-26 01:14 VZ, revision 21420

compilation fixes for separate build

2003-06-26 01:10 VZ, revision 21419

compilation fix for wxGUI

2003-06-26 00:44 VZ, revision 21418

got rid of wxEvtHandler::m_isWindow, use virtual functions (overridden in wxWindow) instead

2003-06-25 23:50 VZ, revision 21417

some more #if wxUSE_BASE (but still not enough)

2003-06-25 23:49 VZ, revision 21416

extracted wxStopWatch and global timer functions in a separate file

2003-06-25 23:27 VS, revision 21415

added stopwatch.h

2003-06-25 20:12 GD, revision 21414

corrected resource file compilation command for wxMac

2003-06-25 19:54 VS, revision 21413

no need for --enable-soname anymore

2003-06-25 19:50 VS, revision 21412

more fixes

2003-06-25 19:43 VS, revision 21411

new dependencies tracking code

2003-06-25 19:27 VS, revision 21410

new dependencies tracking code

2003-06-25 19:09 RD, revision 21409

Fixed OOR for wxPyHtmlWindow

2003-06-25 19:08 RD, revision 21408

Fixed typo

2003-06-25 19:07 VS, revision 21407

use MacOS X resources

2003-06-25 19:02 VS, revision 21406

updated

2003-06-25 18:48 VS, revision 21405

added gizmos makefile

2003-06-25 18:44 VS, revision 21404

compilation fix

2003-06-25 18:35 RD, revision 21403

wxTreeListCtrl updates: fixed wrapping of GetSelections and made keyboard navigation work like MSW's native tree when on MSW.

2003-06-25 18:33 RD, revision 21402

Patch from Will Sadkin ## Version 1.3 ## 1. Made it possible to configure grouping, decimal and shift-decimal characters, ## to make controls more usable internationally. ## 2. Added code to smart "adjust" value strings presented to .SetValue() ## for right-aligned numeric format controls if they are shorter than ## than the control width, prepending the missing portion, prepending control ## template left substring for the missing characters, so that setting ## numeric values is easier. ## 3. Renamed SetMaskParameters SetCtrlParameters() (with old name preserved ## for b-c), as this makes more sense.

2003-06-25 18:31 VS, revision 21401

blind wxCocoa fixes

2003-06-25 18:30 VS, revision 21400

top_builddir is part of bakefile now

2003-06-25 18:14 VS, revision 21399

new dependency tracking from bakefile cvs