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

2002-02-07 01:04 RD, revision 14040

added sample (currently commented out) of how to veto column size events

2002-02-07 01:04 RD, revision 14039

Moved utils.i back into the core since it imports it anyway.

2002-02-06 21:03 RD, revision 14038

Updated the build docs a bit, added wxMetafileDataObject, and some cleanup and fixes here and there.

2002-02-06 20:14 VZ, revision 14037

oops, have to commit this after accidentally committing intl.cpp to not break compilation (contains unfinished code)

2002-02-06 20:12 VZ, revision 14036

cleaned up the arrays declaration macros and added a new SORTED_ARRAY_CMP family; added tests for them to the console sample

2002-02-06 20:11 VZ, revision 14035

use wxCOMPILE_TIME_ASSERT instead of the run-time checks

2002-02-06 20:07 VZ, revision 14034

added and documented wxCOMPILE_TIME_ASSERT and wxASSERT_MIN_BITSIZE

2002-02-06 19:19 RD, revision 14033

Corrections for loss of XLOG2DEV and etc. macros in MSW. I assume that switching to LogicalToDevicwX and etc. is correct??

2002-02-06 14:40 VZ, revision 14032

fixes for METHODDEF definition

2002-02-06 14:25 VZ, revision 14031

fixed 2 minor warnings

2002-02-06 14:24 VZ, revision 14030

added the missing (newly added) colours to the switch

2002-02-06 14:10 VZ, revision 14029

typo in IMPLEMENT_DYNAMIC_CLASS fixed

2002-02-06 14:04 VZ, revision 14028

compilation fix for BC++ (hopefully)

2002-02-06 13:41 VZ, revision 14027

compilation fix after m_lDlgCode removal

2002-02-06 06:36 SC, revision 14026

m_style.cpp added

2002-02-06 01:42 VZ, revision 14025

IMPLEMENT_DYNAMIC_CLASS fixes

2002-02-06 01:38 VZ, revision 14024

assert when a base class of a class in wxRTTI system is not found

2002-02-06 01:38 VZ, revision 14023

added wxRTTI macros to wxList and wxStringList

2002-02-06 00:58 VZ, revision 14022

got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows, even the native controls

2002-02-05 21:35 MBN, revision 14021

* SPACE -> TAB in filelist.txt * Added wxBase support to makefile.g95 makeg95.env * Added FINAL=0|1 flag to makefile.g95 ( defaults to FINAL=0 )

2002-02-05 20:38 RD, revision 14020

Derive wxGridWindow from wxWindow instead of wxPanel so thw SetFocus in HideCellEditControl() will actually set the focus to the grid window instead of back to the cell editor which was just hidden.

2002-02-05 19:07 GT, revision 14019

Added WXDLLEXPORT_DATA() around several data elements

2002-02-05 19:05 VZ, revision 14018

make the log dialog slightly taller when it is expanded to account for a possible horz scrollbar

2002-02-05 18:13 JS, revision 14017

First stabs at stripping out Xt/Motif code

2002-02-05 16:44 JS, revision 14016

Fixed a couple of typos

2002-02-05 16:34 JS, revision 14015

Reformatted Motif headers; added __WXX11__ symbol support to common headers; added place-holding src/x11 and include/wx/x11 files.

2002-02-05 14:34 VZ, revision 14014

Unicode compilation fix

2002-02-05 14:15 DW, revision 14013

no message

2002-02-05 12:18 JS, revision 14012

Applied Hans Van Leemputten's FL separator patch

2002-02-05 00:16 VZ, revision 14011

compilation fix for wxUniv

2002-02-05 00:14 VZ, revision 14010

don't compile this file under wxMSW

2002-02-05 00:14 VZ, revision 14009

defined wxUSE_IFF

2002-02-05 00:14 VZ, revision 14008

fixed compilation without wxUSE_STREAMS

2002-02-05 00:01 VZ, revision 14007

fixed VC++ compilation warnings in optimized build

2002-02-04 23:32 DW, revision 14006

const fix.

2002-02-04 22:33 VZ, revision 14005

fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this

2002-02-04 21:52 VZ, revision 14004

no changes, just the file I forgot to commit...

2002-02-04 20:56 GD, revision 14003

added missing system colours (exact colours to be defined)

2002-02-04 19:37 VZ, revision 14002

fixed crash when return is pressed in a spinctrl inside a parent which is not a GtkWindow

2002-02-04 19:24 VZ, revision 14001

backported the fix for the log window details dropdown size from 2.3

2002-02-04 19:15 VZ, revision 14000

fixed size of the log dialog details drop down

2002-02-04 18:01 RR, revision 13999

Added missing test in wxObject::Ref() for already equal objects (same m_refData). Implemented new ref counting for wxBrush, wxPen and wxColour (in addition to wxRegion). Also inlined some more functions and implemented real comparisons. Corrected refresh code to update GTK's window-less widgets if overdrawn after a wxWindow::Refresh().

2002-02-04 16:34 VZ, revision 13998

added GAUGE standard colour and use it in DrawProgressBar() if the colour hadn't bee nset explicitly

2002-02-04 16:33 VZ, revision 13997

minor fix to the constraints of the cancel button to improve its sizing under wxUniv

