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

2002-10-28 19:42 VZ, revision 17640

support for tooltips longer than 80 characters

2002-10-28 15:23 CE, revision 17639

mdi GetActiveChild patch

2002-10-28 14:14 CE, revision 17638

documents CreateButtonSizer

2002-10-28 01:51 RR, revision 17637

Moved AA information to the right place.

2002-10-28 00:21 RR, revision 17636

Lots of minor GTK2 updates. Added wxFont SetNoAntiAliasing which cannot cause problems with existing apps since it doesn't changing the current style flags.

2002-10-27 16:29 CE, revision 17635
  • D /wxWidgets/branches/WX_2_4_BRANCH/src/msw/makeuniv.b32

makeuniv.b32 has escaped a previous purge

2002-10-26 21:25 VZ, revision 17634

draw the sashes without wxSP_3DSASH flag nicer

2002-10-26 21:11 VZ, revision 17633

fixed wxConfig::Read() return value (bug introduced by the last commit)

2002-10-26 20:18 VZ, revision 17632

clarified the return value of MB2WC/WC2MB

2002-10-25 21:10 VZ, revision 17631

fixed bug which prevented the env vars in wxConfig values from being expanded

2002-10-25 20:15 VZ, revision 17630

compilation fix for wxUniv (patch 628810)

2002-10-25 12:26 RL, revision 17629

Don't install duplicate image handlers.

2002-10-25 00:15 VZ, revision 17628

fix for conversion buffer size problems

2002-10-24 23:15 RR, revision 17627

Added GB2312, BIG5, EUC-JP and Shift-JIS encodings to known encodings so that message catalogs written in these encodings can be loaded. I did't find the code where I can specify that GB2312 is actually the same as the Windows code page.

2002-10-24 23:05 VZ, revision 17626

bumped up version to 2.3.4

2002-10-24 19:42 VS, revision 17625

reverted 'doesn't compile, let's remove it' fix for mingw32 compilation problem -- works now with a definition in missing.h

2002-10-24 19:13 SC, revision 17624

changed wxDisplaySize to return the entire size

2002-10-24 16:16 VZ, revision 17623

trying to keep the list of changes as brief as possible

2002-10-24 16:13 VZ, revision 17622

added SetToWeek() test

2002-10-24 16:11 VZ, revision 17621

fixed several bugs in wxDateTime week number calculations which required passing WeekFlags argument to more functions

2002-10-24 16:10 VS, revision 17620

Mingw compilation fix

2002-10-24 11:35 JS, revision 17619

MinGW fix for XP fix

2002-10-24 11:21 JS, revision 17618

Applied patch [ 623736 ] Build and use FL as DLL This patch allows FL to be build as a DLL with the VC project files, I was only able to at chief it with the VC projects because the make file for building libs doesn't have any rule to build DLLs (at least I didn't see how to do it). However the FL demo applications can be build using FL in DLL form with MSVC project files and VC make files (as mentioned before the FL DLL it self can only be build using VC projects). This patch includes 2 files; 1 to change current FL files to work in DLL form and 1 extra include file that needs to be added in the FL include directory. Small note: if you want to use FL as a DLL you need to use wxWin as a DLL. Thanks, Hans.

2002-10-24 11:06 JS, revision 17617

Applied patch [ 619424 ] texutils.cpp patch for !wxUSE_IOSTEAMH

2002-10-24 11:04 JS, revision 17616

Added note about wxSizer::Show and wxListCtrl crash fix

2002-10-24 11:01 JS, revision 17615

Applied patch [ 614042 ] Add wxSizer::Hide() & Show() By Carl Godkin Also documented wxSizer::Show.

2002-10-23 20:43 RD, revision 17614

Applied patch from Niki Spahiev

2002-10-23 17:32 RR, revision 17613

Lots of small changes to prevent glibc from crashing when converting ansi strings to unicode. After this, you can use and display east asian locales in wxGTK, which looks sorta funny...

2002-10-23 12:51 JS, revision 17612

Added FINAL=$(FINAL) to some BC++ makefile targets to make the sublibraries compile properly

