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-06-24 08:20 JS, revision 21348

Initialised static controls

2003-06-24 06:34 CE, revision 21347

correct library names

2003-06-24 01:36 VZ, revision 21346

added new files (after library split)

2003-06-24 01:31 VZ, revision 21345

compilation fix for wxGTK

2003-06-24 01:24 VZ, revision 21344

regenerated project/makefiles with tmake

2003-06-24 01:20 VZ, revision 21343

removed duplicate wxTheApp and m_appInitFn definitions from all ports, not just MSW

2003-06-24 00:56 VZ, revision 21342

wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken

2003-06-23 22:56 VS, revision 21341

updated

2003-06-23 22:49 VS, revision 21340

updated

2003-06-23 22:42 VS, revision 21339

generated new makefiles

2003-06-23 22:32 VS, revision 21338

compilation fix

2003-06-23 22:31 VS, revision 21337

updated

2003-06-23 22:31 VS, revision 21336

fix missing files

2003-06-23 22:31 VS, revision 21335

samples configuration didn't work

2003-06-23 22:31 VS, revision 21334

new build system

2003-06-23 22:02 VS, revision 21333

fixed missing files

2003-06-23 22:00 VS, revision 21332

depending on Makefile is oversensitive, anybody who changes the make will know to run 'make clean'

2003-06-23 21:13 VS, revision 21331

wxSelectionStore fix

2003-06-23 21:12 VS, revision 21330

fixed dependencies

2003-06-23 21:12 VS, revision 21329

bakefile build system

2003-06-23 21:06 MBN, revision 21328

Compilation fix.

2003-06-23 19:50 VS, revision 21327

moving bakefile build system to the trunk

2003-06-23 19:47 VZ, revision 21326

deleted non existing Cancelled() method

2003-06-23 19:43 VZ, revision 21325

added missing Skip() in OnIdle()

2003-06-23 16:21 VZ, revision 21324

fix for iostream.h missing in VC 7.1

2003-06-23 16:04 , revision 21323

This commit was manufactured by cvs2svn to create tag 'BEFORE_MULTIPLE_LIBS_CHANGE'.

2003-06-23 16:04 VZ, revision 21322

use __VISUALC__ instead of _MSC_VER to avoid problems with CW

2003-06-23 15:49 DE, revision 21321

Added #if wxUSE_SLIDER guard

2003-06-23 15:27 DE, revision 21320

Only MSW has a class wxIconLocation. The other platforms have typedef wxIconLocationBase wxIconLocation; Apple's GCC does not like the mismatch when forward declaring it.

2003-06-23 15:17 DE, revision 21319

Added #ifdef wxHAS_TASK_BAR_ICON guard

2003-06-23 15:00 RR, revision 21318

Applied (part of) the bitmap theme patch. Didn't find the static text alignment problem.

2003-06-23 14:49 JS, revision 21317

Spelling correction.

2003-06-23 13:49 VZ, revision 21316

GetIcon() returns wxIconLocation, not wxIcon, now

2003-06-23 13:14 JS, revision 21315

Implemented wxTextCtrl::GetStyle for MSW Added status bar showing major style attributes at cursor in text sample

2003-06-22 23:02 VZ, revision 21314

Fixed typo in cmdline option name; TRUE / FALSE -> {\tt true} / {\tt false} (patch 757770)

2003-06-22 23:01 VZ, revision 21313

missing backslash before underscore (patch 758143)

2003-06-22 22:45 VZ, revision 21312

allow wxFileConfig be created with empty name (will take it from wxApp) (patch 749749)

2003-06-22 22:20 VZ, revision 21311

LaTeX2e fixes (patch 748118)

2003-06-22 22:20 VS, revision 21310

mac fixes

2003-06-22 22:09 VS, revision 21309

and even more mac fixes...

2003-06-22 22:08 VZ, revision 21308

support Show() in wxFlexGridSizer (patch 737850)

2003-06-22 22:01 VS, revision 21307

more mac fixes

2003-06-22 21:56 VZ, revision 21306

set selection before setting focus to the control in SetFocusFromKbd() (patch 726361)

2003-06-22 21:47 VS, revision 21305

use version on mac

2003-06-22 21:22 VS, revision 21304

mac fixes

2003-06-22 21:06 VS, revision 21303

mac fixes

2003-06-22 20:39 VS, revision 21302

mac fixes

2003-06-22 20:03 VS, revision 21301

updated

2003-06-22 19:17 VS, revision 21300

updated

2003-06-22 19:13 VS, revision 21299

install the headers, use gtk2 name and other fixes

2003-06-22 18:48 VS, revision 21298

updated

2003-06-22 18:35 VS, revision 21297

updated

2003-06-22 16:13 VZ, revision 21296

fix VC 7.x release build problems

