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.

2001-10-10 23:58 VZ, revision 11940

more missing WXDLLEXPORT(_DATA)

2001-10-10 23:02 SC, revision 11939

morefiles 1.5.2 adaptions

2001-10-10 23:00 SC, revision 11938

no precompiled MacHeaders anymore (guarantees synched headers)

2001-10-10 22:57 SC, revision 11937

new version 1.5.2 for morefiles

2001-10-10 22:44 VS, revision 11936

fixed menu navigation with mouse

2001-10-10 22:43 VS, revision 11935

FIXME so that I don't forget to implement this

2001-10-10 22:34 VZ, revision 11934

fix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration

2001-10-10 22:33 VZ, revision 11933

added missing WXDLLEXPORT

2001-10-10 22:18 VZ, revision 11932

added missing WXDLLEXPORT

2001-10-10 21:55 GD, revision 11931

renamed global variable to avoid conflict with export from Mac OS X framework

2001-10-10 21:47 GD, revision 11930

provide option to disable use of precompiled headers (Mac OS X) this is useful for tinderboxes where the errors produced by the Apple Developer Tools make it difficult to sort through the logs

2001-10-10 18:48 GD, revision 11929

improved OpenGL related documentation

2001-10-10 16:42 VZ, revision 11928

don't add /MT to CFLAGS explicitely

2001-10-10 16:37 VZ, revision 11927

fixes for cube sample from Paul Thiessen

2001-10-10 16:04 RD, revision 11926

Removed client data stuff from wxMenuBase since it now gets it from wxEvtHandler.

2001-10-10 12:55 VZ, revision 11925

updated templates and regenerated project files for OpenGL samples

2001-10-10 12:18 JJ, revision 11924

Committing in . Modified Files: wxWindows/src/common/descrip.mms Updated OpenVMS makefiles. ----------------------------------------------------------------------

2001-10-10 11:57 VZ, revision 11923

attempts to process non ASCII key strokes properly

2001-10-10 09:36 VZ, revision 11922

[blind] fixes to the project file according to George's message

2001-10-10 06:14 JJ, revision 11921

Committing in . Added Files: wxWindows/src/html/descrip.mms Compile support for OpenVMS (Thanks VZ for the help with removing my unsuccessfull checkin) ----------------------------------------------------------------------

2001-10-10 01:44 VZ, revision 11920

formatting changes

2001-10-10 01:15 VZ, revision 11919

ignore samples workspace files

2001-10-10 00:44 VZ, revision 11918

regenerated to include new files

2001-10-10 00:43 VZ, revision 11917

added wx*.dsp files

2001-10-10 00:34 VZ, revision 11916

1. new samples proejct files for VC++ 2. a few fixes (mainly compilation warnings) to the code

2001-10-10 00:11 VZ, revision 11915

fixed crash in OnSize() handler

2001-10-09 23:09 RD, revision 11914

Fixed compile errors, warnings and other DSMs, and improved comments.

2001-10-09 22:59 VZ, revision 11913

regenerated from .pro files

2001-10-09 22:57 VZ, revision 11912

changed html and opengl project names to start with html/gl prefix to avoid conflicts inside samples.dsw workspace

2001-10-09 22:50 RD, revision 11911

Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase and into a mixin class. Mixed it with wxEvtHandler. Regenerated files lists and makefiles.

2001-10-09 22:30 VZ, revision 11910

added new project files for all samples and demos; removed the old ones

2001-10-09 22:08 VS, revision 11909

fixes to focus handling in menus

2001-10-09 22:08 VS, revision 11908

a temporary hack to make testing wxTLW/Univ easier

2001-10-09 22:08 VS, revision 11907

mingw compilation fix

2001-10-09 22:07 VZ, revision 11906

minor additions to wxCmdLineParser tests

2001-10-09 20:44 RL, revision 11905

updated debian policy version

2001-10-09 17:05 VS, revision 11904

fixed off by one error in wxXPMDecoder::ReadFile

2001-10-09 15:32 VZ, revision 11903

mention wx[Flex]GridSizer too

2001-10-09 15:11 VZ, revision 11902

fixed results of strange cvs code merge

2001-10-09 11:55 GD, revision 11901

recompiled header support removed doubled definitions (already in wx headers)

2001-10-09 11:49 GD, revision 11900

added missing close brace

2001-10-09 11:38 GD, revision 11899

added wx/defs.h include to correct compilation issues under Mac OS X

2001-10-08 22:25 VZ, revision 11898

fix for wxFrame parent which somehow wasn't committed yesterday

2001-10-08 22:17 VS, revision 11897

hopefully fixes focus assertion

2001-10-08 22:12 RD, revision 11896

Removed call to SubclassWin since it is already done in MSWCreateControl

2001-10-08 21:08 GD, revision 11895

added missing generic include file

2001-10-08 18:05 RD, revision 11894

More changes for building the regex lib

2001-10-08 17:46 VZ, revision 11893

rearranged the samples alphabetically, please keep them this way

2001-10-08 17:44 VZ, revision 11892

normalized handling of Ctrl-x key presses and documented it clearly

2001-10-08 17:39 RD, revision 11891

Fixed DLL linking. Was missing the regex lib.

2001-10-08 17:31 VZ, revision 11890

allow disabling text events too; show Ctrl-x events correctly

2001-10-08 17:25 VZ, revision 11889

don't log mouse events by default

2001-10-08 17:24 VZ, revision 11888

replaced C++ comments with C ones

2001-10-08 16:46 VZ, revision 11887

added and documented wxWS_EX_BLOCK_EVENTS flag

2001-10-08 15:58 VZ, revision 11886

don't check for Meta key in wxKeyEvent::HasModifiers()

2001-10-08 15:42 VZ, revision 11885

another compilation fix

2001-10-08 15:01 VZ, revision 11884

compilation fix

2001-10-08 12:43 VZ, revision 11883

refresh the current item when the focus is gained/lost

2001-10-08 01:03 VZ, revision 11882

fix menubar sizing (at least under windows)

2001-10-07 22:58 VS, revision 11881

more active frame stuff

2001-10-07 22:17 VZ, revision 11880

changed/centralized window creation code to allow wxTLW work in wxUniv

2001-10-07 21:33 VZ, revision 11879

added status bar to the sample because it uses wxLogStatus()

2001-10-07 18:45 GD, revision 11878

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

2001-10-07 16:48 GD, revision 11877

added automatic generation of files.lst for wxMac

2001-10-07 16:46 GD, revision 11876

AppleScript that finds and rebuilds all the CodeWarrior projects

2001-10-07 14:34 VS, revision 11875

fix to wxMGL's wxBitmap(wxImage) ctor

2001-10-07 14:34 VS, revision 11874

fixed yet another bug in wxActivateEvent handling

2001-10-07 14:33 VS, revision 11873

FloodFill not in MGL, either

2001-10-07 14:33 VS, revision 11872

moved MGL initialization to earlier stage (crashes otherwise...) and implemented wxApp::Initialized

2001-10-07 14:33 VS, revision 11871

use Arial if available

2001-10-07 14:33 VS, revision 11870

give focus to show top level windows

2001-10-07 09:46 VS, revision 11869

fixed maximization handling

2001-10-07 09:46 VS, revision 11868

active next window in Z-order when a frame is deleted

2001-10-07 09:46 VS, revision 11867

reverted my previous check in, it was nonsense

2001-10-06 22:49 VS, revision 11866

no, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter, but filelist.txt pretends it is so that wxUniv can in turn pretend in can do wxChoices...)

2001-10-06 22:46 VS, revision 11865

more wxMGL fixes

2001-10-06 22:46 VS, revision 11864

wxUniv tries to release mouse capture from menu bar instead of menu

2001-10-06 22:45 VS, revision 11863

modified wxFrame/Univ to send wxSizeEvent when adding/removing bars (because client area changes)

2001-10-06 22:44 VS, revision 11862

fatal bug in wxMGL that caused hard to track crashes

2001-10-06 22:12 VZ, revision 11861

adding wxUniv project/workspace files

2001-10-06 22:02 VZ, revision 11860

removed y_tab.c from wxUniv project files

2001-10-06 13:39 VS, revision 11859

you meant pragma interface, not pragma implementation

2001-10-06 02:22 VZ, revision 11858

fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in wxScrolledWindow

2001-10-06 01:53 VZ, revision 11857

allow setting the wxWin directory explicitly using WXDIR option, ..\.. by default

2001-10-05 22:08 VS, revision 11856

an (blind) attempt to fix wxGTK frame activation bug

2001-10-05 22:05 VS, revision 11855

wxHTML now outputs unrecognized entities verbosely

2001-10-05 22:03 VS, revision 11854

1) wxHTML now outputs unrecognized entities verbosely 2) added string preallocation to the parser

2001-10-05 19:55 VZ, revision 11853

fixed the problem with the ampersand [mis]handling in the generic wxMessageDialog

2001-10-05 19:01 GD, revision 11852

correction for memory leak

2001-10-05 18:29 RD, revision 11851

Added wxPyLog so log targets can be created in Python with the appropriate callbacks.

2001-10-05 16:30 DW, revision 11850

Some OS/2 updates

2001-10-05 11:10 JJ, revision 11849

Committing in . Modified Files: wxWindows/include/wx/thread.h wxWindows/src/unix/threadpsx.cpp Changed for OPenVMS only problem: The compiler complained about the fact that some pointer were assigned to a smaller integer. Maybe this problems also holds for other 64-bit OS's ----------------------------------------------------------------------

2001-10-05 11:04 JJ, revision 11848

Modified Files: wxWindows/descrip.mms Added Files: wxWindows/src/html/DESCRIP.MMS Added html files to OpenVMS compilation ----------------------------------------------------------------------

2001-10-04 23:05 VZ, revision 11847

fixed spurious assert failure in wxMenuBar::Insert

2001-10-04 22:58 VS, revision 11846

fixed unimportant typo

2001-10-04 21:46 GD, revision 11845

standard settings for wxMac compilation using CodeWarrior theis file needs to be copied to setup.h in the appropriate directory

2001-10-04 21:39 GD, revision 11844

use wxWindows zlib.h instead of Mac OS X system zlib.h directly

2001-10-04 21:34 GD, revision 11843

first automatic generation using tmake!

2001-10-04 21:33 GD, revision 11842

added automatic generation of files.lst for wxMac

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

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

2001-10-04 20:46 RD, revision 11840

Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_DOWN on wxGTK

2001-10-04 19:19 RD, revision 11839

Fixed duplicate definition of wxWindow::SetAcceleratorTable, more swig code regenerated.

2001-10-04 19:16 RD, revision 11838

Fix for missing -g from wx-config

2001-10-04 19:15 RD, revision 11837

Don't create a bitmap with dimensions <= 0...

2001-10-04 18:40 GD, revision 11836

applied SourceForge patch #467884 (Paul Thiessen) addes wxGLApp for wxMac

2001-10-04 17:13 RD, revision 11835

Regenerated some swig code, added some missing WXK_ constants, etc...

2001-10-04 17:12 RD, revision 11834

Fixed Ron's fix Upped version number (beta)

2001-10-04 17:05 GT, revision 11833

Spelling typos in comments fixed

2001-10-04 17:02 GT, revision 11832

Added documentation for the wxDb::SQLColumnName() and wxDb::SQLTableName() functions

2001-10-04 17:00 RD, revision 11831

Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla

2001-10-04 16:44 GT, revision 11830

Added code to handle SQLSERVER, ACCESS, and MSDE allowing spaces in table names and column names (ARRRRGH! -> MS)

2001-10-04 16:32 GT, revision 11829

Removed a bunch of unreachable BREAK statements that BCC compilation complains about.

2001-10-04 16:29 GT, revision 11828

Changed code in unzip.c/.h for #including zlib.h to use the same code as is found in zstream.cpp #include <zlib.h> changed to #include "zlib.h"

2001-10-04 13:27 VZ, revision 11827

renamed project files for 3rd party libs from FooVC.dsp to foo.dsp

2001-10-04 12:39 VZ, revision 11826
  • D /wxWidgets/trunk/wxBaseVC.dsp

removed obsolete file

2001-10-04 12:37 VZ, revision 11825

new VC++ workspace file for wxBase

2001-10-04 12:33 VZ, revision 11824

trying to add wxBase project file from Unix

2001-10-04 12:32 VZ, revision 11823