2002-10-22 22:16 VZ, revision 17611

implemented GetTimes() for the directories

2002-10-22 21:38 JS, revision 17610

Patch [ 626532 ] Fix default item/tab traversal problem This patch fixes a problem that occurs when you have a panel containing controls inside a dialog/frame with a default item (i.e. default button). Currently, <Return/Enter> is processed incorreclty as a <tab> even if there is a default item in a parent. This patch causes a window not to handle the VK_RETURN key if it is not a top level window and doesn't have a default item of it's own. Derry Bryson

2002-10-22 21:34 JS, revision 17609

Applied patch [ 626545 ] Correct num bytes allocated for bitmap This corrects the calculation of the number of bytes to allocate for the bitmap in wxPrinterDC::DoDrawBitmap (). It was allocating more memory than necessary. By Derry Bryson

2002-10-22 18:21 VZ, revision 17608

updated Indonesian translations

2002-10-22 15:41 SC, revision 17607

changed notebook icon code to only trigger under 10.2 and later (it is not working/buggy under 10.1.X)

2002-10-22 15:38 SC, revision 17606

added system version getter

2002-10-22 07:11 JJ, revision 17605

Committing in . OpenVMS specific changes: setup.h_vms : updated configuration for OpenVMS threadspsx.cpp : the type long on OpenVMS is 32 bits. therefor some casts are changed to long long, for OpenVMS only. Modified Files: Tag: WX_2_4_BRANCH wxWindows/setup.h_vms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-10-22 06:20 RD, revision 17604

SWIGged updates for wxMac

2002-10-22 05:07 RD, revision 17603

SWIGged update for wxGTK

2002-10-22 00:30 VZ, revision 17602

a hack to fix multiple problems with showing modal dialogs from OnIdle()

2002-10-21 22:19 RD, revision 17601

Allow WM_SYSKEYDOWN to still be processed by MSWDefWindowProc, even if it was handled by an event handler. This allows the magic Windows keys (such as Alt-space for the system menu, Alt or F10 to activate the menu bar, Alt-F4 to send WM_CLOSE, etc.) to still work properly.

2002-10-21 21:31 RD, revision 17600

Document major user visible changes Build and such for recent CVS updates

2002-10-21 21:29 RD, revision 17599

Changed how the images are encoding in images.py, and have also checked in the images themselves. Also changed how it detects if the platform is wxGTK.

2002-10-21 21:13 RD, revision 17598

SWIGged code updates for wxMSW

2002-10-21 21:10 RD, revision 17597

Fixed wxSWIG so that it won't convert None to NULL for parameters that are C++ references, it still does for pointer parameters.

2002-10-21 21:08 RD, revision 17596

Added GetSelectedCells, GetSelectionBlockTopLeft, GetSelectionBlockBottomRight, GetSelectedRows, GetSelectedCols nethods to wxGrid.

2002-10-21 21:04 RD, revision 17595

Added Python == and != operators for some basic classes

2002-10-21 20:08 RD, revision 17594

Added wxRealPoint::operator!= for consistency

2002-10-21 13:34 JS, revision 17593

Removed tabs

2002-10-21 12:41 JS, revision 17592

Two fixes for wxListCtrl under XP. 1) Do not use lParam for LVN_HOTTRACK since this doesn't have valid data. 2) Check for item validity in HDN_GETDISPINFOW notification and return TRUE to stop further processing of this strange message.

2002-10-21 08:57 CE, revision 17591

fix for sourceforge bug report 625765

2002-10-20 22:17 VS, revision 17590

more compilation fixes (tex2rtf now builds again)

2002-10-20 21:45 VZ, revision 17589

show something in the summary when --enable-debug was explicitly given too

2002-10-20 18:21 RR, revision 17588

Added header filename to pragma.

2002-10-20 14:45 VZ, revision 17587

fixed (?) file format

2002-10-20 13:47 VS, revision 17586

fixed syntax errors in documentation (once again...)

2002-10-20 13:46 VS, revision 17585

use iso-8859-1 as default encoding

2002-10-20 13:46 VS, revision 17584

compilation fixes

