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

2002-02-15 19:42 VS, revision 14240

fix visual artifact in wxMSW (why does it happen?)

2002-02-15 19:42 VS, revision 14239

more MSLU fixes

2002-02-15 19:41 VS, revision 14238

don't translate accelerators in XRC menus

2002-02-15 19:41 VS, revision 14237

added Alt-PrintScreen handling (SciTech won't be happy till we do everything Windows do...)

2002-02-15 19:40 VS, revision 14236

don't show size grip when maximized

2002-02-15 18:11 MBN, revision 14235

Updated MinGW build instructions

2002-02-15 16:36 VZ, revision 14234

made wxDateTimeDefault an object and not a reference to avoid (well, minimize) initialization order problems

2002-02-15 15:11 VZ, revision 14233

AIX compilation fixes from Paul Thiessen

2002-02-15 15:06 VZ, revision 14232

fixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting

2002-02-15 15:03 JS, revision 14231

#ifdefs for wxMotif which doesn't have a wxTopLevelWindow implementation

2002-02-15 14:50 JS, revision 14230

Fixed usage of wxXmString

2002-02-15 14:07 VZ, revision 14229

dirty fix for the initial splitter position waiting for Vaclav's better one

2002-02-15 12:49 VS, revision 14228

leave in only Julian's version of CaptureMouse code

2002-02-15 12:32 JS, revision 14227

Include XPM under wxX11 for some samples; added comment about non-working images in dragimag sample

2002-02-15 11:25 JS, revision 14226

Fixed typos

2002-02-15 11:15 JS, revision 14225

Added compatibility file

2002-02-15 11:14 JS, revision 14224

Started some NanoX work (blind to begin with)

2002-02-15 01:07 VS, revision 14223

copyright update

2002-02-15 00:55 VS, revision 14222

corrected double click events: wxMGL will now synthetize second single click, so that events sequence is single-single-double as wxWindows expects rather than single-double as MGL generates

2002-02-14 23:34 RD, revision 14221

As per the wx-dev discussion in early Jan, replaced wxWindow::m_parentSizer with m_containingSizer which is used to track which sizer this window is a member of. Windows will now remove themselves from a sizer when destroyed. Also added accessors so window classes can find out if they are in a sizer and do things like reset their min size, etc.

2002-02-14 22:05 VZ, revision 14220

undid my fix for loading 16x16 icons which results in ugly results when loaing 32x32 ones because LoadImage() scales them badly

2002-02-14 21:58 RR, revision 14219

wxX11: Added code for ScrollWindow(). This can easily be modified to scroll only a given rect. Made dialogs grey. :-)

2002-02-14 21:51 VZ, revision 14218

cache various bitmaps

2002-02-14 21:29 VZ, revision 14217

