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-07-19 23:00 VZ, revision 47575

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier

2007-07-19 22:58 VZ, revision 47574

added code to free memory allocated in wxSetEnv() when it uses putenv()

2007-07-19 19:48 DE, revision 47573

Merged trunk 47523, 47567, 47569 (full wxRadioBox implementation): * Partially implement wxRadioBox for wxCocoa. * Implement most of wxRadioBox's methods. * Implement wxCocoa wxRadioBox event. Copyright 2007 Software 2000 Ltd.

2007-07-19 19:44 DE, revision 47572

Merged trunk 47568: Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 19:43 DE, revision 47571

Merged trunk 47521: Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-19 19:19 DE, revision 47570

Strip mnemonics from the label before passing it to Cocoa.

2007-07-19 18:52 DE, revision 47569

Implement wxCocoa wxRadioBox event.

2007-07-19 18:00 DE, revision 47568

Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 17:58 DE, revision 47567

Implement most of wxRadioBox's methods.

2007-07-19 17:40 DE, revision 47566

Added include wx/timer.h to non WX_PRECOMP case.

2007-07-19 15:47 VZ, revision 47564

do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h

2007-07-19 14:03 RR, revision 47562

Better sorting example and better default

2007-07-19 13:55 VZ, revision 47561

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style [backport of patch 1756184 from trunk]

2007-07-19 05:46 BY, revision 47560

Merge changes from the trunk. Robert has add sorting support for the model.

2007-07-19 01:06 VZ, revision 47558

always generate the taskbar sample makefile; this was wrong since the line adding it to SAMPLES_SUBDIRS was added in the wrong place in rev 15927

2007-07-19 01:02 VZ, revision 47557

added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure

2007-07-18 23:42 VZ, revision 47556

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style (patch 1756184)

2007-07-18 23:37 VZ, revision 47555

speed up reading wxFileConfig from wxInputStream by factors of 3.5, 20 and 7 for ANSI/wchar_t/UTF-8 builds respectively (replaces patch 1755969)

2007-07-18 22:01 VZ, revision 47553

wxGTK/Univ compilation fixes

2007-07-18 18:46 RR, revision 47552

Completed sorting in wxDataViewCtrl

2007-07-18 18:09 VZ, revision 47551

added documentation of wxUSE_XXX symbols (modified patch 1755127)

2007-07-18 18:08 VZ, revision 47550

fix broken wxvscrolledwindowsetrowcount link

2007-07-18 15:03 VS, revision 47549

compilation fix for minimal build

2007-07-18 15:02 VS, revision 47548

compilation fix for minimal build

2007-07-18 14:09 RR, revision 47547

First work at resort with header click

2007-07-18 13:25 RR, revision 47546

Forgot this one

2007-07-18 13:23 RR, revision 47545

First actual sorting for wxDataViewCtrl

2007-07-18 12:58 VZ, revision 47544

removed the hyphen from the new --enable{baseevt,epoll,select}loop options description

2007-07-18 10:15 VS, revision 47543

don't use _T() for literals in wxDFB, it uses UTF-8 build

2007-07-18 09:44 VS, revision 47542

use iterators instead of c_str()

2007-07-17 23:34 RD, revision 47541

wxPython wants monolithic build on OSX

2007-07-17 23:04 VZ, revision 47540

added new libraries (patch from Francesco)

2007-07-17 22:53 VZ, revision 47538

added missing libraries to the requirements list

2007-07-17 22:51 VZ, revision 47537

remove references to contrib (patch from Francesco)

2007-07-17 22:47 VZ, revision 47536

check whether the string is non-empty before accessing its first element [backport from trunk]

2007-07-17 22:46 VZ, revision 47535

check whether the string is non-empty before accessing its first element

2007-07-17 22:01 RR, revision 47534

Some code renaming to avoid confusion. Test editable column in sample.

2007-07-17 13:25 CE, revision 47530
  • D /wxWidgets/trunk/BuildCVS.txt

svn rather than cvs

2007-07-17 13:24 CE, revision 47529

svn rather than cvs

2007-07-17 11:59 VS, revision 47528

compilation fix for Borland C++

2007-07-17 11:11 FM, revision 47527

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 11:10 FM, revision 47526

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 10:44 FM, revision 47525

fix an issue with GTK filedialog (already fixed in the trunk)

2007-07-17 08:15 BY, revision 47524

merge changes from trunk.

2007-07-17 05:41 DE, revision 47523

Partially implement wxRadioBox for wxCocoa. Copyright 2007 Software 2000 Ltd.

2007-07-17 05:31 DE, revision 47522

Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-17 05:14 DE, revision 47521

Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-17 02:46 BY, revision 47520
  • D /wxWidgets/branches/SOC2007_DVC/wxPython

syc with the trunk

2007-07-16 23:28 VZ, revision 47517

remove file containing many obsolete defines, if anyone wants to revive MicroWindows support the MicroWin-specific checks should be added to wx/msw/chkconf.h or wx/msw/microwin/chkconf.h

2007-07-16 23:09 DE, revision 47516

Added preliminary documentation about how to write new wxCocoa controls. Basically just a brain dump but it's better than nothing.

2007-07-16 21:20 VZ, revision 47513

test for gettimeofday/ftime even if we don't use wxDateTime -- we still need these functions for wxGetLocalTimeMillis() and wxStopWatch

2007-07-16 21:16 VZ, revision 47512

use wxGetLocalTimeMillis() instead of wxDateTime in wxSocketBase::_Wait(), this allows to use sockets without wxUSE_DATETIME

2007-07-16 21:15 VZ, revision 47511

compilation fix for wxUSE_LOG==0

