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):

2001-11-16 00:01 RD, revision 12440

Corrected the text.

2001-11-15 23:59 RD, revision 12439

Enhanced the DnD demo and made the code more informative.

2001-11-15 23:55 VS, revision 12438

use XPMs in wxMGL

2001-11-15 23:54 VS, revision 12437

optimalization of wxHtmlWindow painting (used to repaint areas invalidated when scrolling 3+ times)

2001-11-15 23:50 VS, revision 12436

wxMGL bugfixes: - timers weren't scheduled properly - wxSizeEvent was sent even though the physical dimensions didn't change - wxDC had bugs in device origin computations

2001-11-15 21:10 GD, revision 12435

corrected backported implementation of --with-<lib>=builtin

2001-11-15 17:48 GT, revision 12434

Spelling typos fixed

2001-11-15 16:08 GT, revision 12433

Added the FTP site location for "extra.zip"

2001-11-15 15:49 RR, revision 12432

Small patch for HTML help under Drawin.

2001-11-15 07:21 RD, revision 12431

added some test code

2001-11-15 07:18 RD, revision 12430

Backported masks in image list fix.

2001-11-15 04:59 RD, revision 12429

SWIGged updates for wxMac

2001-11-15 03:07 RD, revision 12428

Only update the mask if the mask is valid

2001-11-15 02:21 VZ, revision 12427

moved EnableCloseButton() from wxialog to wxTLW

2001-11-14 23:19 VS, revision 12426

minor complitation fix

2001-11-14 21:43 RD, revision 12425

Updated manifest to include new files

2001-11-14 20:40 VZ, revision 12424

added wxTextBuffer and wxMemoryText which allow to use wxTextFile with in-memory data

2001-11-14 18:46 RD, revision 12423

A fix for when wxPython is compiled with no threads

2001-11-14 18:43 RD, revision 12422

A bit of cleanup and etc.

2001-11-14 18:34 RD, revision 12421

wxComboBox does not derive from wxChoice in wxGTK so it can't in wxPython either.

2001-11-14 09:37 RL, revision 12420

imported some fixes from 2.3 _WIN32_IE define, -mwindows, various autoconf syntax bugs

2001-11-14 05:22 RD, revision 12419

SWIGged files updates for wxMac

2001-11-14 04:11 RD, revision 12418

SWIGged code updates for wxGTK

2001-11-14 04:05 RD, revision 12417

Added missing wxImage methods

2001-11-14 04:04 RD, revision 12416

Cleanup of library dialogs

2001-11-14 04:03 RD, revision 12415

Added new sizer methods

2001-11-14 04:03 RD, revision 12414

Added wxFileHistory

2001-11-14 04:02 RD, revision 12413

Added wxTextCtrl.GetStringSelection

2001-11-14 04:01 RD, revision 12412

some demo cleanup

2001-11-14 03:50 RD, revision 12411

GetSelection --> GetStringSelection

2001-11-14 03:49 RD, revision 12410

A little fix for Vadim's fix

2001-11-14 01:35 VZ, revision 12409

wxPopupWindow::GetPosition() should return point in screen coords now

2001-11-14 01:27 VZ, revision 12408

added wxTextCtrl::GetSelection() returning a wxString - useful for multiline controls under Windows

2001-11-14 01:26 VZ, revision 12407

fixed wxFrame::IconizeChildFrames() bug which would restore the child frame even if it had been iconized before the main frame was

2001-11-13 23:19 RL, revision 12406

updated control files for 2.2.8.1 with python2.1

2001-11-13 19:27 VZ, revision 12405

fixed wxFindReplaceDialog::Create() doc entry

2001-11-13 18:50 VZ, revision 12404

fixed bugs in rfind() (patch 481325)

2001-11-13 16:21 RR, revision 12403

Applied patch from SF on menu command not blocked if they are disabled but still emitted by an accelerator First attempt at adding wxSizer::Clear(). Further testing pending :-)

2001-11-13 15:18 RR, revision 12402

Patch to make wxComboBox work in Toolbars.

2001-11-13 15:16 RR, revision 12401

Patch to make wxComboBox resize correctly in toolbars.

2001-11-13 14:27 VZ, revision 12400

fixed bug with redoing the command when there was nothing to redo

2001-11-13 06:48 RD, revision 12399

SWIGged code update

2001-11-13 06:43 RD, revision 12398

More fixes for wxPopupWindow. More SWIGged code updates.

2001-11-13 03:18 RD, revision 12397

Various other tweaks and updates

2001-11-13 03:17 RD, revision 12396

Passing None to an EVT_* function will Disconnect

2001-11-13 03:16 RD, revision 12395

Finally figured out wxPopupWindow, added to demo.

2001-11-13 03:14 RD, revision 12394

Added some code to demonstrate a problem and a workaround in wxTextCtrl on MSW.

2001-11-13 03:09 RD, revision 12393

New ErrorDialogs from Chris Fama

2001-11-13 03:08 RD, revision 12392

wxGLCanvas updates

2001-11-13 03:08 RD, revision 12391

fixed a typo

2001-11-13 00:33 RD, revision 12390

SWIGged code updates

2001-11-13 00:32 RD, revision 12389

Fixed a little demo problem

2001-11-13 00:17 RD, revision 12388

Added missing \ before _

2001-11-12 20:32 GD, revision 12387

corrected Carbon to/from POSIX path conversions for Mac OS X

2001-11-12 20:19 GD, revision 12386

added parentheses (corrects smart preprocessor error under Mac OS X)

2001-11-12 01:22 RL, revision 12385

removed -static flag from wx-config --libs. It does more damage removing fine-grained choice from people than it does to help them.

2001-11-12 00:13 VS, revision 12384

wxPanel::OnSize must call event.Skip(), otherwise scrollbars won't work in wxUniv

2001-11-11 20:39 VZ, revision 12383

fixed key event code for ASCII keys in wxListCtrl

2001-11-11 19:55 VZ, revision 12382

some clean up, no real changes

2001-11-11 19:52 VZ, revision 12381

fixed bug with creating status bar with more than 1 pane (needed resize to refresh)

2001-11-11 19:27 VZ, revision 12380

bug fix for using multiline string (i.e. with embedded '\n's) in wxTextCtrl ctor

2001-11-11 19:19 VZ, revision 12379

fixed minor combobox bug: GetValue() reported wrong value when caleld from TEXT_UPDATED handler

2001-11-11 19:00 VS, revision 12378

fixed stupid big when assigning wxImage's palette to wxBitmap

2001-11-11 18:59 VS, revision 12377

wxTimer for wxMGL

2001-11-11 18:38 VZ, revision 12376

emphasize that wxFindReplaceDialog is always modeless

2001-11-10 18:24 VS, revision 12375

minor fixs

2001-11-10 18:23 VS, revision 12374

added app name to wxrcedit (forgot to commit this one long time ago...)

