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-11-06 13:12 VS, revision 17740

added wxConvISO8859_1

2002-11-06 11:10 VS, revision 17739

added wxXmlResource::SetFlags as per wxWorkshop team's request

2002-11-06 10:46 RR, revision 17738

Fixed wxMemoryStream to make it work without any associated stream.

2002-11-06 10:45 RR, revision 17737

Unicode copmile fix.

2002-11-06 10:44 RR, revision 17736

Updated internat sample for Unicode, correction.

2002-11-06 04:23 RD, revision 17735

SWIGged update for wxGTK

2002-11-05 23:08 RD, revision 17734

Fix to allow wxShapeRegion to display text, from George Seally

2002-11-05 23:03 RD, revision 17733

wxSizer.Show, IsShown, etc. Wrappers for and use new wxInputStream methods Other tweaks, fixes, etc. to go along with recent CVS changes.

2002-11-05 17:41 JS, revision 17732

Added 32x32 versions of wxWindows icon and a .ico containing 16x16 and 32x32 versions

2002-11-05 15:09 JS, revision 17731

Added a 16x16 wxWindows blocks icon

2002-11-05 14:53 JS, revision 17730

Use wxFileNameFromPath, not FileNameFromPath

2002-11-05 14:40 VZ, revision 17729

added missing winundef.h include after windows.h

2002-11-05 13:42 JS, revision 17728

Added further accelerators, though Up/Down/Left/Right are still not working for some reason.

2002-11-05 13:36 VZ, revision 17727

don't fall back to GTK 1.x if --with-gtk2 was specified; don't try to build in Unicode when using GTK 1.x

2002-11-05 11:29 RL, revision 17726

#include missing menu header

2002-11-05 10:03 RL, revision 17725

Only compile parser.o if PROLOGIO/RESOURCES are enabled. Removed it from *.t for platforms where configure would add it, it should possibly be removed from more, and this probably breaks the msw project files somehow too, but I'm not sure where to fix that. There were some other changes apparent in the diff... seemingly a result of earlier changes to tmake templates -- I'm committing them too, on the pretence that they are either right, or we've a problem in the tmake stuff to fix. Nothing has broken for me yet..

2002-11-05 09:11 JJ, revision 17724

Committing in . One OpenVMS define to make linking possible. Modified Files: Tag: WX_2_4_BRANCH wxWindows/src/motif/utils.cpp ----------------------------------------------------------------------

2002-11-05 01:22 VZ, revision 17723

fix for compilation with wxUSE_WCHAR_T==0 (bug 615084)

2002-11-05 00:57 VZ, revision 17722

attemps to fix compilation after applying the last patch

2002-11-05 00:46 VZ, revision 17721

wxUpdateUIEvent derives from wxCommandEvent, not wxEvent

2002-11-05 00:45 VZ, revision 17720

generate EVT_CONTEXT_MENU under GTK

2002-11-04 23:26 VZ, revision 17719

removed LVN_HOTTRACK case completely -- why comment it out if we don't ever need it at all?

2002-11-04 23:22 VZ, revision 17718

added #if wxUSE_PROLOGIO test

2002-11-04 23:16 VZ, revision 17717

added wxUSE_PROLOGIO

2002-11-04 23:11 VZ, revision 17716

undid the last commit -- do use wxUSE_PROLOGIO guard

2002-11-04 23:05 VZ, revision 17715

fix bug in key handling code: toupper() shouldn't be applied to the values outside of the ASCII range (patch 631236)

2002-11-04 23:01 VZ, revision 17714

set APPVER to 4.0 if WIN95==1: fixes bug 629884

2002-11-04 22:48 VZ, revision 17713

replaced buffer copy and strcmp() with strncmp() (patch 632155)

2002-11-04 22:46 VZ, revision 17712

fixed __BORLANDC__ misspelling (patch 632095)

2002-11-04 22:42 VZ, revision 17711

some harmless compilation warning fixes (patch 631520)

2002-11-04 22:41 VZ, revision 17710

fixed headers included for wxUniv (patch 630713)

2002-11-04 22:38 VZ, revision 17709

conversion to/from DOS date/time (patch 627575)

2002-11-04 22:25 VZ, revision 17708

show column width in the column event handlers

2002-11-04 22:24 VZ, revision 17707

set the column width in wxListEvent itself too

2002-11-04 21:49 JS, revision 17706

wxMSW: Added context menu for rich edit control, as per standard EDIT control

2002-11-04 21:46 VZ, revision 17705

added IsModified() test

2002-11-04 21:33 VZ, revision 17704

fixes to wxPipeInputStream

2002-11-04 20:13 RR, revision 17703

Small correction for wxButton mouse events under GTK 2.0. Minor doc updates.

2002-11-04 19:31 VZ, revision 17702

compilation fixes in WXWIN_COMPATIBILITY_2_2==0 mode

2002-11-04 19:09 VZ, revision 17701

don't give env var expansion warning under Windows

2002-11-04 19:06 VZ, revision 17700

replaced global semaphore in gtk_notebook_page_change_callback() with a per-object one

2002-11-04 18:52 VZ, revision 17699

removed TABs

2002-11-04 17:47 VZ, revision 17698

work around for cygwin broken wchar.h: include extern C ourselves

2002-11-04 17:40 VZ, revision 17697

removed unneeded #include wchar.h (it should only be done from wxchar.h which has workaround for cygwin bug in wchar.h)

2002-11-04 17:25 VZ, revision 17696

added Update() and RefreshRect()

2002-11-04 17:16 VZ, revision 17695

