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-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.