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-10-26 15:53 RD, revision 42456

regen ReST docs

2006-10-26 15:33 VS, revision 42455

added wxDelegateTheme to accompany wxDelegateRenderer

2006-10-26 15:30 VS, revision 42454

added wxDCTextColourChanger ctor that allows using the class in the same way other wxDCFooChangers are used

2006-10-26 15:22 RD, revision 42453

Fixed some (out) typemaps

2006-10-26 14:54 VS, revision 42452

fixed selection when using keyboard after JS' change broke it

2006-10-26 13:20 BIW, revision 42451

wxaui flags reworked a bit; allows any hinting type to be explicity invoked; turning off hinting completely is not possible; sample updated accordingly

2006-10-26 12:05 SC, revision 42450

adding new implementations

2006-10-26 12:04 SC, revision 42449

missing common create functions

2006-10-26 12:03 SC, revision 42448

make this available everywhere

2006-10-26 11:57 VZ, revision 42447

fixed reversed return value of IsEmpty() (closes 1585004)

2006-10-26 10:37 JS, revision 42446

Less drastic compile fix

2006-10-26 10:29 ABX, revision 42445

Blind fix for Tinderbox build error.

2006-10-26 10:07 JS, revision 42444

ShouldOffset is accessed from a different class (in dcgraph.cpp)

2006-10-26 09:58 ABX, revision 42443

Updated setup.

2006-10-26 09:51 JS, revision 42442

Added dcgraph.cpp and rebaked

2006-10-26 09:40 ABX, revision 42441

Correct placement of header listed in wx/wx.h

2006-10-26 09:05 JS, revision 42440

Using MinGW 3, no hbmpItem

2006-10-26 08:51 JS, revision 42439

Added missing include for MinGW non-PCH compile

2006-10-26 08:33 JS, revision 42438

Added a cast

2006-10-26 08:21 SC, revision 42437

fixing param

2006-10-26 08:05 JS, revision 42436

Fixed initialisation order warning

2006-10-26 08:02 JS, revision 42435

Typo fixes

2006-10-26 07:44 SC, revision 42434

adopt new set font API

2006-10-26 06:51 SC, revision 42433

new renderer architecture

2006-10-26 06:35 JS, revision 42432

Added outline style sample and vetoing of style sheet changing when loading; demos URL event

2006-10-26 06:32 JS, revision 42431

Added URL support to attribute objects and to wxRichTextCtrl, generating a wxTextUrlEvent as appropriate. Added outline list support and updated previews. Added alignment support for bullets. Added single right parenthesis support. Added XML stylesheet reading/writing. Changed SetBulletSymbol to SetBulletText so it can support bullet text more generally (e.g. for cached outline list numbering) Added wxRichTextRenderer to isolate e.g. bullet drawing and make it customisable. Added event handler support to wxRichTextBuffer. Updated documentation.

2006-10-26 06:25 SC, revision 42430

adapted to new font setter

2006-10-26 06:24 SC, revision 42429

adapted to new renderer, moved wxGCDC into dcgraph.cpp

2006-10-26 06:21 SC, revision 42428

added the recangle fix

2006-10-26 06:17 SC, revision 42427

renderer added, creating renderer specific pens etc for faster use

2006-10-26 06:08 SC, revision 42426

add the missing defines before the xcode prefix gets read in

2006-10-26 06:07 SC, revision 42425

move the graphics context bridge dc into separate file

2006-10-26 03:34 RD, revision 42424

Add a GraphicsContext sample to the demo

2006-10-26 03:33 RD, revision 42423

reSWIGged

2006-10-26 03:32 RD, revision 42422

GetTextExtent --> (width height) GetFullTextExtent --> (width, height, decent, externalLeading)

2006-10-26 03:28 RD, revision 42421

docstring update

2006-10-26 03:26 RD, revision 42420

Fix "PINK" to actually be pink, and not lavender

2006-10-26 03:01 KO, revision 42419

Adding virtual wxListCtrl impl of GetItem.

2006-10-26 01:21 RD, revision 42418

SetTextColor --> SetTextColour Make sure SWIG knows that items returned fro the factories are new Fix the save a ref to the dc

2006-10-26 01:19 RD, revision 42417

SetTextColor --> SetTextColour, to be consistent with the rest of the lib

2006-10-26 00:22 KO, revision 42416

Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit.

2006-10-26 00:20 VZ, revision 42415

explain more clearly the possible usage scenarios

2006-10-25 20:47 RD, revision 42414

some GTK1 bulkd fixes from Sander Niemeijer

2006-10-25 20:45 MW, revision 42413

Add class factories for filter streams. Also filters now follow the convention that they own their parent if they are created on a pointer to the parent.

2006-10-25 20:41 MW, revision 42412

Add class factories for filter streams. Also filters now follow the convention that they own their parent if they are created with a pointer to the parent.

2006-10-25 20:25 RD, revision 42411

Mention wx.ListCtrl fixes on Mac

2006-10-25 20:24 RD, revision 42410

Show sample License text on the AboutBox

2006-10-25 20:23 RD, revision 42409

Don't override DoGetSize, just let the default return the real size of the widget like normal. Since the former implementation used GetBestSize, which uses a DC, which on Mac calls window->GetSize, this resulted in an infinite recursion. Also use SetBestFittingSize in the ctor and move CacheBestSize to DoGetBestSize where it belongs.

2006-10-25 20:00 KO, revision 42408

Fix wxBufferedDC so that it adheres to its documented behavior (which is in use in wxPython at least) and make a note about the layout direction assignment.

2006-10-25 19:48 RR, revision 42407

[ 1584680 ] wxComboCtrl Popup Animation

2006-10-25 19:08 RD, revision 42406