use wxSTREAM_NO_ERROR instead of deprecated wxSTREAM_NOERROR (fixes compilation without WXWIN_COMPATIBILITY_2_2

2002-11-04 00:40 VZ, revision 17694

replaced IsAvailable() with CanRead() in wxPipeStream

2002-11-04 00:39 VZ, revision 17693

added wxInputStream::CanRead() and assorted other stream changes

2002-11-03 23:58 VS, revision 17692

*** empty log message ***

2002-11-03 21:37 VZ, revision 17691

suppressed VC++ warning

2002-11-03 21:37 RR, revision 17690

Correct cursor thing in wxSplitterWindow (which manifested itself only in GTK 2.0)

2002-11-03 21:17 VZ, revision 17689

added Unix makefile

2002-11-03 21:11 VZ, revision 17688

fix app exit code: it is returned by OnExit(), not OnRun()

2002-11-03 21:03 VZ, revision 17687

replaced type unsafe wxHash with hash_map<>

2002-11-03 20:58 VZ, revision 17686

added wxPoll() implementation (based on patch 626861)

2002-11-03 20:56 VZ, revision 17685

added configure test for poll()

2002-11-03 19:09 RR, revision 17684

Added more uniode compile fixes. Made prologio and resources optional. Added native GTK 2.0 size grip to status bar.

2002-11-03 17:19 VS, revision 17683

Turkish translation update (I checked it into poEdit by mistake and didn't realize it was wxWindows catalog)

2002-11-03 17:19 VS, revision 17682

make sure wxDefaultArtProvider is linked-in

2002-11-03 16:19 RR, revision 17681

More wxT() macros.

2002-11-03 15:48 RR, revision 17680

Some more Unicode fixes. What does wxTextStream do with a char in Unicode mode?

2002-11-03 13:48 RR, revision 17679

Bunch of compile fixes for wxX11 in Unicode.

2002-11-03 13:07 RR, revision 17678

Added wxString::FromAscii() for char Used it in protocol.cpp which probably assumes ASCII anyway.

2002-11-03 12:36 RR, revision 17677

Unicodification.

2002-11-03 12:19 RR, revision 17676

Added first tests for wxX11 for Unicode.

2002-11-03 09:52 VZ, revision 17675

fixed bug in wxToolTip::SetTip() which didn't do anything before

2002-11-03 09:32 SC, revision 17674

added export attribute for classes

2002-11-03 09:21 SC, revision 17673

adjusted to other platforms

2002-11-03 09:18 SC, revision 17672

corrected class export

2002-11-03 00:25 VZ, revision 17671

removed duplicates from encoding names/descriptions arrays

2002-11-03 00:01 VZ, revision 17670

removed default conv argument in wxString(const char *) ctor in Unicode build

2002-11-02 23:58 VZ, revision 17669

added ctor taking wxFontFlags

2002-11-02 19:05 VS, revision 17668

added support for versioned symbols on Linux

2002-11-02 12:26 VS, revision 17667

applied patch #630001 (fixes \ escapement)

2002-11-01 18:36 SC, revision 17666

constrain tooltip rectangle to window (access to screen is very expensive under OSX)

2002-11-01 12:56 SC, revision 17665

added BI_RLE4 implementation

2002-10-31 20:43 VZ, revision 17664

restored the old values of the wxFontEncoding enum elements and also made Chinese/Japanese encodings synonyms for the MS ones, not the new values

2002-10-31 19:49 RR, revision 17663

Blind Compile fix for GTK 2.0 non-Unicode mode.

2002-10-31 14:04 SC, revision 17662

added support for file types popup upon save, an Get/SetFilterIndex

2002-10-31 08:48 SC, revision 17661

refresh only upon resize not on move only

2002-10-30 19:56 RR, revision 17660

Enable Unicode input methods via GTK's and XIM under GTK 2.0.

2002-10-30 18:01 RR, revision 17659

Compile fix after latest cleanup.

2002-10-29 22:40 RR, revision 17658

Mixed up KOI and Chinese. (Wrong order in lists).

2002-10-29 21:48 RR, revision 17657

Replaced lots of ANSI/ASCII strings with their Unicode equivalents, i.e. I put wxT() arounf them in lots of places.

2002-10-29 20:42 VZ, revision 17656

no changes

2002-10-29 14:41 VZ, revision 17655

added LED sample (patch 622939)

2002-10-29 04:46 RL, revision 17654

typo fix

2002-10-29 00:40 VZ, revision 17653

removed erroneous spaces from an example code snippet (bug 624580)

2002-10-29 00:36 VZ, revision 17652

clarify where should WXWIN point to (bug 621118)

2002-10-29 00:34 VZ, revision 17651

fix for setting m_winLastFocused correctly in some situations (see bug 622297)

2002-10-29 00:31 VZ, revision 17650

corrected misleading comment for WXWIN_COMPATINILITY_2_2 (closes 625817)

2002-10-29 00:28 VZ, revision 17649

let Ctrl-C work even in a readonly text control

2002-10-29 00:14 VZ, revision 17648

dy parameter in ScrollList() is the number of pixels, not lines (closes bug 628778)

2002-10-29 00:06 VZ, revision 17647

compilation fix for !wxUSE_CHOICE (patch 629092)

2002-10-29 00:04 VZ, revision 17646

enable wxProgressDialog for wxUniv, it should work

2002-10-29 00:02 VZ, revision 17645

fix for wxUniv compilation (patch 630082)

2002-10-28 23:24 DW, revision 17644

Weekly updates

2002-10-28 20:20 VZ, revision 17643

documented DeleteChildren

2002-10-28 20:17 VZ, revision 17642

don't crash if IsVisible() is called for the hidden virtual root

2002-10-28 20:03 VZ, revision 17641

don't overrun 80 char buffer boundaries in HandleTooltipNotify()