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-09-01 19:56 RD, revision 23353

Added handler for WM_PRINT to assist with offscreen drawing of widgets

2003-09-01 19:54 RD, revision 23352

Fixed style setting

2003-09-01 19:53 RD, revision 23351

reSWIGged

2003-09-01 19:53 MBN, revision 23350

Regenerated Makefile.in.

2003-09-01 19:52 RD, revision 23349

More experiments with wxDrawWindowOnDC

2003-09-01 19:41 RD, revision 23348

Work around a bug in the Carbon headers

2003-09-01 19:32 RD, revision 23347

Check wxUSE_DEPRECATED before including its headers

2003-09-01 17:19 MBN, revision 23346

Regenerated makefile.

2003-09-01 14:51 JJ, revision 23345

Committing in . removing some obsolete CLEAR members Modified Files: wxWindows/samples/richedit/wxlwindow.cpp wxWindows/utils/dialoged/src/reseditr.cpp ----------------------------------------------------------------------

2003-09-01 14:47 JJ, revision 23344

Committing in . Update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/generic/notebook.cpp wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms wxWindows/src/univ/notebook.cpp ----------------------------------------------------------------------

2003-09-01 13:11 SC, revision 23343

only work on the focus if the control is shown

2003-09-01 12:54 CE, revision 23342

partial fix for digital mars compilation

2003-09-01 12:48 CE, revision 23341

fix digital mars compilation

2003-09-01 12:09 VS, revision 23340

re-added minimal.dsw

2003-08-31 22:35 SN, revision 23339

Added missing include.

2003-08-31 22:27 SN, revision 23338

Added a couple of files that were missing for wxOS2.

2003-08-31 21:44 SN, revision 23337

Removed duplicate declaration of wxEntry.

2003-08-31 21:39 SN, revision 23336

Updated to current API.

2003-08-31 21:37 SN, revision 23335

Updated API to current state of wxWindows (int -> size_t).

2003-08-31 21:09 VZ, revision 23334

don't return \n from GetLineText() neither

2003-08-31 21:02 VZ, revision 23333

don't return \r from GetLineText()

2003-08-31 21:00 SN, revision 23332

Added missing include.

2003-08-31 20:55 SN, revision 23331

Added missing include to resource file.

2003-08-31 20:52 SN, revision 23330

Added missing include.

2003-08-31 20:08 SN, revision 23329

Cleaned up remains of outdated 3D effect handling.

2003-08-31 19:56 SN, revision 23328

Fixed IMPLEMENT_DYNAMIC_CLASS usage.

2003-08-31 19:54 SN, revision 23327

Added missing include.

2003-08-31 19:41 SN, revision 23326

Added missing include.

2003-08-31 19:01 SN, revision 23325

Fixed includes.

2003-08-31 18:51 SN, revision 23324

Removed some code duplicating wxAppBase functions.

2003-08-31 18:25 SN, revision 23323

Fixed return type of GetPageCount (int -> size_t).

2003-08-31 18:15 SN, revision 23322

Fixed AppTraits handling on OS/2.

2003-08-31 15:35 SC, revision 23321

Carbon Event Mouse Moved handler changes

2003-08-31 15:33 SC, revision 23320

Carbon Event Mouse Moved handler added

2003-08-31 14:29 MBN, revision 23319

Add wxNet dependency.

2003-08-31 13:47 VZ, revision 23318

no changes

2003-08-31 13:30 VZ, revision 23317

backport the sizers change

2003-08-31 13:29 VZ, revision 23316

fix redistribution of the extra space between sizer items

2003-08-31 12:54 VZ, revision 23315

undid the last change

2003-08-31 12:05 RR, revision 23314

Prevent wxMac from creating an epmpty bitmap in a toolbar if all we want is a separator.

2003-08-30 23:11 VZ, revision 23313

compilation fix

2003-08-30 23:03 VZ, revision 23312

return the index of the inserted/appended item

2003-08-30 22:39 VZ, revision 23311

use SetClientSize(), not SetSize() in Fit()

2003-08-30 21:06 MBN, revision 23310

More compilation fixes.

2003-08-30 20:56 VZ, revision 23309

fixed return value of Disable() (bug 795630)

2003-08-30 20:55 VZ, revision 23308

set array size correctly in wxArrayString::Shrink() (bug 797758)

2003-08-30 20:44 SN, revision 23307

Fixed several bugs in threading code for OS/2. Thread sample now working.

2003-08-30 20:32 SC, revision 23306

made Update be window local (before was updating the entire window), ScrollWindow now scrolls also invalidated areas and in the end does an Update

2003-08-30 20:30 SC, revision 23305

removing all updates specially for mac

2003-08-30 17:55 MBN, revision 23304

Compilation fixes.

2003-08-30 12:30 VS, revision 23303

removed BuildRequires: wx-base-devel from RPM .spec files

2003-08-30 10:28 VS, revision 23302

$ causes diff problems here

2003-08-30 10:12 VS, revision 23301

moved compat content to formats, there will be more wx-specific formats

2003-08-30 10:02 VS, revision 23300