HIShapeCreateEmpty doesn't exist prior to OSX 10.4, use HIShapeCreateWithRect with an empty rectangle instead. Also detabified.

2006-10-25 19:04 RD, revision 42405

corrected collpaneg.h name typo

2006-10-25 18:14 VS, revision 42404

use window's font instead of the default one in wxStatusBar

2006-10-25 17:51 RR, revision 42403

Prevent accession of to-be-deleted mdi child window.

2006-10-25 17:09 JS, revision 42402

wxRichTextCtrl not ready for WinCE yet, stop people fiddling with it

2006-10-25 16:46 ABX, revision 42401

Typo fix.

2006-10-25 15:50 ABX, revision 42400

Make wxRichTextCtrl again buildable on WinCE.

2006-10-25 13:26 RR, revision 42399

Add m_fsStyle next to m_windowStyle Add HasFdFlag() Use it for all tests in all variants of wxFileDialogs. That way it will be easier to change again centrally, if required.

2006-10-25 12:24 MW, revision 42398

Fix export.

2006-10-25 12:12 VS, revision 42397

changed wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVERLAYS to use #ifdef instead of #if ... == 1

2006-10-25 11:27 VZ, revision 42396

declare wxMSLU_xxx functions in the headers which define macros expanding to them

2006-10-25 10:19 JJ, revision 42395

Committing in . Update configuration for OpenVMS Modified Files: wxWidgets/setup.h_vms

2006-10-25 09:04 JS, revision 42394

Button size adjustment

2006-10-25 09:03 JS, revision 42393

Don't reset the best size to wxDefaultSize unless we have a bitmap, otherwise an explicit size is ignored

2006-10-25 08:49 JS, revision 42392

Better button size on wxX11

2006-10-25 07:34 RR, revision 42391

Fix test for wxFD_MULTIPLE.

2006-10-25 07:31 RD, revision 42390

Fix for missing About menu item

2006-10-25 06:55 RD, revision 42389

Fix the rectangle size when offsetting

2006-10-25 06:55 RD, revision 42388

Refactor the code that decides if the 0.5 offset chousl be applied into its own method

2006-10-25 06:52 RD, revision 42387

Include the html docs in the tarball

2006-10-25 06:52 RD, revision 42386

If there is already a set of HTML docs built in the tarball, there is no need to build them again

2006-10-25 06:51 RD, revision 42385

The deprecated lib doesn't build. Disable it from being automatically built for now.

2006-10-25 06:47 ABX, revision 42384

ADV export fix.

2006-10-25 05:42 KO, revision 42383

Adding support for item font/style/color customization, unfortunately, it does not work with wxLC_EDIT_LABELS due to a limitation in the native control. Also fire activate events, and fix some event object/id mismatches when using the generic list ctrl.

2006-10-25 00:59 VZ, revision 42382

use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)

2006-10-25 00:55 VZ, revision 42381

corrected EVT_NOTIFY[_RANGE] docs (bug 1439078)

2006-10-25 00:53 VZ, revision 42380

correct custom event type example and point to the event sample (bug 1338140)

2006-10-25 00:52 VZ, revision 42379

corrected order of parameters in ctor (closes 1304320)

2006-10-25 00:42 VZ, revision 42378

explain why wxSpinCtrl may be available on platforms where wxSpinButton isn't

2006-10-25 00:40 VZ, revision 42377

renamed static functions section to global functions one (bug 1244222)

2006-10-25 00:37 VZ, revision 42376

wxGLCanvas is also available under Mac and other platforms (bug 1241485)

2006-10-25 00:35 VZ, revision 42375

removed confusing 'native make' from mingw32 section (bug 1236795)

2006-10-25 00:31 VZ, revision 42374

document what exactly SetAlignment() expects (bug 1232727) + other minor corrections

2006-10-25 00:26 VZ, revision 42373

corrected wxEntry declarations (closes 1222193); added wxEntryStart/Cleanup

2006-10-25 00:18 VZ, revision 42372

explain that CW might not work, mention that BC5 worked with 2.4.2 (bug 1158383)

2006-10-25 00:13 VZ, revision 42371

correct wxDirExists() parameter type (closes 1220417)

2006-10-25 00:09 VZ, revision 42370

document GetDocManager() (closes 1098861)

2006-10-25 00:06 VZ, revision 42369

clarify GetWheelRotation() (bug 969231)

2006-10-25 00:03 VZ, revision 42368

add a note explaining that sizers should be heap-allocated (bug 965825)

2006-10-25 00:00 VZ, revision 42367

add hyperlink to wxList to GetMenuItems() docs (bug 921322)

2006-10-24 23:56 VZ, revision 42366

use manifest id of 2 if ISOLATION_AWARE_ENABLED is defined (bug/feature request 1222189)

2006-10-24 23:30 VZ, revision 42365

mention VC6 problem with the dependencies (closes 1216051)

2006-10-24 23:24 VZ, revision 42364

include build/msw/wx_base.dsp in wxBase distribution (closes 1324053)

2006-10-24 23:19 VZ, revision 42363

define WXDEBUG_NEW to use special VC++-specific new version too (closes 1386286)

2006-10-24 22:20 RD, revision 42362

#include overlay.h

2006-10-24 20:30 RD, revision 42361

Added wx.StandardPaths.GetTmpDir

2006-10-24 19:46 RD, revision 42360

use WXDLLIMPEXP_ADV on the base class too

2006-10-24 19:36 ABX, revision 42359

PCH support.

2006-10-24 19:09 RD, revision 42358

Put wxUSE_DETECT where it won't get overritten

2006-10-24 18:07 RR, revision 42357

Add wxCollapsable to classes.tex.