no changes (de-TABified, undid some horrors with which someone replaced my ?: operators

2002-02-14 21:08 RR, revision 14216

Updated the erase/paint event logic.

2002-02-14 21:00 VZ, revision 14215

fixes to sash adjusting code to avoid setting it to 0 initially

2002-02-14 20:58 VZ, revision 14214

wxFrame base class is xTLW, not wxWindow

2002-02-14 20:30 VS, revision 14213

fill wxFocusEvent::m_win properly

2002-02-14 20:30 VS, revision 14212

copyright update

2002-02-14 20:29 VS, revision 14211

create wxSpinCtrl with default pos+size first, so that the subsequent call to DoSetSize is not a no-op

2002-02-14 19:55 RR, revision 14210

Fixed bug with disappearing menus. They were drawn under all other windows all but the first time.

2002-02-14 18:26 JS, revision 14209

Stopped width = 0 fouling up window size change

2002-02-14 18:06 JS, revision 14208

Added some XSyncs to help size calculations, but positioning dialog remains a mystery

2002-02-14 17:11 VS, revision 14207

implemented cursors cache, so that cursors are not loaded from file again and again

2002-02-14 17:11 VS, revision 14206

take const reference (thanks to Alberto Barbati)

2002-02-14 15:47 JS, revision 14205

Restored previous mouse release/capture behaviour for some ports

2002-02-14 14:23 VZ, revision 14204

use the native wxImageList under Win32 as otherwise xUniv doesn't link currently

2002-02-14 13:50 VZ, revision 14203

compilation fix for wxUSE_PALETTE == 0

2002-02-14 13:47 VZ, revision 14202

#if wxUSE_PALETTE, not #ifdef

2002-02-14 13:13 RR, revision 14201

Some clean-ups which don't really solve any problem yet.

2002-02-14 12:07 JS, revision 14200

Added border for top level windows with captions, though this does seem to make it resizable also. Sizing of about dialog wrong at present.

2002-02-14 11:55 JS, revision 14199

Added SetSize to toplevel window

2002-02-14 11:37 JS, revision 14198

Commented out XSetInputFocus for now

2002-02-14 11:07 JS, revision 14197

Removed wxBuffer from several ports; added function to get XEvent name; started on commandline parsing for wxX11

2002-02-14 09:02 SC, revision 14196

added .inited comparison as suggested by John McPherson to avoid comparison wxBlack to wxNullBitmap being true

2002-02-14 00:45 RR, revision 14195

wxX11: Don't add popup windows to wxTopLevelWindows, espially not if you don't delete them later. Corrected ReleaseMouse().

2002-02-14 00:40 MBN, revision 14194

Update italian translation

2002-02-14 00:38 VS, revision 14193

handle accelerators for buttons, too

2002-02-14 00:37 VS, revision 14192

1. added wxUpdateUIEvent handling to wxMGL 2. added Alt-F4 and PrintScreen handling 3. removed accelerators handling (done by wxUniv)

2002-02-14 00:36 VS, revision 14191

added wxUpdateUIEvent handling to wxMGL

2002-02-13 23:34 VZ, revision 14190

delete the command if we failed to execute it (bug 515687)

2002-02-13 22:17 RD, revision 14189

SWIGged updates for wxGTK for recent changes A few other little cleanups

2002-02-13 22:01 RD, revision 14188

A little different fix for how to delay the call to __wxCleanup

2002-02-13 22:00 RD, revision 14187

A fix for incorrect wrapping of wxPallet.GetRGB

2002-02-13 21:04 VZ, revision 14186

return NULL from FindById() if the tool wasn't found (bug 508399)

2002-02-13 21:01 VZ, revision 14185

added wxFSVolume patch from George Policello (untested, unreferenced from the project files yet)

2002-02-13 20:36 VZ, revision 14184

wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)

2002-02-13 20:31 VZ, revision 14183

don't use -q option with egrep, Solaris doesn't have it (bug 517145)

2002-02-13 19:03 RD, revision 14182

Fix for the splashscreen bitmap not showing up in wxGTK. NOTE: This is just a band-aid fix. Someone (Robert?) should really check why the wxEraseEvent was not sent to this window at all!

2002-02-13 18:01 JS, revision 14181

Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder

2002-02-13 17:23 JS, revision 14180

Fixes

2002-02-13 17:17 JS, revision 14179

Include src/x11/utils.cpp

2002-02-13 17:16 JS, revision 14178

Fixed typos

2002-02-13 16:47 VZ, revision 14177

disable wxSocket for wxX11, doesn't link anyhow

2002-02-13 16:43 RR, revision 14176

wxX11: INtroduced OnInternalIdle as per wxGTK so that users cannot as easily lill the internals. Fixed pop-up transient window. Removed some #if 0 here and there. Made refresh code work in idle instead of directly.

2002-02-13 16:41 VZ, revision 14175

warning fix

2002-02-13 16:33 VZ, revision 14174

do NOT hard code univ sources in x11 port

2002-02-13 16:24 JS, revision 14173

Added list of wxX11 files

2002-02-13 16:17 JS, revision 14172

Added shared private declarations header privx.h, utils.cpp now shared between wxMotif and wxX11; added some TODOs to toplevel.cpp, popupwin.cpp

