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-08-14 11:02 JS, revision 22853

No significant change

2003-08-14 11:00 CE, revision 22852

move define to better place

2003-08-14 10:55 JS, revision 22851

Removed some cruft

2003-08-14 10:33 JS, revision 22850

Don't need penwin.cpp

2003-08-14 10:01 CE, revision 22849

fix bugs when compiling with dmars

2003-08-14 09:55 JS, revision 22848

Clear -> ClearBackground

2003-08-14 09:17 VS, revision 22847

DMC doesn't have w32api

2003-08-14 09:04 JS, revision 22846

Some updates (incomplete)

2003-08-14 09:02 JS, revision 22845
  • D /wxWidgets/trunk/contrib/src/deprecated/deprecated.dsp

Removed obsolete DSP file

2003-08-14 09:02 JJ, revision 22844

Committing in . added spliiter.h for the definitions of wxSP* macros Modified Files: wxWindows/utils/dialoged/src/winstyle.cpp ----------------------------------------------------------------------

2003-08-14 08:50 CE, revision 22843

dmars does not have w32api.h

2003-08-14 08:46 CE, revision 22842

remove no longer treu comment about dmars

2003-08-14 06:33 JJ, revision 22841

Committing in . OpenVMS compile support updated Modified Files: wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms ----------------------------------------------------------------------

2003-08-14 03:58 RD, revision 22840

reSWIGged

2003-08-14 03:56 RD, revision 22839

Use multi-lib build on MSW, and other tweaks

2003-08-14 03:45 RD, revision 22838

reSWIGged

2003-08-14 00:59 VZ, revision 22837

made wxTreeItemIdValue typedef for long, not ulong, so that it is possible to write code working for both 2.4 and 2.5

2003-08-14 00:10 VZ, revision 22836

fixed extraneous scrolling when scrollbars are added/removed (patch 788026; bug 746618)

2003-08-14 00:09 VZ, revision 22835

added wxRecursionGuard

2003-08-13 23:55 VZ, revision 22834

fixed extraneous scrolling when scrollbars are added/removed (patch 788026; bug 746618)

2003-08-13 23:00 VZ, revision 22833

failed attemps to fix tons of warnings

2003-08-13 22:59 VZ, revision 22832

compilation fix

2003-08-13 22:58 VZ, revision 22831

removed an unneeded file

2003-08-13 22:43 VS, revision 22830

new VC++ project files with both dll and lib in one project

2003-08-13 22:41 VZ, revision 22829

continue setting scrollbars even if only width/height changes, not both of them (patch 788017)

2003-08-13 22:39 VZ, revision 22828

check the week day for consistency in ParseFormat() (replaces patch 788052)

2003-08-13 22:33 VZ, revision 22827

fixed unused variable (replaces patch 788090)

2003-08-13 22:31 VZ, revision 22826

removed an unused variable (patch 788101)

2003-08-13 22:29 VS, revision 22825

new VC++ project files with both dll and lib in one project

2003-08-13 22:26 VS, revision 22824

DSP changes update

2003-08-13 21:34 MBN, revision 22823

Refactoring: no real changes.

2003-08-13 21:28 MBN, revision 22822

wxMotif STL-ification.

2003-08-13 21:22 VS, revision 22821

