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

2005-02-08 12:37 ABX, revision 31853

Semicolon fixes.

2005-02-08 09:38 ABX, revision 31852

wxSlider event handling as described by Vadim in thread 'Slider events' at wx-dev. More changes towards wxRadioBox on Palm.

2005-02-08 04:20 RN, revision 31851

regen configure for tab sample removal

2005-02-08 04:10 RN, revision 31850

Remove tab sample as per 2.6 wiki todo

2005-02-08 03:25 RN, revision 31849

Duplicate impl of wxVariant == because GCC can't tell if one depreciated method is being used inside another

2005-02-08 03:16 RN, revision 31848

Patch [ 1118343 ] Use wxTextValidator::SetIncludes in wxDatePickerCtrlGeneric

2005-02-08 03:05 RL, revision 31847

Make it possible to actually build cvs with a version of bakefile that does not have a 'critical bug'.

2005-02-08 03:01 RL, revision 31846

No *.h in src/common/ anymore.

2005-02-08 00:04 RN, revision 31845

Remove traces of wxIniConfig from docs

2005-02-07 23:46 RN, revision 31844

change wxTextValidator to use wxArrayString instead of wxStringList

2005-02-07 22:51 RN, revision 31843

depereciate stringlist stuff in wxVariant

2005-02-07 22:42 RN, revision 31842

Remove almost all traces of wxStringList - (still exists in wxTextValidator)

2005-02-07 22:37 RR, revision 31841

Added screen locking code to popup window for X11.

2005-02-07 22:36 RN, revision 31840

Previosly removed BuildWhereStmt really did exist, but as BuildWhereClause - not BuildWhereStmt :)

2005-02-07 21:48 RR, revision 31839

Lock whole screen when popup is open under GTK+.

2005-02-07 21:04 RD, revision 31838

reSWIGged

2005-02-07 21:00 MBN, revision 31837

wxGTK compilation fixes.

2005-02-07 20:59 MBN, revision 31836

Fixed error in my previous commit causing wxDialupManager to be always disabled.

2005-02-07 20:53 RD, revision 31835

Add a sample of a wx.StaticBox

2005-02-07 20:52 RD, revision 31834

reSWIGged

2005-02-07 20:51 RD, revision 31833

updated with new stuff

2005-02-07 20:49 JS, revision 31832

Version number updates

2005-02-07 20:43 RD, revision 31831

a little cleanup

2005-02-07 20:43 RD, revision 31830

Don't do str() on Numeric arrays

2005-02-07 20:41 RD, revision 31829

Added wxNB_NOPAGETHEME and GetThemeBackgroundColour

2005-02-07 20:35 RD, revision 31828

Don't add wxfilesdir twice

2005-02-07 20:26 RD, revision 31827

wx.Rect.Inflate/Defalte docs

2005-02-07 20:16 JS, revision 31826

Don't release capture unless we already have it.

2005-02-07 19:27 RD, revision 31825

Use wx.StdDialogButtonSizer

2005-02-07 19:17 RD, revision 31824

update version number, add build_options patch

2005-02-07 18:37 JS, revision 31823

Added validator to generic date picker control

2005-02-07 16:50 VZ, revision 31822

no changes, just added a couple of virtual keywords

2005-02-07 15:20 ABX, revision 31821

wxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider.

2005-02-07 14:57 JS, revision 31820

Workaround for static controls appearing with a white background on otherwise grey panels on WinCE

2005-02-07 14:55 JS, revision 31819

Life! made more WinCE-friendly

2005-02-07 12:22 VS, revision 31818

use wxUSE_DATEPICKCTRL

2005-02-07 11:32 VS, revision 31817

added wxDatePickerCtrl XRC control

2005-02-07 10:12 SC, revision 31816

DebugAlloc and DebugFree must be present also if there is no overridden global new as wxObject::new still needs it

2005-02-07 04:52 RN, revision 31815

Remove event handlers wxApp::OnQueryEndSession and wxDialog::OnCharHook from docs...

2005-02-07 04:40 RN, revision 31814

Remove depreciated wxTabCtrl and wxTabEvent API from docs...

2005-02-06 23:21 VZ, revision 31813

blind fix for XTI compilation after last change

2005-02-06 22:57 VS, revision 31812

update for the next bakefile version (no effect with current bakefile)

2005-02-06 21:39 RR, revision 31811

GTK 1.2 compilo/link error.

2005-02-06 21:29 RR, revision 31810

GTK 1.2 compilation.

2005-02-06 20:03 JS, revision 31809

Can now set msw.window.no-clip-children to 1 to eliminate weird refresh behaviour (delays between a window being erased and repainted, giving a ghostly gradual-redraw effect). May be a temporary 'fix' until properly fixed before 2.6.

2005-02-06 19:41 JS, revision 31808

Set solid colour for whole control, not pages

2005-02-06 19:17 JS, revision 31807

Can suppress themed notebook page with wxNB_NOPAGETHEME or setting system option msw.notebook.themed-background to 0

2005-02-06 18:42 JS, revision 31806

Restored the ability to set the background colour for a toolbar on Windows

2005-02-06 18:25 RN, revision 31805

Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 18:24 RR, revision 31804

I think I found out how GTK+ want popup windows to be handled...

2005-02-06 17:55 MBN, revision 31803

