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-27 19:02 RD, revision 21448

Added a sample of using wxFileDialog for saving

2003-06-27 18:39 RD, revision 21447

Use wxSTC in the demo for displaying the soucre code of the samples.

2003-06-27 13:47 VS, revision 21446

misc win32 fixes

2003-06-27 13:41 VS, revision 21445

install setup.h before compiling on windows

2003-06-27 13:38 VS, revision 21444

fixed linking against builtin 3rd party libs

2003-06-27 13:25 VS, revision 21443

1) Added INC_FOO variable with include directory for 3rd party libraries 2) Don't compile ODBC on Windows

2003-06-27 10:09 VS, revision 21442

compilation fix

2003-06-27 09:59 VS, revision 21441

another compilation fix

2003-06-27 09:57 VS, revision 21440

compilation fix for wxMSW

2003-06-27 09:55 VS, revision 21439

Windows compilation fix

2003-06-27 09:32 VS, revision 21438

changed WXTOPDIR definition to not begin with /

2003-06-27 00:16 VZ, revision 21437

moved GetOSVersion() to the base traits class; implement it in platform-specific files

2003-06-27 00:07 VZ, revision 21436

TryParent()/ProcessEvent() were included in both base and GUI

2003-06-26 23:46 VZ, revision 21435

__WXBASE__ -> wxUSE_BASE

2003-06-26 22:16 VS, revision 21434

CR/LF fixes

2003-06-26 21:30 VS, revision 21433

preliminary work on borland bakefiles

2003-06-26 21:17 VS, revision 21432

fixed dependency tracking if . not in PATH

2003-06-26 21:17 VS, revision 21431

build event.cpp into both wxBase and wxGUI

2003-06-26 17:47 JS, revision 21430

Removed 16-bit conditional compilation

2003-06-26 17:29 JS, revision 21429

Corrected small typo

2003-06-26 17:26 JS, revision 21428

Removed WIN16 references

2003-06-26 17:10 JS, revision 21427

Removed obsolete code

2003-06-26 15:39 VZ, revision 21426

added EstimateTotalHeight

2003-06-26 13:15 JS, revision 21425

Added m_ prefix to wxColourData and wxFontData members for consistency. Fixed some typos in comments. Fixed wizard constructor doc.

2003-06-26 13:00 VZ, revision 21424

pass event to validators fisrt, before using the dynamic event table

2003-06-26 12:45 VZ, revision 21423

compilation fix

2003-06-26 11:22 CE, revision 21422

remove conflicts

2003-06-26 10:05 VZ, revision 21421

changing the number of items in wxHtmlListBox should flush the cache

2003-06-26 01:14 VZ, revision 21420

compilation fixes for separate build

2003-06-26 01:10 VZ, revision 21419

compilation fix for wxGUI

2003-06-26 00:44 VZ, revision 21418

got rid of wxEvtHandler::m_isWindow, use virtual functions (overridden in wxWindow) instead

2003-06-25 23:50 VZ, revision 21417

some more #if wxUSE_BASE (but still not enough)

2003-06-25 23:49 VZ, revision 21416

extracted wxStopWatch and global timer functions in a separate file

2003-06-25 23:27 VS, revision 21415

added stopwatch.h

2003-06-25 20:12 GD, revision 21414

corrected resource file compilation command for wxMac

2003-06-25 19:54 VS, revision 21413

no need for --enable-soname anymore

2003-06-25 19:50 VS, revision 21412

more fixes

2003-06-25 19:43 VS, revision 21411

new dependencies tracking code

2003-06-25 19:27 VS, revision 21410

new dependencies tracking code

2003-06-25 19:09 RD, revision 21409

Fixed OOR for wxPyHtmlWindow

2003-06-25 19:08 RD, revision 21408

Fixed typo

2003-06-25 19:07 VS, revision 21407

use MacOS X resources

2003-06-25 19:02 VS, revision 21406

updated

2003-06-25 18:48 VS, revision 21405

added gizmos makefile

2003-06-25 18:44 VS, revision 21404

compilation fix

2003-06-25 18:35 RD, revision 21403

wxTreeListCtrl updates: fixed wrapping of GetSelections and made keyboard navigation work like MSW's native tree when on MSW.

2003-06-25 18:33 RD, revision 21402

Patch from Will Sadkin ## Version 1.3 ## 1. Made it possible to configure grouping, decimal and shift-decimal characters, ## to make controls more usable internationally. ## 2. Added code to smart "adjust" value strings presented to .SetValue() ## for right-aligned numeric format controls if they are shorter than ## than the control width, prepending the missing portion, prepending control ## template left substring for the missing characters, so that setting ## numeric values is easier. ## 3. Renamed SetMaskParameters SetCtrlParameters() (with old name preserved ## for b-c), as this makes more sense.

2003-06-25 18:31 VS, revision 21401