2001-11-10 18:23 VS, revision 12373

update to wxHtmlTag docs

2001-11-09 23:19 RD, revision 12372

Added build instructions for OS X. Added a very simple demo to help build functionality bit by bit. Regenerated the files that needed SWIGging.

2001-11-09 18:11 VZ, revision 12371

signed/unsigned comparison warnings fixed

2001-11-09 17:58 VZ, revision 12370

removed focus assert

2001-11-09 15:12 VZ, revision 12369

removed code (re)setting the camera from wxGLCanvas::OnSize()

2001-11-09 10:29 VZ, revision 12368

s/Chiniese/Chinese/g

2001-11-09 10:19 VZ, revision 12367

reset SourceSafe project name in the VC++ projects

2001-11-09 10:18 VZ, revision 12366

don't document wxBitmap::SetOk(), it's an implementation detail

2001-11-09 05:24 RL, revision 12365

make --static flag act on --cppflags too.

2001-11-09 01:37 RL, revision 12364

We always add -lm (eventually) anyway, so just adding it to the GL lib test should be sufficient.

2001-11-09 00:15 VZ, revision 12363

applied DBCS patch

2001-11-09 00:13 VZ, revision 12362

regenerated after -GL change

2001-11-09 00:00 RR, revision 12361

Removed unused variable.

2001-11-09 00:00 VZ, revision 12360

add -lm before checking for -lGL

2001-11-08 23:58 RR, revision 12359

Corrected radio button event sending in 2.2, too.

2001-11-08 23:24 RR, revision 12358

wxListBox mouse events now report coords relative to the whole list box. wxRadioButton doesn't emit any event when unpressed. Similar correction to wxRadioBox and wxToggleButton. Upported change to wxMenuEvent so that the id is set in the constructor. Otherwise the EVT_MENU macro is pretty useless. Already in 2.2.8.

2001-11-08 21:06 MBN, revision 12357

Last correction for makefile.g95: win32 mkdir does not like forward slashes as directory separators.

2001-11-08 18:47 RD, revision 12356

Fixed wxSingleChoiceDialog to match the docs wrt the style flag

2001-11-08 12:31 RL, revision 12355

create install dir for overrides.

2001-11-08 12:25 RL, revision 12354

wxUSE_GTK must stay quoted..

2001-11-08 11:24 RL, revision 12353

Rearrange the linker flags/libs code in preparation for better static/shared support. Added --static option to wx-config and removed most libs from --libs output unless it is used.

2001-11-08 02:31 RL, revision 12352

add lintian override for -univ hybrid package.

2001-11-08 00:03 RL, revision 12351

applied the bit's of #473508 that were still relevant, and fixed a couple of others that either the patch missed or (more likely) were new since it was made. Thanks Francis.

2001-11-07 16:13 RD, revision 12350

New XRCed from Roman Rolinsky

2001-11-07 16:12 RD, revision 12349

Show class type returned from HitTest

2001-11-07 15:58 VZ, revision 12348

applied a patch to ignore the modifiers (things like @euro) in LC_XXX vars

2001-11-07 12:08 RL, revision 12347

added aclocal.m4 to dist target. Bad Things happen if it's missing and you want to rebuild configure.

2001-11-07 11:31 RL, revision 12346

oops

2001-11-07 10:03 RL, revision 12345

More pesky "quotes" hiding in m4 macros.

2001-11-07 09:47 RL, revision 12344

Put $(GENERICOBJECTS) back into configure.in for a while, there are still other ports that depend on it.

2001-11-07 09:26 JJ, revision 12343

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/distrib/msw/makefile.rsp wxWindows/include/wx/dbgrid.h wxWindows/lib/vms_gtk.opt wxWindows/samples/db/dbtest.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms Added Files: wxWindows/samples/dialup/descrip.mms wxWindows/samples/docview/descrip.mms wxWindows/samples/font/descrip.mms dbgrid.h change as announced in the developer mailing list various OpenVMS complile issues ----------------------------------------------------------------------

2001-11-07 07:53 RL, revision 12342

remove -lfoo.dll hack, it appears to be unnecessary after all.. don't ask.

2001-11-06 23:54 VS, revision 12341

beginnings of support for MGL shared library (it is crappy as hell in MGL, to begin with)

2001-11-06 21:16 MBN, revision 12340

* Fixed wxStaticBitmap::SetBitmap so that it does not ignore the mask * Hopefully made possible use SetBitmap with as wxSB created with an icon and SetIcon with a wxSB created with a bitmap

2001-11-06 16:45 VZ, revision 12339

removed duplicated line

2001-11-06 16:34 VZ, revision 12338

part of wxWizard loading from WXR patch I forgot to commit

2001-11-06 16:31 VZ, revision 12337

fixed wxUniv/GTK linking by getting rid of GENERICOBJS and putting them into GUIOBJS/GUI_LOWLEVEL_OBJS instead

2001-11-06 16:27 VZ, revision 12336

compilation warning fix

2001-11-06 05:44 RL, revision 12335

Merged WXMSW_DLL_DEFINES and PICFLAGS, since they essentially do the same thing.

2001-11-06 05:10 RL, revision 12334

found another object that nobody appears to have ever used in a dll.

2001-11-06 02:36 RL, revision 12333

Brown paper bag fix to -lwx.dll in wx-config

2001-11-05 21:08 GD, revision 12332

use Unix line ending when compiled when the Apple DevTools

2001-11-05 21:02 GD, revision 12331

use Unix line ending when compiling with Apple DevTools

2001-11-05 21:01 GD, revision 12330

use Unix raise for wxTrap when compiling with Apple DevTools

2001-11-05 20:20 GD, revision 12329

corrected path format for wxMac compiled with Apple DevTools

2001-11-05 16:43 VZ, revision 12328

more incompatible changes mentioned

2001-11-05 15:49 VS, revision 12327

forgot to update univ/toplevel.h

2001-11-05 11:48 RL, revision 12326

renamed (gcc) wxMSW import lib name yet again. *.dll.a should be the final choice for a while I think. Removed mostly useless ELF style version numbers from .dll -- it's not an ELF lib so no point adding cruft we can't use.

2001-11-05 03:22 DW, revision 12325

Listbox control code

2001-11-05 02:59 DW, revision 12324

Listbox control code

2001-11-05 02:50 DW, revision 12323

Listbox control code

2001-11-04 23:33 VS, revision 12322

fixed stupid bug in display mode error reporting

2001-11-04 23:33 VS, revision 12321

controls sample is now able to use default command line arguments

2001-11-04 23:32 VS, revision 12320

reworked display mode stuff once again

2001-11-04 23:32 VS, revision 12319

implemented late(r) initialization of wxUniv themes

2001-11-04 21:02 SC, revision 12318

workaroung for handling problems because groupboxes are not included in the parent-child relationship in wxwindows in a geometrical correct way

