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

2008-01-18 21:37 SN, revision 51279

Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556, needed for Filezilla).

2008-01-18 11:07 JJ, revision 51278

Removing wrong "const const" in type definition

2008-01-17 18:31 VZ, revision 51265

correct misleading OnSize() comment

2008-01-17 18:01 VS, revision 51264

the wxConvUI hack in wxMsgCatalog should only be done in ANSI build

2008-01-17 18:00 VS, revision 51263

the wxConvUI hack in wxMsgCatalog should only be done in ANSI build

2008-01-17 05:18 PC, revision 51260

on HP-UX 11.11, vsscanf first parameter is not const

2008-01-17 05:17 PC, revision 51259

check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't have it

2008-01-17 00:31 VZ, revision 51258

restored wxEnhMetaFileDC::Close() lost in wxDC reorganization

2008-01-17 00:20 VZ, revision 51257

ignore any extra arguments after --version for compatibility with the configure scripts created using 2.8 wxwin.m4 version

2008-01-16 22:30 VZ, revision 51256

removed non-existent wx/meta/defs.h

2008-01-16 22:15 VZ, revision 51255

don't write wide string to std::ostream which outputs them as pointer values

2008-01-16 21:56 VZ, revision 51254

more LaTeX error fixes

2008-01-16 19:24 VZ, revision 51253

add forgotten twindowid.tex and correct LaTeX errors introduced by last commit

2008-01-16 16:36 VZ, revision 51252

regenerated after latest configure.in changes

2008-01-16 16:09 SC, revision 51251

allowing for building without sys libiconv (compat problems for builds under OS X 10.5 running on OS 10.4)

2008-01-16 13:50 JS, revision 51250

Correction for cursor setting when moving out of a sash window (John Dallaway)

2008-01-16 13:50 JS, revision 51249

Correction for cursor setting when moving out of a sash window (John Dallaway)

2008-01-16 13:05 VZ, revision 51247

set mime-type to image/x-xpixmap and eol-style to native for all XPMs

2008-01-16 12:56 VZ, revision 51246

use more WXDLLIMPEXP_FWD declarations instead of WXDLLIMPEXP (patch from Tim Stahlhut)

2008-01-16 12:49 VS, revision 51245

include VC++ version in build compatibility string

2008-01-16 12:47 RR, revision 51244

Add implicit conversion, remove conversion to bool

2008-01-16 11:34 RR, revision 51243

Sort of autoresize if only 1 column is there

2008-01-16 11:11 SC, revision 51242

fix should have been mac only

2008-01-16 08:50 RR, revision 51237

[ 1635287 ] wrong cursor when dragging an image

2008-01-16 02:15 VZ, revision 51235

documentation for window ids allocation and wxIdManager (patch 1870570)

2008-01-16 02:09 VZ, revision 51234

removed unneeded wxWeakRefDynamic::AssignCopy() (last part of patch 1870445)

2008-01-16 02:07 VZ, revision 51233

compilation fixes for standard-conformant compilers and added back implicit conversion of wxWeakRef<T> to T* (part of patch 1870445)

2008-01-16 02:04 VZ, revision 51232

define (unusual) copy ctor and assignment operator for wxTrackable (part of patch 1870445); also make its ctors and dtor protected as this class shouldn't used otherwise as a base class

2008-01-16 02:03 VZ, revision 51231

remove the test of weak references classes size, it's implementation-dependent

2008-01-16 01:49 VZ, revision 51230

don't enable disabled windows when showing them (patch 1871879)

2008-01-16 01:43 VZ, revision 51229

don't create unnecessary temporary wxFont (patch theFont)

2008-01-16 01:39 VZ, revision 51228

made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384)

2008-01-15 19:24 SC, revision 51227

fixing leopard configure for universal_binary when no minimal sys given

2008-01-15 18:06 FM, revision 51226

don't give out an error when using --cflags followed by a list of libraries; this happens for example in the WX_CONFIG_CHECK macro in wxwin.m4