moved compat content to formats, there will be more wx-specific formats

2003-08-29 22:54 VS, revision 23299

removed caching from wxInternetFSHandler

2003-08-29 20:10 MBN, revision 23298

Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong with wxHashMap. Made wxHashMap constructor explicit to prevent similar errors.

2003-08-29 19:07 SC, revision 23297

added WX_IMPLEMENT_PROPERTY

2003-08-29 14:59 DE, revision 23296

Rename some of the Cocoa methods to reflect that they are implemented by the NSWindow delegate.

2003-08-29 14:15 DE, revision 23295

Implement windowShouldClose: in delegate instead of class poser

2003-08-29 14:10 DE, revision 23294

Use a delegate instead of manually adding notifications. Not only is this less code, but a delegate will be required for future functionality.

2003-08-29 09:59 VS, revision 23293

Content-Type parsing should be case insensitive

2003-08-29 07:46 SC, revision 23292

masking out yes/no/cancel flags before creating top level window (backport from HEAD)

2003-08-29 00:11 VZ, revision 23291

implemented IsModified() and DiscardEdits()

2003-08-29 00:05 VZ, revision 23290

don't reset timer interval to 0 in Stop(), this prevents Start(-1) from working

2003-08-28 20:55 MBN, revision 23289

Added X11 headers used by wxMotif. Removed nonexistsnt wx/motif/settings.h. Only affects "make install" correctness.

2003-08-28 20:39 MBN, revision 23288

Don't crash in wxControl::GetLabel when getting the label fails (perhaps because the widget is not realized?). Correct wxRTTI information for wxFrame: it derives from wxTopLevelWindow, not wxWindow. Don't try setting Widget size to 0, because it will fail: set it to 1 instead which is exactly as sensible, but does not crash.

2003-08-28 20:32 MBN, revision 23287

wxString::rfind fixed for wxUSE_STL=0 from Robert Vazan. Added missing wxArrayString::reserve.

2003-08-28 20:26 MBN, revision 23286

wxHashMap does not take the key type as constructor argument.

2003-08-28 20:24 VS, revision 23285

correction for include name

2003-08-28 20:23 VS, revision 23284

switched to using bakefile_gen

2003-08-28 19:59 VS, revision 23283

gl lib dependency fixes

2003-08-28 19:56 VS, revision 23282

_UNICODE instead of wxUSE_UNICODE=1

2003-08-28 19:51 VS, revision 23281

added bakefile_gen support

2003-08-28 19:18 VS, revision 23280

data copying fixes for configtool

2003-08-28 18:07 VS, revision 23279

renamed netutils.bkl to net.bkl, to simplify bakefile_gen use

2003-08-28 18:06 VS, revision 23278

added hardcoded values for project files, so that they don't have to be passed on command line

2003-08-28 17:49 DE, revision 23277

Send all menu item actions to a dedicated target. This is to ensure the actions always make it to the proper wxFrame.

2003-08-28 17:13 VS, revision 23276

make dist fixes belong here

2003-08-28 16:37 DE, revision 23275

* Clean up the includes and use wxprec.h * Wrap toolbar related code in wxUSE_TOOLBAR * m_frameToolBar was used where m_frameStatusBar should have been.

2003-08-28 16:34 DE, revision 23274

CreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR

2003-08-28 14:49 SC, revision 23273

-1 , -1 for SetSelection improved

2003-08-28 14:42 SC, revision 23272

-1 , -1 for SetSelection improved

2003-08-28 10:48 VS, revision 23271

unknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)

2003-08-28 10:40 VS, revision 23270

unknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)

2003-08-28 09:36 VS, revision 23269

wxCheckList -> wxCheckListBox

2003-08-28 08:47 JS, revision 23268

Added notes for OnPreparePrinting

2003-08-27 21:27 JS, revision 23267

Copy some missing samples, and contrib for Motif/Mac

2003-08-27 20:22 JS, revision 23266

Do archive name case conversion for wxMac and wxMotif

2003-08-27 18:57 SN, revision 23265

Don't treat OS/2 as a Unix-like system in this particular file. This also simplifies some of the #ifdef statments. :-)

2003-08-27 18:42 SC, revision 23264

WX_EVENT_PROPERTY instead of WX_DELEGATE

2003-08-27 18:39 SN, revision 23263

Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the right thing to do for the X11 ports when running them on OS/2, though.

2003-08-27 18:19 SN, revision 23262

Want to use wxDir::HasSubDirs on OS/2 with gcc, too.

2003-08-27 18:09 VS, revision 23261

wxUSE_UNICODE=1 -> _UNICODE

2003-08-27 18:08 VS, revision 23260

wxLayout.cpp is data file as well

2003-08-27 17:53 SC, revision 23259

event exposure

2003-08-27 17:29 SC, revision 23258

event exposure

2003-08-27 17:11 SC, revision 23257

added support for range types to runtime depersister

2003-08-27 17:05 SC, revision 23256

added range of types to delegate type info

2003-08-27 17:02 SC, revision 23255

added range of types for delegate type info

2003-08-27 12:17 SC, revision 23254

constness for accessors of enum data