2001-11-04 20:54 SC, revision 12317

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:42 SC, revision 12316

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:36 SC, revision 12315

added internal callback when toplevel windows move for opengl canvas

2001-11-04 20:24 SC, revision 12314

corrected tooltip

2001-11-04 19:30 GD, revision 12313

corrected detection of wchar_t under Mac OS X/Darwin

2001-11-04 18:46 GD, revision 12312

added wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp

2001-11-04 18:40 GD, revision 12311

added missing newline at end of line

2001-11-04 17:48 GD, revision 12310

revert of previous commit (was supposed to be on HEAD only)

2001-11-04 17:43 GD, revision 12309

added missing wxSTD for cerr & cout

2001-11-04 17:41 GD, revision 12308

added missing wxSTD for cout & cerr

2001-11-04 17:20 GD, revision 12307

wchar/wcslen corrections for Darwin (same as FreeBSD)

2001-11-04 17:18 GD, revision 12306

added Darwin related defines

2001-11-04 14:51 DW, revision 12305

TRUE and FALSE, not true and false.

2001-11-04 14:49 DW, revision 12304

Some compiler bug fixes, new .def file

2001-11-04 13:59 GD, revision 12303

use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X

2001-11-04 03:01 RL, revision 12302

Don't strip cross packages with native strip. All of them. Really.

2001-11-04 01:29 RL, revision 12301

