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-10-22 17:08 SC, revision 24253

fix for unicode build

2003-10-22 14:46 VS, revision 24252

include wx/platform, to get __WINDOWS__ etc

2003-10-22 08:43 VZ, revision 24251

account for parent area origin when creating controls and windows

2003-10-22 08:41 VZ, revision 24250

moved text creation after tbar creation

2003-10-22 08:33 VZ, revision 24249

added default value (0) for flags argument of AdjustForParentClientOrigin()

2003-10-22 08:27 VZ, revision 24248

mention ShouldInheritColours() change

2003-10-22 08:12 VZ, revision 24247

regen'd after adding wx/dlimpexp.h

2003-10-22 07:49 VZ, revision 24246

removed duplicate yellow green from colour database

2003-10-22 06:46 SC, revision 24245

adding support for mach unicode builds

2003-10-21 23:30 VZ, revision 24244

don't allocate system fonts/colours dynamically

2003-10-21 23:00 VZ, revision 24243

fix for wxDateTime::SetToYearDay(last month day) (bug 816065)

2003-10-21 22:45 VZ, revision 24242

fix for mistakenly prepending slash to the filenames without paths (bug introduced by last check in)

2003-10-21 21:34 VZ, revision 24241

generate trace messages with dialup mask so that they're not shown by default

2003-10-21 20:22 GD, revision 24240

applied SF patch # 826838 to fix removal of -psn_* command line argument

2003-10-21 14:05 VS, revision 24239

wxUSE_GUI=0 not needed anymore

2003-10-21 13:14 VS, revision 24238

more supressed warnings for bcc

2003-10-21 12:51 VZ, revision 24237

free the DIB for raw bitmaps even if they don't use alpha channel

2003-10-20 17:43 VZ, revision 24236

Open Watcom doesn't like typename, use class (patch 826812)

2003-10-19 13:41 SC, revision 24235

VC6 template fixes

2003-10-19 09:10 MBN, revision 24234

MSVC 5 compilation fix.

2003-10-19 09:09 MBN, revision 24233

Added some wxPerl notes.

2003-10-19 09:03 MBN, revision 24232

wxMotif fix for Sun C++ compiler.

2003-10-18 23:51 VZ, revision 24231

replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there

2003-10-18 23:46 VZ, revision 24230

documented wxColourDatabase::FindColour() change

2003-10-18 23:22 VZ, revision 24229

use #if WXWIN_COMPAT and not #ifdef (patch 826160)

2003-10-18 23:20 VZ, revision 24228

use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code cleanup

2003-10-18 19:23 RR, revision 24227

Further corrections to bitmap and blit code.

2003-10-18 19:21 RR, revision 24226

Further corrections to wxBitmap and Blit code.

2003-10-18 11:34 VS, revision 24225

DMC make.exe can handle include directive, even though it is not documented

2003-10-18 05:47 RD, revision 24224

reSWIGged

2003-10-18 04:56 RD, revision 24223

reSWIGged

2003-10-18 04:36 RD, revision 24222

reSWIGged

2003-10-18 04:33 RD, revision 24221

New version from Timothy Hochberg

2003-10-18 04:33 RD, revision 24220

Added TODO

2003-10-18 04:32 RD, revision 24219

Added IsEditCancelled/SetEditCanceled

2003-10-18 04:31 RD, revision 24218

Demo tweaks

2003-10-18 04:30 RD, revision 24217

Added note about migration guide

2003-10-18 04:29 RD, revision 24216

typo fixed

2003-10-17 19:53 SC, revision 24215

adjusting to changes in xti.h

2003-10-17 19:50 SC, revision 24214

adjusting to changes in object.h

2003-10-17 19:48 SC, revision 24213

removing RTTI classinfo #define redirections, not needed anymore

2003-10-17 17:39 VZ, revision 24212

added CreateByName(), use it in wxColourDatabase

2003-10-17 14:28 RR, revision 24211

\ Updated bitmap blitting code as per 2_4

2003-10-17 14:27 RR, revision 24210

Small update.

2003-10-17 14:26 RR, revision 24209

Fixed FIXME in blitting code. Small speed-up in wxBitmap::Rescale(). The rescaling code still makes X11 crash with a memory problem. This can be seen in the image sample when you scroll up and down with the mouse often so that the smiley that gets blit appears and disappears often.

2003-10-17 11:20 VS, revision 24208

samples.inc is not data file

2003-10-17 10:01 JJ, revision 24207

Committing in . OpenVMS updates Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/defs.h ----------------------------------------------------------------------

2003-10-16 17:42 VZ, revision 24206

fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future

2003-10-16 17:38 VZ, revision 24205

added \NULL

2003-10-16 17:11 VZ, revision 24204

always return a new pointer from FindColour()

2003-10-16 15:05 VZ, revision 24203

fixed wxMouseEvent::Moving() and Dragging() after the last change

