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-08-24 18:34 SC, revision 16740

getting rid of warnings

2002-08-24 18:10 SC, revision 16739

getting rid of warnings

2002-08-24 17:20 SC, revision 16738

getting rid of warnings

2002-08-24 17:06 SC, revision 16737

getting rid of warnings

2002-08-24 16:36 SC, revision 16736

getting rid of warnings

2002-08-24 16:36 SC, revision 16735

getting rid of warnings

2002-08-24 16:29 SC, revision 16734

wxUNUSED

2002-08-24 16:20 SC, revision 16733

getting rid of warnings

2002-08-24 14:50 SC, revision 16732

fix for getting CW Carbon Target

2002-08-24 14:41 SC, revision 16731

getting rid of warnings

2002-08-24 10:54 JS, revision 16730

wxChoice derives from wxChoiceBase; renamed Append to DoAppend

2002-08-24 10:01 JS, revision 16729

Attempts to reduce errors in compile farm for unusual combinations of platform/app

2002-08-24 07:40 SC, revision 16728

wxToupper added again

2002-08-24 06:55 GD, revision 16727

opaque toolbox structs under Classic break access to contrlDefProc the default value is fine for Classic & Carbon unless __WXDEBUG__ is defined

2002-08-24 02:44 RD, revision 16726

SWIGged update for wxGTK

2002-08-24 02:44 RD, revision 16725

Change back to the simple method by default

2002-08-24 02:37 RD, revision 16724

Ensure that the mouse is not captured in the calltip window

2002-08-24 02:30 RD, revision 16723

Fixed a layout bug in XRCed

2002-08-24 02:30 RD, revision 16722

Added SendSizeEvent

2002-08-24 02:29 RD, revision 16721

Added wxXmlResourceHandler to wxPython and enabled it's virtuals to be Python Callbacks. Added a sample to the demo to show how to do it.

2002-08-24 02:26 RD, revision 16720

Added generic LoadObject methods that can load any classtype from a resources and return it as a wxObject (Assuming there is a handler for it.) Enabled wxFrames and wxDialogs to be loaded using a new instance rather than only with existing instances.

2002-08-23 20:35 VZ, revision 16719

mention the key code changes

2002-08-23 19:53 VZ, revision 16718

compilation fix for Unicode build

2002-08-23 19:01 VZ, revision 16717

fixed some GTK2 compilation warnings

2002-08-23 18:52 VS, revision 16716

applied patch #599264 (fixes to wxrc -g)

2002-08-23 18:21 RD, revision 16715

Fixed compile error

2002-08-23 18:05 VZ, revision 16714

fixed crash when calling Delete(root) and also when calling Delete(descendant_of_selected_item)

2002-08-23 18:05 RL, revision 16713

removed #include shlobj.h -- it breaks mingw32 wxBase builds ( needs -fvtable-thunks ) and appears to be unneccessary for mingw32 gui builds. It's been around since 1.1 so I'm blindly guessing no one else will need it now either. If that's wrong, please wrap it in USE_GUI, thanks.

2002-08-23 17:43 VZ, revision 16712

fix wxMotif sample program compile test

2002-08-23 16:54 VZ, revision 16711

define wxUSE_XPM_IN_MSW for MSW compilation

2002-08-23 16:00 VZ, revision 16710

compilation fix for !WX_PRECOMP

2002-08-23 15:59 VZ, revision 16709

compilation fix

2002-08-23 14:35 SC, revision 16708

removed WXK_SPACE as duplicating the selection event, added theme text drawing patch

2002-08-23 14:17 SC, revision 16707

fixed selection handling and added default/cancel handling

2002-08-23 14:16 SC, revision 16706

setting the current event record correctly (needed for control text handling)

2002-08-23 13:31 SC, revision 16705

make sure we don't keep a focus pointer to a window that gets deleted

2002-08-23 12:43 SC, revision 16704

brought key values of EVT_KEY and EVT_CHAR in synch with wxMSW and wxGTK...

2002-08-23 12:41 SC, revision 16703