Backed out misguided 'build both' patch. Reshuffled library name code into a slightly neater stack. Added separate shared and static msw builds to .debs :( that makes 13 builds of the core lib alone required to create all packages now.. (anyone want to donate me a fast MP box :)

2001-11-04 00:07 RL, revision 12300

More cross compiling fixes.

2001-11-04 00:00 VS, revision 12299

implemented display mode setting

2001-11-04 00:00 VS, revision 12298

implemented wxApp::Get/SetDisplayMode

2001-11-04 00:00 VS, revision 12297

oh, better interface to GetDisplayMode (Vadim was right; previous commit was by accident)

2001-11-03 23:08 GD, revision 12296

install apparently ignores -p option under Mac OS X, use cp -p instead

2001-11-03 22:42 GD, revision 12295

corrected install program for Mac OS X (use AC_PROG_INSTALL but add -p option to INSTALL_PROGRAM and INSTALL_DATA in order to preserve modification dates)

2001-11-03 21:49 VZ, revision 12294

removed OnSetFocus() which doesn't exist any more

2001-11-03 21:36 VS, revision 12293

added wxApp::GetDisplayMode function for fullscreen ports

2001-11-03 21:36 VS, revision 12292

recently checked in patch was ignorant to wxUSE_RESOURCES

2001-11-03 21:35 VS, revision 12291

oops, configure defined _WIN_IE instead of _WIN32_IE for cross-compilation

2001-11-03 20:34 RD, revision 12290

Added wxPostscriptDC to wxPython

2001-11-03 20:33 RD, revision 12289

A little tweak

2001-11-03 20:31 RD, revision 12288

Enabled wxPostscriptDC to be used in wxMSW, if wxUSE_POSTSCRIPT

2001-11-03 17:06 VZ, revision 12287

implemented Freeze/Thaw() for the generic listctrl

2001-11-03 13:00 RL, revision 12286

Added static lib to shared build targets for wxMSW builds. Added -dbg packages for msw-cross.

2001-11-03 11:29 RL, revision 12285

Tweaked config for weird static lib BSDism.

2001-11-03 11:08 RL, revision 12284

Added separate import lib for msw .dlls Removed useless mingw and cygwin options. Fixed library naming for msw _gl and set 'unix' style names for cross builds and 'windows' style for native builds. Added $target to wx-config, and fixed lib/header dir exclusions. Added -mwindows to wx-config output for gui libs. Fixed wx-config to output import lib instead of dll for shared msw builds.

2001-11-03 05:14 RL, revision 12283

added missing header

2001-11-03 00:34 VZ, revision 12282

don't send fictious menu events when another WM_COMMAND occurs while a popup menu is shown

2001-11-02 23:33 VS, revision 12281

mingw compilation fixc

2001-11-02 23:21 RD, revision 12280

wxPython updates to match recent updates to wxCalendarCtrl, wxGrid, and wxGLCanvas.

2001-11-02 22:00 SC, revision 12279

corrected findfirst/next on mac

2001-11-02 20:56 RD, revision 12278

wxPython updates to match recent updates to wxCalendarCtrl, wxGrid, and wxGLCanvas.

2001-11-02 20:52 GD, revision 12277

updated and renamed CodeWarrior 5.3 project

2001-11-02 20:47 SC, revision 12276

corrected rebuild of more than one-level hiearchical menus when not directly added to the current menubar

2001-11-02 19:43 RD, revision 12275

Removed som unnecessary sh-bangs.

2001-11-02 18:35 VZ, revision 12274

check for wxOnAssert reentrancy

2001-11-02 18:20 VZ, revision 12273

made wxString::resize() work (backported from 2.3)

2001-11-02 18:17 VZ, revision 12272

fixed wxString::resize() which was completely broken

2001-11-02 17:52 VZ, revision 12271

don't make the log dialog taller than the screen (patch 457695)

2001-11-02 17:44 VZ, revision 12270

support for vetoing grid cell editing (patch 469049)

2001-11-02 17:38 VZ, revision 12269

more efficient SetStatusText for the generic wxStatusBar (patch 469976)

2001-11-02 17:30 VZ, revision 12268

fix a bug for bitmap changing in wxWizard (patch 474975)

2001-11-02 17:29 VZ, revision 12267

wxWizard help patch (474974)

2001-11-02 17:22 VZ, revision 12266

wxWizardPage may be loaded from resource (patch 470683)

2001-11-02 16:43 VZ, revision 12265

replaced a static buffer with wxString

2001-11-02 16:08 VZ, revision 12264

applied patch to make wxGLCanvas derive from wxWindow, not wxScrolledWindow (Paul A. Thiessen)

2001-11-02 15:45 VZ, revision 12263

give an error and stop if OpenGL libs not found but --with-opengl was specified

2001-11-02 15:42 VZ, revision 12262

patch from Søren Erland Vestø for additional wxCalendarCtrl styles (also moved them all to calctrl.h from defs.h)

2001-11-02 09:06 JS, revision 12261

Updates to project files

2001-11-02 07:13 GD, revision 12260

added missing const

2001-11-02 07:03 GD, revision 12259

added missing const ise "..." instead of <...> for wx headers

2001-11-02 06:58 GD, revision 12258

added missing const

2001-11-02 03:59 RD, revision 12257

Added wxEntryStart, wxEntryInitGui, and wxEntryCleanup for wxPython

2001-11-02 03:23 RD, revision 12256

swig updates

2001-11-02 03:22 RD, revision 12255

wxDragLink for wxGTK

2001-11-02 02:00 RD, revision 12254

Removed GetOldIndex, etc.

2001-11-02 01:59 RD, revision 12253

Updated XRCed

2001-11-02 01:34 RD, revision 12252

Create the directories fo rthe .pch, etc. files if it doesn't exist.

2001-11-02 01:14 RD, revision 12251

SetEventObject for wxCalendarCtrl

2001-11-02 00:44 VZ, revision 12250

replaced wxList for storing HWND <-> wxWindow with wxHashTable

2001-11-02 00:42 VZ, revision 12249

ignore the border flags for the toolbar

2001-11-02 00:05 VZ, revision 12248

BC++ compilation fix

2001-11-01 21:34 GD, revision 12247

changed ar options to reduce build verbosity

2001-11-01 21:33 GD, revision 12246

remove static libraries and recreate them to avoid stale object files

2001-11-01 21:21 GD, revision 12245

backported implementation of --with-<lib> options (yes, no, sys, and builtin) for libjpeg, libtiff, libpng, freetype, regex and zlib default is sys which falls back to builtin if the system library is not found

2001-11-01 11:54 JS, revision 12244

Made project file work for Release and Debug targets

2001-10-31 23:30 GD, revision 12243

remove static libraries and recreate them to avoid stale object files

2001-10-31 23:21 GD, revision 12242

changed ar options to reduce build verbosity

2001-10-31 22:55 GD, revision 12241

corrections to required setup for wxWindows

2001-10-31 22:48 GD, revision 12240

clarified native line ending for Mac OS

2001-10-31 22:41 GD, revision 12239

added comment concerning native line endings under Mac OS X

2001-10-31 22:30 RL, revision 12238

really fix wxPython dist target

2001-10-31 22:23 GD, revision 12237

corrected access to NULL parameters in wxGetOsVersion replaced wxMACINTOSH with wxMAC and wxMAC_DARWIN to differentiate return value of wxGetOsVersion according to whether Mac paths or Unix paths are used

2001-10-31 22:18 GD, revision 12236

shortened configure warning messages to avoid exceeding 80 characters

2001-10-31 22:06 GD, revision 12235
  • D /wxWidgets/trunk/src/mac/cdef
  • D /wxWidgets/trunk/src/mac/ldef

removed subprojects for ldef and cdef, changed to in-proc ldef

2001-10-31 21:10 DW, revision 12234

Some more Multi-Line Text control fixes

2001-10-31 17:11 GT, revision 12233

Fixed compilation of this file using tex2rtf in RTF mode

2001-10-31 17:10 GT, revision 12232

Put a backslash before a '_'

2001-10-31 16:22 SC, revision 12231

removed subprojects for ldef and cdef, changed to in-proc ldef

2001-10-31 16:12 SC, revision 12230

removed subprojects for ldef and cdef

2001-10-31 12:38 RL, revision 12229

made declaration of WXDLL_ENTRY_FUNCTION match it definition

2001-10-31 09:42 RL, revision 12228

added new wxPython dirs to dist target for .debs

2001-10-31 06:26 GD, revision 12227

use wxFILE_SEP_PATH instead of ':' separator for wxMac

2001-10-31 06:25 GD, revision 12226

corrections for path handling under Mac OS X Classic Mac paths (: separator) are used when compiled using CodeWarrior even under Mac OS X; Unix like Mac paths (/ separator) are used when compiled using the Apple Developer Tools

2001-10-31 02:42 VZ, revision 12225

made wxFileName::Set/GetTimes() work under Win32

2001-10-31 02:23 VZ, revision 12224

fixed typos in wxBase template and project file

2001-10-30 23:30 VS, revision 12223

cleanup in wxMGL code

2001-10-30 23:30 VS, revision 12222

changed wxSystemSettings::HasFrameDecorations to more general GetCapability(index)

2001-10-30 23:27 VS, revision 12221

added inactive titlebar text colour

2001-10-30 20:52 MBN, revision 12220

Fixed wxMask::Create(bitmap,colour)

2001-10-30 18:16 RD, revision 12219

Updated timer demo (again ;-)

2001-10-30 18:15 RD, revision 12218

Updated timer demo

2001-10-30 16:58 VZ, revision 12217

applied wxDirSelector() patch and regenerated the makefiles to include the new src/common/dseldlg.cpp

2001-10-30 16:44 VZ, revision 12216

added stat.h include

2001-10-30 15:34 VZ, revision 12215

fixed compilation problem in SetTimes

2001-10-30 13:56 VZ, revision 12214

minor cleanup

2001-10-30 13:40 GT, revision 12213

Fixed code that should have been enclosed in brackets but wasn't, causing the program flow to abort part way through the function

2001-10-30 13:33 GT, revision 12212

All occurances of #include <wx/wxprec.h> changed to #include "wx/wxprec.h"

2001-10-30 12:51 GT, revision 12211

Changes to make commandline compilation with VC6 match the same settings and LIB names as created with the VC IDE. LIB/PCH/PDB files are now created in the same directories (off the wxWin dir) that the IDE uses

2001-10-30 11:48 VZ, revision 12210

added wx/platform.h to the list of files and regenerated the makefiles

2001-10-30 07:03 RD, revision 12209

DSM fix

2001-10-30 06:58 RD, revision 12208

Added typemap for wxArrayString Added wxMimeTypesManager and wxFileType Other updates...

2001-10-30 06:53 RD, revision 12207

Added typemap for wxArrayString Added wxMimeTypesManager and wxFileType Other updates...

2001-10-30 06:43 RD, revision 12206

Added typemap for wxArrayString Added wxMimeTypesManager and wxFileType Other updates...

2001-10-30 02:41 VZ, revision 12205

added and partly implemented the time functions for wxFileName

2001-10-30 02:40 VZ, revision 12204

applied Watcom thread patches and made thread entry point stdcall for all compilers

2001-10-29 22:54 DW, revision 12203

Yet another .def file for OS/2 VA

2001-10-29 22:26 GD, revision 12202

path/file corrections for Darwin/Mac OS X

2001-10-29 20:20 GD, revision 12201

corrected wxMacFSSpec2MacFilename and wxMacFilename2FSSpec to convert to/from Unix style paths under Mac OS X (when compiled with the Apple DevTools)

2001-10-29 17:48 VZ, revision 12200

removed wxListEvent::m_oldItemIndex from docs, it is not used for anything anyhow

2001-10-29 14:35 VZ, revision 12199

added WXEXPORT to wxGetClassFirst() declaration to make it work under Windows

2001-10-29 14:33 VZ, revision 12198

extracted platform/compiler detection macros from wx/defs,h into wx/platform.h

2001-10-29 14:32 VZ, revision 12197

improved sizing of wxBusyInfo window and updated the docs a bit

2001-10-29 13:21 VZ, revision 12196

added wxBusyInfo test

2001-10-29 03:01 DW, revision 12195

Some more frame formating

2001-10-28 23:25 VS, revision 12194

minor wxMGL fixes -- controls sample is now OK

2001-10-28 21:51 GD, revision 12193

corrected realization of vertical toolbars (were always horizontal)

2001-10-28 20:25 SC, revision 12192

added clientdata to makefile

2001-10-28 19:52 SC, revision 12191

added conversion routines to CIconHandle, removing pre 8.6 routines

2001-10-28 19:32 SC, revision 12190

added conversion routines to CIconHandle, removing pre 8.6 routines

2001-10-28 19:26 SC, revision 12189

added conversion routines to CIconHandle

2001-10-27 22:52 VS, revision 12188

added msw/gccpriv.h and others to headers list

2001-10-27 22:52 VS, revision 12187

added msw/gccpriv.h and others to headers list

2001-10-27 22:26 VS, revision 12186

fix for colspan or rowspan = 0 in HTML tables

2001-10-27 22:25 VS, revision 12185

fix for animated GIFs with frames of different dimensions

2001-10-27 22:24 VS, revision 12184

applied wxListCtrl label editing patch

2001-10-27 01:35 RD, revision 12183

new files for wxSTC on GTK

2001-10-27 01:23 RD, revision 12182

new files for wxSTC on Mac

2001-10-27 01:19 RD, revision 12181

Since there have to be platform ifdef's in wxSTC for wxMAC then we need to have septarate sets of the swig generated code.

2001-10-27 00:25 VZ, revision 12180

removed some straym ^Ms

2001-10-27 00:24 VZ, revision 12179

fixed wxNotebook bg colour

2001-10-27 00:15 RD, revision 12178

First pass at wxPython for Mac (darwin only so far). It builds but doesn't run yet.

2001-10-27 00:08 RD, revision 12177

First pass at wxPython for Mac (darwin only so far). It builds but doesn't run yet.

2001-10-27 00:07 VZ, revision 12176

don't make the dialogs appear in the taskbar

2001-10-27 00:07 VZ, revision 12175

position the controls correctly in the vertical toolbars

2001-10-26 23:56 VZ, revision 12174

wxToolBarTool::IsXXX() should return bool, not int

2001-10-26 20:45 DW, revision 12173

removed defs.h include

2001-10-26 18:35 RL, revision 12172

fix for regex dist target

2001-10-26 07:23 RD, revision 12171

fixes for the wxPre* helpers

2001-10-26 07:19 RD, revision 12170

Added wxURLDataObject

2001-10-26 05:46 RD, revision 12169

Use the right flags on wx-config

2001-10-26 02:14 RD, revision 12168

New PyCrust files

2001-10-26 02:13 RD, revision 12167

Added URL drag and drop sample to the wxPython demo

2001-10-26 02:11 RD, revision 12166

Added wxDragLink Added SetURL to wxURLDataObject Fixed the Mozilla problem by reversing the order of the component DOs in the wxURLDataObject. By checking the wxTextDataObject first then it avoids the problem of how Mozilla sends the UniformResourceLocator data.

2001-10-25 20:52 GD, revision 12165

added ranlib after installation for static library

2001-10-25 15:26 RL, revision 12164

typo fix

2001-10-24 21:16 MBN, revision 12163

Regenerated from filelist.txt

2001-10-24 21:02 MBN, revision 12162

Removed makefile.g295, added src/msw/files.lst

2001-10-24 20:56 MBN, revision 12161

Various cygwin compilation fixes.

2001-10-24 20:41 MBN, revision 12160

* make install now installs OLE headers on cygwin * cygwin now uses the same naming conventions for libraries as the rest of wxMSW * updated filelist.txt * added code to filelist.t fo parse OLE headers * all platforms using configure now have --enable-no_rtti, --enable-no_exceptions on by default

2001-10-24 19:12 VZ, revision 12159

fixed CURSOR resource leak

2001-10-24 17:46 RD, revision 12158

Changed CanPaste to just check IsSupported.

2001-10-23 23:21 VS, revision 12157

fix for typo

2001-10-23 22:12 RD, revision 12156

Added DnD related events to wxSTC

2001-10-23 21:03 GD, revision 12155

implemented --with-<lib> options (yes, no, sys, and builtin) for libjpeg, libtiff, libpng, freetype, regex and zlib default is sys which falls back to builtin if the system library is not found

2001-10-23 20:43 VZ, revision 12154

applied patch 473558: fixes for CW compilation under MSW

2001-10-23 17:41 VZ, revision 12153

fixed nice bug in wxGTK which always draw the text with the same foreground colour as background one in wxSOLID mode

2001-10-23 15:47 VZ, revision 12152

simplified WXDLLEXPORT/IMPORT defines, added WXEXPORT/IMPORT

2001-10-23 00:26 VZ, revision 12151

more incompatible changes listed

2001-10-22 22:16 DW, revision 12150

New Module Definition file for VisualAge .dll builds

2001-10-22 22:13 DW, revision 12149

Elimiante include of defs.h for VisualAge compiles

2001-10-22 22:12 DW, revision 12148

no message

2001-10-22 22:05 RD, revision 12147

It's better to scroll by a little too much than by just barely not enough...

2001-10-22 05:15 DW, revision 12146

Some OS/2 Modifications for coordinate normalizations and code for some common controls

2001-10-22 05:11 DW, revision 12145

Some OS/2 Modifications

2001-10-21 23:02 RR, revision 12144

Correction for wxFileConfig where UNIX was taken instead of MAC where both aredfined in wxMac.

2001-10-21 23:01 RR, revision 12143

Correction for make install and wxMac static libs.

2001-10-21 22:59 RR, revision 12142

Minor fix for make dist.

2001-10-21 15:30 RR, revision 12141

A few files were missing in the wxMac package.

2001-10-21 15:29 RR, revision 12140

Updated install.txt for Mac.

2001-10-21 14:03 RR, revision 12139

Updated Makefile to make "make dist" work right for wxMac

2001-10-21 14:02 RR, revision 12138

Added missing changes.txt for wxMac.

2001-10-21 12:49 GD, revision 12137

use "..." instead of <...> for wx headers

2001-10-21 12:38 SN, revision 12136

Added support for new style OS/2 autodetection.

2001-10-21 12:33 GD, revision 12135

added missing type for static variable

2001-10-21 12:32 GD, revision 12134

conditional compilation for Mac OS X

2001-10-21 12:27 SN, revision 12133

Added support for new style OS/2 autodetection.

2001-10-21 12:19 GD, revision 12132

corrected dynamic class implementation

2001-10-21 03:58 RD, revision 12131

updated version number

2001-10-21 03:56 RD, revision 12130

Added wxClientDataContainer to wxSizer, so sizers can now do OOR in wxPython too.

2001-10-21 03:52 RD, revision 12129

#undef Yield

2001-10-21 03:49 RD, revision 12128

Updated for new library and DLL names on MSW

2001-10-21 03:44 RD, revision 12127

Fixed some demos

2001-10-21 03:43 RD, revision 12126

Added wxRightTextCtrl from Josu Oyanguren

2001-10-21 03:43 RD, revision 12125

New PyCrust files

2001-10-21 00:25 VZ, revision 12124

fixed "toolbar getting focus" bug for the (N+1)-th time

2001-10-21 00:08 VZ, revision 12123

blind fix for the initial dialog position

2001-10-20 22:09 VS, revision 12122

wxRegion fixes (off by one)

2001-10-20 22:09 VS, revision 12121

reverted Kendall's commit

2001-10-20 22:07 VS, revision 12120

fix for MGL bug when rendering text with solid background

2001-10-20 22:07 VS, revision 12119

added wxApp::Yield

2001-10-20 21:37 , revision 12118

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

2001-10-20 21:37 RL, revision 12117

Updated Debian release docs. Updated locale files for current source.

2001-10-20 21:10 MBN, revision 12116

Cygwin does support 64 bit ints

2001-10-20 20:50 SC, revision 12115

corrected file type pop up for only one liners, added parsing for different types on same line

2001-10-20 20:33 RL, revision 12114

Fixed formatting left after One True Width tabs had been s/^I/ /g 'd. Removed what was surely superfluous code. (ie. I second Robert's prior act of commenting it out :)