2003-10-16 11:33 VZ, revision 24202

made wxRTTI macros namespace-friendly (patch 799434)

2003-10-16 11:23 VZ, revision 24201

compilation fix for Watcom (part of patch 813225)

2003-10-16 11:17 VZ, revision 24200

added wxSYS_ICONTITLE_FONT (patch 816026)

2003-10-16 11:09 VZ, revision 24199

VC++ release mode warning fix

2003-10-16 11:02 VS, revision 24198

Vadim moved the macros to dlimpexp.h

2003-10-16 10:31 VZ, revision 24197

RemoveEventHandler() didn't reset all pointers correctly (patch 819545)

2003-10-16 10:28 VZ, revision 24196

warning fixes for BCC and OW (heavily modified patch 819146)

2003-10-16 10:25 VZ, revision 24195

moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

2003-10-16 10:00 VZ, revision 24194

added ShouldInheritColours()

2003-10-16 09:39 VZ, revision 24193

use ShouldInheritColours() instead of IsContainerWindow()

2003-10-16 09:38 VZ, revision 24192

use ShouldInheritColours()

2003-10-16 09:19 VZ, revision 24191

don't complain if file doesn't exist in DeleteFile(); do return false if it exists and we failed to delete it (patch 819530)

2003-10-16 09:15 VZ, revision 24190

removed a string from contrib (Scintilla)

2003-10-16 09:12 VZ, revision 24189

added missing wxCMPFUNC_CONVs (patch 817551)

2003-10-16 09:10 VZ, revision 24188

added missing wxCMPFUNC_CONVs (patch 820862)

2003-10-16 09:05 VZ, revision 24187

use correct fallback file name in SaveFile() (patch 820884)

2003-10-16 08:57 VZ, revision 24186

finished Japanese translations (patch 824608)

2003-10-16 08:51 VZ, revision 24185

some cosmetic fixes

2003-10-16 08:50 VZ, revision 24184

patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code cleanup

2003-10-16 07:55 VZ, revision 24183

wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

2003-10-16 07:23 VZ, revision 24182

added EVT_WIZARD_FINISHED handler

2003-10-16 07:22 VZ, revision 24181

send EVT_WIZARD_FINISHED for modal wizards as well

2003-10-15 22:59 VZ, revision 24180

update the selection properly after deleting the page

2003-10-15 22:45 VZ, revision 24179

removed the weird m_style which was never initialized GTK and duplicated m_windowStyle under Mac/MSW

2003-10-15 19:23 SC, revision 24178

bug fix

2003-10-14 22:58 VZ, revision 24177

attempt to split cmd line into words in the same way as Windows does

2003-10-14 17:27 MBN, revision 24176

wxMotif fixes.

2003-10-14 17:05 MBN, revision 24175

Implemented wxPopupWindow for wxMotif.

2003-10-14 07:30 VS, revision 24174

nicer tick and fixed home icons (patch #820767)

2003-10-13 23:49 VZ, revision 24173

oops, compilation fix

2003-10-13 23:47 VZ, revision 24172

added CanConvert()

2003-10-13 23:38 VZ, revision 24171

show the selected item with customs colour correctly when the control doesn't have focus (i.e. don't keep the selected background)

2003-10-13 21:37 VS, revision 24170

gettext plural form docs

2003-10-13 21:29 VS, revision 24169

use ngettext instead of _N

2003-10-13 21:27 VS, revision 24168

1) use ngettext instead of _N, 2) cleanup of gettext macros definitions

2003-10-13 17:28 MBN, revision 24167
  • D /wxWidgets/trunk/include/wx/motif/glcanvas.h
  • D /wxWidgets/trunk/src/motif/glcanvas.cpp

wxMotif now uses wxGLCanvas implementation from wxX11, removed unused files.

2003-10-13 17:23 MBN, revision 24166

Fixes for application not closing after last top level window closed.

2003-10-13 17:21 MBN, revision 24165

Compilation fixes.

2003-10-13 10:55 VS, revision 24164

compilation fix

2003-10-13 10:06 VS, revision 24163

fixed double filename->URL conversion

2003-10-13 09:56 VS, revision 24162

fixed double filename->URL conversion

2003-10-12 13:24 VS, revision 24161

supported platforms update

2003-10-12 11:19 VZ, revision 24160

use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker

2003-10-12 11:17 VZ, revision 24159

added LVSICF_NOINVALIDATEALL

2003-10-12 09:24 MBN, revision 24158

Compilation fixes.

2003-10-12 08:56 MBN, revision 24157

Try to use the correct make.

2003-10-12 01:46 VZ, revision 24156

VC++ release mode warning fixes

2003-10-12 01:23 VZ, revision 24155

fixed conversion from Unicode in StreamOut() once again

2003-10-11 01:20 RD, revision 24154

Patch #821454