2002-10-20 13:46 VS, revision 17583

compilation fix

2002-10-20 13:45 VS, revision 17582

don't use <font face> if not requested

2002-10-20 12:45 RR, revision 17581

Use UTF8 for writing file configuation data in Unicode mode. I assume that the registry also will use Unicode in Unicode mode.

2002-10-20 11:20 RR, revision 17580

Corrected GetCharWidth() and GetCharHeight()

2002-10-20 10:15 RR, revision 17579

New code for char and key events under GTK 2.0. This uses the built-in input method which is required even for getting European characters. Key down events probably don't work anymore. It is still impossible to receive Unicode characters due to the limitations of wxKeyEvent.

2002-10-20 10:12 RR, revision 17578

Corrected GetTextExtent() although I dont reall know what was wrong.

2002-10-20 10:10 RR, revision 17577

Don't use libc for converting the command line params to Unicode as it will crash.

2002-10-19 21:23 VZ, revision 17576

implemented missing wxNativeFontInfo methods

2002-10-19 13:24 VZ, revision 17575

added wxRB_SINGLE style as temp workaround for MSW native radiobutton bug

2002-10-18 20:54 VS, revision 17574

added wxScrolledWindow to XRC

2002-10-18 19:47 SC, revision 17573

added toggle support (and some corrections ;-)

2002-10-18 17:22 SC, revision 17572

notebook images support

2002-10-18 16:26 GD, revision 17571

corrected Mac OS X related configuration check (removed spurious if)

2002-10-18 08:48 SC, revision 17570

added proper accessor for getting region boundaries

2002-10-18 07:16 SC, revision 17569

key handler does not interfere with menuevent keystrokes

2002-10-18 06:48 SC, revision 17568

bracketed fstream include

2002-10-18 06:24 RD, revision 17567

SWIGged updates for wxMac

2002-10-18 05:11 RD, revision 17566

Use true reference counting with wxMemoryBuffer

2002-10-17 22:07 VS, revision 17565

wxCheckBox and wxCheckList docs

2002-10-17 20:40 SC, revision 17564

turned off several branches for cursor setting idle code, I'll have to turn on some of them

2002-10-17 20:38 SC, revision 17563

picture support on tabs

2002-10-17 20:34 SC, revision 17562

changed code for better debugging

2002-10-17 20:32 SC, revision 17561

pict generation code takes into account mask, getting rid of a memory leak

2002-10-17 20:30 SC, revision 17560

attempt to keep the number of control updates lower during idle times

2002-10-17 19:58 VZ, revision 17559

added Indonesian translation

2002-10-17 19:20 GD, revision 17558

Under Mac OS X, when building non bundle applications, resources are bundled both with shared library and applications since the carb resource *must* be included in the application in order for it to be recognized as a Carbon application

2002-10-17 18:49 ROL, revision 17557

Notes about 0.0.8-1.

2002-10-17 18:41 ROL, revision 17556

Using MyDocument objects for writing XML (myxml module). Added new controls. Panel.OnCut code is merged with Panel.OnDelete to Panel.OnCutDelete. Encoding support (beta). Moved "del conf" line from App class to main function - for some weird reason it doesn't work in App.

2002-10-17 18:37 ROL, revision 17555

Updated control parameters for wxDialog, wxGauge, wxSpinButton. Implemented wxSpinCtrl, wxGenericDirCtrl, wxUnknown. Added encoding support and new classes xxxEncoding, xxxMainNode (represents Document object). etc.

2002-10-17 18:37 RD, revision 17554

wxFAIL used wxFalse in its message like '"wxFalse" failed' which doesn't make much sense... So I changed the token passed to wxASSERT to "wxAssertFailure" to try and make it a little better.

2002-10-17 18:33 ROL, revision 17553

Customised XML writing - include encoding header attribute

2002-10-17 18:23 RD, revision 17552

Fix a couple asserts so they won't deref NULL pointers if that's what was passed in.

2002-10-17 18:02 VZ, revision 17551

added include wx/defs.h

2002-10-17 16:43 VZ, revision 17550

fixes for gcc 3.x -Wshadow warnings