2001-10-20 20:01 SC, revision 12113

corrected #ifdef TARGET_CARBON to #if TARGET_CARBON

2001-10-20 19:57 SC, revision 12112

changed menu creation for choice and combobox (unique ids), control changed back to old selection code for non carbon targets

2001-10-20 19:34 GD, revision 12111

changed pragma interface/implementation to avoid conflict with wxWindows

2001-10-20 18:40 RR, revision 12110

Someone (possibly me) commented a correct line in wxGrid leading to an optical bug.

2001-10-20 17:49 RD, revision 12109

Put the vertical limit back in for the AutoCOmp list box

2001-10-20 17:41 RR, revision 12108

Fix crash in wxGrid.

2001-10-20 08:07 SC, revision 12107

added correct wchar include for metrowerks compilers

2001-10-20 08:02 SC, revision 12106

removed duplicated DYNCLASS macro

2001-10-20 07:39 GD, revision 12105

removed extra DECLARE_DYNAMIC_CLASS

2001-10-20 01:15 VZ, revision 12104

fixd creation of controls with default initial size

2001-10-20 00:40 VZ, revision 12103

don't use hidden windows as implicit dialog parents neither

2001-10-20 00:10 VZ, revision 12102

don't use windows about to be destroyed as implicit dialog parent

