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-24 22:09 SN, revision 50227

Blind compilation fix for Watcom.

2007-11-24 19:11 PC, revision 50226

remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now

2007-11-24 18:34 SC, revision 50225

quickdraw fixes

2007-11-24 17:55 VS, revision 50224

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 17:53 VS, revision 50223

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 16:56 SC, revision 50222

64 bit clean implementation

2007-11-24 16:55 SC, revision 50221

flags moved to chkconf

2007-11-24 16:54 SC, revision 50220

make renderer independent of windowing system

2007-11-24 16:54 SC, revision 50219

64 bit clean printing

2007-11-24 16:51 SC, revision 50218

mac more native types

2007-11-24 16:50 SC, revision 50217

mac more native types

2007-11-24 16:15 VZ, revision 50216

added Show/HideWithEffect() and implemented them using AnimateWindow() for Win32

2007-11-24 15:31 VZ, revision 50215

rewrite the sample to use a main frame to make it more understandable and also make it easier to add new commands to it

2007-11-24 09:41 SC, revision 50211

64 bit fixes

2007-11-24 09:39 SC, revision 50210

adding assign

2007-11-24 09:38 SC, revision 50209

bringing wxmac in line using cflocale

2007-11-24 09:38 SC, revision 50208

64bit mac adaptions

2007-11-24 09:36 SC, revision 50207

one additional assign

2007-11-24 08:45 SN, revision 50206

Added new files for console event loop on OS/2.

2007-11-24 01:56 VZ, revision 50205

added wxNotificationMessage and implemented it generically and natively for Maemo

2007-11-24 01:23 VZ, revision 50204

fix \texttt after the last commit

2007-11-23 21:34 VZ, revision 50203

compilation fix for wxUSE_STL==1 in DoGetSibling()

2007-11-23 21:29 VZ, revision 50202

correction to the last commit

2007-11-23 21:21 VS, revision 50201

backported wxGrid labels autosizing patch (r44835) to 2.8

2007-11-23 20:45 VS, revision 50200

TeX files are not executables

2007-11-23 20:45 VS, revision 50199

TeX files are not executables

2007-11-23 20:39 VS, revision 50198

fixed the changelog to have only one 2.8.7 section instead of two

2007-11-23 19:41 SC, revision 50197

remove pict support for 64bit

2007-11-23 19:31 SC, revision 50196

mac cleanup, cgcolor changes

2007-11-23 19:30 SC, revision 50195

mac cleanup

2007-11-23 19:25 SC, revision 50194

mac cleanup

2007-11-23 19:19 VZ, revision 50193

more WXDLLIMPEXP_FWD_XXX fixes from Tim Stahlhut

2007-11-23 19:18 SC, revision 50192

mac cleanup

2007-11-23 19:16 SC, revision 50191

mac cleanup

2007-11-23 14:13 VZ, revision 50184

use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)

2007-11-23 09:58 SC, revision 50183

mac cleanup, pure cgcolor

2007-11-23 09:23 SC, revision 50182

mac cleanup, pure cgcolor

2007-11-23 02:03 VZ, revision 50181

return int from wxGetWindowId(), not WORD, to ensure comparing it with wxWindowID elsewhere works correctly even for negative ids

2007-11-22 18:15 SC, revision 50172

cleanup and cgcolor changeds

2007-11-22 17:47 SC, revision 50171

mac cgcolor changes & cleanup

2007-11-22 17:45 SC, revision 50170

mac cgcolor changes

2007-11-22 17:45 SC, revision 50169

mac cgcolor changes

2007-11-22 17:41 SC, revision 50168

mac cgcolor changes

2007-11-22 17:41 SC, revision 50167

fix mac universal

2007-11-22 17:07 PC, revision 50166

warning fix

2007-11-22 17:07 PC, revision 50165

store size of WM decorations separately for each TLW, so changes to one do not affect others

2007-11-22 15:37 SC, revision 50164

fixing non-precomp headers build

2007-11-22 15:34 VZ, revision 50163

rebaked after timer/socket changes

2007-11-22 15:29 VZ, revision 50162

define wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically defined as 1 by setup.h

2007-11-22 15:18 VS, revision 50161

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:17 VS, revision 50160

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:13 VZ, revision 50159

use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT

2007-11-22 15:04 VS, revision 50158

corrected wx_pango_version_check() comment

2007-11-22 14:22 SC, revision 50156

cleanup mac

2007-11-22 14:21 SC, revision 50155

cleanup mac

2007-11-22 13:59 SC, revision 50154

cleanup mac

2007-11-22 13:41 VS, revision 50153

added checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG

2007-11-22 13:39 VS, revision 50152

don't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is called, do it only if the handler isn't installed yet

2007-11-22 13:34 VS, revision 50151

use NULL for NULL pointers, not 0

2007-11-22 06:12 PC, revision 50145

make DoSetSizeHints protected, remove parameter defaults

2007-11-22 05:15 PC, revision 50144

use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

2007-11-22 02:52 PC, revision 50143

non-pch build fix for wxUSE_DISPLAY==0

2007-11-22 01:11 SN, revision 50142

Also use unix timer implementation for ConsoleApp.

2007-11-21 18:14 SN, revision 50137

Added files for console event loop.

2007-11-21 15:58 CE, revision 50136

remove .svn from manifest

2007-11-21 14:24 VZ, revision 50135

removed AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflict with the definitions from other packages used in wx programs)

2007-11-21 14:17 SN, revision 50134

Compilation fix for OS/2.

2007-11-21 14:12 SN, revision 50133

Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, so Unix' wxConsoleEventLoop can also be shared by platforms not having the complete ConsoleAppTraits of Unix (e.g. OS/2).

2007-11-21 13:32 CE, revision 50131

2.8.7 release respun

2007-11-21 13:05 SC, revision 50130

optimizing scrolling

2007-11-21 10:51 SC, revision 50127

focus fixes for 10.5

2007-11-21 08:42 CE, revision 50126
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/combo/makefile.dmc

makefiles.dmc should not be in SVN

2007-11-21 06:40 PC, revision 50122

fix for AUI pane shrinking each time it is floated

2007-11-20 23:07 DE, revision 50121

Added cfdataref.h and cfref.h to CoreFoundation headers list. Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

2007-11-20 22:52 VS, revision 50120

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

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.