blind wxCocoa fixes

2003-06-25 18:30 VS, revision 21400

top_builddir is part of bakefile now

2003-06-25 18:14 VS, revision 21399

new dependency tracking from bakefile cvs

2003-06-25 17:33 rgammans, revision 21398

correct documentation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE events

2003-06-25 17:30 rgammans, revision 21397

correct docuemtation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE events

2003-06-25 17:08 VS, revision 21396

compilation fix

2003-06-25 16:35 VS, revision 21395

regenerated

2003-06-25 16:34 VS, revision 21394

split log.h into GUI and base parts

2003-06-25 16:29 VS, revision 21393

many changed to enable multilib build

2003-06-25 16:28 VS, revision 21392

split log.h into GUI and base parts

2003-06-25 15:33 VS, revision 21391

fixes

2003-06-25 15:23 VS, revision 21390

regenerated makefiles, with support for multilib build

2003-06-25 15:13 VS, revision 21389

regenerated makefiles, with support for multilib build

2003-06-25 15:09 VS, revision 21388

fixes to previous commit

2003-06-25 14:59 VS, revision 21387

moved AddFile(wxImage) to GUI part of library, too

2003-06-25 14:52 VS, revision 21386

find available samples, demos and contribs at runtime

2003-06-25 14:32 VS, revision 21385

compilation fix for wxBase

2003-06-25 14:21 VS, revision 21384

only define wxUSE_GUI if not already defined; this is needed for multilib build

2003-06-25 11:02 VS, revision 21383

install headers and link against main lib

2003-06-25 11:00 VS, revision 21382

more contrib tweaks

2003-06-25 02:10 DE, revision 21381

Changed bool WakeUpIdle() to void to match base class

2003-06-25 00:40 VS, revision 21380

added XRC contrib makefile

2003-06-25 00:37 VS, revision 21379

added first contrib makefile

2003-06-25 00:26 VS, revision 21378

different location for contrib bakefiles

2003-06-25 00:13 VZ, revision 21377

missign app.h header

2003-06-25 00:11 VZ, revision 21376

a quick hack to fix wxBase compilation

2003-06-25 00:10 VZ, revision 21375

missing wx/iconloc.h added

2003-06-25 00:08 VZ, revision 21374

removed #pragma interface because it results in link problems when building wxBase/wxGUI

2003-06-24 23:52 VS, revision 21373

support for building contrib libraries

2003-06-24 23:48 VS, revision 21372

wxBase fixes

2003-06-24 23:27 VS, revision 21371

fixes to wxBase compilation

2003-06-24 22:47 VZ, revision 21370

wxTINY_CAPTION_XXX are obsolete

2003-06-24 22:46 VS, revision 21369

fixed make install

2003-06-24 22:35 VS, revision 21368
  • D /wxWidgets/trunk/src/make.env.in
  • D /wxWidgets/trunk/src/makelib.env.in
  • D /wxWidgets/trunk/src/makeprog.env.in

no longer needed

2003-06-24 22:31 VS, revision 21367

renamed julian's private makefile, it's in the way

2003-06-24 22:23 VS, revision 21366

Mac OS X fixes for ac-2.5

2003-06-24 22:12 VS, revision 21365

moving to autoconf-2.5x

2003-06-24 22:05 VS, revision 21364

moved to autoconf-2.5x

2003-06-24 21:56 VS, revision 21363

moving to autoconf-2.5x

2003-06-24 20:13 VS, revision 21362

fixed OSX resources invalid path

2003-06-24 20:00 GD, revision 21361

corrections for compilation under Mac OS X

2003-06-24 19:49 GD, revision 21360

updated code to not use deprecated methods

2003-06-24 19:35 GD, revision 21359

minor corrections for compilation with gcc 3.3 (use cast of address instead of address of cast)

2003-06-24 18:45 VZ, revision 21358

backported wxDateSpan comparison operators from trunk

2003-06-24 18:19 VS, revision 21357

added Mac resource with icon

2003-06-24 18:14 VS, revision 21356

added wxART_MISSING_IMAGE

2003-06-24 18:08 VS, revision 21355

don't compile generic wxMessageDialog w/ GTK+2, it's not used (forgot to commit this)

2003-06-24 11:54 VS, revision 21354

regenerated after fixing OSX install_name and adding wxCocoa files

2003-06-24 11:31 VS, revision 21353

regenerated

2003-06-24 11:29 VS, revision 21352

compilation fix

2003-06-24 11:25 VS, revision 21351

wxCocoa fixes

2003-06-24 11:22 VS, revision 21350

defined __WXBASE__ when building the monolib

2003-06-24 11:21 VS, revision 21349

compilation fixes

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

2003-06-19 19:06 RR, revision 21248

Font crash and timer fix as per 2_4.

2003-06-19 19:03 RR, revision 21247