2002-10-17 16:38 VZ, revision 17549

gcc 3.x -Wshadow warning fix

2002-10-17 16:32 VZ, revision 17548

compilation fix (missing header)

2002-10-17 16:30 VZ, revision 17547

added wxLongLongSuffix and wxLongLongFmtSpec for CW

2002-10-16 23:24 RD, revision 17546

SWIGged updates for wxGTK

2002-10-16 22:51 RD, revision 17545

Various changes to reflect current CVS. Added a separate wxRadioButton demo. Various tweaks.

2002-10-16 22:48 RD, revision 17544

Reverted last change. The page size must be set when it is added in case the notebook has already been sized by the time the new page is added.

2002-10-16 22:46 RD, revision 17543

FileExists --> wxFileExists

2002-10-16 22:43 VZ, revision 17542

Mac compilation warning fixes

2002-10-15 22:46 VS, revision 17541

fix binary incompatiblities in wxHtmlHelpController's cached data bytestream

2002-10-15 16:16 SC, revision 17540

wxNO_FULL_REPAINT_ON_RESIZE implementation

2002-10-15 16:02 JS, revision 17539

Fixed wxUSE_THREADS typo

2002-10-15 15:39 JS, revision 17538

Fixed SString.h for gcc 2.96

2002-10-15 15:03 SC, revision 17537

added wxBitmap::ConvertToImage code for native icons and pictures

2002-10-15 15:01 SC, revision 17536

line ending commands under condition of PC endings (added also to WriteText)

2002-10-15 14:15 DW, revision 17535

More duplicate symbol fixes for VisualAge builds.

2002-10-15 14:12 DW, revision 17534

More dll updates

2002-10-15 13:55 VZ, revision 17533

fixed gauge overflow

2002-10-15 13:25 VZ, revision 17532

don't divide by 0 in SetValue/Range(); minor code cleanup

2002-10-14 22:40 VS, revision 17531

given an assert when trying to do something stupid

2002-10-14 22:31 VS, revision 17530

documented wxXmlResourceHandler::IsOfClass

2002-10-14 21:31 DW, revision 17529

Weekly OS/2 updates

2002-10-14 20:44 DW, revision 17528

Fixups for duplicate symbols errors under VisualAge C++ for OS/2.

2002-10-14 20:42 DW, revision 17527

VISUALAGE OS/2 fixups needed for new Png lib.

2002-10-14 19:39 DW, revision 17526

Getting rid of ctl3d32.lib for command-line builds (not used anymore per Julian).

2002-10-14 18:35 SC, revision 17525

added kHighLevelEvent to the group of events that don't need correction of modifiers

2002-10-14 17:25 VZ, revision 17524

added HasSelection() (forgot to commit yesterday)

2002-10-14 12:48 VZ, revision 17523

Only set WXUSINGDLL=0 when not set (patch 620174)

2002-10-13 22:37 VZ, revision 17522

call Layout() from Show(TRUE) to ensure that all dialogs are correctly laid out initially

2002-10-13 21:03 RR, revision 17521

Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows.

2002-10-13 21:01 RR, revision 17520

Give wxComboBox an extra SetFocus() method.

2002-10-13 19:27 VZ, revision 17519

added more tests for SetValue/WriteText

2002-10-13 19:24 VZ, revision 17518

each of SetValue(), WriteText() and AppendText() now generates exactly one EVT_TEXT() event for all kinds of controls (plain EDIT, rich, rich version 2)

2002-10-13 19:13 VZ, revision 17517

more typos in #ifs fixed

2002-10-13 19:08 VZ, revision 17516

handle files with .cc extension properly (patch 622687)

2002-10-13 18:37 VZ, revision 17515

typos in #ifs fixed

2002-10-13 16:19 RR, revision 17514

Enable direct access to XML data in XRC.

2002-10-13 14:00 RR, revision 17513

Shouldn't the fontmapper recognize 8859 as iso-8859?

2002-10-13 13:22 RR, revision 17512

Forgot to convert a string in colour name lookup.

2002-10-13 12:17 VZ, revision 17511