2001-10-19 23:18 VS, revision 12101

fix for buffer overrun bug in wxHTML parser

2001-10-19 21:13 GD, revision 12100

removed corrected detection of wchar_t under Mac OS X (added in revision 1.355) since there only seem to be stub functions (no wcslen available)

2001-10-19 20:35 VS, revision 12099

we no longer need wxFrameNative

2001-10-19 20:31 RD, revision 12098

Updated version numbers for 2.2.8

2001-10-19 19:08 VZ, revision 12097

typo fix

2001-10-19 19:03 VZ, revision 12096

use statvfs() if statfs() is not available (Solaris)

2001-10-19 18:29 VZ, revision 12095

added wxApp::Yield()

2001-10-19 17:54 VZ, revision 12094

who forward declared wcslen() without using extern "C" around it?? and why was it needed at all? removed.

2001-10-19 17:37 VZ, revision 12093

use -I. for parser.c as it needs it to find lexer.c

2001-10-19 17:31 VZ, revision 12092

fix for BSD compilation

2001-10-19 17:30 VZ, revision 12091

don't include X11 path before our own -I because on some systems (FreeBSD) wx headers are installed under /usr/X11R6/include

2001-10-19 16:56 VZ, revision 12090

fixed test for statfs() for BSD systems, not just MacOSX

2001-10-19 16:30 VZ, revision 12089

oops, typo fix

2001-10-19 16:27 VZ, revision 12088

added wxStreamToTextRedirector

2001-10-19 15:57 SC, revision 12087

corrected default arguments, so that setting GetStdIcon works again

2001-10-19 15:34 VZ, revision 12086

simplified wxTextCtrl::Create() to use wxControl::MSWCreateControl() instead of duplicating its code

2001-10-19 15:17 RD, revision 12085

Use the black pen for the border on Windows now too.

2001-10-19 13:20 GT, revision 12084

Added -DSTRICT to the WINFLAGS variable to match the new project settings

2001-10-19 11:37 GT, revision 12083

Removed a line of debug code that got left in

2001-10-19 10:54 GT, revision 12082

Added a #error compiler error if the database sample/demo is attempted to be compiled and wxUSE_ODBC is not set to 1, so that new users will know to set this value

2001-10-18 23:52 RL, revision 12081

updated wx-config man page for new options.

2001-10-18 23:29 VZ, revision 12080

fixed resource leak in wxBitmap::CopyFromIconOrCursor

2001-10-18 23:18 VZ, revision 12079

fix for the initial size of the dialogs

2001-10-18 22:51 VS, revision 12078

added screenshot capturing for debugging purposes

2001-10-18 21:51 GD, revision 12077

added missing include

2001-10-18 21:39 GD, revision 12076

use $(MAKE) instead of make

2001-10-18 21:34 GD, revision 12075

use $(MAKE) instead of make

2001-10-18 21:24 VZ, revision 12074

fix for wxStatusBar linking problems under wxMac

2001-10-18 21:22 GD, revision 12073

use $(MAKE) instead of make

2001-10-18 21:18 MBN, revision 12072

#elif -> #else

2001-10-18 21:09 MBN, revision 12071

Added RTTI macros to wxSplashScreen.

2001-10-18 21:07 MBN, revision 12070

Check for wxUSE_SPLASH

2001-10-18 21:05 MBN, revision 12069

Updated makefile.g95/vc to behave similarly to wxWindows.dsp WRT library names and setup.h .

2001-10-18 20:58 MBN, revision 12068

Forgot to commit

2001-10-18 20:41 , revision 12067
  • A /wxWidgets/tags/wxPy_2_3_2b6
  • R /wxWidgets/tags/wxPy_2_3_2b6/contrib
  • A /wxWidgets/tags/wxPy_2_3_2b6/contrib/src/stc/scintilla/include/WinDefs.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b6/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b6/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b6/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b6/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/regex/WHATSNEW
  • A /wxWidgets/tags/wxPy_2_3_2b6/src/stc/scintilla/include/WinDefs.h
  • D /wxWidgets/tags/wxPy_2_3_2b6/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b6/src/zlib/zlib.3
  • R /wxWidgets/tags/wxPy_2_3_2b6/utils
  • D /wxWidgets/tags/wxPy_2_3_2b6/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b6/utils/wxprop

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