Reorderd timer code as per bug 757060. The code there is required to set the id to -1.

2003-06-19 19:00 RR, revision 21246

Probable fix for Font crash.

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

On wxMac, set the common menubar to the MDI parent and don't show it

2003-06-19 18:20 DE, revision 21244

In wxApp::OnIdle() check to see if there is not a current menubar and if there is a common menubar, install it.

2003-06-19 18:17 DE, revision 21243

Add ability to have a wxMenuBar as a common menu - static wxMenuBar::MacSetCommonMenuBar() - static wxMenuBar::MacGetCommonMenuBar() - static wxMenuBar::s_macCommonMenuBar;

2003-06-19 17:05 VZ, revision 21242

fixed infinite recursion bug in some rare cases

2003-06-19 16:55 VZ, revision 21241

fixed infinite recursion bug in some rare cases

2003-06-19 15:18 VS, revision 21240

added 'samples' target

2003-06-19 09:43 VZ, revision 21239

wxUniv compilation fix

2003-06-19 09:21 CE, revision 21238

fix making base for Borland

2003-06-19 08:13 CE, revision 21237

fix making base for watcom (lib\base and console sample now compile)

2003-06-19 08:05 CE, revision 21236

fix making base for watcom (lib\base and console sample now compile)

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

preparing wxUniv build

2003-06-18 22:09 VZ, revision 21234

detect EOF better when reading HTTP reply

2003-06-18 21:49 VZ, revision 21233

removed unnecessary #if wxUSE_GUIs

2003-06-18 21:38 VZ, revision 21232

removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor

2003-06-18 21:36 VZ, revision 21231

wxComboBox doesn't (officially) derive from wxChoice

2003-06-18 20:00 VS, revision 21230

added tips.txt

2003-06-18 19:58 VS, revision 21229

wxMotif builds

2003-06-18 16:25 VS, revision 21228

make it possible to not attach toolbars to frames (John Anderson)

2003-06-18 16:19 JS, revision 21227

Removed very obsolete Set/GetColourMap accessors.

2003-06-18 16:17 VS, revision 21226

make it possible to not attach toolbars to frames (John Anderson)

2003-06-18 16:08 VS, revision 21225

added --basename and --release flags to wx-config (patch #750815)

2003-06-18 12:59 CE, revision 21224

fix perl commands for makefile.sc

2003-06-18 12:09 CE, revision 21223

fix DMars compilation to use precompiled headers

2003-06-18 09:20 JS, revision 21222

Added extra wxGLCanvas documentation from Davide Pasquini <davide.pasquini@fastwebnet.it>

2003-06-18 07:41 JS, revision 21221

Workaround a crash bug; real solution as yet unknown

2003-06-18 00:42 VZ, revision 21220

removed a now unnecessary line

2003-06-18 00:41 VZ, revision 21219

better mask handling in wxBitmap to wxImage conversion (patch 754881)

2003-06-17 23:08 VZ, revision 21218

#undef LoadIcon/Bitmap() too

2003-06-17 23:07 VS, revision 21217

linking against builtin libs works onw

2003-06-17 23:05 VS, revision 21216

linking against builtin libs works now

2003-06-17 22:45 VS, revision 21215

preparing for building against builtin 3rd party libs and some more tweaking

2003-06-17 22:40 VS, revision 21214

windows build fixes

2003-06-17 21:28 RD, revision 21213

Comment out the post and postun sections since they are not used (and are currently mandrake specific...)

2003-06-17 20:54 DE, revision 21212

DEFAULT_wxUSE_TABDIALOG=yes for wxCocoa (Generic notebook)

2003-06-17 18:46 JS, revision 21211

Addition of uxtheme.cpp.

2003-06-17 18:09 VZ, revision 21210

fixed compilation warnings

2003-06-17 17:44 RD, revision 21209

Hmmm... The menu stuff only works on Mandrake. Need to find a cross-distro way to do it.

2003-06-17 17:07 RD, revision 21208

Fixed misplaced parentethis. (#755963)

2003-06-17 16:23 JS, revision 21207

Added 'Go' button for quickly saving setup or configure file

2003-06-17 14:27 VS, revision 21206

added htlbox to samples

2003-06-17 14:05 VS, revision 21205

added htlbox to samples

2003-06-17 13:22 CE, revision 21204

modify Borland makefile to include bc in library names

2003-06-17 11:06 VZ, revision 21203

wxComboBox doesn't derive from wxChoice (officially)

2003-06-17 09:56 VZ, revision 21202

undid the last change: it results in crashes with some GTK+ versions

2003-06-17 09:55 JS, revision 21201

Renamed Platform -> Target Bumped version

2003-06-17 09:52 JS, revision 21200

Eliminated some code.

2003-06-17 09:36 CE, revision 21199

add ipc client / server samples for digital mars