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-13 22:25 RD, revision 39703

Correctly handle the release of ownership of the wx.FSFile returned from wx.FileSystemHandler.OpenFile.

2006-06-13 22:05 VZ, revision 39702

document wxHelpEvent::Set/GetOrigin()

2006-06-13 20:44 ABX, revision 39701

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

2006-06-13 20:12 RD, revision 39700

Add support for generating classes for menus

2006-06-13 19:09 RD, revision 39699

Allow AutoCompletion for items in collections too

2006-06-13 19:08 RD, revision 39698

Help text for regions

2006-06-13 18:55 RD, revision 39697

Change header label

2006-06-13 18:52 RD, revision 39696

Ctrl-letter --> ascii(1..26) for EVT_CHAR events now also works when CAPS-LOCK is on.

2006-06-13 11:34 ABX, revision 39695

wxWinCE build fix.

2006-06-13 11:30 ABX, revision 39694

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

2006-06-13 11:05 ABX, revision 39693
  • D /wxWidgets/trunk/src/gtk/treegtk.cpp
  • D /wxWidgets/trunk/src/gtk1/treegtk.cpp

Removed unused files.

2006-06-13 10:41 ABX, revision 39692

Fixed broken reference.

2006-06-13 10:38 ABX, revision 39691

Allow some paths to be relative to current dir.

2006-06-13 10:34 ABX, revision 39690

Fixed accidental removal in one of past editings.

2006-06-13 00:07 KO, revision 39689

Consolidate the logic for generating file lists, as well as creating zip archives, into one place and remove some old code no longer needed.

2006-06-12 23:59 VZ, revision 39688

we don't need to manually propagate wxHelpEvents upwards, they're already wxCommandEvents and so propagate by default

2006-06-12 23:57 VZ, revision 39687

documented recently added Set/GetItemHelpText() and GetItemFromPoint()

2006-06-12 23:55 VZ, revision 39686

fix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when mouse was clicked inside it

2006-06-12 17:58 RD, revision 39685

always make a buffer bitmap

2006-06-12 13:32 VZ, revision 39684

redirect to the page only the help events coming from this control itself to avoid infinite recursion when we get a help event originally sent to the page

2006-06-12 09:00 JJ, revision 39683

Update openVMS compilesupport Modified Files: setup.h_vms ----------------------------------------------------------------------

2006-06-12 00:20 KO, revision 39682

Make sure to create parent dirs in the tree.

2006-06-11 23:08 KO, revision 39681

An attempt at reducing redundancy and improving readability for manifest-based releases.

2006-06-11 22:46 VZ, revision 39680

we can avoid 2-step construction now that setting wxDIALOG_EX_CONTEXTHELP after window creation works too

2006-06-11 22:44 VZ, revision 39679

update the real window flags when extended flags change and not only the normal ones

2006-06-11 22:40 VZ, revision 39678

show setting help text for individual radio box items

2006-06-11 22:19 VZ, revision 39677

added possibility to specify modules dependencies

2006-06-11 21:13 VZ, revision 39676

make it possible to associate context help text with individual radiobox items

2006-06-11 21:10 VZ, revision 39675

made it possible to associate context help to a region of a window

2006-06-11 21:08 VZ, revision 39674

don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place

2006-06-11 19:20 KO, revision 39673

No longer using a zip file for VC project files, adding them directly into MSW file list.

2006-06-11 18:54 KH, revision 39672

Fix socket crash in wxURL by safely Destroying the socket rather than deleting it [ patch 1502964 ]

2006-06-11 15:37 SN, revision 39671

Don't use TreeBook for OS/2 PM port (at least not yet).

2006-06-11 06:32 SC, revision 39670

functions may return a CFStringRef that is null, so we make this conversion always return an empty string (crashes otherwise)

2006-06-11 01:47 RD, revision 39669

reSWIGged

2006-06-11 01:31 RD, revision 39668

reSWIGged

2006-06-11 00:13 RD, revision 39667

some docstring fixes

2006-06-10 23:46 RD, revision 39666

Some docstring fixes

2006-06-10 22:13 RD, revision 39665

MaskedEdit patch from Will Sadkin: - Added handling for WXK_DELETE and WXK_INSERT, such that shift-delete cuts, shift-insert pastes, and ctrl-insert copies. - Fixed masked.numctrl to allow space for a group char, as this format is apparently used in several world locales.

2006-06-10 19:52 PC, revision 39664

allow setting scrollbar position to work from thumb release event

2006-06-10 17:37 JS, revision 39663

Add default style if necessary

2006-06-10 14:31 SC, revision 39662

numpad keys didn't trigger an update (reason for bug ID1503745)

2006-06-10 08:59 JS, revision 39661

Added log for Mac process termination fix.

2006-06-10 08:58 JS, revision 39660

Added logs for Mac process termination and scrolled window size fix

2006-06-10 03:31 RD, revision 39659

Switch to overriding OnAssertFailure instead of OnAssert