2008-01-15 16:56 VZ, revision 51225

added unit tests for decoding invalid base64 strings; corrected bugs exposed by them

2008-01-15 12:13 VS, revision 51223

fixed wxHTML parser to not assert on invalid HTML input (unclosed tags)

2008-01-14 22:40 VS, revision 51218

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:36 VS, revision 51217

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:23 VZ, revision 51215

rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it

2008-01-14 22:17 VZ, revision 51214

added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)

2008-01-14 18:16 PC, revision 51211

make XPM data pointer parameter fully const

2008-01-14 18:15 PC, revision 51210

avoid GCC warning about type-punned pointer breaking strict aliasing rules

2008-01-14 15:56 JS, revision 51209

More split tree fixes

2008-01-14 13:35 FM, revision 51208

fixed setting BUILD variable in any case (not only when DEBUG=auto)

2008-01-14 13:31 FM, revision 51207

fixed the WX_VERSION name clash renaming the variable in major.minor form as WX_RELEASE

2008-01-14 11:18 FM, revision 51206

added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print @EXTRALIBS_STC@ on the output line of --libs option

2008-01-14 11:04 RR, revision 51205

Partial impl of auto resizing columns

2008-01-13 22:17 VZ, revision 51203

set mime-type to correct image/x-xpixmap for XPM files instead of wrong x-pixmap used by the last commit

2008-01-13 20:39 VZ, revision 51202

set mime-type to image/x-pixmap to allow generation of diffs for XPM files

2008-01-13 18:07 SC, revision 51201

make matching code case-insensitive

2008-01-13 14:09 RR, revision 51200

Improved wxDataViewSpinCtrlRenderer under OS X

2008-01-13 13:38 RR, revision 51199

Reapplied patch for drawing background of custom items

2008-01-13 13:10 RR, revision 51198

Mention wxSizer::Fit() change and wxWrapSizer

2008-01-13 13:08 RR, revision 51197

wxSizer::Fit() now sets client size

2008-01-13 13:07 RR, revision 51196

use wxSizer::Fit() for sizing the dialog

2008-01-13 13:04 RR, revision 51195

Always invoke default action even if dclick is caught from wxListBox (as per wxMSW and wxMAC)

2008-01-13 12:05 RR, revision 51194

Remove double entry of wxTrackable

2008-01-13 11:16 SC, revision 51193

I still think that's needed ...

2008-01-13 02:48 VZ, revision 51191

rebaked and regenerated everything after the latest changes (wxWeakRef &c)

2008-01-13 02:00 PC, revision 51190

prevent explicitly set client size from being changed when frame extents become known

2008-01-13 01:17 VZ, revision 51189

ignore vc*_msw* build directories

2008-01-13 01:13 VZ, revision 51188

compilation fixes for VC6

2008-01-13 01:12 VZ, revision 51187

improvements to wxWeakRef and related classes

2008-01-13 01:09 VZ, revision 51186

add useful headers for meta-programming checks (part of patch 1860953)

2008-01-12 21:04 VZ, revision 51185

call OnExec() taking wxString argument from OnExecute() by default

2008-01-12 20:58 VZ, revision 51184

added tests for FromAscii/Unicode() (length parameter); cleaned up ctors test

2008-01-12 20:28 VZ, revision 51183

fix bug introduced in wxRegion::DoUnionWithRect() in r41429 which broke refreshing/repainting in wxGTK1

2008-01-12 19:52 VZ, revision 51182

compilation fix for wxGTK1 after r49740 (GtkOnSize() there needs size parameters)

2008-01-12 18:30 SN, revision 51181

Some wxOS2 compilation fixes after wxDC changes

2008-01-12 17:45 PC, revision 51180

initialize m_totalProportion in wxBoxSizer ctor

2008-01-12 15:38 SN, revision 51179

Fixed compilation.

2008-01-12 15:25 VZ, revision 51178

better documentation for wxWindow::SetSizerAndFit()

2008-01-12 15:05 SN, revision 51177

Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.