reverted the fix for Unicode compilation with VC++ as it breaks other ports (and shouldn't be necessary anyhow)

2001-10-04 02:10 VZ, revision 11822

ignore build directories

2001-10-04 01:51 VZ, revision 11821

overwrote with src\wxBase.dsp

2001-10-04 01:50 VZ, revision 11820

regenerated from the template

2001-10-04 01:50 VZ, revision 11819

fixes for compilation with wxUSE_PALETTE=0

2001-10-04 01:46 VZ, revision 11818

Unicode compilation fix

2001-10-04 01:46 VZ, revision 11817

new project files for wxBase apps

2001-10-04 01:35 VZ, revision 11816

added Unicode configurations to the library project files

2001-10-04 00:46 VZ, revision 11815

added Unicode configurations to the library project files

2001-10-04 00:30 VZ, revision 11814
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6bdll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6dll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6lib.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vcapp.t

removed templates which are unneeded any more

2001-10-03 23:36 VZ, revision 11813

Unicode compilation fixes

2001-10-03 23:34 VZ, revision 11812

warning in Unicode compilation fixed

2001-10-03 17:44 VZ, revision 11811

fix for focus event sending

2001-10-03 17:20 JS, revision 11810

Made mkdir more UNC path-friendly

2001-10-03 17:12 JS, revision 11809

Made mkdir more UNC path-friendly

2001-10-03 17:01 VZ, revision 11808

reduced flicker when switching focus to/from the report list ctrl under wxGTK

2001-10-03 16:51 JS, revision 11807
  • D /wxWidgets/trunk/docs/html/standard.htm

Removed duplicate file

2001-10-03 14:52 RD, revision 11806

Minor tweaks and some typos fixed

2001-10-03 14:20 VZ, revision 11805

fixed DLL naming scheme

2001-10-03 14:08 JJ, revision 11804

Committing in . Modified Files: wxWindows/setup.h_vms update VMS compile support ----------------------------------------------------------------------

2001-10-03 08:40 RL, revision 11803

bump date in version dialog.

2001-10-03 08:38 RL, revision 11802

bump date on 'easter egg' dialog.

2001-10-03 06:14 RD, revision 11801

Checked wxConfig on Linux, added filename

2001-10-03 06:13 RD, revision 11800

Fixed a potential python version problem

2001-10-03 06:12 RD, revision 11799

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 03:32 RD, revision 11798

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 01:33 RL, revision 11797

removed obsolete samples/univ from SAMPLES_SUBDIRS

2001-10-03 01:22 VZ, revision 11796

new VC++ templates and project files generated from them: now use only one project file for wxWin itself and allow choosing the configurations to be built from the sample projects

2001-10-03 01:19 RL, revision 11795

Diabled wxToggleButton for wxUNIVERSAL builds too.

2001-10-02 23:52 RL, revision 11794

diable MDI for wxUNIV builds for now.

2001-10-02 22:22 VS, revision 11793

client<->screen coords conversion fixes

2001-10-02 22:21 VS, revision 11792

added at least some stderr support to wxMGL which suffers badly from MGL's hostile takeover of stdin and stderr

2001-10-02 22:20 VS, revision 11791

removed unused variable

2001-10-02 21:37 RL, revision 11790

added missing -univ package control files.

2001-10-02 21:36 RL, revision 11789

Added UNIV_DIST target. Fixed hp-hpux lib build targets. Enabled cygwin cross compilation for 2.3 too. Fixed SONAME_FLAGS for solaris. Fixed PIC_FLAG for mingw. Added first draft of wxUNIV debs. Removed obsolete src/makeenvs/*

2001-10-02 19:28 VZ, revision 11788

missing extern "C" added to fix linking problems with some GTK+ versions

2001-10-02 19:22 VZ, revision 11787

fixed the exit code detection for async processes

2001-10-02 17:03 GD, revision 11786

corrected VPATH for wxMotif toolkit

2001-10-02 16:28 VZ, revision 11785

fix for using debug extra libs in release build and vice versa

2001-10-02 15:59 GD, revision 11784

Added wxTopLevelWindow related files

2001-10-02 15:57 GD, revision 11783

conditional include for Darwin related to statfs

2001-10-02 15:56 GD, revision 11782

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

2001-10-02 15:54 GD, revision 11781

reverted unwanted change to -MMD compilation option in previous commit

2001-10-02 15:48 GD, revision 11780

corrected static library configuration for Darwin/Mac OS X Mac OS X resource related corrections

2001-10-02 15:45 GD, revision 11779

added Darwin related defines

2001-10-02 13:16 RL, revision 11778

Fixed CC, CXX, CPPFLAGS. Fixed makelib.env targets. Removed obsolete makeenvs/*

2001-10-02 12:27 RL, revision 11777

stupid typo fix

2001-10-02 12:26 GD, revision 11776

added missing include file and conditional compilation

2001-10-02 12:13 RL, revision 11775

Backported a number of config fixes and some script refactoring from 2.3

2001-10-02 02:22 VZ, revision 11774

first new sample project file - comments welcome

2001-10-01 22:11 VS, revision 11773

added wxSystemSettings::HasFrameDecorations (anybody knows a better name?)

2001-10-01 22:09 VS, revision 11772

wxMGL update

2001-10-01 22:09 VS, revision 11771

wxPopupWindow for wxMGL

2001-10-01 17:39 VZ, revision 11770

fixes for RPM generation after Ron's changes

2001-10-01 17:19 RD, revision 11769

Updated the wxSTC makefile for Borland, and tweaked the sample a little.

2001-10-01 12:39 VZ, revision 11768

cleaned up the waitpid() result processing mess

2001-10-01 12:32 VZ, revision 11767

fix for running csh scripts using wxExecute()

2001-10-01 10:04 JJ, revision 11766

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms Update VMS-compile support ----------------------------------------------------------------------

2001-10-01 09:37 VZ, revision 11765

restored #include "chkconf.h"

2001-09-30 23:09 VS, revision 11764

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:05 VZ, revision 11763

fixes for wxUSE_PALETTE=0 compilation

2001-09-30 23:01 VS, revision 11762

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:00 VS, revision 11761

fixed wxDialog creation (created window wasn't transient)

2001-09-30 22:59 VS, revision 11760

fixed wxColour bug that broken wxUniv

2001-09-30 22:32 VZ, revision 11759

ignore directories created during MSW build

2001-09-30 22:30 VZ, revision 11758

give (hopefully) more clear error message

2001-09-30 22:30 VZ, revision 11757

template for VC++ dsp for building wxUniv static lib

2001-09-30 22:27 VZ, revision 11756

regenerated configure from latest configure.in

2001-09-30 22:26 VZ, revision 11755

project files update to use the same compilation options as the new project files for wxWin itself

2001-09-30 22:25 VZ, revision 11754

temp [non] fix for wxTLW [non] creation under wxMSW

2001-09-30 22:23 VZ, revision 11753

new VC++ project files

2001-09-30 22:22 VZ, revision 11752

updated templates for creation of VC++ 6.0 project files for wxBase/wxMSW/wxUniv static and DLL builds

2001-09-30 22:20 VZ, revision 11751

compilation fix for !wxUSE_HELP

2001-09-30 22:20 VZ, revision 11750

compilation fixes for the compilers with old headers

2001-09-30 22:06 VZ, revision 11749

added wxUSE_PALETTE and fixed compilation with it set to 0

2001-09-30 19:34 MBN, revision 11748

* Support for compiling a DLL under Cygwin/MinGW cross * make install now installs ole headers too * miscellaneous Cygwin compilation fixes * regenerated configure and src/msw/files.lst

2001-09-30 18:30 SC, revision 11747

toplevel fixes

2001-09-30 17:34 SC, revision 11746

toplevel fixes

2001-09-30 17:26 VZ, revision 11745

moved WXUNUSED_UNLESS_DEBUG after wx/debug.h include to fix debug compilation with VC++

2001-09-30 17:15 VZ, revision 11744

handle _DEBUG/NDEBUG correctly

2001-09-30 14:53 VZ, revision 11743

added GUI_LOWLEVEL_OBJS to src/msw/files.lst

2001-09-30 14:46 VZ, revision 11742

fix for wxCalendarCtrl::Create() (bug 458167)

2001-09-30 09:54 SC, revision 11741

mac toplevel window added

2001-09-30 09:16 SC, revision 11740

mac toplevel window added

2001-09-30 09:12 SC, revision 11739

mac added

2001-09-30 00:09 VZ, revision 11738

DLL compilation fix

2001-09-29 22:15 VS, revision 11737

fixed assertion failures with invalid icons

2001-09-29 22:15 VS, revision 11736

removed superfluous backslash

2001-09-29 22:15 VS, revision 11735

reverted my previous commit to this file; was done by Ron in parallel with me

2001-09-29 16:23 VS, revision 11734

added support for animated GIFs to wxHTML

2001-09-29 10:46 VS, revision 11733

oops, reverted wrong code

2001-09-29 00:47 VZ, revision 11732

templates for VC++ project files

2001-09-28 23:39 VS, revision 11731

input handling in wxTLW/Univ

2001-09-28 23:37 VS, revision 11730

implemented wxActivateEvent properly

2001-09-28 23:36 VS, revision 11729

compilation fixes for MSW+Univ+Mingw32

2001-09-28 23:16 RL, revision 11728

Fixed new lintian warnings. Removed .cvsignore files from cp -R 'd examples. (Please don't use -R in install targets -- we don't need CVS cruft installed on peoples machines..) Added extra contrib libs to contrib-dev package. Removed 'shell' line from some non executable .py scripts. Updated lintian overrides.

2001-09-28 19:20 VS, revision 11727

fixed client area origin handling in wxGTK

2001-09-28 19:19 VS, revision 11726

compilation fixes for MSW+Univ+Mingw32

2001-09-28 19:18 VS, revision 11725

proper fullscreen handling

2001-09-28 17:54 VS, revision 11724

fixed wxGTK fullscreen mode, broken by my previous change to gtk/toplevel.cpp

2001-09-28 16:13 JS, revision 11723

Now uses GetFileAttributes for wxPathExists and wxFileExists under Windows, so it copes with network paths.

2001-09-28 14:41 VZ, revision 11722

applied fix for 8 bit displays (already in the 2.2 branch since almost a year)

2001-09-28 14:35 VZ, revision 11721

applied patch for regex building with BC++ (patch 463140)

2001-09-28 14:33 VZ, revision 11720

yet another fix for wxTextCtrl bg colour (patch 462838)

2001-09-28 14:26 VZ, revision 11719

allow multiple extensions in tge generic wxFileDialog (patch 457580)

2001-09-28 14:25 VZ, revision 11718

removed .d files when doing make clean

2001-09-28 14:01 VZ, revision 11717

applied (slightly modified) wxGLApp patch for MSW

2001-09-28 13:53 VZ, revision 11716

applied wxGLApp patch (#464500)

2001-09-28 13:34 VZ, revision 11715

1. made description of some options in configure [hopefully] more readable 2. got rid of --enable-wcsrtombs option, configure can find it out itself

2001-09-28 07:33 RL, revision 11714

more autoconf cleanup. consult config.guess for cross-build system id.

2001-09-28 07:00 RL, revision 11713

More build system polishing.. mostly. Some stuff ported over from recent changes to the 2.2 branch. Rationalised the autoconf scripts again, removed lots of stuff that shouldn't be there anymore and pounded the rest into an even tighter furball. (There's more work to be done here, but we're getting there..) Implemented the library naming scheme outlined in tn0012.txt -- introduced 'toolchain' and 'widget set' into the autoconf scripts, obsoleted the top level wx/setup.h and much of the mess associated with it. More changes for cross compiling and 2.3 debs. s/burnt_name/soname/g ; s/CC/CXX/g ; s/CCC/CC/g ; Just because it's Right. (Thanks Vadim for already doing *FLAGS..) Fixed libfl Makefile to actually work. Removed *_DEPS from tmake templates, in every case they can be determined from the relevant *_OBJS Added BASE_MSW_OBJS, a couple of missing #includes, some missing files to the 'dist' targets, and fixed some compile warnings. Changed setup.py to use wx-config --gl-libs instead of hard coded constants. Modified Files: Makefile.in configure configure.in setup.h.in wx-config.in wxBase.spec wxGTK.spec wxMotif.spec contrib/include/wx/applet/window.h contrib/src/Makefile.in contrib/src/applet/appletwindow.cpp contrib/src/fl/Makefile.in debian/changelog debian/control.in debian/libwxbase-dbg.dirs debian/libwxbase-dbg.links debian/libwxbase-dbg.postinst debian/libwxbase-dbg.prerm debian/libwxbase-dev.dirs debian/libwxbase-dev.files debian/libwxbase-dev.links debian/libwxbase-dev.postinst debian/libwxbase-dev.prerm debian/libwxgtk-dbg.dirs debian/libwxgtk-dbg.links debian/libwxgtk-dbg.postinst debian/libwxgtk-dbg.prerm debian/libwxgtk-dev.dirs debian/libwxgtk-dev.files debian/libwxgtk-dev.links debian/libwxgtk-dev.postinst debian/libwxgtk-dev.prerm debian/rules distrib/msw/tmake/base.t distrib/msw/tmake/gtk.t distrib/msw/tmake/mgl.t distrib/msw/tmake/motif.t distrib/msw/tmake/msw.t distrib/msw/tmake/os2.t distrib/msw/tmake/univ.t docs/motif/install.txt include/wx/msw/private.h include/wx/os2/SETUP.H include/wx/os2/SETUP0.H samples/ipc/Makefile.in samples/sockets/Makefile.in src/files.lst src/make.env.in src/makelib.env.in src/makeprog.env.in src/common/strconv.cpp src/gtk/files.lst src/mgl/files.lst src/motif/files.lst src/msw/files.lst src/msw/gsocket.c src/msw/gsockmsw.c src/msw/toplevel.cpp src/msw/utils.cpp src/os2/files.lst src/univ/files.lst wxPython/setup.py Added Files: debian/libwxbase-msw-dev.dirs debian/libwxbase-msw-dev.links debian/libwxbase-msw-dev.postinst debian/libwxbase-msw-dev.prerm debian/libwxmsw-dev.dirs debian/libwxmsw-dev.links debian/libwxmsw-dev.postinst debian/libwxmsw-dev.prerm debian/wxwin-doc.doc-base debian/wxwin-headers-msw.dirs Removed Files: debian/wxwin-doc.doc-base.in include/wx/setup.h

2001-09-27 14:12 VZ, revision 11712

fix for wxExecute(subprocess which produces a lot of output) bug

2001-09-27 06:07 RD, revision 11711

fixed compilation errors

2001-09-27 02:11 RD, revision 11710

Various updates, changes for wxTopLevelWindow, fixes for wxPen.SetDashes, etc.

2001-09-27 02:05 RD, revision 11709

Added MSW toplevel.cpp and regenerated makefiles and such.

2001-09-27 02:04 RD, revision 11708

If a shape has client data, it deletes it when the shape is deleted.

2001-09-27 02:02 RD, revision 11707

Fixed compilation error

2001-09-27 02:02 RD, revision 11706

Added missing WXDLLEXPORT

2001-09-27 00:35 RD, revision 11705

Fixed problem with wxPen::SetDashes. (An array of bytes was typcast to an array of DWORDs.)

2001-09-27 00:27 RD, revision 11704

Add some Pen dashes tests

2001-09-26 22:21 VS, revision 11703

removed wxBusyCursorSuspender use

2001-09-26 22:18 VS, revision 11702

temporary stubs for fullscreen functions

2001-09-26 22:17 VS, revision 11701

Use wxGetInstallPrefix() instead of wxINSTALL_PREFIX (makes relocatable packages possible)

2001-09-26 22:10 VS, revision 11700

oops, forgot do add fullscreen stuff to wxTLWBase

2001-09-26 13:11 VZ, revision 11699

reverted last accidental commit, added comment about About item being special under Mac, use _T() around the literal strings

2001-09-26 12:56 VZ, revision 11698

compilation fix

2001-09-26 00:47 VZ, revision 11697

compilation/build fixes for wxUniv

2001-09-25 14:34 VZ, revision 11696

compilation fix

2001-09-25 14:33 VZ, revision 11695

compilation fix for other (than GTK/MSW) ports

2001-09-24 22:52 VZ, revision 11694

pass correct key code in TREE_KEY_DOWN event

2001-09-24 19:17 DW, revision 11693

patch fix for a constant definition under OS/2 VA V4.0

2001-09-24 18:46 VZ, revision 11692

fixed wxUniv menus under wxGTK

2001-09-24 18:46 VZ, revision 11691

added workaround for GTK+ focus_out bug (and removed Vaclav's mouse capture stack - sorry!)

2001-09-24 18:02 VS, revision 11690

implemented captured windows stack

2001-09-24 18:01 VS, revision 11689

statusbar handling

2001-09-24 17:30 MBN, revision 11688

Fixed wxToolbar95::FindToolForPosition

2001-09-24 16:39 VZ, revision 11687

added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TREE_KEY_DOWN event

2001-09-24 14:13 JS, revision 11686

Updated project files, manual date

2001-09-24 00:34 VZ, revision 11685

added wxTLW for MSW

2001-09-24 00:16 VZ, revision 11684

~wxToolBar() checks if the frame is being deleted in a better/more clear way

2001-09-23 22:42 VS, revision 11683

partial implementation of wxTLW's decorations

2001-09-23 22:38 VS, revision 11682

better learn the operators...

2001-09-23 22:37 VS, revision 11681

fixed serious bug in wxFont::operator== (ignored weight)

2001-09-23 22:36 VS, revision 11680

added wxBitmap::CopyFromIcon to wxGTK

2001-09-23 22:04 VZ, revision 11679

reverted change to the best checkbox size calculation

2001-09-23 18:36 DW, revision 11678

Latest OS/2 build file updates to include the toplevel stuff.

2001-09-23 18:34 DW, revision 11677

FALSE, not false

2001-09-23 15:38 MBN, revision 11676

* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER event with id==-1 when the mouse leaves a tool. * Fixed wxToolbar95::FindToolForPosition to take into account dummy spacers inserted together with a control for comctl32.dll versions < 4.71

2001-09-23 15:28 MBN, revision 11675

Forgot to update the template.

2001-09-22 23:24 VZ, revision 11674

backported bugfix for wxRegConfig::SetPath(../..) from the main branch

2001-09-22 23:23 VZ, revision 11673

fixed yet another bug in wxRegConfig::SetPath() - SetPath(../..) didn't work

2001-09-22 22:39 VS, revision 11672

oops, we definitely DON'T want to reset m_renderer here

2001-09-22 22:39 VS, revision 11671

wxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG

2001-09-22 22:38 VS, revision 11670

evaluate window style in Create, not later

2001-09-22 16:17 VS, revision 11669

configure now defines _WIN_IE if w32api is at least 1.1 (1.0 is not complete enough for wxWin)

2001-09-22 16:15 VS, revision 11668

mingw compilation fix

2001-09-22 16:15 VS, revision 11667

w32api 1.1 support

2001-09-22 12:04 VS, revision 11666

wxInputConsumer

2001-09-22 11:56 VS, revision 11665

fixed client area handling for wxFrame/Univ

2001-09-22 11:56 VS, revision 11664

wxInputConsumer

2001-09-22 11:52 VS, revision 11663

(blind) fix for wxMotif compilation

2001-09-22 00:21 VS, revision 11662

added wxInputConsumer to wxUniv

2001-09-21 20:21 MBN, revision 11661

Unicode compilation fixes.

2001-09-21 05:43 SC, revision 11660

added wxSTD macro

2001-09-21 00:58 MBN, revision 11659

wxTextDataObject now uses Unicode if compiled with wxUSE_UNICODE. Fixed wxURLDataObject in MSW. Added GetSizeFromBuffer, SetSizeInBuffer, GetBufferOffset to wxDataObject as per Vadim's suggestion.

2001-09-20 22:10 MBN, revision 11658

Make easier to compile with MSVC5.

2001-09-20 22:08 MBN, revision 11657

MinGW compilation fix.

2001-09-20 22:07 MBN, revision 11656

Unicode compilation fixes.

2001-09-20 22:05 MBN, revision 11655

Re-enabled long long for MinGW.

2001-09-20 19:28 VZ, revision 11654

fix for shared library build under SGI with native compiler

2001-09-20 16:32 RD, revision 11653

bug #463146

2001-09-19 22:45 VS, revision 11652

fixes to client area origin handling

2001-09-19 22:44 VS, revision 11651

fixed problems with HTML printing w/o using wxHtmlWindow

2001-09-19 17:53 RR, revision 11650

Corrected wxMenuEvent do that EVT_HIGHTLIGHT actually can work (id no longer ignored).

2001-09-19 16:47 VZ, revision 11649

better fix for MIPSpro warnings: removed unneeded calls to floor()

2001-09-19 16:06 VZ, revision 11648

compilation fixes for MIPSpro SGI compiler

2001-09-19 08:51 JJ, revision 11647

Committing in . Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS makefile. ----------------------------------------------------------------------

2001-09-18 22:50 VS, revision 11646

regenerated

2001-09-18 22:37 VS, revision 11645

partial implementation of wxTopLevelWindow for wXUniv

2001-09-18 22:36 VS, revision 11644

moved AdjustToClientAreaOrigin to wxWindowBase, needed worldwide for wxUniv

2001-09-18 22:34 VS, revision 11643

wxUniversal doesn't need wxDialog and wxFrame from base port anymore

2001-09-18 22:34 VS, revision 11642

made wxLocalFSHandler public and added Chroot to it

2001-09-18 22:33 VS, revision 11641

minor changes to wxFrame/Univ

2001-09-18 22:33 VS, revision 11640

wxFrame for wxUniv

2001-09-18 22:33 VS, revision 11639

wxDialog for wxUniv

2001-09-18 21:00 GD, revision 11638

corrections related to wxDialog inheritance changes (wxTopLevelWindow)

2001-09-18 18:22 VZ, revision 11637

compilation warning fix for Intel C++

2001-09-18 18:17 VZ, revision 11636

changes to shared library options code and to allow building them with Intel compiler

2001-09-18 16:10 , revision 11635
  • A /wxWidgets/tags/wxPy_2_3_2b4
  • D /wxWidgets/tags/wxPy_2_3_2b4/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_2b4/aclocal.m4
  • D /wxWidgets/tags/wxPy_2_3_2b4/autogen.sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.guess
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.sub
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/contrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/debian
  • D /wxWidgets/tags/wxPy_2_3_2b4/demos
  • D /wxWidgets/tags/wxPy_2_3_2b4/descrip.mms
  • D /wxWidgets/tags/wxPy_2_3_2b4/difflast.pl
  • D /wxWidgets/tags/wxPy_2_3_2b4/distrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/docs
  • D /wxWidgets/tags/wxPy_2_3_2b4/include
  • D /wxWidgets/tags/wxPy_2_3_2b4/install-sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/lib
  • D /wxWidgets/tags/wxPy_2_3_2b4/locale
  • D /wxWidgets/tags/wxPy_2_3_2b4/Makefile.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_3_2b4/make-deb
  • D /wxWidgets/tags/wxPy_2_3_2b4/misc
  • D /wxWidgets/tags/wxPy_2_3_2b4/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_3_2b4/regen
  • D /wxWidgets/tags/wxPy_2_3_2b4/samples
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_3_2b4/src
  • D /wxWidgets/tags/wxPy_2_3_2b4/tests
  • D /wxWidgets/tags/wxPy_2_3_2b4/user
  • D /wxWidgets/tags/wxPy_2_3_2b4/utils
  • D /wxWidgets/tags/wxPy_2_3_2b4/wx-config.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBaseVC.dsp
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxWINE.spec

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

2001-09-18 16:10 RD, revision 11634

version number update

2001-09-18 15:03 VZ, revision 11633

test for long long directly instead of testing for gcc

2001-09-18 13:28 GT, revision 11632

Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN" should be "wxADJUST_MINSIZE"

2001-09-18 12:39 VZ, revision 11631

fix for event processing in wxScrollHelper

2001-09-17 23:30 RL, revision 11630

use 'local' quoting for wx headers in lib source

2001-09-17 23:12 RL, revision 11629

fixed c++ style comments

2001-09-17 22:42 RD, revision 11628

minor fixes

2001-09-17 22:20 RD, revision 11627

Regenerated from filelist.txt

2001-09-17 22:08 RD, revision 11626

Fixed compile error.

2001-09-17 21:47 RD, revision 11625

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine.

2001-09-17 20:37 GD, revision 11624

added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac)

2001-09-17 19:53 SC, revision 11623

added carbonaccessors.o

2001-09-17 19:51 SC, revision 11622

added toplvlcmn

2001-09-17 04:56 RL, revision 11621

added tn0012.txt -- detailing library name conventions as discussed on -dev

2001-09-17 02:54 RL, revision 11620

Trimmed the list of external libs for MSW builds (some make NT break, some are simply unproven to be required) and cleaned up resource compiler handling. Moved OpenGL headers test to occur before we start using wxUSE_OPENGL. Added --gl-libs option to wx-config -- useful only for wxGTK at present, but will supply correct libs for apps linking to libwxgtk_gl wx-config --cxxflags now returns a more complete set of build parameters that the library was compiled with in some cases. Changed the AC_OUTPUT test for a pre-existing wx-config to test for the symlink, not the moved file. Rerunning config{ure,.status} would stomp the symlink with a real file otherwise. Added missing #include to regconf.h Bumped version.h to 2.2.8

2001-09-16 22:10 VS, revision 11619

added toplevel.cpp

2001-09-16 22:09 VS, revision 11618

updated generated file

2001-09-16 15:44 GD, revision 11617

added tree layout define

2001-09-16 11:46 GD, revision 11616

corrected tree layout option

2001-09-16 09:29 GD, revision 11615

Since there was no #include before the #if wxUSE_JOYSTICK then nothing would ever be compiled in this module.

2001-09-16 01:51 RD, revision 11614

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine. Some fixes for some of the contributed library modules.

2001-09-15 22:13 VS, revision 11613

wxMGL update

2001-09-15 22:13 VS, revision 11612

wxTopLevelWindow (only for wxGTK for now)

2001-09-15 20:39 SC, revision 11611

changed FindControl to FindControlUnderMouse and use ControlRef != NULL instead of ControlPart = noPart , we had false ControlPart = 0 returned under Carbon in MacOS X

2001-09-15 17:03 GD, revision 11610

added missing conditional compilation for wave (2) fixed some warnings

2001-09-15 13:53 GD, revision 11609

added missing conditional compilation for wave

2001-09-15 11:24 GD, revision 11608

added missing conditional compilation test for MSW specific events

2001-09-15 10:39 VS, revision 11607

compilation (hot)fixes for Mingw

2001-09-15 10:39 VS, revision 11606

compilation fix

2001-09-15 10:08 RL, revision 11605

install and search path fixes for cross built libs.

2001-09-14 19:48 GD, revision 11604

removed copystring function already defined in common wx utilities

2001-09-14 19:01 RL, revision 11603

typo fix on package deps.

2001-09-14 16:15 RD, revision 11602

Updates to contributed library stuff, a new version of PyCrust

2001-09-14 16:14 RD, revision 11601

A better way to handle the OOR wxPyListCtrl --> wxLIstCtrl thing

2001-09-14 16:13 RD, revision 11600

some little demo tweaks

2001-09-14 02:41 RL, revision 11599

typo fix.

2001-09-14 02:39 RL, revision 11598

fixed msw-cross package dependencies.

2001-09-13 23:25 RL, revision 11597

fix for change to gtk_gl libname (and the fact it's now included by wx-config if built with --with-opengl)

2001-09-13 21:17 RL, revision 11596

Added msw-cross Debian packages for wxMSW and wxBase. Removed common setup.h in favor of including $toolchain/wx/setup.h directly. Cleaned more unused cruft out of configure.in and further factored duplicate code. Implemented new toolchain naming scheme.

2001-09-12 19:38 GD, revision 11595

added missing object files (sorted alphabetically for easier updating)

2001-09-12 19:15 GD, revision 11594

added missing object files

2001-09-12 18:56 GD, revision 11593

corrected aggregate initializer

2001-09-12 18:41 GD, revision 11592

removed inexistant object file

2001-09-11 17:04 VZ, revision 11591

don't try to translate the standard encoding names

2001-09-10 21:57 RD, revision 11590

Removed font point size adjustment since wxWindows already does it.

2001-09-10 20:44 GD, revision 11589

added missing defines

2001-09-10 10:43 VZ, revision 11588

VC++ compilation fix (hopefully)

2001-09-09 22:26 GD, revision 11587

added CodeWarrior 5 project

2001-09-09 22:23 GD, revision 11586

updated helper for changing types/creators of files based on the file extension

2001-09-09 22:14 GD, revision 11585

added dependency handling

2001-09-09 18:06 GD, revision 11584

added dependency handling

2001-09-09 18:06 GD, revision 11583

getpid is in unistd.h under Solaris, Linux, FreeBSD and Darwin

2001-09-09 17:58 GD, revision 11582

added dependency handling

2001-09-09 17:58 GD, revision 11581

added virtual destructor (for Mac OS X)

2001-09-09 17:57 GD, revision 11580

use wxBitmapType instead of int

2001-09-09 17:42 GD, revision 11579

use wxBitmapType instead of int

2001-09-09 17:40 GD, revision 11578

corrected files.lst path which is in src dir and not in build dir

2001-09-09 17:38 GD, revision 11577

renamed CodeWarrior 5 projects (added new ones as well) added CarbonAccessors.o to Classic targets corrected link warnings/errors in Carbon targets

2001-09-09 11:56 VZ, revision 11576

wxUniv compilation fix

2001-09-08 22:39 VS, revision 11575

oops, HTML entities were parsed twice

2001-09-08 19:15 GD, revision 11574

corrected creation of wxWizard (wxWizardBase::Create class function is hidden by wxWizard::Create object method)

2001-09-08 11:50 GD, revision 11573

renamed CodeWarrior 5 projects

2001-09-07 20:08 KLB, revision 11572

Merged in latest wxApplet code from SciTech Perforce tree.

2001-09-07 16:28 RD, revision 11571

Fixed an OOR related bug that happened when a class has been renamed.

2001-09-06 21:19 RD, revision 11570

Added pySketch sample

2001-09-06 20:07 VZ, revision 11569

set mouse position for COL_CLICK event

2001-09-06 19:27 JS, revision 11568

Added simple UNIX implementation

2001-09-06 19:14 GD, revision 11567

removed copystring function already defined in common wx utilities

2001-09-06 19:07 GD, revision 11566

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-09-06 17:21 VZ, revision 11565

applied patch from Xavier Nodet implementing better handling of subexpressions array in wxRegEx

2001-09-06 15:04 JS, revision 11564

Doc edits to fix formatting problems in Word/PDF

2001-09-06 12:09 JS, revision 11563

Small changes

2001-09-06 08:16 RL, revision 11562

Mostly changes to enable cross compiling wxBase, and nuked a couple of obscure compiler warnings that nobody would have likely ever seen anyway.. ;)

2001-09-05 10:33 JS, revision 11561

Cured a bug in wxSplashScreen whereby frame wasn't sized correctly, because SetClientSize doesn't seem to work right unless you pass a reasonable size to the frame constructor.

2001-09-04 23:44 RD, revision 11560

A couple little fixes for wxSTC Updated to 0.6 of PyCrust

2001-09-04 23:42 RD, revision 11559

A couple little fixes for wxSTC

2001-09-04 09:38 JJ, revision 11558

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms Update of VMS compile support ----------------------------------------------------------------------

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

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

2001-09-04 06:35 RD, revision 11556

more little tweaks

2001-09-04 06:00 RD, revision 11555

little tweaks

2001-09-04 05:00 RD, revision 11554

Added wxNativeFontInfo and wxFontMapper.

2001-09-04 04:17 RD, revision 11553

Added more contribs from Lorne White, and updated some of the existing ones.

2001-09-03 23:23 RD, revision 11552

Added wxGenBitmapTextButton contrib from Lorne White.

2001-09-03 23:07 VS, revision 11551

forgot to commit some XRC files

2001-09-03 22:47 RD, revision 11550

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 22:41 RD, revision 11549

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 16:57 VZ, revision 11548

added Set/ClearColumnImage() helpers to wxListView

2001-09-03 15:09 VZ, revision 11547

implemented column images for the generic version

2001-09-02 23:47 VZ, revision 11546

added support for column images under MSW

2001-09-02 22:44 VS, revision 11545

applied utf-8 fix patch

2001-09-02 20:07 VS, revision 11544

added id handling to html cells

2001-09-02 20:07 VS, revision 11543

added id handling to image cells

2001-09-02 20:07 VS, revision 11542

added wxHtmlCell::Get/SetId

2001-09-02 20:07 VS, revision 11541

comment clarification

2001-09-02 00:55 RD, revision 11540

Added AssignImageList to wxNotebook

2001-09-01 21:47 VS, revision 11539

fix for wxStatusBar wrongly reporting field rects inside EVT_SIZE handler

2001-09-01 21:47 VS, revision 11538

mingw compilation fix, added some defines

2001-09-01 21:47 VS, revision 11537

compilation fix for mingw

2001-09-01 12:59 VS, revision 11536

fixed memory leaks when parsing

2001-09-01 12:59 VS, revision 11535

helpbest.patch - makefiles regenerated

2001-09-01 12:59 VS, revision 11534

finally applied the helpbest patch

2001-09-01 03:06 RD, revision 11533

Upgraded to version 1.39 of Scintilla, and upated wxStyledTextCtrl accordingly.

2001-09-01 03:00 RD, revision 11532

Added classinfo macros for wxTreeEvent

2001-09-01 02:35 RD, revision 11531

Cleaned up some and started using path joins and normalization instead of string concatenation.

2001-09-01 01:01 VZ, revision 11530

added a bunch of new wxListCtrl messages: column right click and start/continue/end dragging column divider

2001-08-31 23:11 RL, revision 11529

Changed soname versioning back to what it was for 2.2.7 (there were NO api changes in 2.2.8 right?? :) Updated Debian build scripts to fix a couple of buglets and a major breakage caused by fakeroot. Backported the mingw32/jpeg patches from 2.3 (so it now compiles again). Squashed a compile warning in dcprint.cpp

2001-08-31 23:11 , revision 11528

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2001-08-31 21:51 RD, revision 11527

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:38 RD, revision 11526

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:19 VZ, revision 11525

implemented and documented wxHtmlWindow::OnCellMouseHover() and OnCellClick()

2001-08-31 19:07 VZ, revision 11524

applied a patch to remove spurious constrains unsatisifed warnings

2001-08-31 10:29 JS, revision 11523

Remove _all_ borders if that's what we specify to ShowFullScreen.

2001-08-30 23:26 VS, revision 11522

helpbest docs update

2001-08-30 23:25 VS, revision 11521

minor fix that was part of helpbest.patch

2001-08-30 10:57 JS, revision 11520

Fixed cache-related bug in DoBlit.

2001-08-29 21:14 VS, revision 11519

oops, forgot to check in a wxMGL define

2001-08-29 19:39 GD, revision 11518

commented help references to OnXXX functions that are not documented

2001-08-29 18:49 GD, revision 11517

conditional compilation corrections for Apple Developer Tools

2001-08-29 18:47 GD, revision 11516

added missing include for compilation with Apple Developer Tools

2001-08-29 18:46 GD, revision 11515

added common and generic files implementing wxFindReplaceDialog

2001-08-29 18:31 VS, revision 11514

non-recursive destructors

2001-08-29 18:31 VS, revision 11513

fixed my favorite bug (delete foo; call foo->Something()) and non-recursive destructors as an add-on :)

2001-08-29 12:20 JS, revision 11512

Isolated the 'error' case which I ignore

2001-08-29 11:35 VZ, revision 11511

fixed refreshing listctrl on focus change when it only has one item

2001-08-29 11:24 JS, revision 11510

Removed wxLogSysError call in wxHandleProcessTermination, and ensured the cleanup always happens. I hope this is right... but if processes are killed elsewhere, we don't want this function to generate an error and not do the correct cleanup.

2001-08-29 07:26 SC, revision 11509

added error message in case older apple header files are used

2001-08-29 07:25 SC, revision 11508

corrected shutdown proc

2001-08-28 22:12 VS, revision 11507

make it possible to open files from XRC in wxHtmlWindow

2001-08-28 22:11 VS, revision 11506

compilation fix

2001-08-28 22:11 VS, revision 11505

fixed a bug in wxListCtrl: SetColumnWidth didn't set wxListHeaderWindow::m_dirty

2001-08-28 19:48 GD, revision 11504

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-08-28 19:45 GD, revision 11503

generalized fix for clipboard code compilation configuration check

2001-08-28 19:21 RD, revision 11502

Added a new sample app that is a style editor for wxSTC. Some other tweaks and fixes.

2001-08-28 18:50 GD, revision 11501

removed leftover testing code in patch for wxComboBox and wxListBox that only compiles with configured with --enable-debug

2001-08-28 15:43 VZ, revision 11500

another compilation fix for whitespace-averse compilers

2001-08-28 14:41 VZ, revision 11499

compilation fix: ifdef instead of if

2001-08-28 13:48 VZ, revision 11498

implemented wxDir::HasSubDirs() optimization for Unix

2001-08-27 19:35 RR, revision 11497

Probably fixed wxBeginBusyCursor.

2001-08-27 18:27 VZ, revision 11496

attempt to optimize wxDirData::Read() - made absolutely no difference

2001-08-27 17:41 VZ, revision 11495

fixed bug with directory expansion

2001-08-27 15:29 VZ, revision 11494

fixed typo

2001-08-27 14:56 VZ, revision 11493

added support for polygons to wxRegion

2001-08-27 14:29 VZ, revision 11492

fix for wxGTK clipboard code compilation

2001-08-27 13:51 VZ, revision 11491

send right click events for the URLs too

2001-08-27 12:20 VZ, revision 11490

fixed y position of the drop point in HandleDropFiles() (patch 455658)

2001-08-26 14:50 VS, revision 11489

tables code fixes

2001-08-26 14:49 VS, revision 11488

fixed HTML parsing in regard to spaces between tags

2001-08-25 23:14 VS, revision 11487

beginnings of HTML4 tables layouter

2001-08-25 20:51 VZ, revision 11486

compilation fix

2001-08-25 20:15 SC, revision 11485

added quantize

2001-08-25 20:13 SC, revision 11484

added disk space

2001-08-25 20:13 VZ, revision 11483

don't try compile wxClipboard without OLE support

2001-08-25 20:13 VZ, revision 11482

warning fixes

2001-08-25 20:12 VZ, revision 11481

are there still versions of gcc around which require casting WndProc to long? I don't think so...

2001-08-25 20:08 VZ, revision 11480

no changes

2001-08-25 19:51 VS, revision 11479

fixed a canonical example of Stupid Bug(tm)

2001-08-25 17:56 VZ, revision 11478

fixed return value of HandleEndSession to return true only if the message was really processed

2001-08-25 16:55 VZ, revision 11477

statfs() detection for wxGetDiskSpace

2001-08-25 16:54 VZ, revision 11476

added wxGetDiskSpace for Win/Unix

2001-08-25 16:42 VZ, revision 11475

added wxLongLong::ToString()

2001-08-25 15:41 VZ, revision 11474

added test for HitTest(m_dragPoint) bug to the sample

2001-08-25 15:41 VZ, revision 11473

use raw (physical) coords in LIST_(R)DRAG events (patch 444912)

2001-08-25 15:40 SC, revision 11472

corrected OWNER_DRAWN Remove to RemoveAt in Delete

2001-08-25 15:37 VZ, revision 11471

fixed crash in HitTest() with y position below the last line

2001-08-25 15:30 VZ, revision 11470

applied patch 432814: saving BMP in 1, 4 and 8 bpp

2001-08-25 14:52 VZ, revision 11469

applied patch 446836: removed qt headers

2001-08-25 14:43 VZ, revision 11468

added \#if wxUSE_GRID around the whole file (patch 455225)

2001-08-25 12:07 VZ, revision 11467

typo fix

2001-08-25 12:06 VZ, revision 11466

refresh the tree ctrl when its back/foreground colour changes

2001-08-24 22:16 VZ, revision 11465

fix for calling GetWindowLong(NULL hwnd)

2001-08-24 20:44 SC, revision 11464

added new calling conventions for mac

2001-08-24 20:12 RR, revision 11463

Patch (partially back) so that images work in wxHTML.

2001-08-24 19:55 SC, revision 11462

decremented timeout, we have to find a better algorithm for knowing when we don't have to wait further for data

2001-08-24 19:55 RR, revision 11461

Fixed apparent typo.

2001-08-24 19:42 SC, revision 11460

added connect sequence for mac

2001-08-24 19:27 SC, revision 11459

added late init and setup timeout

2001-08-24 18:19 VZ, revision 11458

fix for the short locale name construction

2001-08-24 18:14 VZ, revision 11457

no changes

2001-08-24 16:12 VZ, revision 11456

generate wxEVT_ACTIVATE_APP events for wxMSW too

2001-08-24 14:37 VZ, revision 11455

declared private wxString::operator=(int) to prevent code like "str = 17;" from compiling

2001-08-24 14:18 DW, revision 11454

New module definition file for the ever chaning treectrl class interface.

2001-08-24 12:21 VZ, revision 11453

removed extra wxSTD

2001-08-24 12:21 VZ, revision 11452

added missing wxSTDs

2001-08-24 12:20 , revision 11451
  • A /wxWidgets/tags/LAST_WITH_IFDEF_QT
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/aclocal.m4
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/autogen.sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/BuildCVS.txt
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.guess
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.sub
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/contrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/debian
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/demos
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/descrip.mms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/difflast.pl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/distrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/docs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/buffer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/busyinfo.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/calctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/caret.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/chkconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/choicdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdproc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmndata.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/colordlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/confbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/config.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/containr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cshelp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ctrlsub.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/date.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.inl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/db.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbgrid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbkeyg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbtable.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcprint.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcps.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/debug.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dialup.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dir.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dirctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docmdi.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docview.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynarray.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynlib.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/effects.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/encconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/event.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/evtloop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/expr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ffile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/file.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fileconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filefn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filename.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filesys.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenum.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontmap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontutil.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/frame.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_inet.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_mem.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_zip.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gdicmn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/generic
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/geometry.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gifdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/grid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gsocket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk1
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/hash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/help.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helphtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpxlp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/html
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagbmp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/image.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaggif.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagjpeg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaglist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpcx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpng.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpnm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagtiff.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagxpm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/intl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ioswrap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ipcbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isql.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isqlext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/joystick.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/layout.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/laywin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/list.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/log.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/longlong.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mac
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/matrix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memory.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/metafile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mgl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mimetype.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/minifram.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/module.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/motif
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/msw
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/object.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/objstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/odbc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/os2
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ownerdrw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/panel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/paper.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/popupwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/print.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prntbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/process.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/progdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/propform.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/proplist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/protocol
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/quantize.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/regex.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/resource.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sashwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckaddr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckipc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/scrolwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/serbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sizer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/snglinst.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/socket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spinctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splitter.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stack.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statusbr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/strconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/string.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sysopt.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tab.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tabctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textfile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/thread.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/time.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tokenzr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/toplevel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treebase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treelay.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/txtstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/types.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/univ
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/unix
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/url.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/utils.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valgen.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/validate.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valtext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/variant.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vector.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/version.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wfstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wizard.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxchar.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxexpr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxhtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxprec.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmhand.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xrc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zipstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/install-sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/lib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/locale
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Makefile.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Mingw32-gcc295.patches
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/make-deb
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/misc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/mkinstalldirs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/regen
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/samples
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h_vms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/src
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/tests
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/user
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/utils
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wx-config.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBase.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBaseVC.dsp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxGTK.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxMotif.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxPython
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxWINE.spec

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

2001-08-24 12:20 VZ, revision 11450

added missing wxSTD

2001-08-24 08:58 JS, revision 11449

Small correction

2001-08-23 23:28 VZ, revision 11448

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox (backported from the trunk)

2001-08-23 23:27 VZ, revision 11447

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox

2001-08-23 22:08 VZ, revision 11446

fixes for rotated text drawing

2001-08-23 21:55 VZ, revision 11445

added possibility to filter out some messages - there are too many of them

2001-08-23 18:57 VS, revision 11444

ProcessPlatformProperty should not be a member of wxXmlResource

2001-08-23 18:56 VS, revision 11443

wxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual and protected

2001-08-23 13:38 SC, revision 11442

added conversion to mac native filenames from local filesystem handler

2001-08-22 22:13 VS, revision 11441

backport of the wxStreamBuffer fix to 2.2

2001-08-22 22:13 VS, revision 11440

fixed yet another bug in wxStream classes (This time, the braindead wannabe coder who wrote the original code created wxStreamBase instance and then casted it to wxInputStream and hapilly used the stream, which could of course never work. Anybody knows a cheap hitman?)

2001-08-22 22:13 VS, revision 11439

compilation fix for genericTreeCtrl-only stuff

2001-08-22 15:02 , revision 11438
  • A /wxWidgets/tags/modif
  • D /wxWidgets/tags/modif/.cvsignore
  • D /wxWidgets/tags/modif/aclocal.m4
  • D /wxWidgets/tags/modif/autogen.sh
  • D /wxWidgets/tags/modif/BuildCVS.txt
  • D /wxWidgets/tags/modif/config.guess
  • D /wxWidgets/tags/modif/config.sub
  • D /wxWidgets/tags/modif/configure
  • D /wxWidgets/tags/modif/configure.in
  • D /wxWidgets/tags/modif/contrib/configure
  • D /wxWidgets/tags/modif/contrib/docs
  • D /wxWidgets/tags/modif/contrib/include
  • D /wxWidgets/tags/modif/contrib/lib
  • D /wxWidgets/tags/modif/contrib/Makefile.in
  • D /wxWidgets/tags/modif/contrib/samples
  • D /wxWidgets/tags/modif/contrib/src
  • D /wxWidgets/tags/modif/contrib/utils
  • D /wxWidgets/tags/modif/debian
  • D /wxWidgets/tags/modif/demos
  • D /wxWidgets/tags/modif/descrip.mms
  • D /wxWidgets/tags/modif/difflast.pl
  • D /wxWidgets/tags/modif/distrib
  • D /wxWidgets/tags/modif/docs
  • D /wxWidgets/tags/modif/include
  • D /wxWidgets/tags/modif/install-sh
  • D /wxWidgets/tags/modif/lib
  • D /wxWidgets/tags/modif/locale
  • D /wxWidgets/tags/modif/Makefile.in
  • D /wxWidgets/tags/modif/Mingw32-gcc295.patches
  • D /wxWidgets/tags/modif/make-deb
  • D /wxWidgets/tags/modif/misc
  • D /wxWidgets/tags/modif/mkinstalldirs
  • D /wxWidgets/tags/modif/regen
  • D /wxWidgets/tags/modif/samples
  • D /wxWidgets/tags/modif/setup.h.in
  • D /wxWidgets/tags/modif/setup.h_vms
  • D /wxWidgets/tags/modif/src
  • D /wxWidgets/tags/modif/tests
  • D /wxWidgets/tags/modif/user
  • D /wxWidgets/tags/modif/utils
  • D /wxWidgets/tags/modif/wx-config.in
  • D /wxWidgets/tags/modif/wxBase.spec
  • D /wxWidgets/tags/modif/wxBaseVC.dsp
  • D /wxWidgets/tags/modif/wxGTK.spec
  • D /wxWidgets/tags/modif/wxMotif.spec
  • D /wxWidgets/tags/modif/wxPython
  • D /wxWidgets/tags/modif/wxWINE.spec

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

2001-08-22 15:02 VZ, revision 11437

added wxDynamicSashWindow (patch 441518)

2001-08-22 14:42 VZ, revision 11436

added UnregisterWindowClasses() (patch 447443)

2001-08-22 14:24 VZ, revision 11435

minor clean up

2001-08-21 15:17 VZ, revision 11434

double click handling is finally correct in the treectrl

2001-08-21 11:55 VZ, revision 11433

removed assert from wxColour::InitFromName() as there is no way to bypass it (see comment there)

2001-08-21 11:12 RR, revision 11432

Fixed focus event problems with control derived from wxScrolledWindow. If wxTreeCtrl has no +/. button, toggle branch, otherwise send activate event upon double-click.

2001-08-21 09:11 JS, revision 11431

Added Net library to contrib

2001-08-20 23:02 VZ, revision 11430

fixes for Raise() to work correctly with both top level and child windows

2001-08-20 23:01 VZ, revision 11429

moved button handler into the modeless dialog itself - at least like this it works

2001-08-20 19:25 VZ, revision 11428

allow user code to override key handling in wxTreeCtrl

2001-08-20 18:56 SC, revision 11427

no message

2001-08-20 16:08 VZ, revision 11426

fixed refresh problem after adding some items and calling Ensurevisible()

2001-08-20 15:46 VZ, revision 11425

fix for refreshing the current item in the list ctrl when the focus is gained/lost

2001-08-20 15:22 VZ, revision 11424

fixed text fg colour for selected but unfocused items

2001-08-20 15:19 VZ, revision 11423

made GetColourFromGTKWidget() more general, it is now used for all colours

2001-08-20 14:46 VZ, revision 11422

fix for wxSYS_COLOUR_LISTBOX colour detection

2001-08-20 14:13 VZ, revision 11421

draw the selected items in another colour when the control doesn't have focus, a bit like MSW does

2001-08-20 14:13 VZ, revision 11420

extracted 4 copies of identical code into a function

2001-08-20 13:18 VZ, revision 11419

fixed the wrong examples of CalcScrolled/UnscrolledPosition() usage

2001-08-20 13:10 VZ, revision 11418

fixed bug with calling Destroy() on the NULL wxSocket

2001-08-20 13:09 VZ, revision 11417

fixed clipping of items with icons text in report mode

2001-08-20 09:04 JS, revision 11416

Fixed GetLongPath bug -- should use GetFullName and not GetName

2001-08-19 22:22 VS, revision 11415

nicer version compilation fix for wxUSE_WCHAR_T=0 (why should we duplicate definitions in all #ifdef branches???)

2001-08-19 21:36 RR, revision 11414

Various changes for simplification of focus event code in wxGTK. It will also work for wxComboBox now, but not for GTK's other composite controls such as wxListBox and wxChoice.

2001-08-19 18:31 SN, revision 11413

Fix for wxUSE_WCHAR_T == 0

2001-08-19 17:18 SC, revision 11412

added carbonaccessors.o

2001-08-19 16:39 RR, revision 11411

We use native paths now in wxWindows. On the Mac, too.

2001-08-19 12:54 VS, revision 11410

fix for bug in wxEditableListBox in connection with new wxListCtrl

2001-08-19 12:54 VS, revision 11409

compilation fix

2001-08-19 08:38 SC, revision 11408

added a few encoding convenience methods for pc-mac encoding and string handling, put message box buttons under translation, too

2001-08-18 23:13 VS, revision 11407

better focus handling (blind fix)

2001-08-18 18:17 RR, revision 11406

The Scale() code in the 2.3 tree turned out to be wrong.

2001-08-18 17:17 RR, revision 11405

Compile fix.

2001-08-18 13:09 RR, revision 11404

Applied Greg's patch to tree control and related.

2001-08-17 23:11 VS, revision 11403

fix for socketless compilation

2001-08-17 17:52 VZ, revision 11402

warning fix

2001-08-17 14:26 DW, revision 11401

New module definition file to keep .dll build compilable.

2001-08-17 09:38 JS, revision 11400

Added doc for 2-step initialisation and wxWIZARD_EX_HELPBUTTON style.

2001-08-17 09:38 JS, revision 11399

Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style. Also added & to Cancel button.

2001-08-16 23:46 VZ, revision 11398

added wxURLDataObject which unfortunately doesn't seem to work

2001-08-16 22:53 VS, revision 11397

finished wxWindow for MGL

2001-08-16 17:48 , revision 11396
  • A /wxWidgets/tags/B4_MAC
  • D /wxWidgets/tags/B4_MAC/.cvsignore
  • D /wxWidgets/tags/B4_MAC/aclocal.m4
  • D /wxWidgets/tags/B4_MAC/autogen.sh
  • D /wxWidgets/tags/B4_MAC/BuildCVS.txt
  • D /wxWidgets/tags/B4_MAC/config.guess
  • D /wxWidgets/tags/B4_MAC/config.sub
  • D /wxWidgets/tags/B4_MAC/configure
  • D /wxWidgets/tags/B4_MAC/configure.in
  • D /wxWidgets/tags/B4_MAC/contrib
  • D /wxWidgets/tags/B4_MAC/debian
  • D /wxWidgets/tags/B4_MAC/demos
  • D /wxWidgets/tags/B4_MAC/descrip.mms
  • D /wxWidgets/tags/B4_MAC/difflast.pl
  • D /wxWidgets/tags/B4_MAC/distrib
  • D /wxWidgets/tags/B4_MAC/docs
  • D /wxWidgets/tags/B4_MAC/include
  • D /wxWidgets/tags/B4_MAC/install-sh
  • D /wxWidgets/tags/B4_MAC/lib
  • D /wxWidgets/tags/B4_MAC/locale
  • D /wxWidgets/tags/B4_MAC/Makefile.in
  • D /wxWidgets/tags/B4_MAC/Mingw32-gcc295.patches
  • D /wxWidgets/tags/B4_MAC/make-deb
  • D /wxWidgets/tags/B4_MAC/misc
  • D /wxWidgets/tags/B4_MAC/mkinstalldirs
  • D /wxWidgets/tags/B4_MAC/regen
  • D /wxWidgets/tags/B4_MAC/samples
  • D /wxWidgets/tags/B4_MAC/setup.h.in
  • D /wxWidgets/tags/B4_MAC/setup.h_vms
  • D /wxWidgets/tags/B4_MAC/src
  • D /wxWidgets/tags/B4_MAC/tests
  • D /wxWidgets/tags/B4_MAC/user
  • D /wxWidgets/tags/B4_MAC/utils
  • D /wxWidgets/tags/B4_MAC/wx-config.in
  • D /wxWidgets/tags/B4_MAC/wxBase.spec
  • D /wxWidgets/tags/B4_MAC/wxBaseVC.dsp
  • D /wxWidgets/tags/B4_MAC/wxGTK.spec
  • D /wxWidgets/tags/B4_MAC/wxMotif.spec
  • D /wxWidgets/tags/B4_MAC/wxPython/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/BUILD.unix.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/BUILD.win32.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/b
  • D /wxWidgets/tags/B4_MAC/wxPython/b.bat
  • D /wxWidgets/tags/B4_MAC/wxPython/CHANGES.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/glcanvas
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/ogl
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/README
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/stc.py
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/stc_.i
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/stc/_stcextras.py
  • D /wxWidgets/tags/B4_MAC/wxPython/contrib/xrc
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/About.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ActiveXWrapper_Acrobat.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ActiveXWrapper_IE.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/bitmaps
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/bmp_source
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColorPanel.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColourDB.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ColourSelect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ContextHelp.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/CustomDragAndDrop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/DialogUnits.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/DragAndDrop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/anykey.wav
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/echo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/grid.i
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/imagemap.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/imagemap.png
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic.png
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic2.bmp
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/pic2.gif
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/plan.wav
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/resource.wdr
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/resource_wdr.xrc
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/stc.h.html
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/tables.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/test.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/tips.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/data/widgetTest.htm
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/demo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/demoMainLoop.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/encode_bitmaps.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FancyText.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FileBrowseButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/FontEnumerator.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GenericButtons.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridCustEditor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridCustTable.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridEnterHandler.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridHugeTable.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridSimple.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/GridStdEdRend.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/hangman.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/ImageBrowser.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/images.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/infoframe.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/joystick.wdr
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/joystick_wdr.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/LayoutAnchors.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Layoutf.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Main.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/MDIDemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/MDISashDemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/OOR.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PrintFramework.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PyCrust.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/PythonEvents.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/paper.xml
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/pyTree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/quotes.xml
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/redemo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/run.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Sizers.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/SlashDot.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/Threads.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/VirtualListCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/viewer.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/viewer_basics.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/widgetTest.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCalendar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCalendarCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCheckBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxCheckListBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxChoice.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxColourDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxComboBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDirDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxDragImage.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxEditor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFileDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFloatBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFontDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxFrame.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGauge.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGLCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxGrid.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxHtmlWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxImage.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxJoystick.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxLayoutConstraints.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxListBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxListCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMask.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMessageDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMiniFrame.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMultipleChoiceDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxMVCTree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxNotebook.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxOGL.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPageSetupDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPlotCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxPrintDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxProcess.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxProgressDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxRadioBox.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSashWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxScrolledMessageDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxScrolledWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSingleChoiceDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSlider.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSpinButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSpinCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxSplitterWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStaticBitmap.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStaticText.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStatusBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStyledTextCtrl_1.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxStyledTextCtrl_2.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTextCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTextEntryDialog.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTimer.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxToggleButton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxToolBar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxTreeCtrl.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxValidator.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxVTKRenderWindow.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/wxWave.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/XMLtreeview.py
  • D /wxWidgets/tags/B4_MAC/wxPython/demo/XML_Resource.py
  • D /wxWidgets/tags/B4_MAC/wxPython/distrib
  • D /wxWidgets/tags/B4_MAC/wxPython/MANIFEST.in
  • D /wxWidgets/tags/B4_MAC/wxPython/my_distutils.py
  • D /wxWidgets/tags/B4_MAC/wxPython/my_install_data.py
  • D /wxWidgets/tags/B4_MAC/wxPython/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/SWIG
  • D /wxWidgets/tags/B4_MAC/wxPython/samples
  • D /wxWidgets/tags/B4_MAC/wxPython/setup.cfg
  • D /wxWidgets/tags/B4_MAC/wxPython/setup.py
  • D /wxWidgets/tags/B4_MAC/wxPython/src
  • D /wxWidgets/tags/B4_MAC/wxPython/tests
  • D /wxWidgets/tags/B4_MAC/wxPython/tools
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/activexwrapper.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/anchors.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/buttons.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/CDate.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/calendar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/colourdb.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/colourselect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/dialogs.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/editor.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/editor/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/fancytext.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/filebrowsebutton.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/floatbar.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/grids.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/imagebrowser.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/infoframe.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/layoutf.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/mixins
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/mvctree.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/.cvsignore
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/interpreter.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/introspect.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/PyCrust.ico
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/pseudo.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/README.txt
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/shell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/version.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/PyCrust/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/pyshell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/rpcMixin.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/shell.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/splashscreen.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/vtk.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/wxPlotCanvas.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/wxpTag.py
  • D /wxWidgets/tags/B4_MAC/wxPython/wxPython/lib/__init__.py
  • D /wxWidgets/tags/B4_MAC/wxWINE.spec

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

2001-08-16 17:48 RD, revision 11395

new version of PyCrust

2001-08-16 14:29 VZ, revision 11394

fixed bug/assert failure when refreshing items in non report mode

2001-08-16 13:58 VZ, revision 11393

documented SetMaxLength(0)

2001-08-16 13:35 VZ, revision 11392

added new text event macros description

2001-08-16 13:18 , revision 11391
  • A /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/aclocal.m4
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/autogen.sh
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/BuildCVS.txt
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/config.guess
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/config.sub
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/configure
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/configure.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/contrib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/debian
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/demos
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/difflast.pl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/distrib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/docs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/buffer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/busyinfo.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/calctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/caret.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/chkconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/choicdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmdline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmdproc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cmndata.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/colordlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/confbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/config.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/containr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cshelp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ctrlsub.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/date.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datetime.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datetime.inl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/datstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/db.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbgrid.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbkeyg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dbtable.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcprint.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcps.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dde.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/debug.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/defs.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dialup.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dir.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dirctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dirdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/docmdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/docview.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dragimag.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dynarray.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/dynlib.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/effects.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/encconv.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/event.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/evtloop.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/expr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ffile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/file.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fileconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filefn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filename.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/filesys.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontenc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontenum.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fontutil.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_inet.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_mem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/fs_zip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gdicmn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/generic
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/geometry.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gifdecod.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/grid.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gsocket.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dataobj2.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/error.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/info.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/question.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/setup0.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tbargtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/warning.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk/win_gtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/accel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/app.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/bitmap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/brush.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/button.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/checkbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/checklst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/choice.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/colour.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/combobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/control.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/cursor.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcclient.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dialog.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/dnd.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/error.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/filedlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/font.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/frame.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/gauge.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/glcanvas.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/info.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/question.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/setup0.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tbargtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/warning.xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/hash.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/help.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helphtml.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/helpxlp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/html
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/icon.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/image.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imaggif.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagjpeg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imaglist.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpcx.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpng.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagpnm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagtiff.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/imagxpm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/intl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ioswrap.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ipcbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/isql.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/isqlext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/joystick.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/layout.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/laywin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/list.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/listimpl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/log.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/longlong.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mac
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/matrix.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mdi.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/memconf.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/memory.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/menu.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/menuitem.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/metafile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mgl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mimetype.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/minifram.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/module.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/motif
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/msgdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/mstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/msw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/notebook.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/object.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/objstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/odbc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/os2
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/ownerdrw.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/palette.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/panel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/paper.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/pen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/popupwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/print.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/printdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/prntbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/process.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/progdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/prop.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/propform.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/proplist.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/protocol
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/quantize.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/radiobox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/radiobut.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/regex.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/region.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/resource.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sashwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckaddr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckipc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sckstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/scrolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/scrolwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/serbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/settings.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/setup.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sizer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/slider.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/snglinst.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/socket.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spinbutt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/spinctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/splash.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/splitter.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stack.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statbmp.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statbox.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statline.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stattext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/statusbr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/strconv.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/stream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/string.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/sysopt.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tab.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tabctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/taskbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tbarbase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textctrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/textfile.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tglbtn.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/thread.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/time.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/timer.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tipdlg.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tipwin.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tokenzr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/toolbar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/tooltip.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/toplevel.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treebase.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treectrl.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/treelay.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/txtstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/types.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/univ
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/unix
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/url.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/utils.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/valgen.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/validate.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/valtext.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/variant.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/vector.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/version.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wave.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wfstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/window.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wizard.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxchar.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxexpr.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxhtml.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wxprec.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwc.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xpmdecod.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xpmhand.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/xrc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/zipstrm.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx/zstream.h
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwu_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw_d.pch
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/include/wx_cw_d.pch++
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/install-sh
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/lib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/locale
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/Makefile.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/make-deb
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/misc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/mkinstalldirs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/regen
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/samples
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/setup.h.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/setup.h_vms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/common
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/cygnus.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/freetype
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/generic
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/app.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/brush.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/button.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/checklst.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/choice.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/colour.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/control.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cross.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/cursor.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/data.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dc.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dialog.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/dnd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/evtloop.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/font.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/frame.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gauge.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/gsockgtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/icon.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/joystick.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/listbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/main.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/mdi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/menu.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/minifram.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/notebook.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/pen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/popupwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/region.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/scrolwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/settings.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/slider.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/statbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/statline.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/stattext.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tglbtn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/threadno.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/timer.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/verti.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/wave.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/win_gtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/.cvsignore
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/app.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/brush.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/button.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/choice.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/colour.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/control.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cross.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/data.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dc.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/descrip.mms
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/evtloop.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/files.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/font.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/frame.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/gsockgtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/icon.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/joystick.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/main.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/menu.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/pen.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/popupwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/region.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/scrolwin.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/settings.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/slider.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/statline.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tglbtn.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/timer.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/wave.cpp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/html
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/iodbc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/jpeg
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mac
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/make.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeb32.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makebcc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeenvs
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.dos
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.va
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makefile.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeg95.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.b32
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.g95
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makelib.wat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemac.mcp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemac6.mcp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makemsc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.b32
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.bcc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.env.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.g95
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.msc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.sl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.va
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.vc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeprog.wat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makesc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makesl.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/maketwin.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makeva.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makevc.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/makewat.env
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mgl
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mingegcs.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/mingw32.bat
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/motif
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/msw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/ntwxwin.mak
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/os2
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/png
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/regex
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/rpmfiles.lst
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/stc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/tiff
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/univ
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/unix
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/Wxwindll.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxJpeg.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxPng.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxTiff.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_universal.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxvc_universal.dsw
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxWin.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxXpm.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/wxZlib.icc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/xpm
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/xrc
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/src/zlib
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/tests
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/user
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/utils
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wx-config.in
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxBase.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxBaseVC.dsp
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxGTK.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxMotif.spec
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxPython
  • D /wxWidgets/tags/WXGTK_OLD_FOCUS_CODE/wxWINE.spec

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

2001-08-16 13:18 VZ, revision 11390

added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy EVT_TEXT_UPDATED events when the text doesn't really change

2001-08-16 11:30 VZ, revision 11389

compilation fix

2001-08-15 23:48 VS, revision 11388

bugfixes, bugfixes, bugfixes...

2001-08-15 15:37 VZ, revision 11387

compilation fix

2001-08-15 15:26 VZ, revision 11386

compilation fixes for VC++ in release mode

2001-08-15 14:54 VZ, revision 11385

fixed bug with loading standard icons

2001-08-15 14:27 VZ, revision 11384

traces of my debugging session, no real changes

2001-08-15 12:45 VZ, revision 11383

implemented, tested and documented wxTextCtrl::SetMaxLength()

2001-08-15 11:47 VZ, revision 11382

compilation warning fix

2001-08-14 23:03 RD, revision 11381

updates for swig generated code

2001-08-14 19:19 RD, revision 11380

Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust. Added the new virtual list capabilities to wxListCtrl. Other odds and ends.

2001-08-14 18:48 RD, revision 11379

Fixed the drawing of the HRules so they don't try to iterate over all the zillions of items in a large (or virtual) list control

2001-08-14 18:34 RD, revision 11378

Fixed a bug so wxLC_VRULES works by itself.

2001-08-14 14:59 VZ, revision 11377

1. reset default item in ~wxWindow (better to be safe) 2. blind fix for Motif compilation

2001-08-14 12:57 VZ, revision 11376

unsuccessful attempts to fix wxMenuBar positioning under wxGTK

2001-08-14 11:51 VZ, revision 11375

reduce flicker in header window when deleting items and let space select items even in single selection mode

2001-08-14 11:24 VZ, revision 11374

removed redundant InitDialog methods

2001-08-14 09:02 RD, revision 11373

A fix for attribrute sorting, but it's still broken if there are duplicate sort keys...

2001-08-14 05:35 RD, revision 11372

Moved fix from 2.2 branch that allows the attributes in MSW wxListCtrl to move with their items when the list is sorted.

2001-08-14 03:09 RD, revision 11371

fixed the last of the off-by-one errors (some are refixed, again...)

2001-08-13 19:13 SC, revision 11370

added translation of mac system into language, adaption of search paths

2001-08-13 15:42 VZ, revision 11369

implemented (untested) work around for wxScrolledWindow painting bug

2001-08-13 15:41 VZ, revision 11368

added missing refresh when changing focus in wxListCtrl, added test for it in the sample

2001-08-13 15:01 VZ, revision 11367

moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from wxWindow

2001-08-13 14:59 VZ, revision 11366

don't try to refresh the menu bar before showing it, fixes crash on startup with wxGTK

2001-08-13 00:59 GT, revision 11365

Replaced /'s with \'s as BCC requires \'s for path names

2001-08-12 23:56 GT, revision 11364

Replaced 'erase' with $(RM) so that the default file deletion program can be overriden

2001-08-12 23:50 GT, revision 11363

Makefile submitted by Markus G. for G95

2001-08-12 23:49 GT, revision 11362

Added regex to WXINC line (patch from Markus G) Added definition of RM for use in makefiles so that 'erase' can be overridden with a different file deletion program (like 'rm')

2001-08-12 22:10 VS, revision 11361

added wxEventLoop::GetActive()

2001-08-12 21:45 GT, revision 11360

Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC

2001-08-12 15:45 GD, revision 11359

corrections for Mac OS compilation

2001-08-12 15:43 GD, revision 11358

added missing methods/removed duplicated base methods

2001-08-12 15:39 GD, revision 11357

bitmap mask corrections for Mac OS

2001-08-12 15:29 GD, revision 11356

corrected CodeWarrior project target names and generated application names

2001-08-12 15:15 GD, revision 11355

applied SourceForge patch #440594 which corrects ListBox related errors in Carbon applications under Mac OS X the LDEF resource is no longer used in Carbon applications

2001-08-12 15:07 GD, revision 11354

added CodeWarrior 5.3 projects for working demos corrected CodeWarrior project target names and generated application names

2001-08-12 10:39 GD, revision 11353

added missing return value

2001-08-12 10:38 GD, revision 11352

added container class files

2001-08-12 00:13 VS, revision 11351

wxMGL bugfixes

2001-08-12 00:11 VS, revision 11350

fixed fl makefiles that Julian didn't fix correctly

2001-08-12 00:11 VS, revision 11349

compilation fix

2001-08-12 00:11 VS, revision 11348

fixed wxUniv compilation

2001-08-11 11:04 GD, revision 11347

added container class source

2001-08-11 09:43 SC, revision 11346

corrected a bug in the masking code

2001-08-10 18:31 RR, revision 11345

Message dialog crashes when calling ::Move() etc. Better do nothing than crash. MacOS 9.

2001-08-10 17:03 JS, revision 11344

Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp

2001-08-09 22:43 VS, revision 11343

wxMGL support

2001-08-09 22:42 VS, revision 11342

added evtlooop.cpp for mgl

2001-08-09 22:40 VS, revision 11341

wxMGL wxWindow and wxApp mostly complete, now hunting bugs

2001-08-09 22:39 VS, revision 11340

added std icons to wxMGL

2001-08-09 01:20 VZ, revision 11339

Define _GNU_SOURCE instead of _XOPEN_SOURCE (which breaks libtiff compilation)

2001-08-09 00:26 VZ, revision 11338

changed CPPFLAGS to CXXFLAGS

2001-08-08 23:59 VZ, revision 11337

fixed wxINSTALL_PREFIX setting

2001-08-08 23:46 VZ, revision 11336

moved wxINSTALL_PREFIX from CPPFLAGS to setup.h

2001-08-08 23:35 VZ, revision 11335

1. fixed test in configure for gettimeofday() argument 2. portability fixes in wxSingleInstanceChecer (use S_IRUSR, not S_IREAD)

2001-08-08 23:19 VS, revision 11334

fix for nbsp problem and minor parsing flow change

2001-08-08 23:18 VS, revision 11333

made some wxHtmlEntitiesParser's methods public -- turned out they are useful

2001-08-08 23:18 VS, revision 11332

updated wxTextFile docs; some typo corrections

2001-08-08 23:18 VS, revision 11331

wxEraseEvent docs corrections

2001-08-08 22:52 VZ, revision 11330

1. next attempt to fix RH 7.1 build 2. CPPFLAGS are the flags for cpp, not for c++ compiler!

2001-08-08 20:08 RR, revision 11329

Probably fixed listbox crashes.

2001-08-08 16:44 VZ, revision 11328

fixed errors in glibc test

2001-08-08 16:41 VZ, revision 11327

oops, last check in undone - there is a problem somewhere there...

2001-08-08 16:38 VZ, revision 11326

attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)

2001-08-08 10:59 JS, revision 11325

Corrected my typo

2001-08-08 06:43 JS, revision 11324

Added container class

2001-08-08 00:10 VZ, revision 11323

drastically reduced flicker in RefreshItems

2001-08-07 23:22 VS, revision 11322

merged wxMGL cursors from wxUniversal branch

2001-08-07 23:16 VS, revision 11321

native theme for wxMGL

2001-08-07 19:03 VZ, revision 11320

removed Robert's message box

2001-08-07 18:18 VZ, revision 11319

fixed unwanted owner data accesses in virtual list ctrl

2001-08-07 15:12 VZ, revision 11318

compilation fix

2001-08-07 06:54 SC, revision 11317

no message

2001-08-07 00:14 VZ, revision 11316

don't process enter as tab, there are many controls which want to process it themselves

2001-08-06 22:50 VZ, revision 11315

changed wxControlContainer to avoid triggering tons of warnings from VC++ at warning level 4 ("'this' : used in base member initializer list" is really the stupidiest warning I've ever seen)

2001-08-06 22:40 VS, revision 11314

Unicodification of wxTextFile

2001-08-06 22:40 VS, revision 11313

Unicodification of wxTempFile

2001-08-06 22:39 VS, revision 11312

why was generic wxNativeFontInfo code disabled for wxMGL?

2001-08-06 22:38 VS, revision 11311

compilation fix

2001-08-06 21:06 RR, revision 11310

Applied patch for wxComboBox and wxListBox to prevent "hanging" in single selection mode. Also removed call to AddPendingEvent and changed wxLB_EXTENDED mode so that no changes to the listbox go unnoticed. I do wonder what the difference between multiple and extended list boxes actually are. Not suer what I changed in the other files.

2001-08-06 20:40 DW, revision 11309

Some Updates for latest CVS.

2001-08-06 19:49 VZ, revision 11308

use item colour when drawing the focused item if we don't highlight it

2001-08-06 19:29 VZ, revision 11307

don't draw the focused item rect around the image

2001-08-06 19:27 VZ, revision 11306

don't draw the selected item background if we don't have the focus

2001-08-06 19:12 VZ, revision 11305

don't draw the selected item background if we don't have the focus

2001-08-06 18:59 VZ, revision 11304

don't allow TABbing to wxHtmlWindow

2001-08-06 18:53 VZ, revision 11303

compilation fix

2001-08-06 15:57 SC, revision 11302

corrected mac src due to new api changes

2001-08-06 12:55 VZ, revision 11301

1. slightly changed how wxControlContainer is used 2. use it now for wxSplitterWindow too 3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)

2001-08-06 12:24 VZ, revision 11300

added another small test for wxTimeSpan::Format

2001-08-06 12:19 VZ, revision 11299

added wxUSE_SPLASH

2001-08-06 12:18 VZ, revision 11298

wxBase compilation fix

2001-08-06 12:13 VZ, revision 11297

added wxUSE_SPLASH

2001-08-06 12:12 VZ, revision 11296

fixed infinite recursion in SetFocus()

2001-08-06 11:58 VZ, revision 11295

regenerated to include src/common/containr.cpp

2001-08-06 11:58 VZ, revision 11294

bug in SetLastFocus corrected

2001-08-06 11:57 VZ, revision 11293

compilation fixes

2001-08-06 11:48 VZ, revision 11292

compilation fix (sorry)

2001-08-06 11:43 VZ, revision 11291

pragma fix for gcc

2001-08-06 02:37 DW, revision 11290

Updates to fix statusbar and menu errors.

2001-08-06 00:49 VZ, revision 11289

moved knd handling logic from wxPanel to wxControlContainer (sorry for the dull name Julian ;-)

2001-08-05 22:40 VZ, revision 11288

added empty and unused wxTLW - to be used later

2001-08-05 21:40 RR, revision 11287

Patch that should prevent problem with interference between dragging the scrollbat thumb and normal mouse events. Also, thumb-release event are now sent from wxScrollWindow. Neither has been tested, but the same code works in wxWindow.

2001-08-05 16:39 GD, revision 11286

removed useless include (already in glcanvas.h)

2001-08-05 16:37 GD, revision 11285

added include for Mac OS X

2001-08-05 16:34 GD, revision 11284

corrected includes for Mac OS X

2001-08-05 16:32 GD, revision 11283

corrected conditional compilation for wxMac

2001-08-05 15:07 VZ, revision 11282

fixed processing of the implicit wxTextCtrl accelerators (Ctrl-C/V/X) without breaking all the others by using a new MSWShouldPreProcessMessage() function

2001-08-05 14:13 VZ, revision 11281

fixed kbd handling in wxFindReplaceDialog

2001-08-04 22:36 VS, revision 11280

reverted my Set/getTitle change

2001-08-03 20:26 VS, revision 11279

compilation fixes

2001-08-03 20:26 VS, revision 11278

once again forgot about this OS/2 strangeness

2001-08-03 17:19 VZ, revision 11277

fix for infinite recursion in UpdateFontIfNeeded

2001-08-03 16:26 VZ, revision 11276

compilation error fixed

2001-08-03 16:02 SC, revision 11275

added gaugecmn

2001-08-03 15:20 JS, revision 11274

Added missing Makefile names

2001-08-03 14:50 VZ, revision 11273

no changes

2001-08-03 13:24 VZ, revision 11272

failed attempt to change the default action for GTK dnd (nothing changed finally)

2001-08-02 23:46 VS, revision 11271

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:32 VS, revision 11270

Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

2001-08-02 23:31 VS, revision 11269

fixed docs to accomodate more strict wxHTML Help controller

2001-08-02 21:37 RR, revision 11268

Fix tree control invalid pointer after drag bug.

2001-08-02 20:46 RR, revision 11267

Fixed what might be the nastiest bug I have seen.

2001-08-02 20:15 VZ, revision 11266

compilation fix

2001-08-02 19:20 VZ, revision 11265

remember unknown charsets in the config too

2001-08-02 19:02 VZ, revision 11264

applied patch 446014 (misc mingw fixes from Mattia)

2001-08-02 18:59 VZ, revision 11263

applied patch 446010 (unicode compilation fixes)

2001-08-02 18:58 VZ, revision 11262

applied patch 446009 (DLL cross compilation using mingw32)

2001-08-02 18:26 VZ, revision 11261

removed wxYield call from wxBusyCursorSuspender

2001-08-02 17:20 JS, revision 11260

Corrections to the VC++ project files

2001-08-02 17:16 JS, revision 11259

Removed memory leak

2001-08-02 14:57 VZ, revision 11258

compilation fix for cygwin/old mingw32 (patch 446700)

2001-08-02 03:06 RD, revision 11257

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 03:01 RD, revision 11256

Don't send a focus event if the window is a wxTextCtrl, since it sends it's own focus event later on.

2001-08-02 02:48 RD, revision 11255

compilation fix for VC++

2001-08-02 02:34 RD, revision 11254

changed Replace and Remove to always use EM_REPLACESEL instead of going through the clipboard

2001-08-01 23:07 VS, revision 11253

documented changes

2001-08-01 23:06 VS, revision 11252

SHARED_LD must be CXX, not CC, otherwise we get unresolved externals (at least with gcc3) if app binary wasn't linked with CXX. This may happen for instance when dynamically loading wxPython module. (Let's change it for all platforms, not only Linux, and see what happens.)

2001-08-01 23:06 VS, revision 11251

fixed MGL files

2001-08-01 22:57 VS, revision 11250

wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)

2001-08-01 22:56 VS, revision 11249

more tests

2001-08-01 22:56 VS, revision 11248

added tracing of strconv

2001-08-01 22:56 VS, revision 11247

hopefully fixed bytesex issues in strconv

2001-08-01 22:56 VS, revision 11246

fixed <pre> handling

2001-08-01 22:55 VS, revision 11245

fixed mgl.t to not include paletteg.o (hey, reading these templates is better than Cryptonomicon...)

2001-08-01 22:54 VS, revision 11244

fixed MGL files

2001-08-01 22:54 VS, revision 11243

added mgl.t to makeall.sh

2001-08-01 22:54 VS, revision 11242

added bmpbase.cpp (forgotten during merge?)

2001-08-01 22:50 VS, revision 11241

fixed overrestrictive test

2001-08-01 22:50 VS, revision 11240

compilation fix

2001-08-01 22:50 VS, revision 11239

compilation fix (Vadim, is this correct?)

2001-08-01 16:59 JS, revision 11238

This time, changed the correct release script.

2001-08-01 16:58 JS, revision 11237

Added progress dialog to project files; changed version in release script

2001-08-01 15:29 VZ, revision 11236

applied patch 432202 (allow installing in already existing directories)

2001-08-01 15:03 VZ, revision 11235

applied patch 441270 (fix cygwin wxSplashScreen compilation)

2001-08-01 15:00 VZ, revision 11234

applied patch 444915 (warning fixes for gcc 2.95.4)

2001-08-01 14:57 VZ, revision 11233

added wxUSE_FINDREPLDLG

2001-08-01 14:55 VZ, revision 11232

added generic implementation and documentation for wxFindReplaceDialog

2001-08-01 14:53 VZ, revision 11231

added tests for ScrollLines/Pages

2001-08-01 11:45 VZ, revision 11230

removed KLB mods - but I'm doing this for the last time

2001-08-01 11:24 VZ, revision 11229

removed duplicate typedef

2001-08-01 02:29 VZ, revision 11228

Vain attempts to make kbd navigation work inside find/replace dialog - it still doesn't. But at least the dialog itself does work now.

2001-07-31 22:44 VS, revision 11227

wxWindowBase remembers title/label now

2001-07-31 22:36 VS, revision 11226

wxMGL compilation fix that I forgot to chekc in

2001-07-31 22:36 VS, revision 11225

friend class fix

2001-07-31 22:34 VS, revision 11224

fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)

2001-07-31 21:30 RD, revision 11223

Fixed "Failed to set clipboard data. (error 1418: thread does not have a clipboard open.)" error when using wxTextCtrl::Replace

2001-07-31 21:29 VZ, revision 11222

started applying patch 410826

2001-07-31 20:57 DW, revision 11221

Added regex to the build. New .def file for .dll builds.

2001-07-31 20:56 DW, revision 11220

TRUE instead of true

2001-07-31 17:58 VZ, revision 11219

fixed compilation [warning]

2001-07-31 17:56 VZ, revision 11218

declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0

2001-07-31 17:50 KLB, revision 11217

Latest updates from SciTech code tree including numerous warning fixes for the Watcom and other compilers.

2001-07-30 21:37 RD, revision 11216

Applied patch #445873

2001-07-30 15:22 VZ, revision 11215

1. made ScrollLines/Pages return bool indicating if we scrolled till the end or not 2. implemented them for wxGTK text ctrl

2001-07-30 13:47 VZ, revision 11214

eliminated flicker when selecting items

2001-07-30 11:18 VZ, revision 11213

compilation fixes for wxGTK

2001-07-29 23:00 VZ, revision 11212

implemented ScrollLines/Pages; fixed bug in Thaw()

2001-07-29 22:51 VZ, revision 11211

documented ScrollLines/Pages

2001-07-29 22:47 VZ, revision 11210

added ScrollLines/Pages

2001-07-29 22:40 VZ, revision 11209

1. added wxTE_AUTO_URL style and support for it under Win32 (and brief mention in docs and tests in the sample) 2. moved wxTextCtrl-specific stuff from defs.h/event.h to textctrl.h

2001-07-29 22:20 VZ, revision 11208

compilation fix for recent commit

2001-07-29 21:22 VZ, revision 11207

added Freeze/Thaw implementation for Windows

2001-07-29 03:06 RD, revision 11206

Added context help stuff to wxPython

2001-07-28 22:40 VS, revision 11205

wxMGL compilation fix

2001-07-28 22:39 VS, revision 11204

wxMGL compilation fixes

2001-07-28 03:29 RD, revision 11203

Various tweaks, fixes, and additions

2001-07-28 03:12 RD, revision 11202

Various tweaks, fixes, and additions

2001-07-28 03:10 RD, revision 11201

Fixed resource leak for wxListItem

2001-07-28 03:07 RD, revision 11200

The installer should also check HKCU for the python install dir, since ActivePython will use that key.

2001-07-28 03:06 RD, revision 11199

A couple fixes for the demo, and some code to show a bug

2001-07-28 03:01 RD, revision 11198

regenerated swigged code

2001-07-28 02:57 RD, revision 11197

A couple off-by-one fixes

2001-07-27 20:05 VZ, revision 11196

mingw32/cygwin compilation fixes

2001-07-27 19:28 RD, revision 11195

some minor tweaks, fixes, etc.

2001-07-27 18:44 RD, revision 11194

fixed typos

2001-07-27 13:30 VZ, revision 11193

don't crash when invalid colour is set as fg/bg colour

2001-07-27 11:54 RR, revision 11192

Added missing method to wxArrayString (Remove()).

2001-07-27 10:07 JS, revision 11191

Added fix to send scroll messages from mouse wheel instead of scrolling directly

2001-07-27 02:54 RD, revision 11190

Added some WXDLLEXPORTs

2001-07-26 18:40 VZ, revision 11189

(bad) fix for asserts and OnIdle events

2001-07-26 18:39 VZ, revision 11188

forgotten method declaration

2001-07-26 16:45 VZ, revision 11187

made the log dialog resizeable (again?)

2001-07-26 16:33 VZ, revision 11186

highlight the focused item in non report mode too

2001-07-26 16:19 VZ, revision 11185

fix for (re)positioning the main window when the style changes

2001-07-26 15:26 VZ, revision 11184

avoid nested modal log dialogs

2001-07-26 15:09 VZ, revision 11183

test for wxLog interaction with wxYield better

2001-07-26 13:21 VZ, revision 11182

*really* suppress log messages from inside wxYield

2001-07-26 11:32 RR, revision 11181

Fixed problem with missing refresh in wxScrolledWindow:: SetScrollbars().

2001-07-26 09:58 VZ, revision 11180

respect SetFont/SetXXXColour in wxTextCtrl even when using styles

2001-07-26 09:24 VZ, revision 11179

don't do anything in SetBackgroundColour() if colour is invalid

2001-07-26 09:06 VZ, revision 11178

timestampt trace/debug messages under Unix too, this is useful for debugging

2001-07-26 08:59 VZ, revision 11177

added demo of the difference Freeze/Thaw makes in wxTextCtrl

2001-07-26 08:33 VZ, revision 11176

added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl

2001-07-25 16:13 VZ, revision 11175

fix for focus handling when deleting the items

2001-07-25 13:17 JS, revision 11174

Tweaks to fl project files

2001-07-24 19:33 VZ, revision 11173

compilation warning fixed

2001-07-24 17:08 VZ, revision 11172

reverted my previous change to WINVER - it is already defined elsewhere

2001-07-24 16:19 VZ, revision 11171

fixed compilation problem with multiple Update()s

2001-07-24 15:27 JS, revision 11170

Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

2001-07-23 20:11 GD, revision 11169

renamed Number method (should be GetCount)

2001-07-23 18:17 VZ, revision 11168

fixed bug with wxPathExists('c:\') yet again

2001-07-23 18:13 VZ, revision 11167

don't process VK_OEM_XXX key presses

2001-07-23 18:06 VZ, revision 11166

use Windows standard icons instead of our own (patch 443856)

2001-07-23 17:46 VZ, revision 11165

added test for writing empty value to the config

2001-07-23 17:45 VZ, revision 11164

1. fixed bug with empty value not being written to the file 2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX

2001-07-23 15:54 VZ, revision 11163

don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well

2001-07-23 14:57 VZ, revision 11162

fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample

2001-07-23 13:28 VZ, revision 11161

added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!

2001-07-22 20:26 GD, revision 11160

correction for Mac OS X compilation

2001-07-22 20:25 GD, revision 11159

corrected pragma interface/implementation (clash with wxWindows library)

2001-07-22 20:05 GD, revision 11158

fixed wxListBox inheritance

2001-07-22 19:36 GD, revision 11157

added property sheet option corrected tree layout option corrected samples list configuration

2001-07-22 18:07 GD, revision 11156

added tree layout define

2001-07-22 18:06 GD, revision 11155

corrected conditional compilation tests

2001-07-22 17:21 GD, revision 11154

post wxUniv merge fix

2001-07-22 17:15 GD, revision 11153

post wxUniv merge fix

2001-07-22 17:09 GD, revision 11152

post wxUniv merge fix

2001-07-22 17:03 GD, revision 11151

corrected pragma interface/implementation for Mac OS X

2001-07-22 17:00 GD, revision 11150

added missing conditional compilation test for MSW specific events

2001-07-22 15:05 GD, revision 11149

added dependency handling to Makefiles

2001-07-22 14:57 GD, revision 11148

corrections for Mac OS X compilation

2001-07-22 14:50 GD, revision 11147

ignore files produced by CodeWarrior

2001-07-22 14:23 GD, revision 11146

correction for Mac OS compilation

2001-07-22 14:19 GD, revision 11145

added dependency handling to Makefiles

2001-07-22 14:10 GD, revision 11144

correction for Mac OS X compilation

2001-07-22 14:09 GD, revision 11143

post wxUniv merge fixes

2001-07-22 14:08 GD, revision 11142

corrections for Mac OS X compilation

2001-07-22 14:06 GD, revision 11141

added dependency handling to Makefiles

2001-07-22 13:52 GD, revision 11140

removed inexistant header files

2001-07-22 12:06 VZ, revision 11139

compilation fix for old broken Borland compiler

2001-07-22 01:28 VZ, revision 11138

backported fix for proper tree ctrl refershing after changing item colour/font from 2.2

2001-07-21 06:51 GD, revision 11137

replaced hardcoded wxgtk_gl library with appropriate configure macro

2001-07-21 06:48 GD, revision 11136

added WX_TARGET_LIBRARY_GL to recursive configure substitutions

2001-07-21 06:47 GD, revision 11135

added wxWindows shared library to link of OpenGL wxWindows shared library

2001-07-21 06:45 GD, revision 11134

corrected bad Darwin related configure test implemented OpenGL configuration for Mac OS X added WX_TARGET_LIBRARY_GL to config cache

2001-07-21 06:42 GD, revision 11133

added DEP_INFO_FLAGS to compilation options

2001-07-21 05:32 GD, revision 11132

corrections for wxGtk compilation under Darwin/Mac OS X

2001-07-21 05:23 GD, revision 11131

added missing conditional compilation test for wxUSE_PROPSHEET

2001-07-21 05:19 GD, revision 11130

minor changes to correct compilation warnings

2001-07-20 20:54 VZ, revision 11129

fix for rather mysterious problem when deleting the list ctrl

2001-07-20 18:46 GD, revision 11128

post wxUniv merge fixes

2001-07-20 18:44 GD, revision 11127

post wxUniv merge fix

2001-07-20 14:35 VZ, revision 11126

applied numpad keys patch

2001-07-20 12:33 VS, revision 11125

fixed entities parsing under win32

2001-07-20 12:32 VS, revision 11124

oops, forgot to fix wxHtmlTag dtor

2001-07-20 11:59 VZ, revision 11123

test for __WIN95__ in the main header, not platform-sepcific one for consistency with the other classes

2001-07-20 11:58 VZ, revision 11122

define WINVER for mingw32 cross compilation

2001-07-20 11:12 VZ, revision 11121

implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now

2001-07-20 08:56 VZ, revision 11120

fixed three new warnings after the last warning fix

2001-07-20 08:55 VZ, revision 11119

fixed a warning and detabified

2001-07-20 08:48 VZ, revision 11118

made 2 column list wider to accomodate all entries

2001-07-20 08:47 VZ, revision 11117

replaced literal backslashes with backslash TeX macro

2001-07-20 01:18 VZ, revision 11116

fixed crash in XPM decoder when reading non XPM files

2001-07-20 01:00 VZ, revision 11115

filter out garbage Windows sends us via LVN_ODCACHEHINT

2001-07-20 00:25 VZ, revision 11114

added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

2001-07-19 23:43 VZ, revision 11113

VC++ warning fixed

2001-07-19 22:31 VS, revision 11112

new wxHtmlParser core and changes implied by it

2001-07-19 22:30 VS, revision 11111

new wxHtmlParser core

2001-07-19 20:54 VZ, revision 11110

FreeBSD compilation fix

2001-07-19 20:52 VZ, revision 11109

fixed some warnings

2001-07-19 20:50 VZ, revision 11108

1. don't delete item attributes in the virtual list control (=> crash) 2. refresh the window after deleting all items

2001-07-19 20:49 VZ, revision 11107

added test for THREADS if JOYSTICK is set

2001-07-19 20:48 VZ, revision 11106

don't remove lib/wx when making clean

2001-07-19 20:47 VZ, revision 11105

made SetPriority docs more clear

2001-07-19 20:44 VZ, revision 11104

fix for missing wxUSE_DARWIN definition

2001-07-19 13:51 VZ, revision 11103

fixes to version string

2001-07-19 13:44 VZ, revision 11102

1. compilation fixes 2. don't quote special characters inside verbatim environment

2001-07-19 12:29 VZ, revision 11101

fix for custom bitmap setting for the first page

2001-07-19 01:07 VZ, revision 11100

minor fixes, added an example

2001-07-19 00:44 VZ, revision 11099

fixed compilation problem inwith ^

2001-07-18 23:01 VS, revision 11098

removed debug printfs

2001-07-18 23:01 VS, revision 11097

fixed ugly stupid piece of code

2001-07-18 23:01 VS, revision 11096

Unicode complation fixes

2001-07-18 23:00 VS, revision 11095

backported no-recursion patch to wxHTML

2001-07-18 23:00 VS, revision 11094

- fixes warnings with mingw crosscompilation - fixes for missing _t functions

2001-07-18 23:00 VS, revision 11093

Mingw Unicode fix

2001-07-18 23:00 VS, revision 11092

Mingw Unicode fixes

2001-07-18 22:59 VS, revision 11091

Unicode fixes to wxCmdLineParser

2001-07-18 22:58 VS, revision 11090

(1) removed -lcrtdll from Mingw build (it was plainly wrong thing, gcc is supposed to link against C library automatically... and it broke binaries produced with MSVCRT version of Mingw) (2) fixed typo in MS_HTML_HELP check (3) added (back?) WXHTML_HELP checks to configure

2001-07-18 22:00 GT, revision 11089

Fixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes

2001-07-18 21:04 GT, revision 11088

Fixed closing of program to work properly if PASS #1 failed for some reason. Before this fix, you could not exit the GUI version of the program under windows without using CTRL-ALT-DEL

2001-07-18 20:47 GT, revision 11087

Fixed mismatched curley brace

2001-07-17 22:21 VZ, revision 11086

initialize gs_pFrame to NULL

2001-07-17 22:01 VZ, revision 11085

blind fix for wxScrolledWindow problem

2001-07-17 18:14 VZ, revision 11084

fixed regex bug in ProcessFamiliesFromFontList

2001-07-17 16:47 JS, revision 11083

Added icon index parsing

2001-07-17 16:27 JS, revision 11082

Correction to icon index code

2001-07-17 15:49 JS, revision 11081

Added support for extracting icon using specified index

2001-07-17 09:03 VZ, revision 11080

added wxOPEN/SAVE flags to wxDefaultFileSelector

2001-07-17 08:27 VZ, revision 11079

don't use static box as a parent

2001-07-17 08:25 VZ, revision 11078

renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented

2001-07-17 00:18 RD, revision 11077

Added rules to build the regex library from the main makefile, if needed.

2001-07-16 22:54 VZ, revision 11076

wxRegEx docs I forgot to add before (sorry)

2001-07-16 22:52 RD, revision 11075

Some tweaks and generated core sources for wxGTK

2001-07-16 18:07 VZ, revision 11074

compilation fix I had forgot to commit

2001-07-16 17:48 RD, revision 11073

fixed compile error

2001-07-16 15:23 VZ, revision 11072

speed up font list processing

2001-07-16 15:17 VZ, revision 11071

removed assert which could be provoked by correct code

2001-07-16 14:27 RR, revision 11070

Added missing methods. Now tested.

2001-07-16 09:42 RR, revision 11069

Added missing methods. Not yet tested.

2001-07-16 08:20 RR, revision 11068

Added symptomatic fix to wrong height in wxStaticText.

2001-07-16 07:58 RR, revision 11067

Tried to make button events interceptable in generic wxSpinCtrl. No luck.

2001-07-16 07:38 RR, revision 11066

Fixed small prob with wxSpinButton orientation.

2001-07-15 21:12 GD, revision 11065

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 21:07 GD, revision 11064

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif ----------------------------------------------------------------------

2001-07-15 21:04 GD, revision 11063

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 19:36 RR, revision 11062

Up-ported code to make tree item visible when programmatically selected.

2001-07-15 18:47 GD, revision 11061

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 10:45 GD, revision 11060

added common regex added missing dependency files

2001-07-15 10:11 SC, revision 11059

committed - just to be sure

2001-07-15 10:06 SC, revision 11058

no message

2001-07-15 10:02 SC, revision 11057

added new project file having the new files

2001-07-14 21:18 VZ, revision 11056

bug fix to the recent wxConvertFromMSW change

2001-07-14 21:01 VZ, revision 11055

use LVM_SETITEMSTATE instead of LVM_SETITEM for virtual controls

2001-07-14 20:39 VZ, revision 11054

blind fix for clearing font attributes in SetStyle()

2001-07-14 20:38 VZ, revision 11053

removed obsolete comment

2001-07-14 18:49 RR, revision 11052

Minor beautification of wxToolBar under Mac.

2001-07-14 18:12 RR, revision 11051

Corrected wxScrolledWindow's OnSize behaviour. Formated code.

2001-07-14 18:11 RR, revision 11050

Corrected wxScrolledWindow's OnSize behaviour.

2001-07-14 17:41 VZ, revision 11049

merged NULL wxFrame parent HWND fix from 2.2 branch

2001-07-14 17:37 VZ, revision 11048

merged MapBitmap() from 2.2 branch

2001-07-14 16:41 VZ, revision 11047

use wxRegEx if available in wxString::Matches

2001-07-14 16:41 VZ, revision 11046

added wxRegEx docs

2001-07-14 16:13 VZ, revision 11045

rewrote wxRegEx::Replace() to do something useful

2001-07-14 14:29 RR, revision 11044

Restored wxFileName::GetFullPath()

2001-07-14 14:28 RR, revision 11043

wxIsAbsolutePath was correct.

2001-07-14 14:27 RR, revision 11042

Mac-ify wxTreeCtrl further.

2001-07-14 14:26 RR, revision 11041

Fix HTML help on Mac.

2001-07-14 11:29 RR, revision 11040

AddBook ignores wxMac paths (still won't work)

2001-07-14 11:28 RR, revision 11039

wxIsAbsolutePath is strange under wxMac

2001-07-14 09:02 JS, revision 11038

Reverted my bad <> -> "" fix, sorry; updated project files. Probably regex should have it's own .dsp file :-(

2001-07-14 03:37 RD, revision 11037

Number() to GetCount() and other changes needed for wxPython to compile with current CVS.

2001-07-14 03:27 RD, revision 11036

Made a couple Number() to GetCount() changes

2001-07-14 03:25 RD, revision 11035

Added wxUSE_WAVE to setup0.h and checked for it in wave.h

2001-07-14 03:23 RD, revision 11034

Added RTTI macros to wxToolTip

2001-07-14 02:03 VZ, revision 11033

fixed VC++ warnings

2001-07-14 02:03 VZ, revision 11032

implemented RefreshItem(s) under MSW

2001-07-14 02:02 VZ, revision 11031

fixed setting/attaching menubar

2001-07-14 02:02 VZ, revision 11030

fixed crash in ~wxHtmlCell

2001-07-13 23:43 VZ, revision 11029

documented wxInitialize and wxUnitialize

2001-07-13 23:29 RD, revision 11028

fixed missing package dir

2001-07-13 23:16 VZ, revision 11027

added regex to all the templates

2001-07-13 21:09 VZ, revision 11026

added popupcmn.cpp

2001-07-13 20:58 SC, revision 11025

corrected check string handling

2001-07-13 20:54 VZ, revision 11024

popupcmn is needed by wxGTK too, why was it excluded?

2001-07-13 20:40 VZ, revision 11023

corrected object file extension in the makefiles

2001-07-13 20:09 VZ, revision 11022

added RefreshItem(s) methods

2001-07-13 19:34 JS, revision 11021

Changed <> to "" to help inclusion; added regex files to VC++ project files

2001-07-13 19:26 VZ, revision 11020

added wxListView class: this is going to be a wxListCtrl with human (inter)face

2001-07-13 19:14 VZ, revision 11019

removed forgotten debugging printf

2001-07-13 19:08 VZ, revision 11018

renamed main.c to re_main.c to avoid clashes with main.cpp in VPATH

2001-07-13 18:59 VZ, revision 11017

added wxUSE_REGEX

2001-07-13 18:56 VZ, revision 11016

regenerated the makefiles to include regex.cpp

2001-07-13 17:42 DW, revision 11015

OS/2 fixes for this week.

2001-07-13 17:42 DW, revision 11014

true vs TRUE again.

2001-07-13 17:41 DW, revision 11013

OS/2 Updates for this week.

2001-07-13 17:35 VZ, revision 11012

changes for building wxRegEx

2001-07-13 17:30 VZ, revision 11011

added some makefiles (untested)

2001-07-13 17:15 VZ, revision 11010

added notes about wxRegEx

2001-07-13 17:12 VZ, revision 11009

added tests for wxRegEx

2001-07-13 17:11 VZ, revision 11008

added regex.h/.cpp files

2001-07-13 17:10 VZ, revision 11007

fixes for wxBase build with configure

2001-07-13 17:10 VZ, revision 11006

fixed yet another typo, now it finally works

2001-07-13 17:10 VZ, revision 11005

added wxRegEx::GetMatch

2001-07-13 16:17 VZ, revision 11004

wxRegEx class added

2001-07-13 14:35 VZ, revision 11003

incorrect warning fix fixed

2001-07-13 14:21 JS, revision 11002

Fixed typo in cache management code

2001-07-13 14:17 VZ, revision 11001

fixed back compilation with REDEBUG

2001-07-13 14:13 VZ, revision 11000

more warning fixes

2001-07-13 14:02 VZ, revision 10999

a couple of warnings removed

2001-07-13 13:52 VZ, revision 10998

added headers needed for wxBase compilation

2001-07-13 13:51 VZ, revision 10997

fix for wxBase compilation (misplaced #if wxUSE_GUI)

2001-07-13 13:51 VZ, revision 10996

fixed wxBase makefile generation

2001-07-13 13:31 , revision 10995
  • A /wxWidgets/tags/ALPHA_3_8
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_color.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_lex.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_nfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regerror.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regerrs.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regex.h
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regexec.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/rege_dfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regfree.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regfronts.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regguts.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/tclUniData.c

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

2001-07-13 13:31 , revision 10993

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

2001-07-13 13:31 VZ, revision 10992

Initial revision

2001-07-13 13:13 VZ, revision 10991

added detection of regex support to configure

2001-07-13 13:03 JS, revision 10990

Check for parent in DoGetPosition

2001-07-13 12:47 VZ, revision 10989

removed incorrect 'static' keyword from var declarations (backported from the trunk)

2001-07-13 12:32 VZ, revision 10988

removed incorrect 'static' keyword from var declarations

2001-07-13 10:09 JS, revision 10987

Updated BC++ patch URL

2001-07-12 19:22 GT, revision 10986

::Catalog() function was failing against several databases as the PRECISION and LENGTH values returned were larger (more bytes) than the variable that was bound for holding the returned value

2001-07-12 16:23 VZ, revision 10985

fixed crash in wxRegion::Empty

2001-07-12 15:02 JJ, revision 10984

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/propform.cpp wxWindows/src/gtk/descrip.mms wxWindows/utils/dialoged/src/winstyle.cpp -Fixed VMS compile support -added some include's ----------------------------------------------------------------------

2001-07-12 10:37 JS, revision 10983

Corrected DoBlit

2001-07-12 00:08 VZ, revision 10982

fixed VC++ warning

2001-07-12 00:06 VZ, revision 10981

implemented attributes support for native virtual list control

2001-07-12 00:06 VZ, revision 10980

menu bar wasn't set properly internally after my previous change - fixed

2001-07-11 23:21 VZ, revision 10979

don't refresh the scrollbars unnecessarily

2001-07-11 22:30 VS, revision 10978

fixed windows.h check and added checks for MS HTML Help

2001-07-11 22:28 VS, revision 10977

fixes for broken records

2001-07-11 21:25 JS, revision 10976

Compilo correction

2001-07-11 20:33 SC, revision 10975

several mac fixes (Mark Newsams patches)

2001-07-11 20:22 JS, revision 10974

Made DC cacheing less obstrusive

2001-07-11 17:27 JS, revision 10973

Removed cacheing option

2001-07-11 16:22 VZ, revision 10972

added support for item attributes in virtual list control

2001-07-11 15:19 VZ, revision 10971

added and documented wxApp::OnAssert

2001-07-11 14:56 VZ, revision 10970

incremented the version to 2.2.8 (hope I got it right this time)

2001-07-11 14:55 VZ, revision 10969

added wxArrayString::RemoveAt() for forward compatibility with 2.3

2001-07-11 13:40 VZ, revision 10968

oops, restored the postpone-redraw-if-dirty test which was somehow left out

2001-07-11 13:35 VZ, revision 10967

(much) more efficient report mode redrawing

2001-07-11 13:34 VZ, revision 10966

documented wxLogChain and wxLogPassThrough classes and wxLog::DoLog/DoLogString methods

2001-07-11 12:35 VZ, revision 10965

moved some headers inside #ifndef WX_PRECOMP

2001-07-11 12:28 VS, revision 10964

mingw compilation fixes

2001-07-11 12:10 VZ, revision 10963

fixed hit testing for non report modes

2001-07-11 10:07 JS, revision 10962

Added wxUSE_DC_CACHEING and associated code to wxMSW Added EnableCache, CacheEnabled to wxDCBase Added mask source args to DoBlit, Blit Added cache testing code to dragimag sample Added wxSystemOptions, regenerated makefiles

2001-07-11 09:43 VZ, revision 10961

added wxLogChain and wxLogPassThrough classes

2001-07-11 07:37 VZ, revision 10960

compilation fix for MSW

2001-07-10 22:48 VS, revision 10959

compilation fix for wxGTK

2001-07-10 22:46 VS, revision 10958

#ifdefed wxPopupComboWindow to be used only in wxUniv

2001-07-10 22:46 VS, revision 10957

1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)

2001-07-10 22:39 VS, revision 10956

added check for w32api.h to configure (so that libjpeg works when cross-compiling)

2001-07-10 22:38 VS, revision 10955

fixes for tables renderer: now recognizes missing border property correctly

2001-07-10 18:12 RD, revision 10954

little tweaks

2001-07-10 17:33 VZ, revision 10953

made wxLog::Set/GetVerbose() static back again

2001-07-10 17:28 VZ, revision 10952

added cmd line parsing support to wxApp and --theme option to wxUniv

2001-07-10 16:46 VZ, revision 10951

added wxUSE_CMDLINE_PARSER

2001-07-10 16:44 VZ, revision 10950

added #if wxUSE_CMDLINE_PARSER around the header

2001-07-10 15:42 VZ, revision 10949

more combobox appearance fixes

2001-07-10 15:18 VZ, revision 10948

oops, missing semi colon added

2001-07-10 15:16 VZ, revision 10947

fix for crash when clicking below the items

2001-07-10 15:14 VZ, revision 10946

moved WX_USE_THEME macros inside IMPLEMENT_APP

2001-07-10 15:07 VZ, revision 10945

wxComboBox appearance fixes, looks fine now but doesn't really work under GTK yet

2001-07-10 14:03 VZ, revision 10944

respect wxBU_EXACTFIT

2001-07-10 14:00 VZ, revision 10943

don't set min width for the buttons

2001-07-10 13:44 VZ, revision 10942

added wxBU_EXACTFIT style

2001-07-10 12:59 VZ, revision 10941

made the button of correct size again (Robert, why did you comment this out??)

2001-07-10 12:58 VZ, revision 10940

use system colours under Windows (patch 439286)

2001-07-10 12:50 VZ, revision 10939

argh, another for GetVisibleLinesRange

2001-07-10 12:47 VZ, revision 10938

fix for incorrect assert in GetVisibleLinesRange

2001-07-10 12:45 VZ, revision 10937

fix for visible lines calculation

2001-07-10 12:27 VZ, revision 10936

added untested implementation of wxEvtLoop for GTK+

2001-07-10 12:25 VZ, revision 10935

wxUniv compilation fixes

2001-07-10 11:55 VZ, revision 10934

added missing menu.cpp

2001-07-10 11:32 VZ, revision 10933

fixes for crashes after DeleteItem and DeleteAllItems

2001-07-10 00:50 VZ, revision 10932

compilation fix

2001-07-10 00:48 VZ, revision 10931

fixed scrollbar refresh

2001-07-10 00:47 VZ, revision 10930

wxFrameNative is now defined in wx/frame.h itself

2001-07-09 23:35 VZ, revision 10929

detabified some more

2001-07-09 23:31 VZ, revision 10928

detabified

2001-07-09 23:26 VZ, revision 10927

wxListCtrl in report/virtual modes seems to work

2001-07-09 22:54 VZ, revision 10926

more scrolling tests

2001-07-09 22:47 VZ, revision 10925

fix for backwards selection in text ctrl (patch 439730)

2001-07-09 22:44 VZ, revision 10924

fixes to my previous errors in stack/vector (patch 439378)

2001-07-09 22:03 VZ, revision 10923

set m_itemIndex in the list events for key down event too

2001-07-09 21:45 VZ, revision 10922

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 21:41 VZ, revision 10921

simplified RTTI chain: wxFrame base class is now directly wxWindow, not wxFrameMSW

2001-07-09 18:37 VZ, revision 10920

more wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK

2001-07-09 18:37 VZ, revision 10919

added wxDCClipper

2001-07-09 18:31 VZ, revision 10918

documented wxDCClipper

2001-07-09 18:28 RD, revision 10917

fixed off by one error in GetText

2001-07-09 18:24 VS, revision 10916

added all data files

2001-07-09 18:24 VS, revision 10915

added wxUSE_POPUPWIN

2001-07-09 15:58 VZ, revision 10914

more wxListCtrl fixes: inserting/deleting items now works again (tested in the sample) but I somehow broke the scrolling

2001-07-09 13:26 VZ, revision 10913

Mattia's temp fix for cross-compiling

2001-07-09 13:14 JS, revision 10912

Various wxMotif fixes

2001-07-09 12:25 JS, revision 10911

Removed helpxlp.cpp. I really don't think we need that any more.

2001-07-09 12:23 VZ, revision 10910

scrolling with kbd generates scroll events too

2001-07-09 12:23 VZ, revision 10909

one more check: for wxUSE_HTML

2001-07-09 12:21 VZ, revision 10908

compilation fixes

2001-07-09 12:20 RR, revision 10907

Removed wxPopupWindow from normal (non-wxUniv) build as it expects a non-native combobox (which is a bug, of course). Minor compile thing for wxUniv branch. The library currently does not build due to problems in wxListCtrl.

2001-07-09 11:07 JS, revision 10906

Various fixes for wxMotif

2001-07-08 22:54 VS, revision 10905

Trying to hide evidence of my negative programming skills... (Why the hell did I write wxHTML in so strange way -- it used recursion a la Lisp instead of normal loop when it needed to iterate over cells...)

2001-07-08 22:54 VS, revision 10904

wxHTML fixes

2001-07-08 22:54 VS, revision 10903

added wxUSE_OLE

2001-07-08 22:52 VS, revision 10902

1. configure now checks first for timezone, then _timezone and then __timezone, so that we don't use glibc's internal variable whenever possible 2. added wxUSE_OLE so that MSW compiles with Mingw32

2001-07-08 19:03 GD, revision 10901

added missing includes after wxUniv merge

2001-07-08 18:58 GD, revision 10900

configure without popup windows under Mac OS X

2001-07-08 15:36 GD, revision 10899

added missing destructor for Mac OS X compilation

2001-07-08 13:47 GD, revision 10898

use RemoveAt instead of Remove

2001-07-08 13:23 GD, revision 10897

copied wxMac and wxMotif faq from wxWebSite

2001-07-07 23:29 VZ, revision 10896

applied patch 428750 (abs paths in vc makefile)

2001-07-07 23:22 VZ, revision 10895

oops, I didn't mean to commit this testing code

2001-07-07 23:20 VZ, revision 10894

use wxTextFile::Eol() in wxEndL

2001-07-07 23:16 VZ, revision 10893

added vector and stack classes (UNTESTED)

2001-07-07 23:02 VZ, revision 10892

applied patch 439186 (mingw and VC5 fixes)

2001-07-07 22:55 VZ, revision 10891

applied some minor patches from chuckm to wxListCtrl

2001-07-07 22:46 VZ, revision 10890

applied patch 436908 (warning fix in serialization code)

2001-07-07 22:42 VZ, revision 10889

1. fixed typo ('&' instead of '|') in wxNotebook 2. changed wxTC_MULTILINE to be equal to wxNB_MULTILINE and != 0 3. much more efficient selection handling in virtual wxListCtrl, we can now select 1000000 items without problems 4. kbd/mouse selection (ctrl/shift handling) fixed in wxListCtrl 5. added wxSortedArray::IndexForInsert() and AddAt(), remove Remove(size_t), use RemoveAt() instead

2001-07-07 22:42 VS, revision 10888

safe macro expansion

2001-07-07 21:42 RR, revision 10887

Added wxPopupWindow to GTK port, wxComboBox had to be adapted a little but basically works not under GTK/Univ. I am pretty sure I forgot some file...

2001-07-07 16:52 VZ, revision 10886

made switching from/to multiple selection mode work better (doesn't require recreating the control any more)

2001-07-07 15:33 SC, revision 10885

mac filter routine for nav services

2001-07-07 14:48 SC, revision 10884

mac fixes

2001-07-07 14:43 SC, revision 10883

corrected log error after initialize when in release mode, window inheritance (generated incorrect classinfo trees)

2001-07-07 13:31 GD, revision 10882

corrections after wxUniv merge

2001-07-07 13:20 GD, revision 10881

corrected wxGauge to inherit from wxGaugeBase

2001-07-07 13:16 GD, revision 10880

corrected friend declaration for CodeWarrior compilation

2001-07-07 13:16 SC, revision 10879

added mac l&f for rules and headers

2001-07-07 11:23 GD, revision 10878

corrected WXWIN_COMPATIBILITY conditional tests

2001-07-07 11:04 GD, revision 10877

corrected file list for Mac OS X compilation

2001-07-07 00:39 VZ, revision 10876

check for LVS_OWNERDATA availability at compile and run-time

2001-07-06 21:47 DW, revision 10875

Fixes for OS/2 wxUniv merge.

2001-07-06 21:47 DW, revision 10874

Missing LINKAGEMODE on static declaration (for OS/2).

2001-07-06 21:45 DW, revision 10873

OS/2 update for wxUniv merge.

2001-07-06 21:18 VZ, revision 10872

virtual wxListCtrl support (UNTESTED)

2001-07-06 20:21 GD, revision 10871

added missing include

2001-07-06 20:15 , revision 10870
  • A /wxWidgets/tags/WX_2_3_1
  • D /wxWidgets/tags/WX_2_3_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_3_1/distrib
  • R /wxWidgets/tags/WX_2_3_1/include
  • R /wxWidgets/tags/WX_2_3_1/include/wx/defs.h
  • R /wxWidgets/tags/WX_2_3_1/lib/dummy
  • R /wxWidgets/tags/WX_2_3_1/misc/afm
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_3_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_3_1/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_3_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_1/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/gtk1/verti.xbm
  • R /wxWidgets/tags/WX_2_3_1/src/html
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_3_1/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/msw
  • R /wxWidgets/tags/WX_2_3_1/src/os2
  • R /wxWidgets/tags/WX_2_3_1/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_2_3_1/src/png/makefile.nt
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_3_1/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_2_3_1/src/regex
  • D /wxWidgets/tags/WX_2_3_1/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/configure
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/README
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/trees.h
  • R /wxWidgets/tags/WX_2_3_1/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_2_3_1/utils/wxPython
  • D /wxWidgets/tags/WX_2_3_1/utils/wxprop
  • R /wxWidgets/tags/WX_2_3_1/wxPython

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

2001-07-06 20:15 RD, revision 10869

make sure all the files are removed when uninstalled

2001-07-06 20:02 RD, revision 10868

updated email address

2001-07-06 18:09 VZ, revision 10867

compilation fix for broken OS/2 compiler

2001-07-06 17:35 RD, revision 10866

some minor tweaks for the VTK demo

2001-07-06 17:31 RD, revision 10865

changed the base class to wxWindow

2001-07-06 17:25 RD, revision 10864

a bit of simplification

2001-07-06 16:25 JS, revision 10863

ReadMe updates

2001-07-06 16:23 VS, revision 10862

fixed a design flaw in wxFontMapper that prevented automatic creation of wxConfig instance

2001-07-06 16:10 SC, revision 10861

first impl (needs extending)

2001-07-06 13:18 JS, revision 10860

Implemented input disabling for disabled windows since MicroWindows doesn't do it

2001-07-06 12:11 GT, revision 10859

Returned a line that had somehow been dropped in the checked in version. This line *is* already present in latest CVS head.

2001-07-06 11:18 JS, revision 10858

Added WS_POPUP for MicroWindows dialogs

2001-07-06 10:25 JS, revision 10857

Added missing file

2001-07-06 10:24 JS, revision 10856

Added animation classes to contrib hierarchy

2001-07-06 04:11 RD, revision 10855

Fixed img2py to work correctly with Python 2.1. Added enhanced wxVTKRenderWindow by Prabhu Ramachandran

2001-07-05 20:55 JS, revision 10854

Added a file

2001-07-05 20:55 JS, revision 10853

#ifdefed out some redundant base classes so DLL version compiles

2001-07-05 19:32 RD, revision 10852

Checked in temporarily munged copy before...

2001-07-05 18:54 RD, revision 10851

Some tweaks for building the RPMs for multiple different versions of Python all with a single command.

2001-07-05 18:48 VZ, revision 10850

removed/replaced include 'wx/wx.h'

2001-07-05 17:46 RD, revision 10849

added new files to be included in the installer

2001-07-05 17:27 RD, revision 10848

Fixing some demos to look and act better

2001-07-05 16:34 JS, revision 10847

Updated MicroWindows patch file

2001-07-05 15:49 JS, revision 10846

Released menubar capture before menu popup was captured. Process menu command AFTER menu is dismissed (or it stays there). Still some problems but menus and message box beginning to work in MicroWindows.

2001-07-05 13:40 VZ, revision 10845

more steps toward virtual listctrl

2001-07-05 13:35 JS, revision 10844

Misc fixes, now menus are almost working on MicroWindows

2001-07-05 13:14 VZ, revision 10843

use type safe list instead of wxList for m_columns

2001-07-05 13:08 VZ, revision 10842

added virtual list control functions (but not implemented them yet) to the native wxListCtrl

2001-07-05 10:57 JS, revision 10841

Corrected cleanwx target

2001-07-05 10:52 VZ, revision 10840

check that we don't try to compile in GUI mode

2001-07-05 03:15 RD, revision 10839

odds and ends

2001-07-05 02:16 RD, revision 10838

odds and ends...

2001-07-05 01:27 VZ, revision 10837

added virtual listctrl support

2001-07-05 01:27 VZ, revision 10836

fixed ifdef

2001-07-05 01:26 VZ, revision 10835

added wxUSE_COLOURDLG to the header too

2001-07-04 23:34 RD, revision 10834

updated version number fixed a sample

2001-07-04 23:34 VZ, revision 10833

added wxUSE_COLOURDLG setting

2001-07-04 20:11 SC, revision 10832

wxMac: wxUniversal integration steps

2001-07-04 18:28 VZ, revision 10831

removed obsolete comment

2001-07-04 18:28 VZ, revision 10830

added wxUSE_LOG_DIALOG

2001-07-04 18:27 VZ, revision 10829

fixed another pragma

2001-07-04 18:27 VZ, revision 10828

use fontdlgg.cpp under wxUniv/GTK

2001-07-04 18:21 VZ, revision 10827

make it possible to use wxToolBarSimple as wxToolBar with wxUniv

2001-07-04 18:07 VZ, revision 10826

reverted Julians changes to the pragmas

2001-07-04 18:02 VZ, revision 10825

reverted Julians changes to the pragmas

2001-07-04 17:25 VZ, revision 10824

fix to include correct files.lst for wxUniv

2001-07-04 17:12 JS, revision 10823

Changed the pragmas to allow debugging under Linux

2001-07-04 16:45 VZ, revision 10822

corrected progress dialog appearance

2001-07-04 16:17 VZ, revision 10821

testing tree ctrl with wxUniv

2001-07-04 16:07 VZ, revision 10820

made filelist.txt more readable

2001-07-04 13:37 JS, revision 10819

Corrected imaglist addition

2001-07-04 13:18 JS, revision 10818

Added UnivDebug, UnivRelease configurations to project file

2001-07-04 12:59 JS, revision 10817

Added correct imaglist.cpp

2001-07-04 12:51 VZ, revision 10816

marked MSW imaglist.cpp as low level so that it is used for wxUniv

2001-07-04 12:40 JS, revision 10815

Don't complain under MicroWindows if a wxDC's HDC is NULL - it happens during dragging. Small mod to makefile.

2001-07-04 12:23 JJ, revision 10814

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/caret.h wxWindows/include/wx/dynlib.h wxWindows/include/wx/hash.h wxWindows/include/wx/gtk/window.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/dialup.cpp -Removed some redundant ;'s from the .h files -Updated wxGTK for OpenVMS ----------------------------------------------------------------------

2001-07-04 11:59 JS, revision 10813

Getting wxMicroWindows compiled again

2001-07-04 11:01 GT, revision 10812

Added some #includes that were needed in not using precompiled headers

2001-07-04 10:08 JS, revision 10811

Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp

2001-07-04 06:37 JS, revision 10810

Fixed HRGN leak in DoSetClippingRegion

2001-07-03 22:22 RD, revision 10809

fix for bug #438363

2001-07-03 21:54 RD, revision 10808

fixed IMP_PYCALLBACK__BOOL2DBL2INT

2001-07-03 20:06 GD, revision 10807

corrected according to file name change for generic scrolled window

2001-07-03 19:44 VS, revision 10806

more intelligent behaviour of wxHtmlWindow history: does not remember same page several times anymore

2001-07-03 19:38 VZ, revision 10805

tons of fixes for wxGTK/Univ - seems to work, more or less, now

2001-07-03 19:18 JS, revision 10804

Updated project files

2001-07-03 18:59 GD, revision 10803

replaced obsolete Number() calls with GetCount() calls

2001-07-03 18:14 VZ, revision 10802

renamed scrolwin file - no other way to make wxGTK/Univ compile

2001-07-03 18:10 SC, revision 10801

added nbkbase

2001-07-03 14:02 JS, revision 10800

Added nbkbase.cpp

2001-07-03 10:03 JS, revision 10799

MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now widgets sample works

2001-07-02 20:52 SC, revision 10798

changed Refresh to take Rect as client coordinates not window coordinates

2001-07-02 19:58 GD, revision 10797

removed useless PM_USE_SESSION_APIS define (it must be defined in MacHeaders to be of any use)

2001-07-02 19:55 GD, revision 10796

added common notebookbase source file

2001-07-02 19:42 VZ, revision 10795

changed copyright to SciTech one

2001-07-02 19:37 VZ, revision 10794

fixed deleting pages from the notebook

2001-07-02 18:34 VZ, revision 10793

1. fixed wxGTK notebook which was completely broken by the merge 2. added a new file for commno notebook code (nbkbase.cpp) 3. removed 'include "wx/wx.h"' from html files as I got tired of recompiling them

2001-07-02 18:01 VZ, revision 10792

define WXGTK12 for GTK+ 1.2.7+ as well

2001-07-02 16:07 VZ, revision 10791

backported crash fix for wxFrame::Iconize() from 2.2

2001-07-02 15:42 VZ, revision 10790

incremented version to 2.3.2 in configure as well

2001-07-02 15:38 VZ, revision 10789

fix (?) for error in wxCSConv::LoadNow()

2001-07-02 15:26 VZ, revision 10788

regenerated with tmake

2001-07-02 15:26 VZ, revision 10787

set wxUSE_WIZARDDLG by default

2001-07-02 15:19 VZ, revision 10786

missing WXDLLEXPORT_DATA added

2001-07-02 14:20 JS, revision 10785

More wxMicroWindows fixes

2001-07-02 13:45 VZ, revision 10784

process WM_ACTIVATEAPP in wxMSW too, not only wxUniv

2001-07-02 13:44 VZ, revision 10783

added russian language to the list of choices

2001-07-02 13:28 GT, revision 10782

Changes required after wxUniv merge wxListBox::Number() changed to wxListBox::GetCount()

2001-07-02 13:22 JS, revision 10781

Various wxUniversal/wxMicroWindows fixes

2001-07-02 13:01 VS, revision 10780

oops, fixed fatal bug in new HTML parsing code (I wonder why it didn't crash when I played with it yesterday...)

2001-07-02 12:57 VZ, revision 10779

respect wxUSE_WIZARDDLG setting

2001-07-02 12:53 VZ, revision 10778

regenerated with tmake

2001-07-02 12:42 VZ, revision 10777

fixed bug in wxString::Matches() - backtrack now if \* mismatched

2001-07-02 12:10 JS, revision 10776

Added microwin doc directory, readme and patches

2001-07-02 12:06 JS, revision 10775

Updated MicroWindows makefile

2001-07-02 11:00 VZ, revision 10774

crash in wxAppBase::SetActive fixed

2001-07-02 10:49 VZ, revision 10773

create directory for russian files, too

2001-07-02 10:45 VZ, revision 10772

changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now

2001-07-02 10:44 VZ, revision 10771

updated makefile to include russian translations and not refer to obsolete wxstd.po files

2001-07-02 10:43 VZ, revision 10770

compilation fix

2001-07-02 10:41 VZ, revision 10769

added default values for SetSizeHints() arguments, as in wxMSW

2001-07-02 10:40 VZ, revision 10768

compilation fixes

2001-07-02 10:39 VZ, revision 10767

changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now

2001-07-02 10:35 VZ, revision 10766

define wxUSE_LOGGUI/WINDOW by default

2001-07-02 10:30 VZ, revision 10765

warning fix

2001-07-02 10:27 VZ, revision 10764

minor doc fixes (bug 433229)

2001-07-02 10:12 VZ, revision 10763

compilation fixes for wxUSE_WAVE=0

2001-07-02 10:08 GT, revision 10762

Fixed doc issue not showing correct header definition (const function)

2001-07-02 10:06 JS, revision 10761

Fix to minimal sample project file; changed protected -> public in wxGIFDecoder

2001-07-02 10:00 VZ, revision 10760

typo in GTK version caching code fixed

2001-07-02 09:53 VZ, revision 10759

fix for compilation without WXWIN_COMPATIBILITY_2_2

2001-07-02 09:51 VZ, revision 10758

fix for compilation with wxUSE_MENU_CALLBACK=0

2001-07-02 09:49 VZ, revision 10757

fix for GTK+ version check caching (now it actually works)

2001-07-02 09:38 VZ, revision 10756

minor WXWIN_COMPATIBILITY_2_2 fixes

2001-07-02 09:38 VZ, revision 10755

fixed --with-libjpeg=sys

2001-07-02 09:23 VZ, revision 10754

added WXWIN_COMPATIBILITY_2_2 option (disabled by default)

2001-07-02 09:10 VZ, revision 10753

1. added --enable-gtk2 option, check for GTK+ 2.0 disabled by default 2. added caching of gtk-config checks

2001-07-01 23:17 , revision 10752
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/html/search.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/makefile.nt
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/regex
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_MAIN_AFTER_UNIV_MERGE/utils/wxprop

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

2001-07-01 23:17 VS, revision 10751

added generic/accel.h to filelist.txt so that wxGTK installs it

2001-07-01 23:17 VS, revision 10750

(hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug

2001-07-01 20:57 SC, revision 10749

refresh during window delete (if root window deleted) removed

2001-07-01 20:56 SC, revision 10748

added generic color dialog to setup

2001-07-01 18:07 VS, revision 10747

added convenience accessors to wxHtmlTag and modified wxHTML code to use them; improved colours parsing

2001-07-01 18:06 VS, revision 10746

post-merge fix: added chkconf.h to filelist.txt so that make install will install it

2001-07-01 17:24 JS, revision 10745

Removed arbitrary window-shrinking code; corrected log message

2001-07-01 15:09 VS, revision 10744

new HTML tags parser and entities substitution code

2001-07-01 15:09 VS, revision 10743

fixed AC_MSG_RESULT output of toolkit name to work with both autoconf 2.50 and older

2001-07-01 15:08 VS, revision 10742

added #ifdef wxUSE_XPM around XPM handler initialization

2001-07-01 15:08 VS, revision 10741

fixed charset names in message catalogs to be in iso-8859-x form, not iso8859 (gettext 0.10.37+ complains about non-portable encodings)

2001-07-01 15:07 VS, revision 10740

fixed handling of HTML tables with empty row(s)

2001-07-01 15:07 VS, revision 10739

1) fixed handling of 48bit colors in XPMs 2) re-added #if wxUSE_IMAGE && wxUSE_XPM

2001-07-01 15:07 VS, revision 10738

docs updates and typos and lies fixes

2001-06-30 23:52 VZ, revision 10737

fixed xpm colour parsing bug due to case sensitive colour name comparison

2001-06-30 13:43 JS, revision 10736

More fixes for wxUniv

2001-06-30 11:07 GD, revision 10735

include xpm files for Mac OS after correction of wxICON macro

2001-06-30 10:14 GD, revision 10734

corrections for Mac OS X after wxUniv merge

2001-06-30 09:34 GD, revision 10733

added missing common cmdproc files

2001-06-29 20:42 GD, revision 10732

corrected virtual function prototype

2001-06-29 20:40 GD, revision 10731

implemented Carbon printing for wxMac

2001-06-29 20:37 GD, revision 10730

added include for Print Manager Session APIs

2001-06-29 19:18 JS, revision 10729

Further wxUniv fixes

2001-06-29 19:03 VS, revision 10728

fixed copyrights in MGL files (finally...)

2001-06-29 17:23 JS, revision 10727

Added project files for wxUniv under MSW

2001-06-29 17:21 JS, revision 10726

Added some more files

2001-06-29 17:18 VZ, revision 10725

2 more files added on wxUniv branch I had forgot to commit

2001-06-29 17:16 JS, revision 10724

Added popupwin.h to trunk

2001-06-29 17:07 JS, revision 10723

Some wxUniv compile fixes

2001-06-29 16:51 VZ, revision 10722

define wxWindowNative for wxUniv compilation

2001-06-29 16:30 JS, revision 10721

Corrections to config checking; tweaking wxUniv's setup.h; added fix to makeb32.env

2001-06-29 16:25 SC, revision 10720

post wxUniv fixes

2001-06-29 16:19 SC, revision 10719

post wxUniv merge fixes

2001-06-29 11:31 JS, revision 10718

Added extra MicroWindows functions

2001-06-29 10:58 JS, revision 10717

First pass at adding MicroWindows support

2001-06-29 09:13 VZ, revision 10716

fixed 2 year old bug in wxBaseArray::operator=() (who the hell is/was RO who introduced it?)

2001-06-28 22:55 VS, revision 10715

added Slovenian translations

2001-06-28 22:54 VS, revision 10714

fixed parsing of tag parameters w/o value

2001-06-28 21:25 GD, revision 10713

applied SourceForge patch #423536 removed obsolete xpm handling code corrections after wxUniv merge

2001-06-28 21:23 GD, revision 10712

corrections after wxUniv merge

2001-06-28 21:19 GD, revision 10711

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-28 16:49 JS, revision 10710

Fixed some compilos. Things that still need fixing incl. logg.cpp compilation and docvwmdi debugging

2001-06-28 06:33 GD, revision 10709

implemented printing dialogs in Carbon with Sessions APIs

2001-06-28 06:32 GD, revision 10708

corrected conditional compilation added missing show for error message dialogs

2001-06-28 06:31 GD, revision 10707

added missing return on error

2001-06-28 06:30 GD, revision 10706

corrected conditional compilation

2001-06-28 06:30 GD, revision 10705

renamed port to session for Carbon printing

2001-06-28 06:28 GD, revision 10704

corrected after wxUniv merge

2001-06-28 06:27 GD, revision 10703

added missing dynamic class declaration

2001-06-28 06:25 GD, revision 10702

corrected conditional include

2001-06-28 06:24 GD, revision 10701

corrected control inheritance

2001-06-28 06:23 GD, revision 10700

added wxMac conditional include

2001-06-28 06:22 GD, revision 10699

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-27 22:29 GD, revision 10698

added missing includes after wxUniv merge

2001-06-27 22:26 GD, revision 10697

removed useless ; to allow smart preprocessing under Mac OS X

2001-06-27 22:24 GD, revision 10696

removed common duplicated definitions

2001-06-27 21:35 GD, revision 10695

added missing conditional compilation tests

2001-06-27 21:34 GD, revision 10694

removed common duplicated definition

2001-06-27 21:33 GD, revision 10693

removed common duplicated definitions

2001-06-27 21:31 GD, revision 10692

corrected include file path

2001-06-27 21:19 GD, revision 10691

derived new setup.h include from wxMSW after wxUniv merge

2001-06-27 20:36 JS, revision 10690

Updated version to 2.3.2 so apps can test for differences in new merged source

2001-06-27 19:44 GD, revision 10689

reset preview bitmap variable to NULL after deleting it

2001-06-27 19:27 GD, revision 10688

corrected wxICON for Mac OS (Classic and X)

2001-06-27 17:19 JS, revision 10687

Now wxFrame derives from wxFrameMSW/GTK in non-wxUniv mode. Fixes RTTI problems.

2001-06-27 13:55 VZ, revision 10686

fix for wxBitmapType definition problem

2001-06-27 13:51 VZ, revision 10685

wxSIZE_T_IS_UINT definition fix for mingw32 cross-compile

2001-06-27 12:34 JS, revision 10684

Added wxUSE_LOGWINDOW, wxUSE_LOGGUI settings

2001-06-27 12:31 JS, revision 10683

More small fixes

2001-06-27 12:17 VZ, revision 10682

linking fixes

2001-06-27 12:13 VZ, revision 10681

yet another file I added on the wxUniv branch and forgot to merge

2001-06-27 12:04 VZ, revision 10680

another file I added on the wxUniv branch and forgot to merge

2001-06-27 11:55 JS, revision 10679

Added wxUSE_NUMBERDLG to setup.h; added some files to VC++ project files; added missing virtual function from wxSliderMSW

2001-06-27 06:01 SC, revision 10678

no message

2001-06-27 00:27 VZ, revision 10677

MSW compilation fixes - widgets sample runs!

2001-06-26 21:29 VZ, revision 10676

compilation fixes - wxGTK compiles but not links

2001-06-26 21:09 VZ, revision 10675

another file added on univ branch

2001-06-26 21:05 VZ, revision 10674

added more files (unchanged) from wxUniv branch

2001-06-26 20:59 VZ, revision 10673

first pass of wxUniv merge - nothing works, most parts don't even compile

2001-06-26 18:47 SC, revision 10672

forced redraw before scrolling

2001-06-26 18:45 SC, revision 10671

added tiered implementation (using draw paragraph) for stattext, corrected scrollbar paging, forced redraw before scrolling

2001-06-26 18:41 SC, revision 10670

added tiered implementation (using draw paragraph)

2001-06-26 17:31 , revision 10669
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/lib/dummy
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/misc/afm
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/internat/internat.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/layout/layout.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/mdi.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/printing/printing.def
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/common/glob.inc
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/html/search.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/ansi2knr.1
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/makefile.nt
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/regex
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/unix/net.cpp
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/configure
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/INDEX
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/infblock.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/infcodes.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/inffast.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/inftrees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/infutil.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/maketree.c
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/README
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/trees.h
  • R /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/src/zlib/zlib.3
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/utils/wxPython
  • D /wxWidgets/tags/WX_MAIN_BEFORE_UNIV_MERGE/utils/wxprop

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

2001-06-26 17:31 VZ, revision 10668

reverting accidental commit

2001-06-26 16:08 VZ, revision 10667

no changes

2001-06-26 16:08 VZ, revision 10666

use GetText() instead of GetText(wxString&), made some methods inline

2001-06-26 16:03 VZ, revision 10665

testing merging with -kk

2001-06-25 23:51 RD, revision 10664

removed debug code that got left in

2001-06-25 23:46 RD, revision 10663

some fixes and a new mixin class added to the library

2001-06-24 01:14 VZ, revision 10662

reduced XPM colour depth

2001-06-23 22:24 VZ, revision 10661

delete test added

2001-06-23 20:38 GD, revision 10660

corrected use of Print Manager Session APIs for Carbon targets

2001-06-23 19:49 GD, revision 10659

use Print Manager session APIs if PM_USE_SESSION_APIS is true

2001-06-23 19:39 GD, revision 10658

correction for compilation with -cpp-precomp option

2001-06-23 18:01 VZ, revision 10657

added makefile for the sample

2001-06-23 18:00 VZ, revision 10656

wxGTK compiles and runs again

2001-06-23 17:21 GD, revision 10655

added -cpp-precomp option for c++ compiler under Mac OS X so that precompiled system headers are used (compilation is twice as fast!)

2001-06-23 17:19 GD, revision 10654

remove PM_USE_SESSION_APIS setting so that wxMac can be compiled with the -cpp-precomp compiler option

2001-06-23 17:18 GD, revision 10653

use Print Manager session APIs if PM_USE_SESSION_APIS is true

2001-06-23 17:13 GD, revision 10652

use Print Manager session APIs if PM_USE_SESSION_APIS is true

2001-06-23 17:02 GD, revision 10651

removed dialup from list of files because of compilation problem with -cpp-precomp option under Mac OS X

2001-06-23 17:01 GD, revision 10650

corrected for compilation under Mac OS X with -cpp-precomp option

2001-06-23 17:00 GD, revision 10649

added missing cast for delete

2001-06-23 16:58 GD, revision 10648

corrected #ifdef for Mac OS X

2001-06-23 16:57 GD, revision 10647

added -cpp-precomp compilation problems

2001-06-23 16:29 VZ, revision 10646
  • D /wxWidgets/branches/wxUNIVERSAL/src/gtk/accel.cpp
  • D /wxWidgets/branches/wxUNIVERSAL/src/gtk1/accel.cpp

src/generic/accel.cpp is now used instead

2001-06-23 16:20 VZ, revision 10645

fix for configure under Solaris (don't use unportable test -L)

2001-06-23 02:12 VZ, revision 10644

many compilation fixes to wxMSW

2001-06-22 18:30 GD, revision 10643

clarified listbox problems (related to the custom CDEF)

2001-06-22 16:53 RD, revision 10642

generated code updates

2001-06-22 15:04 VZ, revision 10641

minor docs fixes

2001-06-22 12:34 SC, revision 10640

Raise and Lower implemented

2001-06-22 01:31 VZ, revision 10639

1. fixed wxBase RPM template 2. fixed several erros in filelist.txt 3. regenarated everything

2001-06-22 01:28 VZ, revision 10638

compilation fixes

2001-06-22 01:28 VZ, revision 10637

some typos fixed

2001-06-22 00:22 VZ, revision 10636

fix for rpm uninstallation

2001-06-22 00:03 VZ, revision 10635

finally, wx/setup.h is not needed in the .spec

2001-06-21 23:54 VZ, revision 10634

regenerated again

2001-06-21 23:45 VZ, revision 10633

fixed bug in baserpm.t and regenerated

2001-06-21 23:32 VZ, revision 10632

added missing files to the RPM

2001-06-21 23:30 VZ, revision 10631

regenerated with tmake

2001-06-21 18:37 VZ, revision 10630

wxBase compilation fix

2001-06-21 18:31 VZ, revision 10629

possible compilation problem fix

2001-06-21 18:25 VZ, revision 10628

enabled all tests for the release

2001-06-21 18:24 VZ, revision 10627

oops... fix for the fix for config.status

2001-06-21 18:12 VZ, revision 10626
  • D /wxWidgets/trunk/samples/internat/de/wxstd.mo
  • D /wxWidgets/trunk/samples/internat/de/wxstd.po
  • D /wxWidgets/trunk/samples/internat/fr/wxstd.mo
  • D /wxWidgets/trunk/samples/internat/fr/wxstd.po

removed obsolete files

2001-06-21 18:12 VZ, revision 10625

some warnings fixed

2001-06-21 17:53 VZ, revision 10624

fixed warning about multiline comment

2001-06-21 17:53 VZ, revision 10623

enable all tests

2001-06-21 17:53 VZ, revision 10622

1. use tar.bz2 as sources, not tar.gz 2. fix URL in the spec files

2001-06-21 17:52 VZ, revision 10621

don't move the file to itself in AC_OUTPUT, this allows to run config.status after configure

2001-06-21 17:51 VZ, revision 10620

1. added erase and event samples to the distribution 2. tar.bz2 now unpacks into wxTOOLKIT-VERSION and not wxTOOLKIT as well

2001-06-21 17:18 VZ, revision 10619

added ru files to the trunk, removed obsolete wxstd files

2001-06-20 13:16 VS, revision 10618

fixed yet another bug in wxHtmlTag's parameters parser

2001-06-19 19:19 , revision 10617

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

2001-06-19 19:19 RD, revision 10616

Updated version number

2001-06-19 12:56 DW, revision 10615

Some OS/2 catching up.

2001-06-19 12:12 VZ, revision 10614

fixed <iostream> detection

2001-06-19 08:39 VZ, revision 10613

fixed OLE path as in 2.3 branch

2001-06-19 08:38 VZ, revision 10612

added [bzip-]dist-only targets to the makefile

2001-06-18 22:37 VS, revision 10611

applied patch #432997 (wxHTML added to Watcom makefiles)

2001-06-18 17:41 VZ, revision 10610

implemented text styles for GTK+

2001-06-18 15:52 DW, revision 10609

define this, wxSIZE_T_IS_UINT, for OS/2.

2001-06-17 22:41 JS, revision 10608

Reduced true colour icon (!) to 16 colours, updated project files and scripts

2001-06-17 18:34 JS, revision 10607

Makefile and other small corrections

2001-06-17 13:32 JS, revision 10606

Canvas lib precompiled header fix; doc typos fixes; makefile.vc dbtable.cpp addition

2001-06-17 13:25 VZ, revision 10605

more region tests

2001-06-17 13:14 VZ, revision 10604

fixed clip rect when logical coords != device ones

2001-06-17 10:41 VS, revision 10603

fixed stream error handling

2001-06-16 22:57 VZ, revision 10602

warning fix

2001-06-16 22:48 VZ, revision 10601

added GetSizer

2001-06-16 21:13 GD, revision 10600

disable toggle button under Mac OS X (not yet implemented)

2001-06-16 21:11 GD, revision 10599

added listbox creation under Mac OS X and toggle buttons

2001-06-16 01:36 VZ, revision 10598

applied patch #428104 (SetSizeHints() for wxMDIChildFrame)

2001-06-16 01:22 VZ, revision 10597

oops, compilation fix

2001-06-16 01:21 VZ, revision 10596

applied patch 433505 (MDI parent activation fix)

2001-06-16 01:17 VZ, revision 10595

applied 2nd part of flicker reducing patch

2001-06-16 01:14 VZ, revision 10594

applied patch 427702 (remove flicker)

2001-06-16 01:09 VZ, revision 10593

applied (part of) patch 433176 (reduce flicker)

2001-06-16 00:59 VZ, revision 10592

1. improved wxKill() implementation for Win32 2. added wxKillError output parameter to wxKill 3. added wxProcess::Kill() and Exists() 4. documented all the new stuff 5. updated the sample to show it

2001-06-15 23:08 VZ, revision 10591

subclass status bar as any normal window to ensure that the events from the controls inside it are processed normally

2001-06-15 22:55 VZ, revision 10590

compilation fixes and some cleanup

2001-06-15 22:05 VS, revision 10589

added wxDynamicLibrary as suggested by Vadim

2001-06-15 21:43 RD, revision 10588

Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc... Added wxGridAutoEditMixin to the mixins library package. Made ColourSelect be derived from wxButton. Fixed a few bugs here and there, added some missing methods, etc.

2001-06-15 17:48 VZ, revision 10587

fix for brain dead egcs - this stupid compiler not only doesn't compile what it should but also compiles junk which it shouldn\'t!

2001-06-15 16:37 VZ, revision 10586

applied patch 433352 (fix for wxTextCtrl::SetForegroundColor())

2001-06-15 14:34 JS, revision 10585

Added missing settings.h include (sorry)

2001-06-15 14:27 VZ, revision 10584

fixed size_t == uint detection

2001-06-15 13:34 JS, revision 10583

Moved metafile helpers from utilsexc.cpp to utils.cpp -- seemed more appropriate!

2001-06-15 12:59 JS, revision 10582

Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation for wxMSW

2001-06-15 11:44 VZ, revision 10581

applied patch 430963 (fix for wxRegConfig::SetPath("//foo")

2001-06-15 11:37 VZ, revision 10580

applied patch 430961 (fix for wxHashTable::Put(key, value, object)

2001-06-15 01:30 VZ, revision 10579

restored (and slightly improved) wxImage::Scale() fix

2001-06-15 01:15 VZ, revision 10578

define wxSIZE_T_IS_UINT for Windows

2001-06-14 22:18 DW, revision 10577

Add dbgrid to make.

2001-06-14 22:17 DW, revision 10576

Add the options stuff to settings.

2001-06-14 20:09 KLB, revision 10575

Reverted wxFileSystem changes to image.cpp and dib.cpp

2001-06-14 17:44 VZ, revision 10574

fixed warning about unused var

2001-06-14 17:43 VZ, revision 10573

no changes

2001-06-14 17:38 VZ, revision 10572

regenerated from templates

2001-06-14 17:37 VZ, revision 10571

forgot to commit - no changes

2001-06-14 17:27 VZ, revision 10570

hopefully finally fixed the problem with ambiguous overloads of wxString::operator[] for _all_ machines

2001-06-14 16:51 JS, revision 10569

Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to be added to child frame style)

2001-06-14 16:29 VZ, revision 10568

regenerated again

2001-06-14 16:15 RR, revision 10567

I don't understand the SetIconState code in /src/frome.cpp, but I know it is wrong. This also caused the splitter window bug.

2001-06-14 15:16 VZ, revision 10566

fixed indentation and warnings/bugs

2001-06-14 13:33 JS, revision 10565

These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in each of the samples which will compile with Borland's compiler. They also modify the start of the .cpp file so the Cbuilder IDE will accept it.

2001-06-14 10:20 SC, revision 10564

since somehow db does not compile properly anymore (was not tested anyway) now disabling wxUSE_ODBC

2001-06-14 10:06 JS, revision 10563

Added SetOption,GetOption[Int] to wxSystemSettings. Made native MaskBlt optional.

2001-06-13 16:05 JS, revision 10562

More contrib compilation fixes & makefiles

2001-06-13 15:01 JS, revision 10561

Some BC++ fixes

2001-06-13 14:49 JS, revision 10560

Fixes to BC++ compilation in mem debug mode

2001-06-13 13:01 DW, revision 10559

Add USE_MENUS

2001-06-13 12:45 JS, revision 10558

Added wxUSE_MENUS to setup0.h to make menu sample compile; updated some makefiles

2001-06-12 22:56 VS, revision 10557

fixed another bug in strconv (Off by one error that did not demonstrate itself in poEdit before because windows native convertion wasn't used due to wxLocale returning cp12xx instead of windows-12xx. MultiByteToWideChar and WideCharToMultiByte return size of needed buffer, not number of output characters. Author of the code didn't know this, hence off by one.)

2001-06-12 22:55 VS, revision 10556

more fixes for autoconf 2.50: ac-2.50 does not use config.cache by default so we cannot use it to pass arguments to subdirs configure scripts. Instead, we now export some shell variables to make sure they are part of subdir configure script's environment

2001-06-12 22:53 VS, revision 10555

standardized encoding names to windows-12xx and iso-8859-x forms

2001-06-12 20:13 VZ, revision 10554

removed warning about unused variable

2001-06-12 19:49 KLB, revision 10553

Updates to xmlres.h to allow compiling XML code into a DLL correctly.

2001-06-12 18:57 DW, revision 10552

must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch.

2001-06-12 18:52 KLB, revision 10551

Commited latest SciTech changes into CVS. This includes updates to the applet code (with changes copyright headers) as well as updates to the wxImage and dib.cpp modules to use virtual file systems so that we can load these objects from ZIP files correctly. The dib.cpp module was also extensively cleaned up (although the DIB writing code does not presently use file streams as we couldn't figure out if it was possible to write to a ZIP file stream). The code has been tested and functions correctly for both regular files and ZIP files.

2001-06-12 17:20 GT, revision 10550

Fixed compile problems under MingW32 compiler

2001-06-12 17:04 JS, revision 10549

Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.

2001-06-12 13:42 DW, revision 10548

Got rid of VisualAge true/false defs with db class fixes.

2001-06-12 10:14 JS, revision 10547

Added geometry option to setup.h; added some missing make and project files

2001-06-12 06:34 GRG, revision 10546

For all platforms except WXMAC, the wxGIFDecoder::dgif function was allocating 3 arrays of 4096 ints in the stack (48K) which causes problems with Watcom. Now all platforms behave like WXMAC, i.e. the arrays are allocated (and freed) dynamically on the heap.

2001-06-11 22:58 VS, revision 10545

fixed remaining bugs in configure.in that manifested themselves with ac-2.50; regenerated configure with ac-2.50

2001-06-11 22:55 VS, revision 10544

fixed infinite loop when looking up nonexistent encoding in registry

2001-06-11 21:52 JS, revision 10543

Tex2RTF: underscores now only checked for if syntax checking is on. Removed the MDIS_ALLCHILDSTYLES style again.

2001-06-11 20:03 RR, revision 10542

Applied wxImage::Scale() patch, Added testing code for wxSplitterWindow bug. Added testing code for OnEraseBackground things.

2001-06-11 16:59 GT, revision 10541

Changed the 'true's and 'false's back to TRUE and FALSE

2001-06-11 16:54 GT, revision 10540

Changed the 'true's and 'false's back to TRUE and FALSE

2001-06-11 16:42 JS, revision 10539

Removed redundant sections from sizeevt.tex

2001-06-11 16:23 JS, revision 10538

Added 'wx' prefix to a couple of functions

2001-06-11 16:17 VZ, revision 10537

compilation fix

2001-06-11 15:29 VZ, revision 10536

fixed broken links to string functions

2001-06-11 14:55 JS, revision 10535

Updated manual date, removed underscore from label

2001-06-11 14:12 DW, revision 10534

Needed a comment after last #endif and defined true TRUE and false FALSE for Visual Age.

2001-06-11 14:11 DW, revision 10533

removed compiler warnings about assignments in logical expressions

2001-06-11 12:54 GT, revision 10532

Changes to catch macros that are missing arguments - not perfect, but it will work with all our current TEX files. Added cleaner ABORT handling in some situations If \\end{document} is not found, then program auto-aborts after first pass to avoid hanging in some endless loop until all system resources are exhausted and the program crashes.

2001-06-11 12:26 JS, revision 10531

VC++ project file corrections

2001-06-11 12:19 VZ, revision 10530

another attempt to fix strconv.cpp compilation

2001-06-11 10:14 JS, revision 10529

project file updates

2001-06-11 09:51 GT, revision 10528

Comment about wxDbGrid being added

2001-06-11 09:41 VZ, revision 10527

extracted classes into their own files to fix alphabetic order

2001-06-11 07:49 JS, revision 10526

Project file updates; cast in strconv.cpp to compile with VC++ 6

2001-06-11 07:15 RL, revision 10525

fingers crossed..

2001-06-11 04:56 RL, revision 10524

last test, really!

2001-06-11 04:43 RL, revision 10523

oops.

2001-06-11 04:39 RL, revision 10522

this time the log stuff will work, really it will..

2001-06-11 04:12 RL, revision 10521

cvs admin test..

2001-06-11 03:54 RL, revision 10520

log test..

2001-06-11 03:47 RL, revision 10519

more admin tests.

2001-06-11 03:31 RL, revision 10518

testing, testing, lalala..

2001-06-11 03:13 RL, revision 10517

another (semi) gratuitous commit to test the mailer script.

2001-06-11 03:02 RL, revision 10516

merged 2.2 /debian changes to 2.3 (and really test the new log mailer *after* committing CVSROOT changes :)

2001-06-11 02:46 RL, revision 10515

fixed build-dep bug and updated changelog for 2.2.7. (really just an excuse to test the new cvs log mailer though :)

2001-06-11 01:57 VZ, revision 10514

regenerated with autoconf 2.13

2001-06-10 23:44 VZ, revision 10513

fix to alphabetic order of classes

2001-06-10 23:38 VZ, revision 10512

fixed doc bug

2001-06-10 23:20 GT, revision 10511

Fixed compilation if wxUSE_NEW_GRID and wxUSE_GRID are both set to 0

2001-06-10 23:15 VZ, revision 10510

another compilation fix

2001-06-10 22:26 VS, revision 10509

changes to work with autoconf 2.50

2001-06-10 20:20 GD, revision 10508

corrected wxWindows library name under Mac OS X corrected detection of wchar_t under Mac OS X tweaked detection of pthread library under Mac OS X

2001-06-10 20:17 GD, revision 10507

corrected Mac OS X resource file name

2001-06-10 18:17 GD, revision 10506

corrected wchar handling for Mac OS X

2001-06-10 17:12 GT, revision 10505

Added code to show off wxDbGrid (contributed by Paul and Roger Gammans) in wxUSE_NEW_GRID is set to 1. If grid is not enabled, the program does not compile in the wxDbGrid portion of the sample Fixed a bug in the SetColDef() descriptions that had the Contribs column defined as a UCHAR but the SQL data type was set to be SQL_C_SHORT when it needed to be SQL_C_UTINYINT to match the size of the UCHAR data variable General code cleanup TRUE/FALSE changed to true/false Now uses new wxDbLogExtendedErrorMsg() function for reporting human readable ODBC errors

2001-06-10 17:09 GT, revision 10504

Added wxDbGrid files

2001-06-10 17:08 GT, revision 10503

wxDbGrid additions contributed by Paul and Roger Gammans with additions/corrections from George Tasker

2001-06-10 17:07 GT, revision 10502

wxDbGrid additions Changed all TRUE/FALSEs to true/false General code cleanup

2001-06-10 17:06 GT, revision 10501

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver General code cleanup

2001-06-10 17:05 GT, revision 10500

wxDbGrid additions Changed all TRUE/FALSEs to true/false Added wxDbLogExtendedErrorMsg() function to retrieve human readable ODBC error information from the ODBC driver

2001-06-10 17:04 GT, revision 10499

wxDbGrid additions - Added support for ODBC date types

2001-06-10 17:01 GT, revision 10498

Initialized m_startint in the constructor to avoid cloning of uninitialized value

2001-06-10 17:00 VZ, revision 10497

compilation fix for SIZEOF_WCHAR_T being undefined

2001-06-10 12:49 RR, revision 10496

More from the PopUp patch.

2001-06-10 12:48 RR, revision 10495

More from the PopUp patch.

2001-06-10 12:13 RR, revision 10494

Backported PopUpMenu patch. Will compile soon :-)

2001-06-10 11:58 JS, revision 10493

Renamed project files

2001-06-10 11:52 JS, revision 10492

Renamed XRC project files

2001-06-09 23:22 VZ, revision 10491

add #error for platforms with weird sizeof(wchar_t)

2001-06-09 22:43 VS, revision 10490

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

2001-06-09 22:18 VS, revision 10489

changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h

2001-06-09 21:38 VZ, revision 10488

use SetForegroundWindow instead of BringWindowToTop

2001-06-09 20:22 GD, revision 10487

added CodeWarrior 5 projects for samples

2001-06-09 20:12 GD, revision 10486

added OpenGL sample project for CodeWarrior 5

2001-06-09 20:08 GD, revision 10485

added dead-strip static initialization code option

2001-06-09 20:03 GD, revision 10484

added dead-strip static initialization code option

2001-06-09 19:11 VS, revision 10483

documented Kendall's change of wxHtmlWindow::LoadPage to virtual function

2001-06-09 19:11 VS, revision 10482

oops, forgot to add editlbox

2001-06-09 17:57 VZ, revision 10481

applied patch 430835 (missing wxSTD breaking compilation for VC++ 5)

2001-06-09 17:55 VZ, revision 10480

applied patch 428783 (fix B32 makefiles)

2001-06-09 17:51 VZ, revision 10479

applied patch 431596 (fixes some crashes in wxDocView classes)

2001-06-09 17:48 VZ, revision 10478

applied patch 424550 (fix compilation of the notebook sample in tabbed dialog mode)

2001-06-09 17:43 JS, revision 10477

Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably means that the 'version' fix for BC++ doesn't work (misapplied?)

2001-06-09 17:40 VZ, revision 10476

fixed bug 418496 (wxDC::SetClippingRegion doesn't clear the previous clipping region)

2001-06-09 17:07 VZ, revision 10475

fixed bug 418766 (elapsed time not initialized in wxProgressDialog)

2001-06-09 17:00 VZ, revision 10474

fixed bug 419079 (wxDateTime::ParseTime() didn't find am/pm)

2001-06-09 16:49 VZ, revision 10473

fixed bug 424212 (unworking close button in the progress dialog)

2001-06-09 16:35 VZ, revision 10472

1. added wxAssertIsEqual() function to be used in wxASSERT() 2. made wxTrap() public, documented it

2001-06-09 16:34 VZ, revision 10471

src/common

2001-06-09 15:57 VZ, revision 10470

fix for crash when pressing TAB in the tree text control

2001-06-09 09:11 SC, revision 10469

delete now does remove the item in correct synch from m_datas and m_strings

2001-06-09 02:01 VZ, revision 10468

warning fix

2001-06-09 01:56 VZ, revision 10467

some fixes to wxSingleInstanceChecker error reporting

2001-06-09 00:27 VZ, revision 10466

added missing brace

2001-06-09 00:21 VZ, revision 10465

some missing c_str()s added

2001-06-08 23:57 VZ, revision 10464

regenerated files with tmake

2001-06-08 23:42 VZ, revision 10463

implemented wxSingleInstanceChecker for Unix

2001-06-08 23:11 VZ, revision 10462

added tiny wxInitializer class

2001-06-08 19:37 KLB, revision 10461

Merged latest changes from SciTech code base into wxWindows CVS Tree. Includes updates to remove Watcom compiler warnings and the latest updates to the wxApplet code.

2001-06-08 15:24 DW, revision 10460

Enabling the Pop Menu fix to peek at all the command messages. Required adding a secondary DoMessage to wxApp. Some textctrl work as well.

2001-06-08 15:23 DW, revision 10459

Add support for the eventual inclusion of the single instance code.

2001-06-08 15:04 JS, revision 10458

Support for Cygwin 1.0 (thought it worked before, but...)

2001-06-08 11:33 JS, revision 10457

Altered the message loop to process implicit accelerators correctly in controls

2001-06-08 04:26 RD, revision 10456

move the tech note to a correctly named file

2001-06-08 01:47 VZ, revision 10455

replaced wxYield() call in PopupMenu() by a much safer wxYieldForCommandsOnly() - fixes tree ctrl bug

2001-06-08 01:29 VZ, revision 10454

added wxSingleInstanceChecker test

2001-06-08 01:28 VZ, revision 10453

added wxSingleInstanceChecker class

2001-06-07 21:05 SC, revision 10452

implemented generic clipboard, corrected event handling for radiobutton

2001-06-07 21:01 SC, revision 10451

removed duplicate definition

2001-06-07 20:57 SC, revision 10450

clipboard implementation generalized

2001-06-07 13:30 JS, revision 10449

Bug in wxDocument::Save logic corrected, whereby Save didn't save when not first-time saved

2001-06-07 11:12 VZ, revision 10448

documented wxLog::Suspend/Resume

2001-06-07 10:57 JS, revision 10447

Updates for version change to 2.3.1

2001-06-06 17:12 RD, revision 10446

regenerated configure from configure.in

2001-06-06 16:51 VZ, revision 10445

applied patch for compilation with gcc 3.0

2001-06-06 16:50 RD, revision 10444

Updated version numbers to 2.3.1

2001-06-06 16:44 RD, revision 10443

Added technote about where the version numbers are located.

2001-06-06 16:29 VZ, revision 10442

applied patch 429317 (PCH fix for BC++)

2001-06-06 16:27 VZ, revision 10441

fixed slider value rounding once again

2001-06-06 14:54 VZ, revision 10440

another fix for enter processing in wxSpinCtrl