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-04-15 15:23 VZ, revision 45481

added back SetCurrent() call accidentally removed in one of recent commits

2007-04-15 15:21 VZ, revision 45480

use slightly more light

2007-04-15 15:13 VZ, revision 45479

use textures in the shared context to test how this works when using multiple windows with the same context

2007-04-15 11:43 MBN, revision 45478

Make wxClassInfo attributes private. Replace direct access to sm_classTable with a (const) iterator interface.

2007-04-15 10:07 VS, revision 45477

implement wxString:IsXXX() methods using iterators

2007-04-15 00:54 VZ, revision 45476

reorganized the code to put the logic in wxGLContext-derived class but keep the state in the window

2007-04-15 00:32 VZ, revision 45475

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize() [backport from HEAD]

2007-04-15 00:28 VZ, revision 45474

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize()

2007-04-14 23:35 VZ, revision 45473

added wxRTTI macros to stream classes (patch 1687073)

2007-04-14 23:15 VZ, revision 45472

added overloads of ctor/insert/assign/append taking a pair of wxCStrData objects to allow compilation of expression like wxString(s.c_str()+1, s.c_str()+2) (fixes wxUniv compilation)

2007-04-14 19:05 VS, revision 45471

don't compile Scintilla sources with -Wall

2007-04-14 18:27 VS, revision 45470

fixed the order of aboutdlg.h file

2007-04-14 17:59 RR, revision 45469

Add test for Validate()

2007-04-14 17:58 RR, revision 45468

Text alignment is for GTK 2.10 and above only.

2007-04-14 17:39 PC, revision 45467

fix assert on gtk

2007-04-14 16:58 VS, revision 45466

added ability to create 'non-owned' buffers that aren't freed by wxCharBuffer dtor

2007-04-14 16:06 VS, revision 45465

VC6 compilation fix

2007-04-14 15:52 CE, revision 45464

add svg in new location

2007-04-14 14:31 CE, revision 45463

remove outdated makefiles and .cvsignore

2007-04-14 14:26 CE, revision 45462

add back stc

2007-04-14 14:24 CE, revision 45461

stc src and includes added back

2007-04-14 14:20 CE, revision 45460

stc sample added back

2007-04-14 14:13 SC, revision 45459

fixing the assert

2007-04-14 13:22 VZ, revision 45458

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)

2007-04-14 13:17 VZ, revision 45457

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)