2008-01-12 14:59 RR, revision 51176

Invoke default action if dclick event after <ENTER> not handled in wxListBox, added test to dialogs sample

2008-01-12 14:31 SN, revision 51175

Blind compilation fixes.

2008-01-12 10:57 SN, revision 51174

Removed constructor already defined in header.

2008-01-12 00:10 SN, revision 51171

derive wxColourBase from wxObject on os2 as well

2008-01-11 22:46 VS, revision 51170

fixed memory leak in wxXmlResource introduced when fixing wxVector<> usage (patch #1869602)

2008-01-11 19:18 SC, revision 51165

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 19:17 SC, revision 51164

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 18:38 BP, revision 51163

Backported wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 18:33 BP, revision 51162

Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 12:31 JJ, revision 51161

updates for OpenVMS compile support

2008-01-11 12:26 JJ, revision 51160

include/wx/x11/cursor.h needs definition of wxcolour

2008-01-10 19:57 JS, revision 51154

Fixes for split tree when using generic tree control

2008-01-10 17:48 PC, revision 51153

compute scrollbar widths in a more standard way, get rid of redundant m_hasScrolling member

2008-01-10 15:03 RR, revision 51151

Use SetFocusIgnoringChildren()

2008-01-10 14:58 RR, revision 51150

Applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing to wxListCtrl as well and made code more similar to wxTreeCtrl' code doing the same

2008-01-10 14:35 RR, revision 51149

Simplified code and applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing

2008-01-10 12:10 JS, revision 51147

Fix for VC++ 6 error

2008-01-10 10:30 JS, revision 51144

Corrections to bitmap handling

2008-01-10 06:00 PC, revision 51141

don't use the same parameter name twice, HP compiler actually checks

2008-01-10 06:00 PC, revision 51140

build fix for !wxUSE_THREADS

2008-01-09 20:39 JS, revision 51139

Colour correction

2008-01-09 20:39 JS, revision 51138

Colour correction

2008-01-09 15:55 JS, revision 51136

Fixed GetInfo to use the current language.

2008-01-09 15:54 JS, revision 51135

Fixed GetInfo to use the current language.

2008-01-09 14:56 JS, revision 51134

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:56 JS, revision 51133

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:43 VZ, revision 51132

test Clear() in the sample [backport of r51116 from trunk]

2008-01-09 14:39 VZ, revision 51131

STL build compilation fix (remove useless cast of wxString to const wxChar*)

2008-01-09 14:35 VZ, revision 51130

compilation fix after _() changes; also don't use wxChar for purely ASCII strings

2008-01-09 09:27 RR, revision 51125

Corrected docs of ::release and ::reset in smart pointers

2008-01-09 07:35 PC, revision 51124

avoid undefined behavior from token paste resulting in more than one token

2008-01-09 04:08 PC, revision 51123

check for self-assignment in operator=

2008-01-08 22:41 RD, revision 51119

Remove WXDLLIMPEXP_BASE from the declaration of wxList_SortFunction to resolve link errors with MSVC 7.1

2008-01-08 22:02 RR, revision 51118

Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr

2008-01-08 19:30 VZ, revision 51117

fix LaTeX error (escape underscores); don't abuse bold face

2008-01-08 19:27 VZ, revision 51116

test Clear() in the sample

2008-01-08 19:24 VZ, revision 51115

resolve ambiguity between 2 inherited versions of Clear() in wxSimpleHtmlListBox (see bug 1836384)

2008-01-08 19:08 VZ, revision 51114

restore SetSelection(-1, -1) behaviour which was broken during wxTextEntry refactoring

2008-01-08 17:57 RR, revision 51111

Last part from weak ref patch for event sink disconnection

2008-01-08 14:23 VZ, revision 51109

add conversion to unspecified_bool_type to allow writing if(weakref)

2008-01-08 13:57 VZ, revision 51108

compilation fix for !HAVE_STRPTIME case after ParseXXX() changes

2008-01-08 13:50 VZ, revision 51107

compilation fix after wxWindowIDRef changes

2008-01-08 12:26 RR, revision 51105

docs

2008-01-08 11:01 RR, revision 51104

mention some more changes

2008-01-08 10:55 RR, revision 51103

I assume ptr_scpd.h and ptr_shrd.h should only be in BASE_CMN_HDR and not in GUI_CMN_HDR

2008-01-08 10:51 RR, revision 51102

Added wxSharedPtr<T>

2008-01-08 09:58 RR, revision 51101

Updated wxTrackable to patch Weak references for wx - part 2

2008-01-08 09:55 RR, revision 51100

Updated wxWeakRef<T> to patch Weak references for wx - part 2, removed T*() and added T* get(), other minor docs corr

2008-01-08 06:05 PC, revision 51094

speed up ReadWord by using more efficient separator searching

2008-01-08 05:46 PC, revision 51093

speed up drawing text window in UTF8 build (something like 40 times faster in debug)

2008-01-08 00:37 VZ, revision 51087

STL build fix

2008-01-08 00:32 VZ, revision 51086

compilation fix for STL build; also don't pass unknown string potentially containing percent signs to printf-like functions

2008-01-08 00:10 RD, revision 51085

Check wxUSE_DATAVIEWCTRL

2008-01-07 19:58 RR, revision 51084

doc syntax errors

2008-01-07 19:04 VZ, revision 51081

initialize wxMSWSystemMenuFontModule stuff on demand only, there is no need to create menu font if we never use owner-drawn menu items

2008-01-07 19:02 VZ, revision 51080

added wxNativeFontInfo() ctor from LOGFONT, this is convenient for MSW code

2008-01-07 18:50 VZ, revision 51079

adjust the minimal menu item height to be lesser than the menubar height; some code cleanup

2008-01-07 18:46 VZ, revision 51078

don't use wxSubwindows with a single element to store the dummy radio item, store it in radiobox itself (patch 1866053)

2008-01-07 18:43 VZ, revision 51077

check that HWNDs are non-NULL before doing anything with them (part of patch 1866053)

2008-01-07 15:12 RR, revision 51076

Correct wxObjectDataPtr<> assignment from *T to not increase the ref count

2008-01-07 13:59 SC, revision 51075

adding back support for font encoding in non-unicode builds

2008-01-07 13:04 RR, revision 51074

[ 1865141 ] wxNotebook::DeletePage can result in invalid page selection

2008-01-07 13:02 RR, revision 51073

[ 1865141 ] wxNotebook::DeletePage can result in invalid page selection

2008-01-07 12:18 RR, revision 51072

typo

2008-01-07 12:10 RR, revision 51071

Commit correct docs for wxwxScopedPtr

2008-01-07 12:09 RR, revision 51070

Templatize wxScopedPtr

2008-01-07 10:59 RR, revision 51069

Added docs to wxTrackable and wxWeakRef<T>

2008-01-07 10:27 VS, revision 51068

don't call wxString::Len() from operator==; use IsSameAs() instead of move the length check to there (for non-UTF8 builds)

2008-01-07 01:54 VZ, revision 51065

store ids of sub-items directly in wxSubwindows instead of using a parallel data structure (patch 1865577)

2008-01-07 01:46 VZ, revision 51064

compilation fix for MSVC: remove implicit wxStringImpl::iterator conversion to pointer as otherwise built-in operator+(void *, size_t) conflicts with our operator taking ptrdiff_t

2008-01-07 01:36 VZ, revision 51063

correct wrong last commit

2008-01-07 01:35 VZ, revision 51062

added another ParseFormat() overload for better backwards compatibility

2008-01-07 01:33 VZ, revision 51061

removed useless inclusion of wx/datetime.h

2008-01-07 01:20 VZ, revision 51060

compilation fix after wxDateTime::ParseFormat() changes

2008-01-07 00:17 VZ, revision 51059

make wxDateTime::ParseXXX() functions char*-friendly

2008-01-06 22:57 VZ, revision 51056

added WX_ASSERT_MESSAGE macro to simply using CPPUNIT_ASSERT_MESSAGE with wxString::Format()

2008-01-06 22:47 SN, revision 51055

Allow using socket from both wxBase and wxCore (adopting to changes from r50831) Use Unix' gsocketiohandler files for wxBase.

2008-01-06 22:37 SN, revision 51054

Adopted OS/2 to DC reorganisation (r50348).

2008-01-06 22:27 VZ, revision 51053

only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts

2008-01-06 22:23 VZ, revision 51052

set DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non-MSW platforms (required moving the toolkit detection earlier in configure)

2008-01-06 21:01 VZ, revision 51048

added configure option for wxUSE_AUTOID_MANAGEMENT

2008-01-06 20:37 VZ, revision 51047

fix type in --enable-ico_cur help string

2008-01-06 19:00 VZ, revision 51046

PCH-less compilation fix after last commit

2008-01-06 19:00 VZ, revision 51045

fix crash in wxExecuteModule::OnExit() (never noticed before because it wasn't executed until the last commit)

2008-01-06 18:26 MW, revision 51044

Fix day names which were off by one (buildbot uses 0 for monday).

2008-01-06 18:24 MW, revision 51043

Move a couple of builds as thier usual machines are down.

2008-01-06 18:01 VZ, revision 51042

added wxWeakRef<T> (slightly modified patch 1860953)

2008-01-06 17:04 VZ, revision 51041

small tweak to the close icon (patch 1674689)

2008-01-06 17:01 VZ, revision 51040

fix wxExecute thread shutdown and free wxExecuteData even if the associated process is still running (bug 1863908); fix memory leaks when the asynchronously launched processes are still running in the sample too

2008-01-06 15:26 VZ, revision 51039

return false from Dispatch() if gtk_main_quit() was called (patch 1864846)

2008-01-06 15:05 VZ, revision 51038

use wxFlexGridSizer for layout of the labels in the progress dialog (patch 1829312); minor cleanup

2008-01-06 14:49 VZ, revision 51037

add check for wxUSE_AUTOID_MANAGEMENT being defined

2008-01-06 14:45 VZ, revision 51036

add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)

2008-01-06 14:38 VZ, revision 51035

use wxWindowIDRef to transparently implement auto-generated ids ref-counting (slightly modified patch 1835458)

2008-01-06 13:14 VZ, revision 51034

don't unload libgnomevfs.so, this results in a crash on exit later so keep it loaded as a lesser evil (see Gentoo bug 203389)

2008-01-06 10:25 VS, revision 51033

disable eVC makefiles for sockets (no CLI targets possible on this platform)

2008-01-06 01:30 VZ, revision 51032

add wxDL_QUIET flag; use RawGetSymbol() instead of GetSymbol() in wxDL_INIT_FUNC to avoid error messages for missing functions (this is also consistent with wxDL_INIT_FUNC_AW)

2008-01-06 00:51 VZ, revision 51031

draw the bitmap manually under Win9x and 2000 because they don't support alpha transparency (but wxDC::DrawBitmap() does) (modified patch 1761598)

2008-01-06 00:27 VZ, revision 51030

fix comparison of BYTE variable with -1 after last commit

2008-01-05 21:00 VZ, revision 51029

removed extra default clause accidentally added by last commit

2008-01-05 19:54 VS, revision 51028

explicitly request that RPM spec files have Unix line endings with bakefile 0.2.3

2008-01-05 19:07 VZ, revision 51027

clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it dynamically (as it's always done anyhow), this removes the need for ClearEventLocker() and OS/2 #ifdefs

2008-01-05 18:59 VZ, revision 51026

fix handling of OEM VKs in wxCharCodeWXToMSW() (patch 1810940)

2008-01-05 18:53 VZ, revision 51025

meaning of left/right keys should be inversed in RTL locale (patch 1863866)

2008-01-05 18:44 VZ, revision 51024

correct handling of positive quality values (2nd part of patch 1851381)

2008-01-05 18:41 VZ, revision 51023

more fixes to handling of the resolution chosen in GTK print dialog (patch 1864504)

2008-01-05 17:37 VZ, revision 51022

don't remove handlers from wxPendingEvents list, they now do it themselves when they don't have any more events or are destroyed (should have been part of r51021)

2008-01-05 17:29 VZ, revision 51021

process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes when a (pending) event handler destroys the event handler object itself; only add the event handler to wxPendingEvents list if it's not already there (and explicitly mention that an object can be present in this list only once in the comment) (replaces patch 1837719)

2008-01-05 00:21 VZ, revision 51018

move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes

2008-01-05 00:04 VZ, revision 51017

compilation fix (remove default ctor already implemented by DEFINE_STD_WXCOLOUR_CONSTRUCTORS); make copy ctor inline and remove empty dtor

2008-01-05 00:02 VZ, revision 51016

compilation fix for wxUSE_DISPLAY==0

2008-01-03 22:21 VZ, revision 51010

set resolution of print preview from print data (modified patch 1851381)

2008-01-03 17:11 MW, revision 51009

Revert previous commit.

2008-01-03 17:09 MW, revision 51008

Always write end record unless one has already been written.

2008-01-03 06:58 PC, revision 51003

fix for last commit: didn't work if mask was white

2008-01-03 05:29 PC, revision 51002

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color.

2008-01-03 05:28 PC, revision 51001

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color. Simplify color cursor code.

2008-01-03 03:50 PC, revision 51000

backport: fix leak when creating wxCURSOR_BLANK

2008-01-03 01:13 VZ, revision 50999

don't hardcode 16/32 as sizes for small/normal icons (fixes bug 1862812)

2008-01-03 00:52 VZ, revision 50998

also scroll vertically if necessary in MoveToItem() when the control is in a non-report mode (based on patch 1857650)

2008-01-03 00:05 VZ, revision 50997

no changes, just updated the URL of KB article in a comment

2008-01-02 22:58 VS, revision 50996

Use realloc() and placement new to manage vector's memory instead of copying objects in T[] array. This is both more efficient and matches std::vector<> semantics (erase() destroys the object immediately, T doesn't have to be default-constructible).

2008-01-02 21:39 JS, revision 50995

Suppressed the themed border by defining GetDefaultBorder Set custom background style

2008-01-02 21:27 VZ, revision 50994

don't call LogLastRepeatIfNeeded() from dtor, it's too late to do it there anyhow; do call it from Flush() however (replaces patch 1857589)

2008-01-02 21:18 VZ, revision 50993

don't lock the gs_prevCS critical section recursively (replaces patch 1857581)

2008-01-02 20:31 VZ, revision 50992

allow creating empty ZIP archives (patch 1861030)

2008-01-02 17:33 VS, revision 50991

removed wxSTRING_TEXT() macro in favour of wxS()

2008-01-02 16:53 VZ, revision 50989

reorder the methods in alphabetical order (patch 1861348)

2008-01-02 16:51 VZ, revision 50988

remove redundant m_buffer_size member (patch 1861348)

2008-01-02 16:31 VZ, revision 50987

added wxS(); use it in a couple of places

2008-01-02 13:09 SN, revision 50986

Blind fix for typo in 50972.

2008-01-02 08:04 MW, revision 50985

Missing header.

2008-01-01 20:38 VZ, revision 50982

do VMS-specific X symbols redefinitions only once in wx/platform.h instead of doing it in individual files

2008-01-01 20:04 VZ, revision 50981

CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)

