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

2001-10-04 20:46 RD, revision 11840

Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_DOWN on wxGTK

2001-10-04 19:19 RD, revision 11839

Fixed duplicate definition of wxWindow::SetAcceleratorTable, more swig code regenerated.

2001-10-04 19:16 RD, revision 11838

Fix for missing -g from wx-config

2001-10-04 19:15 RD, revision 11837

Don't create a bitmap with dimensions <= 0...

2001-10-04 18:40 GD, revision 11836

applied SourceForge patch #467884 (Paul Thiessen) addes wxGLApp for wxMac

2001-10-04 17:13 RD, revision 11835

Regenerated some swig code, added some missing WXK_ constants, etc...

2001-10-04 17:12 RD, revision 11834

Fixed Ron's fix Upped version number (beta)

2001-10-04 17:05 GT, revision 11833

Spelling typos in comments fixed

2001-10-04 17:02 GT, revision 11832

Added documentation for the wxDb::SQLColumnName() and wxDb::SQLTableName() functions

2001-10-04 17:00 RD, revision 11831

Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla

2001-10-04 16:44 GT, revision 11830

Added code to handle SQLSERVER, ACCESS, and MSDE allowing spaces in table names and column names (ARRRRGH! -> MS)

2001-10-04 16:32 GT, revision 11829

Removed a bunch of unreachable BREAK statements that BCC compilation complains about.

2001-10-04 16:29 GT, revision 11828

Changed code in unzip.c/.h for #including zlib.h to use the same code as is found in zstream.cpp #include <zlib.h> changed to #include "zlib.h"

2001-10-04 13:27 VZ, revision 11827

renamed project files for 3rd party libs from FooVC.dsp to foo.dsp

2001-10-04 12:39 VZ, revision 11826
  • D /wxWidgets/trunk/wxBaseVC.dsp

removed obsolete file

2001-10-04 12:37 VZ, revision 11825

new VC++ workspace file for wxBase

2001-10-04 12:33 VZ, revision 11824

trying to add wxBase project file from Unix

2001-10-04 12:32 VZ, revision 11823

