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

2006-06-09 18:11 KO, revision 39653

Initial wxaddons support.

2006-06-09 18:05 RD, revision 39652

Don't use an accelerator for the About box. Ctl(Cmd)-H is reserved on the Mac anyway.

2006-06-09 17:50 ABX, revision 39651

Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 17:29 ABX, revision 39650

Header listed twice removed.

2006-06-09 15:37 ABX, revision 39649

USE_AUI build fix.

2006-06-09 14:05 JS, revision 39648

Don't do client to overall size conversion if we've already used the overall size, or we'll end up adding a spurious increment over successive layout iterations.

2006-06-09 11:22 VZ, revision 39647

added the cast to wxFontMapperBase erroneously removed by the last change

2006-06-09 09:51 ABX, revision 39646

Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-09 08:50 MW, revision 39645

Fix missing semicolon from last commit

2006-06-08 20:19 ABX, revision 39644

Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 19:58 JS, revision 39643

Added missing wx_aui.dsp file

2006-06-08 19:12 RD, revision 39642

fix scope of setting self.files

2006-06-08 19:11 RD, revision 39641

docstring fix

2006-06-08 19:11 RD, revision 39640

Add KeyEvent method for setting the m_uniChar member

2006-06-08 19:10 RD, revision 39639

Applied Patch #1502804: wx*PickerCtrl documentation fixes

2006-06-08 18:53 SC, revision 39638

missing else

2006-06-08 18:27 RD, revision 39637

Applied Patch #1502801: Missing Clone() functions from some events

2006-06-08 18:15 RD, revision 39636

Add 1 to the width returned by DoGetBestSize in order to work around a GTK issue where it sometimes wrapps the text needlessly

2006-06-08 13:12 ABX, revision 39635

Use bottom flat notebook on PocketPC by default.

2006-06-08 12:51 ABX, revision 39634

Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 11:25 ABX, revision 39633

Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.

2006-06-08 10:17 RR, revision 39632

Compilo

2006-06-08 10:05 RR, revision 39631

Correct compilation for GTK < 2.4. Remove double testing for __WXMGL__ and __WXX11__ after testing for __UNIVERSAL__

2006-06-08 09:09 JS, revision 39630

Backported polling process termination detection for Intel Mac

2006-06-08 08:44 JS, revision 39629

Removed incorrect code

2006-06-08 08:09 JS, revision 39628

Missing dereference caused wrong wxString ctor to be used, leading to memory errors

2006-06-08 06:57 ABX, revision 39627

Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-08 05:16 PC, revision 39626

use "event-after" signal to send thumb release event

2006-06-07 22:01 ABX, revision 39625

Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:49 VZ, revision 39624

1. renamed wxFontMapper::IsWxFontMapper() to IsDummy() (with reverse semantics) 2. added wxFontMapper::Reset() to only do the cast needed when deleting the font mapper object once 3. reset the dummy font mapper created during the app initialization in wxFontMapperModule and not in init.cpp

2006-06-07 17:46 ABX, revision 39623

Include wx/toolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 17:12 ABX, revision 39622

[ 1502010 ] Cast to wrong type.

2006-06-07 17:02 ABX, revision 39621

[ 1502016 ] wxImage::ConvertToGreyscale should retain alpha channel.

2006-06-07 16:59 ABX, revision 39620

Show grey version of image with alpha channel.

2006-06-07 15:06 ABX, revision 39619

Missing plural.

2006-06-07 15:02 ABX, revision 39618

Widgets sample mentioned.

2006-06-07 14:54 ABX, revision 39617

Use common book flags (and other minor corrections).

2006-06-07 13:57 ABX, revision 39616

Minor source cleaning.

2006-06-07 13:26 ABX, revision 39615

wxBLACK usage.

2006-06-07 13:07 JS, revision 39614

Alternative implementation for process termination detection on Intel, since task_for_pid doesn't work on Intel Macs.

2006-06-07 11:44 ABX, revision 39613

Include wx/scrolwin.h and wx/dirdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-07 08:49 JS, revision 39612

Removed comma

2006-06-07 04:16 KO, revision 39611

Putting files back in the wxWidgets-$VERSION dir.

2006-06-07 02:26 RD, revision 39610

Added wrappers for the Picker controls.

2006-06-07 02:23 RD, revision 39609

Added an implementation for wxPickerBase::SetInternalMargin

2006-06-07 02:23 RD, revision 39608

Added wx/pickerbase.h so it will get installed.

2006-06-06 22:02 ABX, revision 39607

Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 21:44 ABX, revision 39606

AUI under wxMGL build fixes.

2006-06-06 21:07 ABX, revision 39605

AUI under wxOS2 build fixes.

2006-06-06 19:21 RD, revision 39604

reSWIGged

2006-06-06 18:24 RD, revision 39603

Compilation fix for Mac

2006-06-06 17:50 RD, revision 39602

More compilation fixes. Move dummy wxPowerEvent to where it can be seen by other modules.

2006-06-06 17:49 RD, revision 39601