added wxSIZE_T.. defines (every release of CW has a different typedef but I hope they all end up as unsigned long

2002-08-23 11:57 JS, revision 16702

Misc mods for feedback from Marcin Wojdyr <wojdyr@if.pw.edu.pl>

2002-08-23 11:29 JS, revision 16701

Updated release scripts

2002-08-23 09:20 SC, revision 16700

switched to MacOS 8.5+ implementation for submenus

2002-08-23 07:25 SC, revision 16699

added test for m_macControlIsShown in MacRedrawControl apparently HideControl does not work correctly for all controls...

2002-08-23 03:50 RL, revision 16698

add libwx_dcsvg.

2002-08-23 03:33 RL, revision 16697

Updates for 2.3.3 debs. Typo fix for start of local event id's.

2002-08-22 23:25 VZ, revision 16696

blind fix for gcc warning about ?: and different enums

2002-08-22 23:25 RD, revision 16695

Only catch exact menu range

2002-08-22 23:22 VZ, revision 16694

fix for gcc warning about incorrect format arg

2002-08-22 23:20 VZ, revision 16693

gcc warning about unused smile fixed (that's serious stuff)

2002-08-22 22:03 JS, revision 16692

Tidied up filename.tex

2002-08-22 22:02 JS, revision 16691

Create STC lib in standard lib dir as per other project and makefiles

2002-08-22 21:22 JS, revision 16690

Added CW for Mac list file

2002-08-22 20:34 VZ, revision 16689

fixed default button handling: don't keep BS_DEFPUSHBUTTON style when the app loses focus

2002-08-22 20:14 VZ, revision 16688

fixed a few typoes

2002-08-22 19:22 VZ, revision 16687

gcc 3.1 warning fixes (patch 598343)

2002-08-22 18:12 VZ, revision 16686

compilation fix (patch 598331)

2002-08-22 18:11 VZ, revision 16685

fix for wxComboBox flicker on create (patch 598891)

2002-08-22 18:02 VZ, revision 16684

removed debugging code from the sample

2002-08-22 18:02 VZ, revision 16683

send event from Clear() for a simple text control, send only one event from SetValue() instead of 2 for a rich one

2002-08-22 18:01 VZ, revision 16682

mention that Clear() and SetValue() *will* send EVT_TEXT events

2002-08-22 17:44 SC, revision 16681

fixed mounting points under /Volumes

2002-08-22 17:04 VZ, revision 16680

use SendSizeEvent() to resize the button correctly after reparenting under MSW

2002-08-22 17:03 VZ, revision 16679

made wxFrame::SendSizeEvent() public and documented it

2002-08-22 16:00 VZ, revision 16678

reverted patch 598016 (removed MSWCreateControl() visible parameter)

2002-08-22 15:44 JS, revision 16677

OnSize must not be skipped for non-wxX11 platforms

2002-08-22 09:41 JS, revision 16676

Applied patch [ 598016 ] remove flicker during combo box creation By Benjamin I. Williams (biwillia76) The attached patch completely fixes the flicker problem when creating combo boxes. It also will make it elementary to remove flicker during the creation of other controls (although all the other controls are flicker free, AFAIK). It does this by adding an optional 'visible' parameter to the internal MSWCreateControl method, whereby the caller can create a control invisibly by default, perform some complicated sizing calculations, and then finally show the control before the Create finished.

2002-08-22 08:48 SC, revision 16675

added error code for better debugging

2002-08-22 08:47 SC, revision 16674

fix when bitmap is not valid

2002-08-22 08:46 SC, revision 16673

fix for getting proper fspecs for volumes that are not given with the trailing separator

2002-08-22 04:59 DW, revision 16672

Minor slider fix

2002-08-22 01:02 DW, revision 16671

Font updates

2002-08-22 00:04 RD, revision 16670

SWIGged updates for wxMac

2002-08-22 00:04 RD, revision 16669

SWIGged update for wxGTK

2002-08-22 00:00 RD, revision 16668

A more dynamic wxWizard sample, and a fix for wxGrid wrappers

2002-08-21 22:46 DW, revision 16667

Font updates

2002-08-21 21:46 RD, revision 16666

wxWizardPage now handled by OOR

2002-08-21 20:40 RD, revision 16665

SWIGged updates for wxMac

2002-08-21 20:34 RD, revision 16664

SWIGged update for wxGTK (the last checkin was really for wxMSW...)

2002-08-21 20:20 GD, revision 16663

corrected enabling of a specific item by index

2002-08-21 20:15 RD, revision 16662

SWIGged updates for wxGTK

2002-08-21 20:15 RD, revision 16661

Various changes needed to match recent cvs updates

2002-08-21 19:49 VZ, revision 16660

polling child process IO seems to work now

2002-08-21 19:45 VZ, revision 16659

fixed the async process IO polling code

2002-08-21 19:44 VZ, revision 16658

better dummy implementation of IsInput/ErrorAvailable() (it's still wrong but now no more wrong than before my changes)

2002-08-21 18:41 VZ, revision 16657

added propsize to the list of samples

2002-08-21 17:04 VZ, revision 16656

compilation fix after my previos m_exitOnFrameDelete changes

2002-08-21 16:13 SC, revision 16655

fixing a possible NULL ptr exception when dispatching key events

2002-08-21 16:08 SC, revision 16654

I think this is now defined in the common accel.h, I'll remove it if no build complains...

2002-08-21 16:07 SC, revision 16653

centralized key handling, control key handling

2002-08-21 16:06 SC, revision 16652

fix for single item wildcards with no explanatory name item

2002-08-21 16:05 SC, revision 16651

centralized key handling

2002-08-21 16:04 VZ, revision 16650

regenerated everything

2002-08-21 16:01 VZ, revision 16649

added stats target to show the number of translated strings

2002-08-21 15:58 JS, revision 16648

Applied patch [ 598173 ] Fixes erroneous logging notebook sample

2002-08-21 15:56 JS, revision 16647

Applied patch [ 598286 ] Fixes uninitted var in drawing sample

2002-08-21 15:21 VZ, revision 16646

removed (broken) richedit sample from the list of samples to build

2002-08-21 15:03 DW, revision 16645

OS/2 update to get Tip icon created correctly.

2002-08-21 14:32 VZ, revision 16644

updated with the patch from Andrew V. Samoilov

2002-08-21 07:31 JS, revision 16643

Added a line about MINGW32VERSION

2002-08-21 04:12 DW, revision 16642

File dialog fixes

2002-08-20 22:55 VZ, revision 16641

added wxCheckListBox::HitTest() (modified patch 594524)