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

2003-06-29 00:39 VZ, revision 21498

compilation fix

2003-06-29 00:35 VZ, revision 21497

we don't need to include wx/mac/private.h, at least under OS X

2003-06-29 00:32 VZ, revision 21496

fix for compiling in wxUSE_GUI == 0 mode

2003-06-29 00:03 VS, revision 21495

naming convention fixes

2003-06-29 00:02 VS, revision 21494

more bakefile optimalizations

2003-06-29 00:02 VS, revision 21493

compilation fix

2003-06-28 23:40 VZ, revision 21492

fix for comparison bug in GetHeader()

2003-06-28 20:56 MBN, revision 21491

Stop GCC from complaining about unhandled enumeration values.

2003-06-28 17:18 VS, revision 21490

MacOS X fixes

2003-06-28 16:08 VS, revision 21489

regenerated

2003-06-28 16:07 VS, revision 21488

missing libbase

2003-06-28 15:59 VS, revision 21487

samples/console is buildable as part of multilib, too

2003-06-28 15:06 VS, revision 21486

update

2003-06-28 15:00 VS, revision 21485

don't create samples/autoconf_inc.m4

2003-06-28 14:33 VS, revision 21484

fixed dll extension when crosscompiling for win32

2003-06-28 14:23 VS, revision 21483

libgdi32.a is not included in console apps by mingw, but we required it in wxBase

2003-06-28 14:14 VS, revision 21482

upstream fixes in bakefile's handling of mutually exclusive targets with same name

2003-06-28 13:52 VS, revision 21481

typo fix (bakefile needs error checking...)

2003-06-28 13:12 VZ, revision 21480

fixed fatal crash in Create() after my last change

2003-06-28 13:10 VS, revision 21479

wxUSE_BASE fixes

2003-06-28 12:34 VS, revision 21478

fixed libtiff build

2003-06-28 12:34 VS, revision 21477

libtiff build fix

2003-06-28 12:33 VS, revision 21476

fixed linker errors

2003-06-28 12:23 VZ, revision 21475

replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVersion()

2003-06-28 12:21 VZ, revision 21474

fixed unused variable warnings

2003-06-28 11:59 VZ, revision 21473

fixed sscanf() format string typo

2003-06-28 11:54 VS, revision 21472

use BASE_UNIX_SRC

2003-06-28 11:49 VZ, revision 21471

don't generate makefiles for the samples which don't build in current configuration

2003-06-28 11:39 VZ, revision 21470

don't output strange "base (hosted)" message when not cross-compiling

2003-06-28 11:34 VZ, revision 21469

only configure programs which compile without GUI when building wxBase

2003-06-28 06:59 SC, revision 21468

function key support

2003-06-28 04:12 DE, revision 21467

Added more generic implementation files to wxCocoa files list FIXME: Update list of header files Added all of the UNIX implementation files FIXME: Make this use the base UNIX list of files (like any other UNIX port)

2003-06-28 04:05 DE, revision 21466

include "wx/setup.h" before testing for wxUSE_SLIDER

2003-06-28 04:03 DE, revision 21465

Added wxGUIAppTraits::GetOSVersion() implementation.

2003-06-28 02:18 RD, revision 21464

SWIGged updates

2003-06-28 02:18 RD, revision 21463

SWIGged updates for wxGTK

2003-06-28 01:53 RD, revision 21462

SWIGged updates for wxMac

2003-06-28 01:52 RD, revision 21461

Don't need to include private.h anymore

2003-06-27 23:57 VS, revision 21460

fixed stupid bug - failure to generate samples/makefile.bcc

2003-06-27 23:48 VS, revision 21459

fixed command line arguments order problems

2003-06-27 23:47 VS, revision 21458

needs wxbase, too

2003-06-27 23:40 DE, revision 21457

Removed wxGetOsVersion stub. It's now handled by utilscmn.cpp.

2003-06-27 23:24 VS, revision 21456

it's the other way around..

2003-06-27 21:59 VS, revision 21455

bk-deps fixes and win32

2003-06-27 21:55 VS, revision 21454

fixed linking against 3rd party libs

2003-06-27 21:53 VS, revision 21453

added Borland C++ makefiles

2003-06-27 21:29 VS, revision 21452

different name for release and debug build of third party libraries

2003-06-27 21:15 VZ, revision 21451

added RefreshItem[s]()

2003-06-27 19:48 SC, revision 21450

resetting clipping region (needed because of faster port setting)

2003-06-27 19:22 VS, revision 21449

1. more borland work 2. added optimization and debug info flags