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-11-20 22:48 VS, revision 50119

backport of r48962: fixed cellpadding when printing (bug #1795572)

2007-11-20 22:39 VZ, revision 50118

remove support for configarg.cache, use config.status or extract the last used configure command line from config.log instead

2007-11-20 22:36 SC, revision 50117

attempt to fix part of the focus problem under 10.5

2007-11-20 22:35 VS, revision 50116

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

2007-11-20 22:34 VZ, revision 50115

use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvailable(), this should find the child edit control whatever is the combobox size

2007-11-20 22:03 VZ, revision 50114

add gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but not for wxBase (which avoids dependency on a whole bunch of GUI libraries in console applications)

2007-11-20 16:55 PC, revision 50113

build fixes

2007-11-20 16:21 SC, revision 50112

mac cleanup

2007-11-20 16:12 VZ, revision 50111

added wxWindow::GetPrev/NextSibling() [backport of r50108 from trunk]

2007-11-20 16:08 SC, revision 50110

cleanup

2007-11-20 16:07 SC, revision 50109

switch to cf implementation

2007-11-20 15:57 VZ, revision 50108

added wxWindow::GetPrev/NextSibling()

2007-11-20 14:10 SC, revision 50107

cleanup

2007-11-20 09:25 SC, revision 50106

common xcode support

2007-11-20 09:22 SC, revision 50105

supporting -1 as 'to' parameter for selections

2007-11-20 08:21 SC, revision 50104

readding trace constant

2007-11-20 08:02 SC, revision 50103

cleanup mac

2007-11-20 07:35 SC, revision 50102

cleanup mac

2007-11-20 07:35 SC, revision 50101

cleanup mac

2007-11-20 07:20 SC, revision 50100

cleanup mac

2007-11-20 07:19 SC, revision 50099

cleanup mac

2007-11-19 21:37 DE, revision 50091

Move src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list. Remove src/mac/carbon/macnotify.cpp from the build since it's empty. Rebake (includes some OS/2 changes made in an earlier commit)

2007-11-19 19:54 DE, revision 50090

Don't define __WXOSX__ when building the wxCocoa base library.

2007-11-19 19:23 DE, revision 50089

Document the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's now part of the common base library). Use the CFLocale-based code on all Darwin systems instead of testing __WXOSX__ in base-library code which is NEVER appropriate.

2007-11-19 19:13 DE, revision 50088

Don't initialize argv member of wxApp in unicode mode where it's no longer a primitive array.