2007-12-31 20:12 RD, revision 50973

Ensure AutoComp items with no type will set the item's image index to -1.

2007-12-31 20:12 RD, revision 50972

Ensure AutoComp items with no type will set the item's image index to -1.

2007-12-31 10:32 VZ, revision 50961

ensure that gsockmsw.obj is linked in, it was optimized away by MSVC linker resulting in socket manager not being initialized

2007-12-31 10:05 VZ, revision 50960

removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)

2007-12-31 09:45 VS, revision 50959

fixed incorrect use of wxVector<> in wxXRC

2007-12-31 08:58 VS, revision 50958

use iterator in wxTextBuffer::Translate() instead of c_str()

2007-12-31 06:49 MR, revision 50957

Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port

2007-12-31 06:45 PC, revision 50956

fix leak when creating wxCURSOR_BLANK

2007-12-30 23:35 VZ, revision 50955

fix bug with parsing negative time zones in ParseRfc822Date()

2007-12-30 22:23 VZ, revision 50954

define wxCurrentPoppuMenu for wxUniv too

2007-12-30 22:20 VZ, revision 50953

clarify when wxMaximizeEvent is [not] sent

2007-12-30 19:27 PC, revision 50952

non-pch build fix

2007-12-30 19:12 PC, revision 50951