wxX11 compilation fixes.

2005-02-06 17:38 MBN, revision 31802

Replaced TRUE and FALSE with true and false (or True and False when calling Motif APIs).

2005-02-06 17:27 RN, revision 31801

Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 17:15 VS, revision 31800

updated

2005-02-06 17:10 SN, revision 31799

fixed double delete in UpdateAttrRows/Cols introduced by patch 1104355. [ Only the change for UpdateAttrRowsOrCols was valid. ]

2005-02-06 16:28 SC, revision 31798

NULL warning fixes

2005-02-06 16:27 SC, revision 31797

proper style includes

2005-02-06 16:26 SC, revision 31796

type fixes

2005-02-06 16:17 VZ, revision 31795

removed trailing semicolons after DECLARE_DYNAMIC_CLASS(), Borland chokes on them

2005-02-06 16:02 SC, revision 31794

fixing NULL warnings

2005-02-06 15:59 SC, revision 31793

fixing NULL vs 0 warnings in gcc 4

2005-02-06 15:57 SC, revision 31792

needed for avoiding double typedefs in xcode builds

2005-02-06 15:52 SC, revision 31791

newline before EOF fixes

2005-02-06 15:48 VZ, revision 31790

use DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS

2005-02-06 15:46 VZ, revision 31789

regenerated after adding popup sample

2005-02-06 14:36 GD, revision 31788

corrected initialization of private wxBitmapHandler members in wxPICTResourceHandler constructor

2005-02-06 14:28 GD, revision 31787

order wxFontRefData member constructor initialization according to member declaration

2005-02-06 12:45 RR, revision 31786

Applied context menu patch.

2005-02-06 12:42 RR, revision 31785

Applied compilation fix for memory.cpp.

2005-02-06 11:57 SC, revision 31784

newline before EOF fixes

2005-02-06 11:52 JS, revision 31783

Script updates

2005-02-06 11:29 SC, revision 31782

newline before EOF fixes

2005-02-06 11:27 JS, revision 31781

Spiner -> Spinner

2005-02-06 11:19 SC, revision 31780

As members have gone private, use Accessors

2005-02-06 11:12 JS, revision 31779

Fix for menu items not being disabled after a modal dialog is shown on app startup

2005-02-06 10:41 MBN, revision 31778

Miscellaneous compilation and warning fixes.

2005-02-06 03:17 RN, revision 31777

wxRegKey docs by C.C.Chakkaradeep latexitized, sorted, with some minor edits.

2005-02-06 02:47 RN, revision 31776

Various underscore doc fixes

2005-02-06 01:52 VZ, revision 31775

two changes and some cleanup: 1. DECLARE_ABSTRACT_CLASS() shouldn't declare wxCreateObject() (which is not defined by IMPLEMENT_ABSTRACT_CLASS()) 2. don't make GetClassInfo() declaration inside DECLARE_CLASS inline in an attempt to fix linking problems with HP-UX compiler

2005-02-06 01:31 VZ, revision 31774

ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise we don't get support for 32bit spin button range even if the headers have it

2005-02-06 00:43 KH, revision 31773

As per the docs, the value returned is -1 if the value entered is out of range [patch 1116606]

2005-02-06 00:27 RN, revision 31772

char->wxChar

2005-02-05 18:44 VZ, revision 31771

added complex popup

2005-02-05 18:38 VZ, revision 31770

created bakefile and generated all makefiles from it; renamed minimal.cpp to popup.cpp

2005-02-05 15:25 RR, revision 31769

Reorganized char and keydown event code, hoping that Input Method handling is still not broken.

2005-02-05 14:18 RR, revision 31768

Forgot one.

2005-02-05 14:17 RR, revision 31767

Second try to add "support" for deriving from wxBitmapHandlerBase.

2005-02-05 13:12 RR, revision 31766

Add comment about wxBitmap::SetPalette() not being implemented under GTK+.

2005-02-05 13:08 RR, revision 31765

Make wxBitmap inherit from wxBitmapBase

2005-02-05 12:51 RR, revision 31764

_conncect_after() should be used for controls emitting command events so as to not confuse GTK+ if the user intercepts them too early.

2005-02-05 12:49 RR, revision 31763

Blind patch for SetFont() in Unicode mode for wxX11.

2005-02-05 11:59 RN, revision 31762

Put _something_ there for now....

2005-02-05 11:35 RR, revision 31761

added test for wxPopupTransientWindow.

2005-02-04 22:47 RN, revision 31760

unix mediactrl stubs...

2005-02-04 22:24 RN, revision 31759

FIX positioning problems with carbon media control - CreateMovieControl positioning is broken in that it resizes to the WindowRef parent, not its real one [thus making you wonder if EmbedControl even _works_ with CreateMovieControl], so we do our own.

2005-02-04 21:35 JS, revision 31758

Fix for assertions when updating UI and focus is on read-only combobox

2005-02-04 19:35 RD, revision 31757

Patch #1113284: wx.lib.calendar SetBusType() problem

2005-02-04 19:15 RD, revision 31756

the window takes ownership of the caret

2005-02-04 19:04 RN, revision 31755

Massive commenting/professionalize and add some other new fun stuff to mediaplayer sample

2005-02-04 18:48 RD, revision 31754

Use the unicode character, if available in the event