2006-06-09 23:28 RD, revision 39658

Prevent assert and crash if an attempt is made to make a bitmap with dimensions < 1

2006-06-09 22:06 VZ, revision 39657

gcc printf format warning fixed

2006-06-09 21:21 ABX, revision 39656

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

2006-06-09 19:59 RD, revision 39655

Using buffered drawing won't let the themed background show through, so use an ordinary wx.PaintDC instead.

2006-06-09 19:55 RD, revision 39654

Give wxMac its own set of face names

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

2006-06-04 21:18 PC, revision 39553

avoid gtk assert on negative window size

2006-06-04 17:00 PC, revision 39552

update scroll position variables from Scroll method, broken in previous change

2006-06-04 15:51 VZ, revision 39551

use wxImage to load icons in non-native formats

2006-06-04 15:14 VZ, revision 39550

s/wxHyperLinkCtrl/wxHyperlinkCtrl/

2006-06-04 15:11 VZ, revision 39549

added hyperlink.tex

2006-06-04 15:09 VZ, revision 39548

added missing brace after wxTB_NO_TOOLTIPS

2006-06-04 15:04 VZ, revision 39547

fixed typo in HitTest() docs

2006-06-04 14:55 VZ, revision 39546

silence gcc warnings about values not handled in switch

2006-06-04 14:51 VZ, revision 39545

printf format spec warning fix

2006-06-04 14:27 VZ, revision 39544

on some systems PBT_APMRESUMESUSPEND is not sent on resume but PBT_APMRESUMEAUTOMATIC is

2006-06-04 12:39 MW, revision 39543

Make Bourne compatible.

2006-06-04 06:19 PC, revision 39542

build fix

2006-06-03 22:32 VZ, revision 39541

wxArrayString::Sort() wasn't MT-safe even though it tried to

2006-06-03 20:34 VZ, revision 39540

just some spelling fixes

2006-06-03 19:51 RD, revision 39539

Fix line-endings

2006-06-03 19:20 PC, revision 39538

correct access for virtuals, unneeded includes

2006-06-03 18:36 PC, revision 39537

don't generate a scroll event when setting scroll position from scroll event handler

2006-06-03 18:35 PC, revision 39536

don't generate a scroll event when setting scroll position from scroll event handler fix setting scroll position from thumb release event handler

2006-06-03 14:56 VZ, revision 39535

take const wxWindow * in wxUxThemeHandle ctor

2006-06-03 14:49 VZ, revision 39534

clarify global wxConfig object life-management

2006-06-03 10:21 MW, revision 39533

Add picker files for mac.

2006-06-02 15:27 SC, revision 39532

Fixes and XCode 2.3 update

2006-06-02 14:34 SC, revision 39531

Fixes and XCode 2.3 update

2006-06-02 14:05 MW, revision 39530

Compile fix for no precompiled headers

2006-06-02 12:12 MW, revision 39529

Add wx-lib xml as adv depends on it for the richtext control

2006-06-02 12:00 MW, revision 39528

Commit pickers-fixes.patch added to 1472329 (Francesco Montorsi)

2006-06-02 10:20 MW, revision 39527

Revert previous commit.

2006-06-02 08:17 MW, revision 39526

Lazy creation of the picker dialogs (Francesco).

2006-06-02 06:39 JJ, revision 39525

Updated OpenVMS compile support

2006-06-02 03:44 RD, revision 39524

colSortFlag shoudl be an int, not a Boolean

2006-06-02 03:43 RD, revision 39523

Switch to bzip2 for compression

2006-06-01 23:56 ABX, revision 39522

uxtheme.h provides symbols regardless wxUSE_UXTHEME flag.

2006-06-01 22:23 RD, revision 39521

Some explainations and directions for building the Debian wx packages

2006-06-01 22:22 RD, revision 39520

Updated debian-dist and debian package scripts from 2.6 branch

2006-06-01 22:17 ABX, revision 39519

OW/MGL build fix.

2006-06-01 22:15 ABX, revision 39518

Typo fix.

2006-06-01 20:52 ABX, revision 39517

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

2006-06-01 17:32 RD, revision 39516

DLL compilation fix

2006-06-01 15:19 ABX, revision 39515

Build fix after PCH changes.

2006-06-01 15:16 ABX, revision 39514

Add new components to wxOS2 builds.

2006-06-01 13:18 ABX, revision 39513

Universal build fix.

2006-06-01 12:31 MW, revision 39512

Compile fixes for GTK 2.4

2006-06-01 11:01 ABX, revision 39511

Minor corrections to pickers presentation.

2006-06-01 10:58 ABX, revision 39510

Warning fix.

2006-06-01 10:57 ABX, revision 39509

Build fix for OW regarding & operator needing full class specs.

2006-06-01 09:44 MW, revision 39508

Build fix for systems linux where va_list is an array type.

2006-06-01 09:16 ABX, revision 39507

Minor source cleaning.

2006-06-01 08:52 ABX, revision 39506

Build fix based on wxOS2 night build log.