non-pch build fix

2007-12-30 16:11 JS, revision 50950

Reduction of includes

2007-12-30 16:09 JS, revision 50949

Reduction of includes

2007-12-30 14:22 JS, revision 50948

Fixed pasting inefficiency

2007-12-30 14:20 JS, revision 50947

Fixed pasting inefficiency

2007-12-30 12:41 RR, revision 50946

initial drag interface for wxDataViewCtrl

2007-12-30 10:10 JS, revision 50945

Typo correction

2007-12-29 17:27 JS, revision 50944

Added missing includes

2007-12-29 17:13 JS, revision 50943

Added missing include

2007-12-29 16:35 JS, revision 50942

Added automatic dialog scrolling ability Added ability to resize wizard bitmaps automatically Made it easier to derive from wxWizard and override behaviour, mainly by making members protected instead of private

2007-12-29 13:46 RR, revision 50941

wxDataViewCtrl DnD stubs, some reformating

2007-12-28 23:07 RR, revision 50940

Implement rest of MSW's wxDataViewCtrl's native column reordering

2007-12-28 22:13 RR, revision 50939

Restore MSW's colour picker, II

2007-12-28 22:12 RR, revision 50938

Restore MSW's colour picker

2007-12-28 21:38 RR, revision 50937

Fix wxX11 crash