2003-06-22 15:44 VZ, revision 21295

temp fix for link errors after last commit

2003-06-22 13:56 VZ, revision 21294

corrected the comment explaining how to update version components

2003-06-22 12:48 VZ, revision 21293

GNU/Hurd patch

2003-06-22 11:04 VZ, revision 21292

added missing default value for pos parameter in ctor/Create

2003-06-22 00:22 VZ, revision 21291

updated after wxFileType change

2003-06-22 00:19 VZ, revision 21290

added default ctor

2003-06-21 21:37 VS, revision 21289

regenerated everything after (blind) Mac OS X fixes to bakefile

2003-06-21 20:09 MBN, revision 21288

Add a missing structure definition, move all rich text missing stuff to wx/msw/missing.h.

2003-06-21 20:06 MBN, revision 21287

Typo fix.

2003-06-21 17:45 VZ, revision 21286

don't disable hidden windows in wxWindowDisabler, it's at best useless

2003-06-21 17:38 VZ, revision 21285

removed Win16 horrors

2003-06-21 14:09 VZ, revision 21284

removed datacmn, not a base file any more

2003-06-21 14:08 VZ, revision 21283

removed datacmn

2003-06-21 14:07 RR, revision 21282

Small fix for splitter window.

2003-06-21 14:04 RR, revision 21281

Small fix for splitterwindow (no longer wrong cursor in nested scrolled window).

2003-06-21 13:50 VS, revision 21280

fixed RPATH on Solaris with gcc and sun's ld

2003-06-21 13:39 VZ, revision 21279

added wxIconLocation; minor fixes to wxIcon on some platforms

2003-06-21 12:27 VS, revision 21278

fix for non-gnu /usr/bin/test

2003-06-21 08:40 SN, revision 21277

Reverted patch [ 746201 ] (partially) because of unwanted side-effects to grids with 0 rows _or_ 0 columns.

2003-06-20 22:03 MBN, revision 21276

Applied patch from William Gallafent to copy manifest at install time for wxMSW cross compiles.

2003-06-20 21:19 GD, revision 21275

corrected DEPFILES which contained an object file

2003-06-20 20:48 GD, revision 21274

corrected return value of wxTimer::Start when timer is successfully created

2003-06-20 20:20 VS, revision 21273

fix one of reasons for crash if there is no font

2003-06-20 16:25 JS, revision 21272

Extended wxTextAttr and added wxTextCtrl::GetStyle stub allow better rich text support.

2003-06-20 15:20 CE, revision 21271

relative path to wxwin in samples for Digital Mars (fixes SF bug 757845)

2003-06-19 23:43 VZ, revision 21270

removed redundant wxUSE_GUI checks

2003-06-19 23:39 VZ, revision 21269

added __WXBASE__ define; removed duplicated (in wx/chkconf.h) compatibility section

2003-06-19 23:31 VZ, revision 21268

added wxIsDebuggerRunning() (which is going to replace the mess in log.cpp)

2003-06-19 23:02 VS, revision 21267

beginnings of multilib split

2003-06-19 22:52 VS, revision 21266

more wxUniv fixes

2003-06-19 22:46 VS, revision 21265

more wxUniv fixes

2003-06-19 22:33 VS, revision 21264

quick and dirty fix for wxMGL compilation

2003-06-19 22:22 DE, revision 21263

Removed forced default no for wxUSE_SLIDER and wxUSE_COLOURDLG

2003-06-19 22:18 DE, revision 21262

Added slider.h/slider.mm to wxCocoa build

2003-06-19 22:16 DE, revision 21261

Missed a few substitutions the first time around

2003-06-19 22:14 VS, revision 21260

adding snapshot of generated autoconf makefiles

2003-06-19 22:14 DE, revision 21259

Include wxCocoa header

2003-06-19 22:14 VS, revision 21258

added wxHAS_TASK_BAR_ICON

2003-06-19 22:09 DE, revision 21257

Added wxSlider stub

2003-06-19 22:06 DE, revision 21256

wxCocoa does not have wxDialog::OnPaint()

2003-06-19 21:58 VS, revision 21255

wxMGL, fixes to wxMac, wxOS2

2003-06-19 21:32 DE, revision 21254

Added return NULL; for __WXCOCOA__ FIXME: The platform specific stuff is a real mess

2003-06-19 21:30 DE, revision 21253

Changed colour.cpp to colour.mm Also, generated files.lst now has fdlgcmn.cpp included

2003-06-19 21:27 DE, revision 21252

Added NSColor declarataion

2003-06-19 21:24 DE, revision 21251

First stab at wxColour using NSColor

2003-06-19 21:00 VS, revision 21250

wxUniv/wxX11 works

2003-06-19 19:29 RD, revision 21249

Some demo tweaks and a bug workaround