2006-06-01 08:23 ABX, revision 39505

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

2006-06-01 00:52 RD, revision 39504

reSWIGged

2006-06-01 00:40 RD, revision 39503

reSWIGged

2006-06-01 00:33 RD, revision 39502

IsStandard needs to check m_type, not m_format

2006-06-01 00:23 RD, revision 39501

regenerated ReST docs with new docutils

2006-06-01 00:21 RD, revision 39500

Fix some ReST formatting errors

2006-06-01 00:17 VZ, revision 39499

regenerated after wxColour/File/Dir/FontPickerCtrl changes

2006-06-01 00:13 VZ, revision 39498

added possibility to reorder columns by dragging them (patch 1409677)

2006-06-01 00:04 RD, revision 39497

Add missing files needed by the build. Add icon and *.desktop files for the wxPython tools

2006-06-01 00:00 RD, revision 39496

Add enough to the tarball that the debian packages can be built from it too. Switch to using bzip2 for compression.

2006-05-31 23:57 VZ, revision 39495

added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)

2006-05-31 23:41 RD, revision 39494

Reset the event object and id in case FindWindowForMouseEvent returns a different window.

2006-05-31 23:37 VZ, revision 39493

don't assert if neither wxFD_OPEN nor wxFD_SAVE is given; wxFD_OPEN is the default

2006-05-31 22:48 VZ, revision 39492

use gtk_window_set_modal(TRUE/FALSE) instead of gtk_grab_add/remove() (part of patch 1472329)

2006-05-31 22:35 RD, revision 39491

The colSortFlag needs to be an integer, not a Boolean

2006-05-31 22:34 RD, revision 39490

Ensure there is an app object before using a wx.RendererNative

2006-05-31 21:35 VZ, revision 39489

corrected header for wxWakeUpIdle()

2006-05-31 21:26 RD, revision 39488

Forward port of changes for using themed drawing of owner-drawn buttons.

2006-05-31 18:27 ABX, revision 39487

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

2006-05-31 18:15 ABX, revision 39486

[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.

2006-05-31 17:22 PC, revision 39485

threads fix

2006-05-31 12:18 ABX, revision 39484

PCH support for !MSW/!autoconf platforms.

2006-05-31 12:10 ABX, revision 39483

PCH support for !MSW/!autoconf platforms.

2006-05-31 11:48 ABX, revision 39482

Various dummy.cpp centralized in common/dummy.cpp. Build rebaked.

2006-05-31 09:34 ABX, revision 39481

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

2006-05-31 05:38 SC, revision 39480

changing scrollbars (hiding/showing) triggers a size event.

2006-05-30 17:39 ABX, revision 39479

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

2006-05-30 17:22 VZ, revision 39478

fix the tests to pass with both gcc and msvc (2nd part of patch 1462778)

2006-05-30 17:14 VZ, revision 39477

fixes for wxVsnprintf() in Unicode build (2nd part of patch 1462778)

2006-05-30 13:43 ABX, revision 39476

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

2006-05-30 13:10 VZ, revision 39475

mentioned that the handlers should be allocated on the heap also in ClearHandlers() docs (and not only in AddHandle() section)

2006-05-30 12:41 ABX, revision 39474

Missing items for default DMC distribution.

2006-05-30 11:55 ABX, revision 39473

wxHyperlink page for widgets presentation.

2006-05-30 09:17 ABX, revision 39472

[ 1494561 ] wxComboCtrl vertical size fix.

2006-05-30 07:43 ABX, revision 39471

Include commctrl.h properly.

2006-05-30 07:34 ABX, revision 39470

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

2006-05-30 07:25 ABX, revision 39469

wxFD_* constants without 2.6 compatibility (heavily extended and modified patch #1497305).

2006-05-29 23:49 ABX, revision 39468

Smartphone build fix.

2006-05-29 23:24 ABX, revision 39467

wxWinCE power build fixes.

2006-05-29 22:45 RD, revision 39466

wx.HIDE_READONLY is gone

2006-05-29 22:43 RD, revision 39465

Avoid an assert if no alignment style is specified

2006-05-29 21:45 ABX, revision 39464

Build fix.

2006-05-29 21:26 ABX, revision 39463

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

2006-05-29 21:18 RD, revision 39462

reSWIGged

2006-05-29 21:12 ABX, revision 39461

Source markup fixes.

2006-05-29 20:57 RD, revision 39460

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 20:54 RD, revision 39459

wxWakeUpIdle seems unnecessary here

2006-05-29 20:41 RD, revision 39458

Take out AdjustPagebreak for now...

2006-05-29 20:37 MW, revision 39457

Map between int page ids and page pointers using hashes so that it works when pointers are 64-bits.

2006-05-29 20:31 RD, revision 39456

Compile fix

2006-05-29 20:29 RD, revision 39455

wxFileDialog SetStyle and GetStyle are gone

2006-05-29 20:27 RD, revision 39454

Provide a wxDirSelectorPromptStr