2002-02-04 15:40 VZ, revision 13996

don't skip first/last node when pressing down/up arrow after opening the menu with the mouse

2002-02-04 14:09 DW, revision 13995

non const to const change

2002-02-04 14:05 RR, revision 13994

Now updating and clearing are done in a delayed fashion. The m_updateRegion gets updated and the (often much smaller) m_clearRegion gets cleared. This removes the flicker introduced by having delayed updates and immediate clearings.

2002-02-04 12:38 RR, revision 13993

Applied thread wakeup patch.

2002-02-04 12:21 VZ, revision 13992

base class of wxTreeItemData corrected

2002-02-04 12:17 VZ, revision 13991

fixed coords in HandleDropFiles()

2002-02-04 12:04 RR, revision 13990

Big wxRegion clean up.

2002-02-04 10:42 RR, revision 13989

Ref counting fixes and compile fixes.

2002-02-04 04:19 DW, revision 13988

OS/2 scrolling support

2002-02-04 01:35 VZ, revision 13987

total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks

2002-02-04 01:34 VZ, revision 13986

changed CloneRefData() to take a const pointer

2002-02-04 01:32 VZ, revision 13985

ScrollWindow() should use the rect it scrolls as the clipping rect as well

2002-02-03 23:54 VS, revision 13984

Unicode compilation fixes

2002-02-03 23:53 VS, revision 13983

wxXmlInitXmlModule no longer needed

2002-02-03 13:15 VZ, revision 13982

compilation fix

2002-02-03 12:31 VZ, revision 13981

oops, Clone/CreateRefData() were not overridden in wxRegion as intended

2002-02-03 12:30 VZ, revision 13980

added asserts to Clone/CreateRefData()

2002-02-03 12:25 GT, revision 13979

Added isql.h and isqlext.h to the "Base" target

2002-02-03 11:49 VZ, revision 13978

fixed wxRegion::Offset() to not modify the shared regions

2002-02-02 23:17 VS, revision 13977

wxXRC cleanup: removed .xmlbin format

2002-02-02 23:16 VS, revision 13976

added cur and ico formats to the sample

2002-02-02 23:15 VS, revision 13975

generated makefiles no longer contain information about when they were generated (you can still get this information from CVS/Entries and there will be fewer bogus revisions)

2002-02-02 23:14 VS, revision 13974

changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile

2002-02-02 16:08 VZ, revision 13973

added more commands for moving the logical origin

2002-02-02 16:08 VZ, revision 13972

1. fixed bug in wxDC::SetMapMode() which broke the scrolling 2. some cleanups in wxDC code 3. SetAxisOrientation() still doesn't work...

2002-02-02 13:34 GD, revision 13971

correction for compilation with ProjectBuilder

2002-02-02 13:21 GD, revision 13970

wxCommand is in cmdproc.h (SourceForge patch #511506)

2002-02-02 01:10 RD, revision 13969

A little cleanup for this demo

2002-02-02 01:09 RD, revision 13968

Shouldn't call SetFont(wxNullFont) any more

2002-02-02 00:40 VZ, revision 13967

wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

2002-02-02 00:19 RD, revision 13966

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:16 RD, revision 13965

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:14 RD, revision 13964

Updated contrib from Lorne White

2002-02-01 23:13 RD, revision 13963

better log messages for this demo

2002-02-01 23:01 VS, revision 13962

wxDialog::Show has default argument value in wxUniv now

2002-02-01 20:22 VS, revision 13961

wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow

2002-02-01 20:22 VS, revision 13960

compilation fix

2002-02-01 19:30 VZ, revision 13959

removed GetString(), it doesn't belong here

2002-02-01 17:34 JS, revision 13958

Added missing '!' to HasCapture() in window.cpp

2002-02-01 15:50 DW, revision 13957

Makefile and mod def updates. Compile bug in Choice fixed.

2002-02-01 15:43 VZ, revision 13956

made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

2002-02-01 15:30 VZ, revision 13955

some really ancient tips updated, mention make problems and flex version minimal requirments

2002-02-01 14:58 VZ, revision 13954

various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[]

2002-02-01 14:11 DW, revision 13953

Got rid of the bad EOLs.

2002-02-01 12:24 VZ, revision 13952

fixed Show() doc, added Hide()

2002-02-01 12:21 VZ, revision 13951

added default value for Show() argument

2002-02-01 03:28 DW, revision 13950

no message

2002-02-01 02:48 RD, revision 13949

Fix for bug #511057

2002-02-01 02:08 RD, revision 13948

added wx type info macros for wxFSFile

2002-02-01 01:18 RD, revision 13947

fixed compile bug for when threads are turned off

2002-02-01 00:25 VZ, revision 13946

test wxRegion::Offset()

2002-01-31 23:13 JS, revision 13945

Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).

2002-01-31 22:48 DW, revision 13944

Lots of fixes for scrolling

2002-01-31 22:45 JS, revision 13943

Applied status bar sample patch to toggle status bar

2002-01-31 22:11 JS, revision 13942

Applied wxImage -> wxCursor patch, tool window event table fix

2002-01-31 21:58 JS, revision 13941

Applied wxPoem, wxSystemSettings, sizing, install doc patches