1. merged dll and lib VC++ projects into one project file, as in old projects 2. removed dependencies on 3rd party libs for static libs (doesn't work due to bug in VC++ IDE)

2003-08-13 21:17 VS, revision 22820

merged dll and lib VC++ projects into one project file, as in old projects

2003-08-13 21:05 RD, revision 22819

Clear --> ClearBackground

2003-08-13 20:56 VS, revision 22818

use generated VC++ projects with dependencies

2003-08-13 20:39 DE, revision 22817

Improve default size. If the control is auto-fit its size won't be less than 70 pixels.

2003-08-13 20:35 DE, revision 22816

Create an NSPopUpButton and size it appropriately

2003-08-13 20:28 DE, revision 22815

Make appropriate use of MakeDefaultNSRect and SetInitialFrameRect

2003-08-13 19:47 RD, revision 22814

add maps for the old/new names

2003-08-13 19:46 RD, revision 22813

Clear --> ClearBackground

2003-08-13 19:46 RD, revision 22812

Add a little space so the wxHtmlCell doesn't overwrite the border of the selection box

2003-08-13 19:45 RD, revision 22811

Switch to wxCHECK so the bad code isn't still executed if the assert dialog is ignored.

2003-08-13 19:38 RD, revision 22810

Clear --> ClearBackground

2003-08-13 19:37 DE, revision 22809

Added helper functions for setting initial window size: * inline MakeDefaultNSRect makes an NSRect with position (10.0,10.0) and size based on the size passed to Create run through (Width|Height)Default This NSRect is to be used with the initWithFrame: initializer. * SetInitialFrameRect is called after the window has been added to its parent and (if applicable) sized to fit. If -1 is specified for a dimension then the fit/default size is kept. If not, the window is sized to the specified size. It will be positioned in wxWindows coordinates (0,0==TL).

2003-08-13 17:56 SC, revision 22808

collection macro also for XTI_TEMPLATE_FIX

2003-08-13 16:59 SC, revision 22807

collection support for XTI

2003-08-13 16:57 SC, revision 22806

make this along the vc 7.1 exception as beforestd

2003-08-13 16:56 VS, revision 22805

fixed compilation of xml.cpp: include ./expat/lib directory

2003-08-13 16:52 VZ, revision 22804

compilation fix after Clear() change

2003-08-13 16:47 VZ, revision 22803

renamed wxWindow::Clear() to ClearBackground() for wxGTK as well

2003-08-13 15:48 VS, revision 22802

fixed wrong arguments to Draw

2003-08-13 15:47 VS, revision 22801

fixed typo

2003-08-13 15:25 DE, revision 22800

Don't send idle events while an assertion dialog is showing.

2003-08-13 14:38 JS, revision 22799

Fixed some missing braces

2003-08-13 14:25 VS, revision 22798

define NO_GCC_PRAGMA in wx-config output on Darwin

2003-08-13 14:09 VZ, revision 22797

renamed wxWindow::Clear() to ClearBackground() (fixes bug 783576)

2003-08-13 13:04 VS, revision 22796

forgot to copy data

2003-08-13 12:56 VS, revision 22795

don't forget to build all projects in the workspace

2003-08-13 12:39 VS, revision 22794

forgot to copy data

2003-08-13 12:38 VS, revision 22793

makefiles update with OSX fixes

2003-08-13 12:22 VS, revision 22792

fixed wxUSE_XML

2003-08-13 12:16 VZ, revision 22791

made the example Unicode-friendly (patch 785642)

2003-08-13 11:31 VZ, revision 22790

update by Paco Riviere

2003-08-13 10:09 VZ, revision 22789

suppress warnings about not being able to inline a function under BC

2003-08-13 10:06 VZ, revision 22788

OnExit() is not called if OnInit() failed

2003-08-13 10:06 VZ, revision 22787

set LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first column too (and fixes bug 787781)

2003-08-13 09:58 VZ, revision 22786

set LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first column too (and fixes bug 787781); corrected return value of InsertColumn()

2003-08-13 08:48 JJ, revision 22785

Committing in . Updating/repairing OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/gtk/app.cpp ----------------------------------------------------------------------

2003-08-12 22:03 JS, revision 22784

Minor updates

2003-08-12 22:02 VS, revision 22783

disable more borland warnings

2003-08-12 21:42 VS, revision 22782

precompiled headers check accounts for Apple compiler now

2003-08-12 21:32 VS, revision 22781

fix static wxnet build

2003-08-12 16:57 MBN, revision 22780

Warning fixes for (MinGW) GCC 3.3.1.

2003-08-12 16:45 MBN, revision 22779

Added wxHashSet, with minimal tests.

2003-08-12 15:33 JS, revision 22778

Removed some obsolete distribution files Updated listing files Added new shell scripts for spinning wxMSW

2003-08-12 11:47 SC, revision 22777

panther fix

2003-08-12 04:30 DE, revision 22776

Implement Raise()/Lower() using [NSVIew sortSubviewsUsingFunction:context:]

2003-08-12 02:58 DE, revision 22775

Laid groundwork for scrolling.

2003-08-11 16:48 MBN, revision 22774

Expose GetCount when wxUSE_STL=1.

2003-08-11 16:33 JS, revision 22773

wxCaretSuspender only shows the caret if it was visible previously Improved caret handling in wxTextCtrl Restored scrollbar painting in wxUniv

2003-08-11 15:14 DE, revision 22772

Replaced id with winid so it doesn't conflict with the Objective-C type

2003-08-11 14:53 DE, revision 22771

Added dummy resources for wxCocoa so bundles will build

2003-08-11 13:47 DE, revision 22770

Added default implementation for drawRect and mouse events that returns false so normal processing will take place. Some users of wxCocoaNSView may not wish to implement every event.

2003-08-11 12:49 JS, revision 22769

Removed some experimental code I left in by accident

2003-08-11 12:47 JS, revision 22768

More fixes for !wxUSE_TIMER, !wxUSE_IMAGE

2003-08-11 10:59 JS, revision 22767

Cater for wxUSE_IMAGE=0

2003-08-11 10:46 JS, revision 22766

Cater for wxUSE_IMAGE=0

2003-08-11 10:01 SC, revision 22765

added wxDynamicObject (kind of delegate, docs to come once this has calmed down)

2003-08-11 01:22 VZ, revision 22764

compilation fix

2003-08-11 01:22 VZ, revision 22763

fixed some warnings about unused variables values

2003-08-11 01:15 VZ, revision 22762

really fixed '-' and '+' drawing

2003-08-11 01:14 VZ, revision 22761

initialize the font fields properly when it corresponds to a native font

2003-08-11 00:38 VZ, revision 22760

trying to fix the generic tree appearance problems

2003-08-11 00:33 VZ, revision 22759

more wxRendererNative docs

2003-08-10 23:54 VZ, revision 22758

fixed broken link

2003-08-10 22:12 VS, revision 22757

added tex2rtf makefiles

2003-08-10 22:11 VS, revision 22756

added HelpGen makefiles

2003-08-10 21:21 VS, revision 22755

MacOS X bundles support

2003-08-10 19:14 VS, revision 22754

added tex2rtf bakefile