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

2006-02-06 17:37 JS, revision 37353

m_border and accessors not used

2006-02-06 16:58 SC, revision 37352

guard against early redraws

2006-02-06 16:24 vell, revision 37351

added protection against non-file drop targets receiving files (and subsequently crashing)

2006-02-06 13:44 JG, revision 37350

Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes bug #1425106.

2006-02-06 05:08 vell, revision 37349

cleanup - reformatting

2006-02-06 04:24 KH, revision 37348

CheckValidator should not return false if no variable is associated for data storage, data storage is optional [ fixes bug 1414892, closes patch 1415315 ]

2006-02-06 03:38 KO, revision 37347

Backport of fix for duplicate gl lib args.

2006-02-06 03:03 KO, revision 37346

wx-config now provides all the needed flags, so lflags just adds duplicates.

2006-02-05 23:50 VZ, revision 37345

now we don't only show label mnemonics but they also work

2006-02-05 23:39 VZ, revision 37344

no changes; just some (very) minor cleanup

2006-02-05 23:20 VZ, revision 37343

use XmNrecomputeSize instead of manually resizing the label (and unmanaging/managing it in process resulting in flicker) (patch 1420899)

2006-02-05 23:02 VZ, revision 37342

use GTKRemoveMnemonics instead of wxStripMenuCodes

2006-02-05 22:58 VZ, revision 37341

removed GTKConvertMnemonics() which is not used in GTK1 (which doesn't support mnemonics)

2006-02-05 22:41 VZ, revision 37340

honour the mnemonics; don't use gtk_label_set_markup() for foreground colour as this doesn't seem to be necessary

2006-02-05 22:10 RD, revision 37339

For consistency with the docs and with wxMSW the keycode for Ctrl-letter EVT_CHAR events should be in the range 1-26. Also, make the m_uniChar value match the keycode for KEY_UP/DOWN events for letters.

2006-02-05 22:01 RD, revision 37338

BeginDrawing/EndDrawing are deprecated, and never really did anything to begin with.

2006-02-05 22:01 RD, revision 37337

AddSubPage --> InsertSubPage

2006-02-05 22:00 vell, revision 37336

cleanup - reformatting

2006-02-05 20:58 ABX, revision 37335

Missing break after error in daily build.

2006-02-05 20:53 vell, revision 37334

moved ctor implementation into dot-cpp file; reformatted

2006-02-05 20:52 vell, revision 37333

added ctor implementation from header + initialzation; more reformatting

2006-02-05 20:45 JS, revision 37332

Removed richedit from index file

2006-02-05 20:43 JS, revision 37331
  • D /wxWidgets/trunk/samples/richedit

Removed obsolete files from richedit sample directory

2006-02-05 20:41 JS, revision 37330

Removed textedit sample from distribution script

2006-02-05 20:40 JS, revision 37329

Removed textedit from top-level sample makefiles