2001-10-18 20:41 RD, revision 12066

Added a set of sophisticated Error Dialogs from Chris Fama.

2001-10-18 20:20 GD, revision 12065

added conditional compilation around wxGTK specific include

2001-10-18 19:34 RD, revision 12064

An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.

2001-10-18 19:26 RD, revision 12063

An incorrect patch to SWIG caused incorrect generated code. Fixed and regenerated.

2001-10-18 19:19 RD, revision 12062

Some little tweaks...

2001-10-18 19:12 RD, revision 12061

cleanup

2001-10-18 19:09 GD, revision 12060

removed wxGetTranslation already defined in wx intl

2001-10-18 19:06 RD, revision 12059

Expanded some release notes

2001-10-18 18:04 RD, revision 12058

Added wxTE_NOHIDESEL

2001-10-18 17:07 RD, revision 12057

Removed wxLB_SORT flag. Users of the Autocomplete will now have to sort their lists themselves, but this lets them sort it either case sensitive or insensitive and use AutoComp the same way.

2001-10-18 16:56 RD, revision 12056

wxGTK's wxListBox now returns a meaningful value for DoGetBestSize instead of just 100x110. (Needed by wxSTC.)

2001-10-18 15:55 SC, revision 12055

corrected wxGetWorkingDirectory for mac (stripping last char off)

2001-10-18 06:21 GD, revision 12054

removed inexistant wxMotif header file

2001-10-18 01:33 RD, revision 12053

wxPython updates for new wxSTC

2001-10-18 01:30 RD, revision 12052

reference count bugs in DrawXXXList fixed

2001-10-18 01:27 RD, revision 12051

A fix for Scintilla's case insensitive sort routine

2001-10-18 01:24 RD, revision 12050

Updated to version 1.40 of Scintilla

2001-10-18 01:20 RD, revision 12049

Updated to new PyCrust

2001-10-18 00:53 VZ, revision 12048

added and documented wxTE_NOHIDESEL

2001-10-18 00:43 VZ, revision 12047

create lib\...\setup.h from setup.h, not setup0.h which is not meant to be edited

2001-10-17 22:31 KLB, revision 12046

Added missing OS/2 files for wxUniversal on OS/2

2001-10-17 22:25 KLB, revision 12045

Mutiple updates from SciTech for wxWindows including the following: 1. Updates to HTML applet classes in client side include syntax 2. Updates to wxUniversal for OS/2 3. Updates for better palette management on Windows 4. Misc other fixes and changes to fix build system for Watcom 11.0

2001-10-17 16:18 GRG, revision 12044

Added comment explaining that it's not necessary to use LEX and YACC on Windows since the files will be copied from doslex.c and dosyacc.c by default.

2001-10-17 14:30 VZ, revision 12043

fixed linking problems related to wxStatusBar under wx!MSW

2001-10-17 13:44 VZ, revision 12042

fix for linking problem under !MSW

2001-10-17 13:35 JS, revision 12041

Applied patch sent to me for xpmdecod.cpp/VC++ compilation, and changed VC++ project filenames in vc.rsp

2001-10-17 11:30 GD, revision 12040

added wxStatusBarBase

2001-10-17 11:26 GD, revision 12039

Use -h instead of -L to test for link -h is documented as obsolete under Mac OS X but works -L is obsolete under Solaris8 Will need to fix this when -h no longer works under Mac OS X

2001-10-17 05:29 RD, revision 12038

tweaked some tests a bit

2001-10-17 05:29 RD, revision 12037

Another attempt to handle key events correctly for wxSTC

2001-10-16 19:14 RD, revision 12036

Autodetect image type, some other cleanup

2001-10-16 19:06 RD, revision 12035

Added some optimization methods to wxPython's wxDC

2001-10-16 19:05 MBN, revision 12034

Changed char* to wxChar* in wxColour constructor.

2001-10-16 19:05 RD, revision 12033

regenerated from glcanvas.i

2001-10-16 19:03 RD, revision 12032

added AppendToPage

2001-10-16 19:02 RD, revision 12031

update for interface changes

2001-10-16 18:59 MBN, revision 12030

Some MinGW-related updates

2001-10-16 18:49 RD, revision 12029

fixed typo in comment

2001-10-16 13:32 SC, revision 12028

no message

2001-10-16 12:33 VZ, revision 12027

reverted my accidental changes

2001-10-16 06:31 SC, revision 12026

added statusbr from common, removed 68k targets

2001-10-16 06:14 JJ, revision 12025

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/distrib/msw/makefile.rsp wxWindows/src/common/descrip.mms Added Files: wxWindows/samples/richedit/descrip.mms Updated OpenVMS compile support ----------------------------------------------------------------------

2001-10-16 00:35 VZ, revision 12024

fixed status bar drawing broken by previous compilation fix

2001-10-16 00:03 VZ, revision 12023

show some text in the status bar panes

2001-10-15 23:00 VZ, revision 12022

refresh wxStaticText after changing its label if we change its size

2001-10-15 22:55 VZ, revision 12021

fixed wxListCtrl::DeleteAllColumns() in the generic listctrl (patch 470251)

2001-10-15 22:55 VS, revision 12020

fixes to mask creation by colour

2001-10-15 22:54 VS, revision 12019

fixed off-by-one error

2001-10-15 22:53 VS, revision 12018

oops, segfault

2001-10-15 22:53 VS, revision 12017

added GetStdIcon support to wxRenderer

2001-10-15 22:52 VS, revision 12016
  • D /wxWidgets/trunk/src/mgl/error.xpm
  • D /wxWidgets/trunk/src/mgl/info.xpm
  • D /wxWidgets/trunk/src/mgl/question.xpm
  • D /wxWidgets/trunk/src/mgl/warning.xpm

removed junk

2001-10-15 22:50 VS, revision 12015

1. added GetStdIcon support to wxRenderer 2. wxMGL fix (stipples must be 8x8 pixels)

2001-10-15 22:49 VZ, revision 12014

made wxStaticBox transparent (patch 427936)

2001-10-15 22:47 VS, revision 12013

compilation fix for wxMGL (NotUniv directive doesn't work and I'm too much of perl illiterate to fix it)

2001-10-15 22:45 VS, revision 12012

compilation fix for wxMGL

2001-10-15 22:17 VZ, revision 12011

fix for the dialog controls font

2001-10-15 21:28 VZ, revision 12010

reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS

2001-10-15 21:20 VZ, revision 12009

oops, forgot to commit yesterday changes related to wxStatusBarBase

2001-10-15 20:49 GD, revision 12008

added joystick file to wxMotif

2001-10-15 19:08 VZ, revision 12007

added section about incompatibilities between 2.2 and 2.3

2001-10-15 15:40 RR, revision 12006

Further fixes for wx-config and MacOS X.

2001-10-15 10:07 RR, revision 12005