fix for cygwin warnings (modified patch 622146)

2002-10-13 12:07 VZ, revision 17510

fix for spelling error (patch 621869) and use _() instead of _T() for the user visible strings

2002-10-13 12:05 VZ, revision 17509

clarifications of ENDSCROLL event docs (patch 622424)

2002-10-13 11:13 RR, revision 17508

Commited wheel mouse event patch for GTK.

2002-10-13 11:02 VZ, revision 17507

added wxLL and wxLongLongFmtSpec macros; documented them; added a test in the sample

2002-10-13 11:02 RR, revision 17506

Another compiler fix for GCC 3.2 Another compiler fix for GCC 3.2..

2002-10-13 10:06 VZ, revision 17505

fix VC++ warnings (which could be errors for the other compilers) with returning wx(W)CharBuffer

2002-10-13 09:50 VZ, revision 17504

another compilation fix: Unix2DosFilename -> wxUnix2DosFilename

2002-10-13 08:17 RR, revision 17503

Compile fix for GCC 3.2. Don't know why.

2002-10-13 08:02 RR, revision 17502

Compile fix.

2002-10-12 22:19 VZ, revision 17501

only define Foo equivalents for wxFoo file functions if WXWIN_COMPATIBILITY_2

2002-10-11 22:24 VS, revision 17500

some more XRC docs

2002-10-11 22:23 VS, revision 17499

more whitespaces as style deliminers

2002-10-11 22:23 VS, revision 17498

updated MGL installation instructions

2002-10-11 22:22 VS, revision 17497

don't add files to resources twice

2002-10-11 22:22 VS, revision 17496

added wxHtmlContainerCell::GetBackgroundColour (needed for e.g. widgets rendering)

2002-10-11 16:01 DW, revision 17495

Fixups in jpeg lib for multiplely defined symbolsa under VisualAge for OS/2

2002-10-11 15:59 DW, revision 17494

Weekly OS/2 updtaes

2002-10-11 15:56 DW, revision 17493

os2 update to rc file

2002-10-11 15:26 VZ, revision 17492

added non const accessors to wx(W)CharBuffer; minor changes to wxMemoryBuffer; made copy ctor and assignment operator argument non const

2002-10-11 13:44 DW, revision 17491

removed ctl3d32.lib

2002-10-11 09:09 CE, revision 17490

make mdi.cpp resize for wxUniv/ Borland as well as wx11/gcc

2002-10-11 08:54 CE, revision 17489

wxUniversal now in makefile.b32 - use make -f makefile.b32 WXUSINGUNIV=1

2002-10-11 08:38 CE, revision 17488

wxUniversal now in makefile.b32 - use make -f makefile.b32 WXUSINGUNIV=1

2002-10-11 08:24 CE, revision 17487

fix for wxUniversal and BCC

2002-10-10 20:06 RD, revision 17486

No real change, just added some whitespace for readability and testing the new syncmail code

2002-10-10 17:51 RD, revision 17485

Add some test code, and testing if CVS is allowing commits again.

2002-10-08 20:37 VZ, revision 17484

added/documented wxWizard::HasNext/PrevPage()

2002-10-08 15:27 JS, revision 17483

Added IPC server capability to helpview, if you compile with hvUSE_IPC Added client demo using raw IPC classes (not yet using a kind of help controller, as we eventually should)

2002-10-08 03:41 RD, revision 17482

SWIGged updates for wxMac

2002-10-07 23:11 VZ, revision 17481

no changes, finally

2002-10-07 23:11 VZ, revision 17480

handle the errors in MB2WC/WC2MB gracefully in wxString ctors

2002-10-07 23:10 VZ, revision 17479

fixed the use of size_t parameters in UTF8 tests

2002-10-07 22:34 RD, revision 17478

Don't do the OnAssert overloading if not __WXDEBUG__

2002-10-07 22:33 VZ, revision 17477

more UTF8 tests

2002-10-07 22:17 VZ, revision 17476

slightly cleaned up the sample code -- but it (still) really needs a rewrite

2002-10-07 22:16 VZ, revision 17475