Set MONOLITHIC for posix platforms based on the output of wx-config, use this to add the media lib if needed.

2006-06-06 16:28 ABX, revision 39600

Include wx/slider.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 15:50 ABX, revision 39599

Source cleaning, wxW headers, whitespaces and improved PCH support.

2006-06-06 15:39 ABX, revision 39598

Source cleaning, wxW headers, whitespaces and improved PCH support.

2006-06-06 15:20 JS, revision 39597

Fix for wxX11

2006-06-06 14:43 JS, revision 39596

Script updates

2006-06-06 14:35 JS, revision 39595

Updated make dist script for wxAUI

2006-06-06 14:31 JS, revision 39594

Fixes for Mac

2006-06-06 14:10 ABX, revision 39593

On-demand creation of the pages for speedup of sample launch.

2006-06-06 14:06 JS, revision 39592

Updated configure for wxAUI

2006-06-06 14:05 JS, revision 39591

Compile corrections

2006-06-06 13:34 JS, revision 39590

Further wxAUI commits

2006-06-06 13:12 JS, revision 39589

Initial commit of wxAUI

2006-06-06 12:53 JS, revision 39588

Reverted last wxBookCtrl change and added alignment check to notebook

2006-06-06 11:05 JS, revision 39587

Each book control should say what its default orientation. Use this info if no alignment style, otherwise assertion will happen in GetPageRect.

2006-06-06 11:03 JS, revision 39586

Suppress assertion when the array is sorted

2006-06-06 11:02 JS, revision 39585

If a base font mapper object was created prematurely before the traints object was created, delete it.

2006-06-06 11:01 JS, revision 39584

If a font mapper object was created prematurely before the traits object was created, delete it.

2006-06-06 07:23 ABX, revision 39583

Include wx/textctrl.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-06 07:22 MW, revision 39582

Move the generic picker files to the GUI common section.

2006-06-06 01:33 VZ, revision 39581

replaced WXTYPE with wxEventType

2006-06-06 01:28 VZ, revision 39580

replaced WXTYPE with wxEventType

2006-06-05 23:00 RD, revision 39579

Fixed compile error

2006-06-05 20:37 ABX, revision 39578

Peaceful solution to wxCheckListBox inheritance in WinCE and wxListBox::Clear() ambiguity in wxUniv.

2006-06-05 19:35 SN, revision 39577

Removed some focus handling that was to general and did break e.g. combobox.

2006-06-05 19:07 MW, revision 39576

Fix alignment issue.

2006-06-05 18:47 SN, revision 39575

Fixed brush realization as suggested by Franz Bakan.

2006-06-05 18:15 SN, revision 39574

Improved error handling.

2006-06-05 18:08 SN, revision 39573

Improved error handling.

2006-06-05 18:08 RD, revision 39572

Typos fixed

2006-06-05 17:57 MR, revision 39571

Do not set the wmclass for toplevels. This MUST be unique across the application, and GTK takes care of it for us - don't screw it over. Change it to set_role instead, but #if 0 out for now until some discussion about potential affect of this to existing applications. Toplevels that have a role set can be handled by the window manager, and store the positiong and size for them, and restore it on later occasion. If apps do stupid things like don't have unique motif names set for different toplevels, then this can cause problems with backwards compatibility. I am in favor of doing set_role, but it needs a little discussion and testing. Setting WM_CLASS is definately wrong, so just get rid of that till then.

2006-06-05 17:48 ROL, revision 39570

fix for empty value

2006-06-05 17:12 MW, revision 39569

Build fix for motif.

2006-06-05 17:01 VZ, revision 39568

fixed memory leak introduced by dynamic wxMimeTypesManagerImpl creation (rev. 1.44 of mimecmn.cpp) changes; also renamed wxMimeTypesManagerFactory::Get/SetFactory() to just Get/Set()

2006-06-05 16:46 ABX, revision 39567

Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-05 16:04 ROL, revision 39566

fix for non-utf-8 character support in 'content'

2006-06-05 16:01 ROL, revision 39565

hopefully this will fix some encoding problems

2006-06-05 16:00 ROL, revision 39564

debug is not defined here

2006-06-05 16:00 RD, revision 39563

Make it possible to override VER_FLAGS from the command-line

2006-06-05 15:58 RD, revision 39562

Added wxWINDOW_STYLE_MASK

2006-06-05 15:58 SN, revision 39561

Made additional error codes available.

2006-06-05 15:57 RD, revision 39560

New methods for dragging coloumns

2006-06-05 15:52 RD, revision 39559

No need to use 2-phase create of the text ctrl

2006-06-05 14:16 MW, revision 39558

Add missing picker files for gtk1

2006-06-05 11:55 VZ, revision 39557

Reparent() is available under Mac as well (bug 1500782)

2006-06-05 10:31 CE, revision 39556

replace hard coded path with relative path

2006-06-05 10:29 CE, revision 39555

changed hardware at York

2006-06-04 22:31 VZ, revision 39554

changed menu accels to not clash with menubar ones