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

2007-12-15 02:30 VZ, revision 50707

compilation fix + comment about bogus memory leak (patch 1849988)

2007-12-15 02:23 VZ, revision 50706

correct wxFooEventHandler name (patch 1851026)

2007-12-15 01:25 VZ, revision 50704

PalmOS 6 compilation fixes (patch 1849757)

2007-12-15 00:25 VZ, revision 50703

rebaked everything, fixes problems with OpenGL samples makefiles

2007-12-15 00:06 VZ, revision 50701

wxMotif compilation fixes after wxDC changes

2007-12-14 23:56 VZ, revision 50700

compilation fix after HandleWindowEvent() changes

2007-12-14 23:55 VZ, revision 50699

another file which needs wx/thread.h inclusion now

2007-12-14 22:41 VZ, revision 50695

fixed wxDFB compilation after wxDC-related changes

2007-12-14 22:35 VZ, revision 50694

fixed unused parameter warning

2007-12-14 17:26 SC, revision 50690

making ref counting behavior consistent, activating QD variante for polygon region creation

2007-12-14 17:15 VZ, revision 50689

compilation fix: need to include wx/thread.h now

2007-12-13 23:05 RD, revision 50687

first stab at forward porting deb build changes. There is probably more still to do...

2007-12-13 20:58 RD, revision 50682

Add a FIXME for a reminder...

2007-12-13 20:56 RD, revision 50681

Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk

2007-12-13 20:49 RD, revision 50680

Ensure child is frozen before trying to thaw it, to avoid assert.

2007-12-13 19:10 VZ, revision 50679

don't allow TAB-bing away to other TLWs

2007-12-13 00:58 VS, revision 50677

added 'wxgui' template to make writing makefiles for gui apps a bit easier

2007-12-12 22:00 MW, revision 50676

Fix typos.

2007-12-12 21:54 VZ, revision 50675

set wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INFO were set to fix the debug line in the configure summary

2007-12-12 21:51 MW, revision 50674

Add support for the Windows Testdrive machines and other improvements.

2007-12-12 21:41 MW, revision 50673

Add support for the Windows Testdrive machines, and other improvments.

2007-12-12 20:20 MR, revision 50672

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 20:19 MR, revision 50671

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 18:11 VZ, revision 50670

mention some of the major changes in 2.9 so far

2007-12-12 15:28 VS, revision 50669

fixed test for toplevel windows to use IsTopLevel() instead of doing magic with flags

2007-12-12 14:32 VZ, revision 50668

corrected/removed forward declarations

2007-12-12 01:35 VZ, revision 50646

replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)

2007-12-11 23:00 VZ, revision 50645

don't leak wxImageList if wxHF_CONTENTS is not used in wxHtmlHelpWindow

2007-12-11 15:30 JS, revision 50644

Set the object for context menu events.

2007-12-11 15:28 JS, revision 50643

Set the object for the context menu event.

2007-12-11 13:41 SC, revision 50640

fix for document preview

2007-12-11 13:02 VZ, revision 50639

hack: don't use wxCharTypeBuffer<char>::operator[]() as VC gives linking error for it for some reason

2007-12-11 12:42 VZ, revision 50638

don't overload SizeInM{aj,in}orDir() on const/non-const, VC6 has troubles with this as does DMC, so use different names

2007-12-11 12:38 VZ, revision 50637

fix unused variable warning if !HAS_AUTOCOMPLETE

2007-12-11 12:21 VZ, revision 50636

fix wxBitmapToggleButton link

2007-12-11 05:56 PC, revision 50633

fix for link errors in DLL build

2007-12-11 00:52 RD, revision 50632

Don't prematurely return from Create before appending the choices, and etc.

2007-12-10 22:00 SC, revision 50626

changing guard to support popupwindows as well

2007-12-10 22:00 SC, revision 50625

making sure it always returns a valid string

2007-12-10 20:12 SC, revision 50623

going private with refdata

2007-12-10 20:09 SC, revision 50622

moving common code

2007-12-10 20:07 SC, revision 50621

moving common code

2007-12-10 20:05 RD, revision 50620

wx/generic/filepickerg.h needs installed on Mac too.

2007-12-10 20:03 RD, revision 50619

Add GetSelectedBitmap methods

2007-12-10 15:13 VZ, revision 50614

regenerated to include libtiff make dist fixes

2007-12-10 14:56 VZ, revision 50613

updated commands copying libtiff files

2007-12-10 12:21 VZ, revision 50610

wxBufferedDC is in wxCore, not wxAdv

2007-12-10 12:20 VZ, revision 50609

put wxUSE_TASKBARICON_BALLOONS around ShowBalloon() call

2007-12-10 10:44 RR, revision 50607

document Apple event overrides and their use instead of command line args