2007-07-16 21:14 VZ, revision 47510

add wxMilliClockToLong() helper

2007-07-16 20:41 VZ, revision 47509

include wx/dynarray.h to fix compilation with minimal set of wxUSE options

2007-07-16 20:38 VZ, revision 47508

add wxUSE_BASE64 checks around DoRead/WriteBinary() functions

2007-07-16 20:33 VZ, revision 47507

include wx/longlong.h to fix compilation with wxUSE_DATETIME==0

2007-07-16 20:04 VZ, revision 47506

fix rounding errors in stretchable items size calculation (patch 1754785)

2007-07-16 18:57 VS, revision 47505

support real transparency for controls that return HasTransparentBackground() in wxDFB

2007-07-16 18:52 VS, revision 47504

compilation fix for wxStrtod and friends: non-zero int can't be passed as pointer

2007-07-16 17:01 DE, revision 47500

The wxUSE_EPOLL_DISPATCHER (like other wxUSE flags) is a 0/1 not an undef/def conditional.

2007-07-16 16:18 VZ, revision 47499

fix WX_ARG_WITH behaviour when it's used before wxUSE_ALL_FEATURES is defined, as for --without-subdirs option

2007-07-16 13:10 VZ, revision 47496

added unistd.h include for close()

2007-07-16 11:21 RR, revision 47495

Use wxDataViewItem, not row to index

2007-07-16 11:15 RR, revision 47494

Store pointers in wxDataViewItem in the sample, no any artifical int ID

2007-07-16 11:01 RR, revision 47493

change wxDataViewItem id to void*

2007-07-16 10:37 RR, revision 47492

Patch from Bo for generic wxDataViewCtrl

2007-07-16 09:11 BY, revision 47491

Add the DVC directory to the SVN repository. I don't know why the DVC directory is marked as changed alone.

2007-07-16 05:17 BY, revision 47489

Two things changed: 1.Make this branch with the trunk version 47488 and also make my previous changes in it 2.Make GetSelection work and modify some of ItemAdded and ItemDeleted

2007-07-15 20:49 VZ, revision 47488

simplify the test for build setup.h being out of date (do it as in the patch 1752567 for consistency with 2.8)

2007-07-15 20:48 VZ, revision 47487

don't overwrite build setup.h with user setup.h unless the latter is newer (as we already do in the trunk) (patch 1752567)

2007-07-15 19:33 VZ, revision 47486

added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop

2007-07-15 19:32 PC, revision 47485

fix for monolithic build

2007-07-15 19:31 VZ, revision 47484

no real changes, just added an extra status message

2007-07-15 19:29 VZ, revision 47483

create greyed image for wxBitmapButton in MSW automatically, as in wxGTK (replaces patch 1734018)

2007-07-15 14:12 VS, revision 47482

forward compatibility with wx3: accept empty string as well as NULL in places where wx3 uses empty strings only

2007-07-15 14:08 RR, revision 47481

Add test for deleting item from wxDataViewCtrl

2007-07-15 10:05 VS, revision 47480

convert bitmap's surface to RGB24/ARGB in wxBitmap::GetRawData() if it uses different format

2007-07-15 08:10 VS, revision 47479

don't export private stc2wx(), wx2stc() functions from wxSTC shared library

2007-07-14 20:32 VZ, revision 47478

regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions

2007-07-14 20:30 VZ, revision 47477

make the path absolute before using it with gtk_file_chooser_set_current_folder() (patch 1753796)

2007-07-14 20:27 VZ, revision 47476

replace RunLoop() call with Dispatch() after wxFDIODispatcher changes

2007-07-14 20:27 VZ, revision 47475

allow setting empty tooltip in SetIcon() [backport of rev 47474 from trunk]

2007-07-14 20:26 VZ, revision 47474

allow setting empty tooltip in SetIcon() (patch 1750994)

2007-07-14 20:22 VZ, revision 47473

don't leak epoll descriptor

2007-07-14 20:22 VZ, revision 47472

corrected #if check which was written as #ifdef

2007-07-14 20:18 VZ, revision 47471

create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatcher in wxGSocket as the global dispatcher may be of a different type (modified patch 1733626)

2007-07-14 19:50 VZ, revision 47470

replaced wxFDIODispatcher::RunLoop() with Dispatch() which handles only one event at a time (part 1 of the patch 1733626)

2007-07-14 19:41 VZ, revision 47469

changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregister it unconditionally; use ModifyFD() to just change the flags (modified part of patch 1733626)

2007-07-14 19:40 VZ, revision 47468

ignore bakefile-generated test.dsw too

2007-07-14 19:17 PC, revision 47467

fix syntax error

2007-07-14 19:09 VZ, revision 47466

added include guard

2007-07-14 19:06 VZ, revision 47465

Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards; put checks for them in the new Unix-specific wx/unix/chkconf.h file

2007-07-14 18:52 VZ, revision 47464

fix harmless unused variable warning

2007-07-14 18:18 PC, revision 47463

fix HasPendingEvents() to only return true if there are actually events pending

2007-07-14 18:12 VZ, revision 47462

allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros and renamed --disable-all_features to --disable-all-features

2007-07-14 17:54 VZ, revision 47461

don't change the wxUSE_XXX for the controls if --enable-controls wasn't specified

2007-07-14 15:47 RR, revision 47460

Test in GetFirstChild() if item is known to control

2007-07-14 13:54 RR, revision 47459

Made wxDataViewCtrl sample use a real, expandabl data tree

2007-07-14 11:13 FM, revision 47458

fixed a small set of typos/errors. Now all features of the sample are functional.