wxTimer::Start() only works from the main thread: mention it in the docs and add an assert in the code

2002-10-07 20:37 MBN, revision 17474

Fix wxHashMap::clear

2002-10-07 20:08 RD, revision 17473

wxXmlSubclassFactory for wxPython

2002-10-07 07:28 JS, revision 17472

Removed comment about using its own storage - wxTextValidator doesn't.

2002-10-06 22:32 VS, revision 17471

slowly documenting XRC...

2002-10-06 20:46 MBN, revision 17470

Add some missing headers for non-PCH compilers. Add a missing IMPLEMENT_DYNAMIC_CLASS (I still wonder how could it work without it).

2002-10-06 20:44 MBN, revision 17469

A couple more s/friend class wxFoo/friend class WXDLLEXPORT wxFoo/ for MinGW GCC 3.2.

2002-10-06 19:45 VZ, revision 17468

added default value of id param in ctor

2002-10-06 19:44 VZ, revision 17467

added a section about wxTextCtrl indices

2002-10-05 23:29 VZ, revision 17466

generate TEXT_ENTER event when Enter is pressed in a combobox

2002-10-05 22:26 VZ, revision 17465

create the controls inside a panel

2002-10-05 22:24 VZ, revision 17464

kbd traversal code now knows that DLGC_WANTALLKEYS implies DLGC_WANTTAB/ARROWS; this fixes the problem with editing a list/tree ctrl item in place -- you could TAB out of it before

2002-10-05 21:33 VZ, revision 17463

call SetFocus() in WM_LBUTTONDOWN handler for the wxWindows controls (not standard ones)

2002-10-05 20:41 VZ, revision 17462

mention wxNB_MULTILINE

2002-10-05 20:37 VZ, revision 17461

woodoo workaround for the bug 616803: crash when showing a dialog with notebook with wxNB_MULTILINE style

2002-10-05 20:20 VZ, revision 17460

fixed wxfileDialog::SetPath() (which didn't do anything before)

2002-10-05 11:45 VZ, revision 17459

reverted the last change -- what was it for?

2002-10-04 20:48 RR, revision 17458

Applied patch to fix colour probs under wxGTK.

2002-10-04 20:10 RR, revision 17457

Added work-around/fix for redraw bug in idle handler. I now send internal idle calls whereas normal idle events still get block by the recursion block.

2002-10-04 18:45 GD, revision 17456

added SIZEOF_INT to Project Builder prefix header

2002-10-04 16:47 VZ, revision 17455

made the configure summary message a bit more pretty

2002-10-04 13:53 DW, revision 17454

Need to set the m_isShown flag properly during a call to ::Show.

2002-10-04 10:28 JS, revision 17453

Removed references to wxBuffer from wxSlider, and ensured that the slider doesn't use a potentially uninitialised buffer.

2002-10-04 07:19 ROL, revision 17452

just a test if CVS access works

2002-10-04 05:24 RL, revision 17451

fixed long lost typo uncovered by Gilles output summary. Is it ever bad to add more of these things :-)

2002-10-04 02:11 RD, revision 17450

Turn off the test case for normal use

2002-10-04 02:00 RD, revision 17449

SWIGged updates for wxGTK

2002-10-04 00:44 RD, revision 17448

Removed Command() but left an alias

2002-10-04 00:42 RD, revision 17447

it helps if you actually return the return value!

2002-10-04 00:40 RD, revision 17446

wxASSERT and others are converted to Python Exceptions.

2002-10-03 20:46 GD, revision 17445

added a configure summary trailer to report on main configuration options

2002-10-03 19:50 RD, revision 17444

Avoid assert when the position to be removed is beyond the end of the list and just return FALSE as documented

2002-10-02 23:33 VZ, revision 17443

added a WXWIN_COMPATIBILITY_2_2 test around deprecated Command() method

2002-10-02 23:32 VZ, revision 17442

delete the hidden TLW parent window from a module to ensure that it is done even if OnInit() returns FALSE; also create it without using wxTLW itself which actually simplifies the code

2002-10-02 14:16 JS, revision 17441

Regenerated configure for -lm patch