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-08-10 19:08 VS, revision 22753

utilsexc.cpp is wxBase only

2003-08-10 19:06 VS, revision 22752

better fix for macos resources

2003-08-10 18:50 VS, revision 22751

hopefully better fix for mac resource problems

2003-08-10 18:32 VS, revision 22750

quick fix for mac resource problems

2003-08-10 18:19 VS, revision 22749

__WXMAC__, not __MAC__

2003-08-10 17:26 VZ, revision 22748

compilation fix for !wxUSE_BASE

2003-08-10 17:25 VZ, revision 22747

compilation fix for !USE_PCH

2003-08-10 17:12 VS, revision 22746

added HelpGen bakefile

2003-08-10 16:45 VS, revision 22745

another update for newest bakefile

2003-08-10 16:43 VS, revision 22744

update for newest bakefile

2003-08-10 16:41 VZ, revision 22743

fixed syntax error in case

2003-08-10 16:38 VS, revision 22742

use install_name_tool so that samples use uninstalled shared libs on OSX

2003-08-10 16:34 VS, revision 22741

fixed typo

2003-08-10 16:22 VZ, revision 22740

parameters must have names in C

2003-08-10 16:17 VS, revision 22739

wxMac compilation fixes

2003-08-10 16:10 VS, revision 22738

make sure utils.cpp and utilsexc.cpp are built only once in monolib buld

2003-08-10 15:58 VS, revision 22737

wxMac fix

2003-08-10 15:51 VZ, revision 22736

added version checking to the renderers

2003-08-10 15:25 VZ, revision 22735

mac/utils\*.cpp should be built as part of wxMac too (not only wxBase)

2003-08-10 14:20 SC, revision 22734

two fixes from Justin Bradford

2003-08-10 11:54 VS, revision 22733

don't install builtin 3rd party libs with shared version, only with static one

2003-08-09 22:40 VS, revision 22732

pass options to submakefiles

2003-08-09 22:38 VS, revision 22731

re-added info after installation and added samples target to the main makefile

2003-08-09 22:37 VS, revision 22730

don't generate install commands, not needed

2003-08-09 22:31 VS, revision 22729

don't generate install commands, not needed

2003-08-09 22:23 VS, revision 22728

fixed DSP files for IPC sample

2003-08-09 20:23 VS, revision 22727

check if we are using compatible C++ ABI when usin GCC or IntelC++

2003-08-09 20:09 VS, revision 22726

fixed command line parsing

2003-08-09 19:12 VS, revision 22725

added bakefile format manifest

2003-08-09 17:08 SN, revision 22724

Added forgotten(?) wxMutexGuiEnter.

2003-08-09 12:46 VS, revision 22723

added support for gcc precompiled headers

2003-08-09 12:38 VS, revision 22722

added support for gcc precompiled headers

2003-08-09 11:52 VS, revision 22721

added support for gcc precompiled headers

2003-08-09 08:33 SC, revision 22720

define WX_XTI_TEMPLATE_FIX in case it is not yet

2003-08-09 08:20 SC, revision 22719

extended streaming-out for event handlers

2003-08-09 08:19 SC, revision 22718

added flag for broken compilers with regard to templated getters/setters resolution, so that we can test easily whether it's still needed

2003-08-09 08:17 SC, revision 22717

exposing the dynamic event table

2003-08-08 23:01 VS, revision 22716

checked in broken makefile by mistake; fixed

2003-08-08 22:19 RD, revision 22715

fixed unused local wanring

2003-08-08 22:06 VS, revision 22714

use wxUniv's wxTextCtrl in wxX11

2003-08-08 21:32 RD, revision 22713

Added Python wrappers for wxRTTI for the wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes. Removed the calls to wxClassInfo::Cleanup and Initialize.

2003-08-08 21:23 RD, revision 22712

Added wxRTTI for the new wxVScrolledWindow, wxVListBox, and wxHtmlListBox classes.

2003-08-08 20:51 SC, revision 22711

xti expansions, streaming code changes

2003-08-08 20:35 SC, revision 22710

xti expansions, streaming code changes

2003-08-08 19:41 JS, revision 22709

Use wxUniv textctrl for wxX11

2003-08-08 19:39 JS, revision 22708

Call base OnInternalIdle Use wxUniv textctrl implementation in wxX11

2003-08-08 18:35 DE, revision 22707

lock/unlockFocus when doing the copy in SelectObject

2003-08-08 15:12 VS, revision 22706

use MSLU in wxBase, too

2003-08-08 14:57 DE, revision 22705

* Since AppKit cannot draw directly on NSBitmapImageRep, copy the data to/from an offscreen window during SelectObject * Apply the usual flip transformations

2003-08-08 14:49 DE, revision 22704

* When cloning the ref data, copy the NSBitmapImageRep instead of retaining it * Added SetNSBitmapImageRep so that wxMemoryDC can update the contents by replacing the entire NSBitmapImageRep. * Added ability to create bitmaps from width/height