wxStatusBar doesn't link with double IMPLEMENT... macros.

2001-10-15 10:06 RR, revision 12004

Added Rez support to wx-config for MacOS X

2001-10-14 22:54 VS, revision 12003

decouple wxTLW,Frame::ShowFullScreen in wxMSW

2001-10-14 22:53 VS, revision 12002

fixes to MSW LowLevel files

2001-10-14 22:20 VS, revision 12001

wxWindow::Enable now correctly has recursive effect (and maybe other fixes)

2001-10-14 22:20 VS, revision 12000

added wxHtmlWindow::AppendToPage

2001-10-14 22:18 VS, revision 11999

wxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well, I'm afraid)

2001-10-14 22:18 VS, revision 11998

fixed restoration of global cursor

2001-10-14 22:17 VS, revision 11997

DC output fix

2001-10-14 22:17 VS, revision 11996

antialiasing now disabled for small fonts

2001-10-14 22:17 VS, revision 11995
  • D /wxWidgets/trunk/src/mgl/dialog.cpp
  • D /wxWidgets/trunk/src/mgl/frame.cpp

removed obsolete files from wxMGL

2001-10-14 22:16 VS, revision 11994

decouple wxTLW,Frame::ShowFullScreen in wxMSW

2001-10-14 22:12 VS, revision 11993

wxUSE_CHOICE ifdefs, so that the sample compiles with wxUniv

2001-10-14 21:50 VZ, revision 11992

regenerated from the templates

2001-10-14 21:38 VZ, revision 11991

1. added wxStatusBarUniv 2. several bug fixes to wxSpinButton/wxSpinCtrl

2001-10-14 21:09 VZ, revision 11990

attempt to fix file ownership in the RPMs

2001-10-14 20:28 RL, revision 11989

didn't I commit these yesterday?? Version updates to .spec files

2001-10-14 14:10 JS, revision 11988

Updated my email address

2001-10-14 14:08 JS, revision 11987

Updated email address

2001-10-14 09:51 GD, revision 11986

added conditional compilation test around wxGetDiskSpace for Mac OS X

2001-10-14 08:25 GD, revision 11985

use MoreFiles under Mac OS X

2001-10-14 08:23 GD, revision 11984

include wxWindows headers using "..." instead of <...>

2001-10-14 08:22 GD, revision 11983

corrected comment

2001-10-14 08:21 GD, revision 11982

corrections for Mac OS X

2001-10-14 08:19 GD, revision 11981

use native dialogs instead of generic ones under Mac OS X

2001-10-14 01:49 RL, revision 11980

Fixed debian/rules clean target to catch all build time cruft. Brown Paper bag fix to IA64 patch.

2001-10-14 01:48 RL, revision 11979

Fixed clean target to really clean all the cruft that gets created at build time.

2001-10-14 00:20 RL, revision 11978

Merged IA64 build fixes from 2.2 (this will undoubtably need to be tested before we can claim 2.3 works on that platform) Updated config{guess,sub}

2001-10-14 00:18 RL, revision 11977

Changes to enable IA64 build. (Yes there are incredibly few!) Updated config.{guess,sub} (as part of the above).

2001-10-13 22:49 VS, revision 11976

better windows painting in wxMGL

2001-10-13 22:49 VS, revision 11975

fixed mouse capture release code -- it previously released capture of window that didn't gain it

2001-10-13 21:34 VZ, revision 11974

changed some Remove()s into RemoveAt()s

2001-10-13 21:12 GD, revision 11973

use MoreFiles under Mac OS X

2001-10-13 21:07 GD, revision 11972
  • D /wxWidgets/trunk/src/mac/carbon/makefile.nt
  • D /wxWidgets/trunk/src/mac/carbon/makefile.unx
  • D /wxWidgets/trunk/src/mac/makefile.nt
  • D /wxWidgets/trunk/src/mac/makefile.unx

removed useless files

2001-10-13 21:05 GD, revision 11971

updated wxMac file list (use MoreFiles)

2001-10-13 19:29 GD, revision 11970

corrected typo in conditional compilation for Darwin/Mac OS X

2001-10-13 18:54 GD, revision 11969

strcasecmp is in the system libraries under Mac OS X

2001-10-13 18:43 GD, revision 11968

use CXX instead of CC to compile and link C++

2001-10-13 16:02 GD, revision 11967

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-10-13 12:26 GD, revision 11966

Added flat Carbon and MoreFiles headers to compile flags Added MoreFiles to wxMac toolkit VPATH Removed check for strings.h for wxMac (conflict with flat Carbon headers)

2001-10-13 12:22 GD, revision 11965

added wxMac distribution target

2001-10-13 08:52 GD, revision 11964

added MoreFiles sources to wxMac under Mac OS X

2001-10-13 00:41 RD, revision 11963

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:26 RD, revision 11962

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:21 VZ, revision 11961

don't define wxUSE_OWNER_DRAWN for wxUniv

2001-10-12 20:26 VZ, revision 11960

added base parameter to wxString::To[U]Long

2001-10-12 18:11 RD, revision 11959

Added style parameter to wxPopupWindow ctors so they match the Create method.

2001-10-12 17:29 VZ, revision 11958

fix for Solaris realloc() which moves the memory block even when the block size is reduced

2001-10-12 16:38 DW, revision 11957

Added new cmdline parsing classes to wxOS2

2001-10-12 16:38 DW, revision 11956

Cleaned up makedfile to handle setup.h better. Added command line parsing

2001-10-12 16:11 SC, revision 11955

fixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)

2001-10-12 15:25 DW, revision 11954

New wxUSE entries to support some new wx features.

2001-10-12 15:24 DW, revision 11953
  • D /wxWidgets/trunk/include/wx/os2/setup.h

Not really needed in CVS

2001-10-12 14:16 VZ, revision 11952

fix to avoid internal compiler error with gcc 2.95.2 on Alpha

2001-10-12 14:09 VZ, revision 11951

made wxString::assign() more efficient (don't force buffer reallocation)

2001-10-12 14:01 DW, revision 11950

Some updates

2001-10-12 06:51 GD, revision 11949

updated with latest morefiles

2001-10-12 06:16 VZ, revision 11948

make the main dialog resizeable

2001-10-12 06:15 VZ, revision 11947

do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem

2001-10-12 06:14 VZ, revision 11946

create wxNotebook without any extended style

2001-10-12 03:18 RD, revision 11945

Moved client data stuff directly into wxEvtHandler, #if'd out wxClientDataContainer for now.

2001-10-11 16:15 RD, revision 11944

fixed leaking wxColour

2001-10-11 16:15 RD, revision 11943

add a newline to the log message

2001-10-11 00:14 RL, revision 11942

added DEFINE_LOCAL_EVENT_TYPE() macro

2001-10-11 00:08 RL, revision 11941

added missing (2.4 forward compatible) event macros.