2002-02-13 16:12 VZ, revision 14171

clean ups to wxX11+wxUniv handling

2002-02-13 08:38 RR, revision 14170

wxX11: Lots of wxBitmap et al work. Adapted wxIcon, wxCursor to this. Split wxApp init things up so that the X11 display is available sooner. Changed initial display code accordingly. Corrected wxDC::DrawBitmap.

2002-02-13 00:36 VS, revision 14169

safety check

2002-02-13 00:35 VS, revision 14168

use wxLogTrace, not wxLogDebug

2002-02-13 00:31 VZ, revision 14167

fixed loading the icons with non default size

2002-02-12 23:25 VS, revision 14166

don't allow dragging a window if it is maximized

2002-02-12 22:50 SN, revision 14165

Some additional checks for building wxPM (OS/2) which doesn't support wxTipWindow and wxPopupWindow yet. Additionally check in libsocket for inet_addr (for all OS/2 builds).

2002-02-12 22:42 VZ, revision 14164

added IsEditable

2002-02-12 21:28 RD, revision 14163

A fix for Python 2.2 which can sometimes call __wxCleanup before all the other wxPython objects have been deleted. Other various things to match recent CVS changes in wx.

2002-02-12 18:27 JS, revision 14162

Added XSync before mapping but this doesn't seem enough to get the popup window to show before the capture (which fails if not mapped)

2002-02-12 18:15 JS, revision 14161

Removed some debug code from window headers; added some debug code to try to figure out capture problems

2002-02-12 17:43 JS, revision 14160

Correction for 'protected' compiler error

2002-02-12 17:31 JS, revision 14159

Modified CaptureMouse to call DoReleaseMouse if necessary before doing another DoCaptureMouse, because otherwise we have a nested Capture which is not possible in some systems (the point of these wrappers). Also ReleaseMouse now calls DoCaptureMouse, not CaptureMouse, if necessary.

2002-02-12 16:51 VZ, revision 14158

fixed a bug/typo in configure introduced by the previous commit

2002-02-12 15:39 JS, revision 14157

Pass correct length to XTextExtents

2002-02-12 14:56 JS, revision 14156

Background set correctly

2002-02-12 14:56 JS, revision 14155

Positioned text correctly

2002-02-12 14:16 JS, revision 14154

Status bar positioned correctly, but no sign of the menubar as yet.

2002-02-12 12:59 JS, revision 14153

Attempts to get client origin working. Work in progress.

2002-02-12 11:35 JS, revision 14152

Simplified default wxTheme code and made sure a default is available without having to set the WXTHEME variable. The 'default default' is WIN32. So flame me :-)

2002-02-12 10:37 VS, revision 14151

safeguards against crashes

2002-02-12 10:37 VS, revision 14150

fixed menubar attaching: create it first, THEN set pointer to it

2002-02-12 10:37 VS, revision 14149

wxMGL compilation fix

2002-02-12 06:00 DW, revision 14148

Display child panels, and make unneeded scrollbars disappear and reappear when needed.

2002-02-12 01:54 RD, revision 14147

Fixed a bug that prevented editors and renderers to be purly data type dirven (IOW, if no other cell attributes have been set but the cell has a non-string type.)

2002-02-11 23:48 VS, revision 14146

wxGenericDirCtrl now correctly updates itself when you click on 'show hidden'

2002-02-11 23:48 VS, revision 14145

wxSplitterWindow now: 1. respects minimal size even when set programatically 2. respects minimal size of child windows if set

2002-02-11 23:47 VS, revision 14144

rewrote wxHtmlHelpFrame using sizers

2002-02-11 23:47 VS, revision 14143

use wxHashMap, not wxHashTable in wxXPMDecoder

2002-02-11 23:46 VS, revision 14142

a note just in case I misread wxHTML code again...

2002-02-11 23:46 VS, revision 14141

fix for deallocating memory twice in wxHTML (why does it happen?)