reverted the fix for Unicode compilation with VC++ as it breaks other ports (and shouldn't be necessary anyhow)

2001-10-04 02:10 VZ, revision 11822

ignore build directories

2001-10-04 01:51 VZ, revision 11821

overwrote with src\wxBase.dsp

2001-10-04 01:50 VZ, revision 11820

regenerated from the template

2001-10-04 01:50 VZ, revision 11819

fixes for compilation with wxUSE_PALETTE=0

2001-10-04 01:46 VZ, revision 11818

Unicode compilation fix

2001-10-04 01:46 VZ, revision 11817

new project files for wxBase apps

2001-10-04 01:35 VZ, revision 11816

added Unicode configurations to the library project files

2001-10-04 00:46 VZ, revision 11815

added Unicode configurations to the library project files

2001-10-04 00:30 VZ, revision 11814
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6bdll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6dll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6lib.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vcapp.t

removed templates which are unneeded any more

2001-10-03 23:36 VZ, revision 11813

Unicode compilation fixes

2001-10-03 23:34 VZ, revision 11812

warning in Unicode compilation fixed

2001-10-03 17:44 VZ, revision 11811

fix for focus event sending

2001-10-03 17:20 JS, revision 11810

Made mkdir more UNC path-friendly

2001-10-03 17:12 JS, revision 11809

Made mkdir more UNC path-friendly

2001-10-03 17:01 VZ, revision 11808

reduced flicker when switching focus to/from the report list ctrl under wxGTK

2001-10-03 16:51 JS, revision 11807
  • D /wxWidgets/trunk/docs/html/standard.htm

Removed duplicate file

2001-10-03 14:52 RD, revision 11806

Minor tweaks and some typos fixed

2001-10-03 14:20 VZ, revision 11805

fixed DLL naming scheme

2001-10-03 14:08 JJ, revision 11804

Committing in . Modified Files: wxWindows/setup.h_vms update VMS compile support ----------------------------------------------------------------------

2001-10-03 08:40 RL, revision 11803

bump date in version dialog.

2001-10-03 08:38 RL, revision 11802

bump date on 'easter egg' dialog.

2001-10-03 06:14 RD, revision 11801

Checked wxConfig on Linux, added filename

2001-10-03 06:13 RD, revision 11800

Fixed a potential python version problem

2001-10-03 06:12 RD, revision 11799

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 03:32 RD, revision 11798

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 01:33 RL, revision 11797

removed obsolete samples/univ from SAMPLES_SUBDIRS

2001-10-03 01:22 VZ, revision 11796

new VC++ templates and project files generated from them: now use only one project file for wxWin itself and allow choosing the configurations to be built from the sample projects

2001-10-03 01:19 RL, revision 11795

Diabled wxToggleButton for wxUNIVERSAL builds too.

2001-10-02 23:52 RL, revision 11794

diable MDI for wxUNIV builds for now.

2001-10-02 22:22 VS, revision 11793

client<->screen coords conversion fixes

2001-10-02 22:21 VS, revision 11792

added at least some stderr support to wxMGL which suffers badly from MGL's hostile takeover of stdin and stderr

2001-10-02 22:20 VS, revision 11791

removed unused variable

2001-10-02 21:37 RL, revision 11790

added missing -univ package control files.

2001-10-02 21:36 RL, revision 11789

Added UNIV_DIST target. Fixed hp-hpux lib build targets. Enabled cygwin cross compilation for 2.3 too. Fixed SONAME_FLAGS for solaris. Fixed PIC_FLAG for mingw. Added first draft of wxUNIV debs. Removed obsolete src/makeenvs/*

2001-10-02 19:28 VZ, revision 11788

missing extern "C" added to fix linking problems with some GTK+ versions

2001-10-02 19:22 VZ, revision 11787

fixed the exit code detection for async processes

2001-10-02 17:03 GD, revision 11786

corrected VPATH for wxMotif toolkit

2001-10-02 16:28 VZ, revision 11785

fix for using debug extra libs in release build and vice versa

2001-10-02 15:59 GD, revision 11784

Added wxTopLevelWindow related files

2001-10-02 15:57 GD, revision 11783

conditional include for Darwin related to statfs

2001-10-02 15:56 GD, revision 11782

include wx headers using "..." instead of <...>

2001-10-02 15:54 GD, revision 11781

reverted unwanted change to -MMD compilation option in previous commit

2001-10-02 15:48 GD, revision 11780

corrected static library configuration for Darwin/Mac OS X Mac OS X resource related corrections

2001-10-02 15:45 GD, revision 11779

added Darwin related defines

2001-10-02 13:16 RL, revision 11778

Fixed CC, CXX, CPPFLAGS. Fixed makelib.env targets. Removed obsolete makeenvs/*

2001-10-02 12:27 RL, revision 11777

stupid typo fix

2001-10-02 12:26 GD, revision 11776

added missing include file and conditional compilation

2001-10-02 12:13 RL, revision 11775

Backported a number of config fixes and some script refactoring from 2.3

2001-10-02 02:22 VZ, revision 11774

first new sample project file - comments welcome

2001-10-01 22:11 VS, revision 11773

added wxSystemSettings::HasFrameDecorations (anybody knows a better name?)

2001-10-01 22:09 VS, revision 11772

wxMGL update

2001-10-01 22:09 VS, revision 11771

wxPopupWindow for wxMGL

2001-10-01 17:39 VZ, revision 11770

fixes for RPM generation after Ron's changes

2001-10-01 17:19 RD, revision 11769

Updated the wxSTC makefile for Borland, and tweaked the sample a little.

2001-10-01 12:39 VZ, revision 11768

cleaned up the waitpid() result processing mess

2001-10-01 12:32 VZ, revision 11767

fix for running csh scripts using wxExecute()

2001-10-01 10:04 JJ, revision 11766

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms Update VMS-compile support ----------------------------------------------------------------------

2001-10-01 09:37 VZ, revision 11765

restored #include "chkconf.h"

2001-09-30 23:09 VS, revision 11764

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:05 VZ, revision 11763

fixes for wxUSE_PALETTE=0 compilation

2001-09-30 23:01 VS, revision 11762

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:00 VS, revision 11761

fixed wxDialog creation (created window wasn't transient)

2001-09-30 22:59 VS, revision 11760

fixed wxColour bug that broken wxUniv

2001-09-30 22:32 VZ, revision 11759

ignore directories created during MSW build

2001-09-30 22:30 VZ, revision 11758

give (hopefully) more clear error message

2001-09-30 22:30 VZ, revision 11757

template for VC++ dsp for building wxUniv static lib

2001-09-30 22:27 VZ, revision 11756

regenerated configure from latest configure.in

2001-09-30 22:26 VZ, revision 11755

project files update to use the same compilation options as the new project files for wxWin itself

2001-09-30 22:25 VZ, revision 11754

temp [non] fix for wxTLW [non] creation under wxMSW

2001-09-30 22:23 VZ, revision 11753

new VC++ project files

2001-09-30 22:22 VZ, revision 11752

updated templates for creation of VC++ 6.0 project files for wxBase/wxMSW/wxUniv static and DLL builds

2001-09-30 22:20 VZ, revision 11751

compilation fix for !wxUSE_HELP

2001-09-30 22:20 VZ, revision 11750

compilation fixes for the compilers with old headers

2001-09-30 22:06 VZ, revision 11749

added wxUSE_PALETTE and fixed compilation with it set to 0

2001-09-30 19:34 MBN, revision 11748

* Support for compiling a DLL under Cygwin/MinGW cross * make install now installs ole headers too * miscellaneous Cygwin compilation fixes * regenerated configure and src/msw/files.lst

2001-09-30 18:30 SC, revision 11747

toplevel fixes

2001-09-30 17:34 SC, revision 11746

toplevel fixes

2001-09-30 17:26 VZ, revision 11745

moved WXUNUSED_UNLESS_DEBUG after wx/debug.h include to fix debug compilation with VC++

2001-09-30 17:15 VZ, revision 11744

handle _DEBUG/NDEBUG correctly

2001-09-30 14:53 VZ, revision 11743

added GUI_LOWLEVEL_OBJS to src/msw/files.lst

2001-09-30 14:46 VZ, revision 11742

fix for wxCalendarCtrl::Create() (bug 458167)

2001-09-30 09:54 SC, revision 11741

mac toplevel window added