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

2003-06-25 17:33 rgammans, revision 21398

correct documentation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE events

2003-06-25 17:30 rgammans, revision 21397

correct docuemtation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE events

2003-06-25 17:08 VS, revision 21396

compilation fix

2003-06-25 16:35 VS, revision 21395

regenerated

2003-06-25 16:34 VS, revision 21394

split log.h into GUI and base parts

2003-06-25 16:29 VS, revision 21393

many changed to enable multilib build

2003-06-25 16:28 VS, revision 21392

split log.h into GUI and base parts

2003-06-25 15:33 VS, revision 21391

fixes

2003-06-25 15:23 VS, revision 21390

regenerated makefiles, with support for multilib build

2003-06-25 15:13 VS, revision 21389

regenerated makefiles, with support for multilib build

2003-06-25 15:09 VS, revision 21388

fixes to previous commit

2003-06-25 14:59 VS, revision 21387

moved AddFile(wxImage) to GUI part of library, too

2003-06-25 14:52 VS, revision 21386

find available samples, demos and contribs at runtime

2003-06-25 14:32 VS, revision 21385

compilation fix for wxBase

2003-06-25 14:21 VS, revision 21384

only define wxUSE_GUI if not already defined; this is needed for multilib build

2003-06-25 11:02 VS, revision 21383

install headers and link against main lib

2003-06-25 11:00 VS, revision 21382

more contrib tweaks

2003-06-25 02:10 DE, revision 21381

Changed bool WakeUpIdle() to void to match base class

2003-06-25 00:40 VS, revision 21380

added XRC contrib makefile

2003-06-25 00:37 VS, revision 21379

added first contrib makefile

2003-06-25 00:26 VS, revision 21378

different location for contrib bakefiles

2003-06-25 00:13 VZ, revision 21377

missign app.h header

2003-06-25 00:11 VZ, revision 21376

a quick hack to fix wxBase compilation

2003-06-25 00:10 VZ, revision 21375

missing wx/iconloc.h added

2003-06-25 00:08 VZ, revision 21374

removed #pragma interface because it results in link problems when building wxBase/wxGUI

2003-06-24 23:52 VS, revision 21373

support for building contrib libraries

2003-06-24 23:48 VS, revision 21372

wxBase fixes

2003-06-24 23:27 VS, revision 21371

fixes to wxBase compilation

2003-06-24 22:47 VZ, revision 21370

wxTINY_CAPTION_XXX are obsolete

2003-06-24 22:46 VS, revision 21369

fixed make install

2003-06-24 22:35 VS, revision 21368
  • D /wxWidgets/trunk/src/make.env.in
  • D /wxWidgets/trunk/src/makelib.env.in
  • D /wxWidgets/trunk/src/makeprog.env.in

no longer needed

2003-06-24 22:31 VS, revision 21367

renamed julian's private makefile, it's in the way

2003-06-24 22:23 VS, revision 21366

Mac OS X fixes for ac-2.5

2003-06-24 22:12 VS, revision 21365

moving to autoconf-2.5x

2003-06-24 22:05 VS, revision 21364

moved to autoconf-2.5x

2003-06-24 21:56 VS, revision 21363

moving to autoconf-2.5x

2003-06-24 20:13 VS, revision 21362

fixed OSX resources invalid path

2003-06-24 20:00 GD, revision 21361

corrections for compilation under Mac OS X

2003-06-24 19:49 GD, revision 21360

updated code to not use deprecated methods

2003-06-24 19:35 GD, revision 21359

minor corrections for compilation with gcc 3.3 (use cast of address instead of address of cast)

2003-06-24 18:45 VZ, revision 21358

backported wxDateSpan comparison operators from trunk

2003-06-24 18:19 VS, revision 21357

added Mac resource with icon

2003-06-24 18:14 VS, revision 21356

added wxART_MISSING_IMAGE

2003-06-24 18:08 VS, revision 21355

don't compile generic wxMessageDialog w/ GTK+2, it's not used (forgot to commit this)

2003-06-24 11:54 VS, revision 21354

regenerated after fixing OSX install_name and adding wxCocoa files

2003-06-24 11:31 VS, revision 21353

regenerated

2003-06-24 11:29 VS, revision 21352

compilation fix

2003-06-24 11:25 VS, revision 21351

wxCocoa fixes

2003-06-24 11:22 VS, revision 21350

defined __WXBASE__ when building the monolib

2003-06-24 11:21 VS, revision 21349

compilation fixes