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-03-02 23:21 VZ, revision 19441

added missing include (patch 690352)

2003-03-02 23:18 VZ, revision 19440

fixed memory leak (patch 685580)

2003-03-02 22:48 SC, revision 19439

GiveFeedback support, Cursor Extension

2003-03-02 22:47 SC, revision 19438

OSX printing fixes

2003-03-02 22:46 SC, revision 19437

destroy event support

2003-03-02 22:45 SC, revision 19436

usleep fix

2003-03-02 22:44 SC, revision 19435

xpm support, color cursor support

2003-03-02 22:38 SC, revision 19434

xpm support

2003-03-02 22:37 SC, revision 19433

fix

2003-03-02 22:35 SC, revision 19432

added copy arrow cursor macos specific

2003-03-02 21:34 RR, revision 19431

Up-ported wxBusyCursor fix and wxCombBov default dialog action behaviour if enter is hit in it.

2003-03-02 21:33 RR, revision 19430

Fixed wxBusuCursor.

2003-03-02 21:31 RR, revision 19429

Added hint at default conversion in Unicode mode. It is enough if I got burned by it.

2003-03-02 20:22 GD, revision 19428

updated source to not use deprecated wxList methods

2003-03-02 20:08 MBN, revision 19427

Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border style from sunken to the default Motif style. Added some convenience macros for checking Motif/Lesstif version. Fixed the bug that caused wxStaticBox size to change when label text was changed.

2003-03-02 19:57 GD, revision 19426

added missing include file and corrected memory leak due to creation of never used region (NewRgn)

2003-03-02 18:58 VS, revision 19425

implemented wxCLOSE_BOX under Windows

2003-03-02 14:38 VZ, revision 19424

added tests for changing display resolution and going full screen

2003-03-02 14:31 VZ, revision 19423

added wxDisplay files

2003-03-02 14:30 VZ, revision 19422

define some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode)

2003-03-02 14:24 VZ, revision 19421

maximize the window to the correct display (i.e. the one it is currently on); ShowFullScreen() actually shows the window, too

2003-03-02 14:23 SC, revision 19420

OSX fixes for printing

2003-03-02 14:17 VZ, revision 19419

implemented video mode support (getting the current one, enumerating, changing)

2003-03-02 14:16 VZ, revision 19418

significant API changes: wxVideoMode and methods using it added, GetDepth() and IsColour() removed, GetFromWindow() added

2003-03-02 13:56 SC, revision 19417

OSX fixes

2003-03-02 13:31 ROL, revision 19416

new version

2003-03-02 13:31 ROL, revision 19415

*** empty log message ***

2003-03-02 13:31 ROL, revision 19414

ParamUnit class

2003-03-02 13:30 ROL, revision 19413

defaults for unset required parameters, ParamUnit for border and {v,h}gap

2003-03-02 11:07 RR, revision 19412

Do dialog's default action (mostly "OK") if ENTER was hit in a combobox and the TEXT_ENTER event was not handled. MSW seems to be doing something similar.

2003-03-02 11:01 VS, revision 19411

