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

2004-07-21 11:21 VS, revision 28353

fixed --inplace

2004-07-21 10:45 VZ, revision 28352

documented that Write() doesn't always write all the data

2004-07-21 10:41 VZ, revision 28351

corrected code to not suppose that Write() always writes all the data it was given

2004-07-21 10:39 VZ, revision 28350

put the write end of the pipe in non blocking mode to avoid deadlocks and return from wxPipeOutputStream::OnSysWrite() without having necessarily written all the data as this is not always possible

2004-07-21 10:29 ABX, revision 28349

wxUSE_LOG fixes and sizer adjustements related to positioning with/without LOG output.

2004-07-21 10:17 VS, revision 28348

fixes to wx-config config name matching

2004-07-21 09:51 SC, revision 28347

first attempt for full screen implementation

2004-07-21 05:25 SC, revision 28346

only on mouse-down

2004-07-20 23:45 VZ, revision 28345

don't suppose that all 32bpp DIBs have alpha, this is not true, the extra byte may be just padding

2004-07-20 23:41 VZ, revision 28344

don't waste time initializing the memory of newly created wxImage before filling it with PNG data

2004-07-20 22:38 VZ, revision 28343

compilation warning about printf type mismatch

2004-07-20 21:59 VZ, revision 28342

AddFile(wxImage&) -> AddFile(const wxImage&)

2004-07-20 21:14 VZ, revision 28341

fix for opening files with VC++ 8 (closes bug 994337)

2004-07-20 19:30 ABX, revision 28340

wxUSE_LOG fixes.

2004-07-20 19:17 ABX, revision 28339

wxUSE_LOG fixes.

2004-07-20 19:11 ABX, revision 28338

wxUSE_LOG fixes.

2004-07-20 18:13 RD, revision 28337

DoPrepareDC needs the dc.

2004-07-20 17:18 ABX, revision 28336

wxUSE_LOG fixes.

2004-07-20 17:04 ABX, revision 28335

wxUSE_LOG fixes.

2004-07-20 16:48 SC, revision 28334

10.2 fixes

2004-07-20 16:40 SC, revision 28333

background handling

2004-07-20 16:34 VZ, revision 28332

update from Marco Cavallini

2004-07-20 16:30 VZ, revision 28331

added DoPrepareDC()

2004-07-20 14:53 SC, revision 28330

fixing best size to really include only 5 lines

2004-07-20 14:38 SC, revision 28329

correcting window variant

2004-07-20 14:34 SC, revision 28328

for built-in dialogs, there is no m_peer instance, and still we might have a Refresh call issued, just leave

2004-07-20 14:10 SC, revision 28327

trying to support non-wx controls on a window

2004-07-20 14:08 SC, revision 28326

explicit scrollbar style flags needed

2004-07-20 11:11 ABX, revision 28325

WinCE fixes.

2004-07-20 10:09 ABX, revision 28324

wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.

2004-07-20 10:09 VZ, revision 28323

added except sample

2004-07-20 10:05 VZ, revision 28322

add except to the samples being built; verify that --enable-exceptions and --enable-no_exceptions are not used simultaneously

2004-07-20 10:04 VZ, revision 28321

documented DoPrepareDC()

2004-07-20 09:19 SC, revision 28320

corrected cwd manipulation for unicode builds

2004-07-20 09:18 SC, revision 28319

removed mpthread and added thread.cpp and tglbutton.cpp

2004-07-20 09:16 SC, revision 28318

avoid unimplemented wx stubs being used

2004-07-20 08:44 VS, revision 28317

use regexes, not wildcards, for config file matching (but it's still broken)

2004-07-20 05:21 SC, revision 28316

corrected copied headers

2004-07-19 21:08 RD, revision 28315

fix compile error

2004-07-19 20:56 KO, revision 28314

Fixed display issues for Panther now that wxTextCtrl has been fixed there.

2004-07-19 20:52 RD, revision 28313

Don't output the script name twice

2004-07-19 20:51 RD, revision 28312

Handle terminating NULL correctly

2004-07-19 19:34 SC, revision 28311

switching to correct name as Tiger doesn't have the workaround anymore

2004-07-19 15:36 ABX, revision 28310

Fixes for wxUSE_STATUSBAR.

2004-07-19 15:14 ABX, revision 28309

Fixes for wxUSE_STATUSBAR.

2004-07-19 11:43 ABX, revision 28308

Fixed typo.

2004-07-19 10:07 GT, revision 28307

Updating the ::Open() function to help clarify that SetColDefs() must be called before opening the table

2004-07-19 09:42 ABX, revision 28306

GetItemCount is int.

2004-07-19 09:39 ABX, revision 28305

Fixes for wxUSE_STATUSBAR.

2004-07-19 08:47 VZ, revision 28304

compilation fix for wxUSE_THREADS == 0