2007-12-28 18:01 RD, revision 50936

It is possible for a scrolled window to get focus events from children other than the target window's children (the wxGrid label windows for example) so don't trigger an assert about it.

2007-12-28 17:57 RD, revision 50935

It is possible for a scrolled window to get focus events from children other than the target window's children (the wxGrid label windows for example) so don't trigger an assert about it.

2007-12-28 07:16 MR, revision 50934

Workaround an assert that leads up to causing a crash on the next time anything tries to CaptureMouse

2007-12-28 04:37 PC, revision 50933

Fix XPM decoder for images using color (1,0,0) and also using a mask. Mask color was always set to that value because FindFirstUnusedColour was called on an empty image.

2007-12-27 18:41 RR, revision 50926

Also get header button height right

2007-12-27 18:30 RR, revision 50925

Remove (wrong) theme border from header control

2007-12-27 17:45 RR, revision 50924

Fix from Hartwig

2007-12-27 17:00 JS, revision 50923

Return type correction

2007-12-27 03:04 PC, revision 50922

speed up XPM decoding 30-40% by not creating temporary wxString for each pixel

2007-12-26 21:37 RR, revision 50921

Some reorder code for MSW's dataviewctrl

2007-12-26 18:34 SC, revision 50920

fixing exports

2007-12-26 18:30 RR, revision 50919

Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte

2007-12-26 18:28 SC, revision 50918

fixing exports

2007-12-25 23:33 MR, revision 50917

Fix compilation of unicode debug builds, broken since rev50864

2007-12-25 23:01 MR, revision 50916

Cherry-picked from trunk: Update some references of CVS to SVN, more remain that should be changed; update the daily makefiles link in winCE project file downloading instructions.

2007-12-25 22:51 MR, revision 50915

Update some references of CVS to SVN, more remain that should be changed. Update the daily makefiles link in winCE project file downloading instructions.