2007-12-09 22:34 VZ, revision 50604

correct Clone() signature in the example

2007-12-09 22:33 VZ, revision 50603

add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

2007-12-09 22:32 VZ, revision 50602

don't use the native implementation if wxTaskBarIcon::ShowBalloon() is not available

2007-12-09 21:53 CE, revision 50601

another VC6 fix; i reused inside for

2007-12-09 16:46 SC, revision 50600

missing forward decl

2007-12-09 13:14 RR, revision 50597

use wxPopupWindow for wxCombo (doesn't work yet)

2007-12-09 12:47 RR, revision 50596

typo

2007-12-09 12:40 RR, revision 50595

wxMac does support wxPopupWindow (there is code for it, at least)

2007-12-09 12:39 RR, revision 50594

add popupwin.cpp to OS X built

2007-12-09 08:32 SC, revision 50593

fixing unicode compile

2007-12-09 02:55 PC, revision 50592

set "eol-style" and "keywords" properties

2007-12-09 00:21 VZ, revision 50591

don't use FillRect() in DoDrawRectangle() but always Rectangle(); minor code cleanup in this function

2007-12-08 22:33 SC, revision 50590

moving collapsible pane a few steps forward os OSX

2007-12-08 22:32 SC, revision 50589

moving collapsible pane a few steps forward os OSX

2007-12-08 22:31 SC, revision 50588

moving collapsible pane a few steps forward os OSX

2007-12-08 21:09 VZ, revision 50587

call Clear() in dtor: this is necessary at least to clean up client object data

2007-12-08 20:51 VZ, revision 50586

add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

2007-12-08 20:49 VZ, revision 50585

translate wx{File,Dir}PickerWidgetLabel

2007-12-08 20:42 VZ, revision 50584

fix bitmaptglbtn.tex link

2007-12-08 20:41 VZ, revision 50583

fix LaTeX errors; set svn properties correctly

2007-12-08 20:04 SC, revision 50582

easier expression

2007-12-08 18:49 RR, revision 50581

Use native DisclosureTriangle control for wxCollapsiblePane, II

2007-12-08 18:29 SC, revision 50580

unifying CFTypes

2007-12-08 18:26 SC, revision 50579

unifying CFTypes

2007-12-08 17:55 RR, revision 50578

Compilo

2007-12-08 17:48 SC, revision 50577

unifying CFTypes

2007-12-08 17:41 SC, revision 50576

unifying CFTypes

2007-12-08 17:38 SC, revision 50575

unifying CFTypes

2007-12-08 17:36 SC, revision 50574

unifying CFTypes

2007-12-08 17:35 SC, revision 50573

unifying CFTypes

2007-12-08 17:33 SC, revision 50572

fn_str encoding symmetry fix

2007-12-08 17:29 RR, revision 50571

Make wxGenericColourButton derive from wxBitmapButton

2007-12-08 17:28 RR, revision 50570

Small rearrangement of controls

2007-12-08 11:53 RR, revision 50569

[ 1836794 ] gtk menu: radiogroup and separator

2007-12-08 11:37 RR, revision 50568

Added wxWrapSizer (modified patch: [1826950] Wrapping Sizer) from Arne Steinarson

2007-12-08 10:43 RR, revision 50567

Derive from wxToggleButtonBase

2007-12-08 10:43 RR, revision 50566

Derive from wxToggleButtonBase -i Diese und die folgenden Zeilen werden ignoriert -- M gtk1/tglbtn.h M palmos/tglbtn.h

2007-12-08 10:39 RR, revision 50565

use buffered DC again

2007-12-08 10:37 RR, revision 50564

Forgot this one.

2007-12-08 10:36 RR, revision 50563

Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons

2007-12-08 10:01 BP, revision 50562

Backported r50561: Fixed std::cout redirection code example.

2007-12-08 09:59 BP, revision 50561

Fixed std::cout redirection code example.

2007-12-07 20:27 VZ, revision 50560

fix another LaTeX error

2007-12-07 15:33 CE, revision 50559

SF patch 1840451

2007-12-07 12:04 VZ, revision 50558

document that output parameter of ToLong/Double() shouldn't be used if the function returns false

2007-12-07 08:59 JS, revision 50556

Don't show messages for directories that can't be read since some users will think it's scanning their system

2007-12-07 08:58 JS, revision 50555

Don't show messages for directories that can't be read since some users will think it's scanning their system

2007-12-06 19:52 VS, revision 50552

fixed wxSpinCtrl's client size computation in wxMSW to return something sensible

2007-12-06 18:10 RD, revision 50551

Add wxID_EDIT to the list of stock IDs

2007-12-06 18:09 RD, revision 50550

Add wxID_EDIT to the list of stock IDs

2007-12-06 18:08 RD, revision 50549

bump subrelease number