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

2008-03-20 18:11 FM, revision 52638

fix header files so that they can be included directly without generating 'undefined reference' errors

2008-03-20 18:10 FM, revision 52637

fix a macroscopic error which made Doxygen generate invalid XML

2008-03-20 15:08 FM, revision 52636

make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)

2008-03-20 15:06 VS, revision 52635

compilation fix for wxUSE_GUI=0

2008-03-20 13:45 VS, revision 52634

removed trailing whitespace in Doxygen files

2008-03-20 13:40 VS, revision 52633

removed wxAcceleratorTable copy ctor docs, no port implements it

2008-03-20 13:19 VS, revision 52631

forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK

2008-03-20 06:00 BP, revision 52630

Finished review/fixes of GDI category of functions and macros.

2008-03-19 18:28 FM, revision 52626

further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)

2008-03-19 14:09 SC, revision 52625

CGFloat

2008-03-19 13:26 SC, revision 52624

make background colour be the real color, to have inheritance work correctly

2008-03-19 13:24 SC, revision 52623

clean include

2008-03-19 13:23 SC, revision 52622

have bg style wxBG_STYLE_CUSTOM not skip event

2008-03-19 08:02 BP, revision 52620

Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.

2008-03-18 19:30 BP, revision 52618

Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).

2008-03-18 18:24 MW, revision 52617

Switch on build breakage email notifications.

2008-03-18 16:25 PC, revision 52616

revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0

2008-03-18 16:21 VS, revision 52615

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:19 VS, revision 52614

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:17 VS, revision 52613

fixed unresolved symbols in wxSizer docs in 2.8

2008-03-18 14:04 VZ, revision 52612

added wxSpinCtrlDouble (slightly modified patch 1835864)

2008-03-18 13:27 VZ, revision 52611

provide stubs for Get/SetStippled() to fix the build

2008-03-18 12:52 FM, revision 52610

remove deprecation for wxBU_AUTODRAW; it needs some more work, too

2008-03-18 04:06 PC, revision 52605

remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual

2008-03-18 03:32 PC, revision 52604

move wxWindowGTK::DoPopupMenu back to window.cpp

2008-03-18 03:01 PC, revision 52603

simplify wxEVT_MENU_OPEN/CLOSE generation

2008-03-18 01:39 BP, revision 52602

Added explicit information about which functions and macros are declared in what headers from last commit.

2008-03-18 01:34 BP, revision 52601

Finished review of Application Initialization and Termination category of functions and macros.

2008-03-17 22:10 BP, revision 52598

Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.

2008-03-17 22:05 BIW, revision 52597

vista tree crash fix

2008-03-17 21:22 BIW, revision 52596

vista tree crash fix

2008-03-17 21:14 BP, revision 52595

One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs). All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

2008-03-17 21:09 VZ, revision 52594

use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization

2008-03-17 21:00 RD, revision 52590

Make some wxDataViewCustomRenderer virtuals consistent across platforms. Add missing WXDLLIMPEXP_ADV. Add missing impl for wxDataViewEvent::GetPosition

2008-03-17 20:57 VZ, revision 52589

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 20:46 VZ, revision 52588

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 18:40 BP, revision 52587

Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).

2008-03-17 18:26 PC, revision 52586

fix a huge number of build errors

2008-03-17 17:33 FM, revision 52585

restore previous encoding, changed for error to UTF8

2008-03-17 16:14 VS, revision 52584

added back docs for wxWindow::WindowToClientSize, added some missing @since tags

2008-03-17 13:48 MW, revision 52583

Show compiler version at the top of the logs.

2008-03-17 13:46 VZ, revision 52582

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part [backport of r52543 from trunk]

2008-03-17 08:58 SC, revision 52581

fix default values after types were changed

2008-03-17 04:25 PC, revision 52579

reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily

2008-03-17 00:47 FM, revision 52578

revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs

2008-03-17 00:46 FM, revision 52577

some more build fix for wxPen/wxBrush style changes

2008-03-16 22:42 FM, revision 52576

build fix (looking at buildbot)

2008-03-16 21:50 FM, revision 52575

pen.h depends from brush.h in compat mode

2008-03-16 21:36 FM, revision 52574

fix typos and update MSW code to use new wxPENSTYLE_* enum values

2008-03-16 21:11 FM, revision 52573

fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers

2008-03-16 20:14 CE, revision 52572

remove daily build of docs

2008-03-16 17:23 FM, revision 52571

