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