removed deprecated calls from wxImage example (bug #688438)

2003-03-02 10:09 MBN, revision 19410

Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons and default buttons are visually the same size, however, given how wxMotif draws default buttons, the Widget for a default button is bigger (8 pixels by default), thus setting default border will make the Widget grow.

2003-03-01 21:17 SC, revision 19409

applied fix to MkDir for mac

2003-03-01 21:09 SC, revision 19408

applied fix to MkDir for mac

2003-03-01 20:29 VS, revision 19407

fixed incorrectly backported patch

2003-03-01 20:12 VS, revision 19406

backported: fixed wxScrollBar creation when default size was used

2003-03-01 18:05 MBN, revision 19405

Do not change background colour for parent widget; set best size to some arbitrary value if the text control is empty.

2003-03-01 17:52 MBN, revision 19404

Fix "make install" for wxMotif after recent changes for using X11 files. Fix "make dist" for all ports (changes in internat sample), and for wxMotif (for the aforementioned changes).

2003-03-01 17:30 SC, revision 19403

added minor and major description for wxGetOsVersion for wxMac

2003-03-01 17:13 SC, revision 19402

wxMac just using Update()

2003-03-01 16:36 SC, revision 19401

added wxMac to the branch using Update for refresh

2003-03-01 10:00 RR, revision 19400

Added wxComboBox::SetString patch

2003-03-01 09:59 RR, revision 19399

Upported combobox changes and another fix.

2003-03-01 09:12 RR, revision 19398

Typo for compilation.

2003-02-28 23:48 JS, revision 19397

Tidied space and tabs in wxMac files

2003-02-28 23:46 VS, revision 19396

1. added native wxMessageDialog implementation for GTK+2 2. minor formatting changes, so that the changelog has consistent look

2003-02-28 23:46 VS, revision 19395

added native wxMessageDialog implementation for GTK+2

2003-02-28 23:41 VS, revision 19394

fixed wxScrollBar creation when default size was used

2003-02-28 23:39 VS, revision 19393

compilation fix

2003-02-28 23:37 VS, revision 19392

added native wxMessageDialog implementation for GTK+2

2003-02-28 23:36 JS, revision 19391

Tidied up white space and tabs in wxMac

2003-02-28 22:23 JS, revision 19390

Removed unnecessary #ifs

2003-02-28 22:09 MBN, revision 19389

Change wxCLOSE to wxCLOSE_BOX.

2003-02-28 21:54 JS, revision 19388

Tidied copyright and date for wxMac files

2003-02-28 19:30 JS, revision 19387

#ifed wxLog occurrences

2003-02-28 18:33 RD, revision 19386

Do proper delete

2003-02-28 18:04 JS, revision 19385

Added display sample to distrib file lists

2003-02-28 15:35 RD, revision 19384

Use the right constants

2003-02-28 09:21 RR, revision 19383

Hah!

2003-02-28 01:48 VZ, revision 19382

added FromPoint test

2003-02-28 01:33 VZ, revision 19381

started writing wxDisplay sample

2003-02-28 00:59 RD, revision 19380

SWIGged updates for wxMSW

2003-02-28 00:29 RD, revision 19379

SWIGged updates for wxGTK

2003-02-28 00:26 RD, revision 19378

avoid notebook tabs on the bottom on the Mac

2003-02-28 00:23 RR, revision 19377

Next take at combobox.

2003-02-28 00:20 RD, revision 19376

added some .cvsignore's

2003-02-28 00:18 RD, revision 19375

Made the ctor signature match the standard...

2003-02-28 00:16 RD, revision 19374

Some tweaks

2003-02-28 00:15 RD, revision 19373

Refactored, enhanced and added capabilites for the DrawXXXList functions, inspired by code from Chris Barker.

2003-02-27 21:10 RD, revision 19372

Patch from David Falkinder to help building a STC dll.

2003-02-27 20:47 RR, revision 19371

Ideally, this would fix a crash.

2003-02-27 20:25 RR, revision 19370

Attempt to scroll text view after adding text. It almost works.

2003-02-27 20:24 RR, revision 19369

Next take at combobox.

2003-02-27 20:16 RD, revision 19368

SWIGged updates for wxMac

2003-02-27 20:14 RD, revision 19367

Added static accessors for wxPython for some of the s_mac* members of wxApp on Mac. They are no-ops for the other platforms.

2003-02-27 18:20 VZ, revision 19366

show error message if exec() failed: not pretty but better than nothing

2003-02-27 13:01 VZ, revision 19365

fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

2003-02-27 12:53 VZ, revision 19364

fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

2003-02-27 12:18 VZ, revision 19363

wxExecute may only be called from the main thread

2003-02-27 12:02 VZ, revision 19362

updated the sample to show the sizers, not constraints, in the main frame; also demonstrate flex grid sizer

2003-02-27 11:55 VZ, revision 19361

added proportion parameter to wxFlexGridSizer::AddGrowableRow/Col()

2003-02-27 11:51 VZ, revision 19360

added WXK_WINDOWS_XXX key constants

2003-02-27 10:45 CE, revision 19359

update adding watcom makefiles

2003-02-27 10:38 CE, revision 19358

update adding watcom makefiles

2003-02-27 10:32 CE, revision 19357

update adding watcom makefiles

2003-02-27 10:30 VZ, revision 19356

added wxUSE_DISPLAY

2003-02-27 10:24 SC, revision 19355

SetValue fix

2003-02-27 10:18 SC, revision 19354

fix for SetSize was missing

2003-02-27 10:13 VS, revision 19353

wxCLOSE->wxCLOSE_BOX

2003-02-27 10:06 SC, revision 19352

SetValue can add values if not readonly

2003-02-27 00:18 VZ, revision 19351

fixed wxRegionIterator example

2003-02-26 23:10 VS, revision 19350

unified default values for conv arguments

2003-02-26 23:09 VS, revision 19349

updates to <script> handling backport list

2003-02-26 20:48 RD, revision 19348

SWIGged updates for wxMSW

2003-02-26 20:48 RD, revision 19347

SWIGged updates for wxMac

2003-02-26 20:31 RR, revision 19346

Docs update for combobox.

2003-02-26 20:27 RR, revision 19345

More update to wxComboBox

2003-02-26 19:40 RD, revision 19344

Updated change notes

2003-02-26 19:38 RD, revision 19343

SWIGged updates for wxGTK

2003-02-26 19:31 VS, revision 19342

unified default values for conv arguments