sort the errors so it's easy to see if already processed headers still give out warnings

2008-03-16 17:00 FM, revision 52570

fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix include loop in MSW headers

2008-03-16 16:47 FM, revision 52569

introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt

2008-03-16 14:43 FM, revision 52568

enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'

2008-03-16 13:50 JS, revision 52567

Don't accept picker text events from any old text control

2008-03-16 13:50 JS, revision 52566

Don't accept picker text events from any old text control

2008-03-16 11:10 VS, revision 52565

ShowWithEffect must call wxWindowBase::Show

2008-03-16 02:22 VZ, revision 52564

don't use generic process callback for wxGTK/Motif/MGL which have their own versions of it

2008-03-16 00:37 VS, revision 52562

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:36 VS, revision 52561

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:35 VS, revision 52560

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:35 VS, revision 52559

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:09 VZ, revision 52558

ignore WinCE projects and build directories

2008-03-16 00:08 VZ, revision 52557

ignore WinCE build directories

2008-03-16 00:04 VZ, revision 52556

added test of focusing/selecting another item

2008-03-16 00:02 BP, revision 52555

Removed layout constaints related docs as discussed on wx-dev.

2008-03-15 23:44 VZ, revision 52554

correct typo in wxDIR_STOP

2008-03-15 18:15 FM, revision 52553

revised base64.h;bitmap.h

2008-03-15 18:11 PC, revision 52552

use a different method to prevent an early size_allocate, removing child has undesirable size effects, such as unsetting the default widget

2008-03-15 16:53 VZ, revision 52551

rename fobr95.{cpp,h} files to foobar.{cpp,h}

2008-03-15 16:46 VZ, revision 52550

add support for asynchronous execution in wxBase (patch 1906889)

2008-03-15 13:58 FM, revision 52549

turn GENERATE_HTML on otherwise CHM generation does not work correctly

2008-03-15 13:36 FM, revision 52548

put the CHM in the out folder instead of out/html; be quiet during output generation

2008-03-15 12:33 VS, revision 52547

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:28 VS, revision 52546

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:26 FM, revision 52545

update generation info and mention that you need doxygen >= 1.5.4 to correctly regen wx docs

2008-03-15 12:25 VS, revision 52544

restored missing parts of wxClipboardTextEvent docs lost in the conversion

2008-03-15 04:10 VZ, revision 52543

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190)

2008-03-15 03:45 VZ, revision 52542

use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354)

2008-03-15 03:42 VZ, revision 52541

protect access to ms_aTraceMasks with a critical section (replaces patch 1911172)

2008-03-15 03:36 VZ, revision 52540

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 03:28 VZ, revision 52539

fix crash in DoGetBestSize() if default widths are used (corrects patch 1386199 applied in r45202)

2008-03-15 03:14 BP, revision 52538

Categorized all functions and macros in the Debugging and Version categories.

2008-03-15 03:12 VZ, revision 52537

don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)

2008-03-15 03:05 VZ, revision 52536

use less expensive GetLastPosition() instead of GetValue() to implement IsEmpty()

2008-03-15 03:04 VZ, revision 52535

don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)

2008-03-15 02:58 VZ, revision 52534

refactored code reused in several different places in wxTextEntry::RemoveSelection() (patch 1910166)

2008-03-15 02:52 VZ, revision 52533

no real changes, just use more readable helper wxTextEntry methods (patch 1910165 )

2008-03-15 02:47 VZ, revision 52532

no real changes, just use more readable helper wxTextEntry methods (patch 1910160)

2008-03-15 02:38 VZ, revision 52531

initialize m_nCurLine in wxTextBuffer ctor (part of patch 1908134)

2008-03-15 02:33 VZ, revision 52530

added support for double arguments to wxCmdLineParser (patch 1907289)

2008-03-15 02:24 VZ, revision 52529

use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor combobox (slightly modified patch 1906581)

2008-03-15 02:12 VZ, revision 52528

don't generate duplicate resume events for PBT_APMRESUMEAUTOMATIC

2008-03-15 02:12 VZ, revision 52527

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 02:10 VZ, revision 52526

initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch 1905981)

2008-03-15 02:08 VZ, revision 52525

remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch 1905759)

2008-03-14 23:59 FM, revision 52524

replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc

2008-03-14 23:57 VZ, revision 52523

don't delete the context in ~wxGLCanvas(), the base class will do it (patch 1912776)

2008-03-14 23:49 VZ, revision 52522

changed eol-style to native for all .h files