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

2002-05-08 19:51 MBN, revision 15440

Fix _ quoting to make tex2rtf happier

2002-05-08 19:44 GD, revision 15439

added missing include file

2002-05-08 19:00 JS, revision 15438

Added Ok() member for print data, print dialog, page dialog, page dialog data so we can test in advance whether the print/page setup dialogs will fail. Removed assertions that would fire if the default printer was not found, for example. Added call to Ok() from HTML print code with suitable error message. Commented out my erroneous fix to wxStaticText.

2002-05-08 18:45 GD, revision 15437

improved dependencies for Info.plist corrected makefile (spaces => tabs)

2002-05-08 18:18 GD, revision 15436

corrected application bundle building for Mac OS X

2002-05-08 17:13 GD, revision 15435

added handling of -undefined and -flat_namespace options

2002-05-08 14:17 GD, revision 15434

corrected warnings when compiling with -Wall -W

2002-05-08 14:14 VZ, revision 15433

added missing header for not PCH case

2002-05-08 14:11 GD, revision 15432

improved out of memory handling by return failure status where possible and adding asserts in debug mode (suggested by SourceForge patch # 544906) corrected warnings when compiling with -Wall -W

2002-05-08 14:02 GD, revision 15431

removed useless trailing semicolon

2002-05-08 14:00 GD, revision 15430

corrected warnings when compiling with -Wall -W

2002-05-08 13:55 GD, revision 15429

implemented missing copy constructor (needed for non trivial member) corrected warnings when compiling with -Wall -W

2002-05-08 13:47 GD, revision 15428

ignore Mac OS X specific files

2002-05-08 13:30 GD, revision 15427

added DECLARE_NO_COPY_CLASS where appropriate since wxObject should not provide implicit copy constructor or assignement (will be corrected)

2002-05-08 13:28 MBN, revision 15426

Fixed programming error (and BCC warning).

2002-05-08 13:24 GD, revision 15425

corrected warnings when compiling with -Wall -W

2002-05-08 13:19 GD, revision 15424

corrected conditional compilation for Darwin / Mac OS X

2002-05-08 13:17 GD, revision 15423

corrected warnings when compiled with -Wall -W

2002-05-08 13:14 GD, revision 15422

ignore Mac OS X specific files

2002-05-08 12:48 GD, revision 15421

improved dynamic shared library creation for Darwin / Mac OS X

2002-05-08 12:42 JJ, revision 15420

Committing in . updates for OpenVMS Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/motif/clipbrd.cpp Added Files: wxWindows/samples/db/descrip.mms ----------------------------------------------------------------------

2002-05-08 12:36 GD, revision 15419

implemented cbCommonPaneProperties copy constructor and assignment operator

2002-05-08 12:32 GD, revision 15418

pi is static to avoid link error under Mac OS X (already defined by system lib)

2002-05-08 05:22 DW, revision 15417

More of the same.

2002-05-07 23:29 VZ, revision 15416

added src/msw/popupwin.cpp to the makefiles

2002-05-07 23:27 VZ, revision 15415

fixed Windows style of wxPopupWindow

2002-05-07 23:16 VZ, revision 15414

fixed typos and tmakecmd/TMAKE/TM confusion

2002-05-07 22:27 DW, revision 15413

More image processing updates

2002-05-07 21:58 GD, revision 15412

corrected warnings when compiling with -Wall -W

2002-05-07 20:40 GD, revision 15411

implemented explicit copy constructor and assignement operator

2002-05-07 19:59 VZ, revision 15410

Added wx/build.h

2002-05-07 19:56 VZ, revision 15409

added wxBuildOptions and check that they are the same for the program and the library on startup

2002-05-07 19:52 GD, revision 15408

ignore CodeWarrior output files

2002-05-07 17:03 DW, revision 15407

More image updates

2002-05-07 16:40 VZ, revision 15406

fixed typo for MSW cross-compilation

2002-05-07 16:40 VZ, revision 15405

fixed compilation without PCH

2002-05-07 16:35 VZ, revision 15404

removed Left(char ch) version which doesn't exist any more

2002-05-07 04:56 DW, revision 15403

Mono bitmap processing updates

2002-05-06 22:35 RR, revision 15402

Fixed tree control redraw bug, which had nothing ro do with scrolling. Someone just removed my use

2002-05-06 21:48 DW, revision 15401

OS/2 Image processing updates along with some statusbar updates

2002-05-06 21:47 DW, revision 15400

OS/2 Image processing updates

2002-05-06 14:59 RD, revision 15399

Fixed nested triple quotes problem

2002-05-06 14:09 VZ, revision 15398

wxPanel is a canvas in wxUniv sense of the word

2002-05-06 13:46 JS, revision 15397

Did a small amount of proofreading of the ODBC docs.

2002-05-06 11:40 VZ, revision 15396

added wxCheckBox::IsChecked() to wxMac and documented it

2002-05-06 10:52 VZ, revision 15395

include wx/defs.h to get wxUSE_FFILE

2002-05-06 10:51 VZ, revision 15394

typo fixed: __WXUNIV__ => __WXUNIVERSAL__

2002-05-05 23:09 VZ, revision 15393

fixed multiple bugs in multiple selection wxCheckListBoxes

2002-05-05 21:31 VZ, revision 15392

fixed compilation and added a test for OnErase() to the sample

2002-05-05 20:03 GD, revision 15391

use Darwin specific double step shared library linking script do not add shared library resources to generated executables

2002-05-05 19:56 GD, revision 15390

script to link a mach-o dynamic shared library for Darwin / Mac OS X

2002-05-05 19:27 MBN, revision 15389

Documentation for wxClipboard::Flush Added \label in window.tex

2002-05-05 18:27 VS, revision 15388

fixes to gcc pragmas

2002-05-05 18:26 VS, revision 15387

gcc pragmas fixes

2002-05-05 16:09 GD, revision 15386

improved opening/closing of shared library resources so that Mach-O shared library resources are opened in wxApp::Initialize and closed in wxApp::CleanUp

2002-05-05 14:25 VZ, revision 15385

added files for LaTeX compilation (second part of the patch 551210)

2002-05-05 14:24 VZ, revision 15384

fixed LaTeX compilation problems (part of patch 551210)

2002-05-05 14:18 VZ, revision 15383

added wxShutdown (patch 547443)

2002-05-05 11:36 RR, revision 15382

Corrected double clicks (always on the same window). Corrected mouse up events (same window as mouse down).

2002-05-05 09:35 JS, revision 15381

Doc tweaks Added back mouse sensitivity to wxStaticText Added code to widgets sample to test for sensitive wxStaticTexts

2002-05-05 07:31 RR, revision 15380

Corrected wrong use of delete in region code.

2002-05-05 04:21 RD, revision 15379

swigged code update for wxMac

2002-05-05 04:20 RD, revision 15378

swigged code update for wxGTK

2002-05-05 04:17 RD, revision 15377

Various minor tweaks and updates

2002-05-04 18:33 RR, revision 15376

Added screen design to system settings for different dialog layouts on desktop vs PDA screens

2002-05-04 15:26 SN, revision 15375

Updated documentation according to recent array changes.

2002-05-04 14:22 VZ, revision 15374

reverted the header change to include the generic one always

2002-05-04 14:19 GD, revision 15373

utility scripts to manipulate xml CodeWarrior 5.3 project files

2002-05-04 14:17 GD, revision 15372

updated todo list

2002-05-04 14:16 GD, revision 15371

updated Universal Interfaces requirements for CodeWarrior 5.3

2002-05-04 13:17 GD, revision 15370

added missing include file

2002-05-04 12:45 VZ, revision 15369

fixed compilation when included directly and not via wx/dirdlg.h

2002-05-04 12:43 VZ, revision 15368

fixed wxDirDialog ctor docs

2002-05-04 12:38 VZ, revision 15367

wxDirDialog now has the same ctor under all platforms and also uses the correct default title string

2002-05-04 12:01 VZ, revision 15366

no changes (0 -> NULL)

2002-05-04 11:57 VZ, revision 15365

initialize wxBitmapButton members

2002-05-04 11:53 RR, revision 15364

Made OnInit() and OnRun() logic like MSW when it comes to quitting the app with no windows. Fixed overlapping windows when detaching the toolbar from the main frame.

2002-05-04 10:50 VS, revision 15363

added CSS stylesheets support to tex2rtf

2002-05-04 08:50 GD, revision 15362

corrected Mac OS X resources compilation target

2002-05-04 04:53 RD, revision 15361

swigged updated code for wxMac

2002-05-04 00:23 RD, revision 15360

swigged code update for wxGTK

2002-05-03 23:33 RD, revision 15359

Updates for Push/Pop status text

2002-05-03 23:32 RD, revision 15358

Probably only whitespace changes

2002-05-03 23:31 RD, revision 15357

A test case to show the problem with putting a wxListbox (and possibly other controls) on a wxPopupWindow in wxMSW

2002-05-03 23:30 RD, revision 15356

Make it easier to not use wxPopupWindow in wxSTC, and for now, don't use it at all for the AutoComplete window.

2002-05-03 22:31 RD, revision 15355

Fixed problem in InsertItems of always adding ownerdraw data even when not an ownerdrawn listbox. If some items were already appended then the indexes would not match.

2002-05-03 20:24 GD, revision 15354

corrected conditional compilation for Darwin

2002-05-03 20:20 GD, revision 15353

corrected warnings when compiling with -Wall -W

2002-05-03 20:15 GD, revision 15352

wxTextCtrl bug related to \n handling is Carbon related and is therefore common to CodeWarrior builds and Apple DevTools builds

2002-05-03 19:49 GD, revision 15351

corrected warnings when compiling with -Wall -W

2002-05-03 19:46 GD, revision 15350

corrected comment typo

2002-05-03 19:43 GD, revision 15349

added missing include file

2002-05-03 19:41 GD, revision 15348

corrected warnings when compiling with -Wall -W

2002-05-03 19:33 GD, revision 15347

corrected include guards

2002-05-03 19:14 GD, revision 15346

applied solution derived from SourceForge patch # 546915 for Mach-O shared library resource problems when resources are not placed in the application

2002-05-03 17:48 GD, revision 15345

corrected warnings and removed useless extern declaration

2002-05-03 17:46 GD, revision 15344

static C++ object initialization only seems to be necessary when the library initialization routine needs to use static C++ objects

2002-05-03 17:43 GD, revision 15343

install both compiled and ascii resource files for Mac OS X

2002-05-02 23:56 RD, revision 15342

These methods should be public

2002-05-02 23:22 VZ, revision 15341

don't look for the catalogs in the Unix standard paths under Windows

2002-05-02 20:09 MBN, revision 15340

Missing bracket in array.tex Documentation for wxStatusBar::Push/PopStatusText Documentation for wxFrame::Push/PopStatusText and Get/SetStatusBarPane.

2002-05-02 20:07 MBN, revision 15339

Implemented wxStatusBar::Push/PopStatusText. Implemented wxFrame::Push/PopSTatusText ( just forward to the status bar ). Implemented wxFrame::DoGiveHelp, to show menu/toolbar help in the status bar. Added Get/SetStatusBarPane to get/set the status bar pane the menu/toolbar help will be show in

2002-05-02 20:03 MBN, revision 15338

Generate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar

2002-05-02 19:56 MBN, revision 15337

wxExecute takes a char**, not a wxChar**

2002-05-02 16:03 SC, revision 15336

corrected DoDrawPoint

2002-05-02 13:56 VZ, revision 15335

you don't have to set BCCDIR for compilation with Borland any longer (patch 550105)

2002-05-02 13:52 VZ, revision 15334

dumb fix for wxDC::Clear() crash

2002-05-02 13:52 VZ, revision 15333

small code cleanup while looking for an inexistent problem

2002-05-02 13:36 VZ, revision 15332

splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657)

2002-05-02 13:30 VZ, revision 15331

fixed type: wxUint16 -> wxUint32 (patch 549556)

2002-05-02 06:18 RD, revision 15330

Changes for the embedded sample to build on Linux Swigged updates for wxGTK

2002-05-02 04:45 RD, revision 15329

Fixed the bugs preventing wxPython from being embedded in a wxWindows app, and added a sample showing how to do it.

2002-05-02 02:49 RD, revision 15328

Removed wxVTKRenderWindow since VTK now includes a much better python module that allows you to use VTK in a wxPython window.

2002-05-02 02:46 RD, revision 15327

Changed the name of export.h to wxPython.h so it wouldn't be so generic. This is the header that should be included by 3rd party stuff that is embedding wxPython or making a new wxPython extension module.

2002-05-01 16:44 VZ, revision 15326

changed wxUSE_MS_HTML_HELP to 1 by default

2002-05-01 16:25 VZ, revision 15325

fixed definition of TRUE broken by the last commit

2002-05-01 16:20 VZ, revision 15324

added WX_TRUE_DEFINED to allow preventing the redefinition of TRUE/FALSE

2002-05-01 16:15 VZ, revision 15323

added a few more consistency tests which used to be in wx\msw\setup.h

2002-05-01 16:14 VZ, revision 15322

disabled wxWin memory debugging by default

2002-05-01 16:13 VZ, revision 15321

fixed the wrong custom build messages

2002-05-01 08:57 MBN, revision 15320

Fixed Unicode breakage I caused

2002-04-30 22:31 DW, revision 15319

More image processing updates

2002-04-30 22:29 DW, revision 15318

Some new members to assist in bitmap rendering

2002-04-30 07:34 JS, revision 15317

Renamed wxBuffer to deBuffer

2002-04-30 04:27 RD, revision 15316

wxTimer was in the wrong place in the demo

2002-04-30 04:26 RD, revision 15315
  • D /wxWidgets/trunk/wxPython/SWIG

Removed the old patch files for swig

2002-04-30 02:56 RD, revision 15314

Ignore generated Makefile

2002-04-30 02:49 RD, revision 15313

swigged updates for wxMac fix for wxMac refresh problem in the demo

2002-04-29 23:21 RD, revision 15312

swigged updates for wxGTK

2002-04-29 23:17 RD, revision 15311

Switch to using a wxBufferedPaintDC, also draw/erase the focus indicator differently to workaround double focus event problem.

2002-04-29 23:09 RD, revision 15310

Put the panel-under-htmlwindow hack back in since the problem still happens.

2002-04-29 20:19 RD, revision 15309

Updates for building wxSWIG on Linux

2002-04-29 20:04 RD, revision 15308

Added execut bit for configure

2002-04-29 19:56 RD, revision 15307

Since I have made several changes to SWIG over the years to accomodate special cases and other things in wxPython, and since I plan on making several more, I've decided to put the SWIG sources in wxPython's CVS instead of relying on maintaining patches. This effectivly becomes a fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still doesn't have some things I rely on in 1.1, not to mention that my custom patches would all have to be redone, I felt that this is the easier road to take.

2002-04-29 18:55 RD, revision 15306

Various minor updates

2002-04-29 18:38 VS, revision 15305

fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backport to 2.2)

2002-04-29 14:55 VZ, revision 15304

don't generate an endless stream of asserts for the 0-sized images

2002-04-29 12:37 VZ, revision 15303

added Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs in attempt to make them more clear

2002-04-29 06:38 SC, revision 15302

setting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW

2002-04-29 04:00 DW, revision 15301

Lots of image/bitmap processing updates.

2002-04-29 04:00 DW, revision 15300

New Moddef file

2002-04-28 15:34 SN, revision 15299

Minor changes to test/show expanded array functions.

2002-04-28 14:39 VZ, revision 15298

don't pass arrays by value (and also fixed signed/unsigned comparison warning

2002-04-28 14:30 VZ, revision 15297

changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag

2002-04-28 13:34 VZ, revision 15296

added a (commented out) example of how to force the default action to be move

2002-04-28 13:28 VZ, revision 15295

removed a wxPaintDC::Clear() fatal to wxGTK

2002-04-28 10:33 VS, revision 15294

compilation fixes for C++ standard library

2002-04-28 09:35 GD, revision 15293

derive wxBitmapButton from wxBitmapButtonBase

2002-04-28 00:39 SN, revision 15292

Replaced internal calls to XToCol/YToRow added in 1.197 by internal macro which treats the out of grid case in a way that's more suitable.

2002-04-27 22:59 VS, revision 15291

use XML namespace in XRC files

2002-04-27 22:47 VZ, revision 15290

fixed uninitialized m_bPassMessages and wxLogChain::SetLog() which was completely wrong

2002-04-27 22:37 VZ, revision 15289

really fixed memory leak in wxLogChain

2002-04-27 22:33 VZ, revision 15288

fixed memory leak in wxLogChain

2002-04-27 22:14 VZ, revision 15287

fixed memory leak in wxLogChain

2002-04-27 20:02 VZ, revision 15286

some docs for wxArray(int n) mods

2002-04-27 20:02 VZ, revision 15285

wxArray(int n) mods for wxArrayString

2002-04-27 11:10 VZ, revision 15284

mention that creation time only lives up to its name under Windows

2002-04-27 11:05 VZ, revision 15283

fixed wxFileName::GetModificationTime()

2002-04-27 11:03 GD, revision 15282

ignore process serial number command line argument (-psn) passed to application when launched from the Finder

2002-04-27 10:38 VZ, revision 15281

ARCHINCDIR must be defined in makeb32.env, not makefile.b32 (patch 548990)

2002-04-27 10:37 SN, revision 15280

Fixes to my last commit.

2002-04-27 10:35 VZ, revision 15279

fixes for operator new declaration/definition (patch 549349)

2002-04-26 23:08 VZ, revision 15278

clean up of memory debugging macros and chanegs to compile with CW7 (patch 548408)

2002-04-26 22:44 VZ, revision 15277

added a few virtual keywords for consistency (no real changes) (patch 543922)

2002-04-26 22:26 DW, revision 15276

More bitmap and imaging updates

2002-04-26 21:59 VZ, revision 15275

fixed array tests compilation and a bug in obj array test

2002-04-26 21:58 VZ, revision 15274

added support for add/insert/deleting many items at once in wxArray (patch 548050)

2002-04-26 21:06 VZ, revision 15273

implement wxColourDialog::Move() (patch 548048)

2002-04-26 20:35 VZ, revision 15272

refresh and flicker even more to ensure proper refresh in the resizeable dialogs

2002-04-26 20:34 VZ, revision 15271

added VC++ project file

2002-04-26 19:38 RR, revision 15270

Added sample to reproduce resize display bug.

2002-04-26 18:28 RR, revision 15269

Added background inheritance to wxUniv. Added sample to show this...

2002-04-26 17:40 SC, revision 15268

corrected wxMacSetColorTableEntry (although it is not needed currently)

2002-04-26 14:54 JJ, revision 15267

Committing in . OpenVMS also need wxBuffer defined. Modified Files: wxWindows/utils/dialoged/src/reswrite.cpp ----------------------------------------------------------------------

2002-04-26 13:08 DW, revision 15266

Minor OS/2 bug with a misplace #endif

2002-04-26 12:58 DW, revision 15265

Updates to OS/2 to catch up with lib changes and for image processing.

2002-04-26 09:52 JS, revision 15264

Fixed my sloppy fix for redundant path separators

2002-04-25 20:20 MBN, revision 15263

Rewrote Metal theme to use delegation. requires more cut'n'paste than I like, but I don't see any way around this - sigh. Anyway 594 << 4000 lines :-)

2002-04-25 20:19 MBN, revision 15262

Glitches in wxDelegateRenderer

2002-04-25 18:19 VZ, revision 15261

fixed typo in wxString::swap() which was completely broken

2002-04-25 18:12 VZ, revision 15260

fixed bug with the text attr not being reset even after SetDefaultStyle(wxTextAttr()) call

2002-04-25 10:25 JS, revision 15259

In GetPath(), don't append separator if there's already one at the end

2002-04-25 09:06 SC, revision 15258

updated to 1.1.4

2002-04-24 20:31 RL, revision 15257

Added {S,G}etItem{Text,Background}Colour methods.

2002-04-24 19:53 SC, revision 15256

uses native implementation for mac

2002-04-24 16:54 SC, revision 15255

corrected eventobject setting for mouse events and capture

2002-04-24 14:40 SC, revision 15254

changed window creation class for dialogs (layering probs under X)

2002-04-24 12:41 SN, revision 15253

Fixed compilo (include image.h since cursor.h no longer does this implicitly).

2002-04-24 05:59 GD, revision 15252

corrected post increment operators which must return value before increment

2002-04-23 23:51 VZ, revision 15251

replaced unnecessary #include with a forward decl

2002-04-23 22:03 VS, revision 15250

no need to expand the hidden root (in fact, it is forbidden now)

2002-04-23 22:03 VS, revision 15249

use some Audacity icons in wxHTML instead of my uglu ones (with author's permission)

2002-04-23 22:03 VS, revision 15248

gcc3 compilation fix

2002-04-23 20:16 MBN, revision 15247

Make Univ/GTK compile again

2002-04-23 17:56 SN, revision 15246

Speed-up for very large grids by more efficient search for rows/columns that need to be updated (in various locations).

2002-04-23 16:18 VS, revision 15245

added wx/msw/missing.h

2002-04-23 15:58 RD, revision 15244

A couple demo tweaks

2002-04-22 21:45 RD, revision 15243

Changes to match CVS updates over the weekend.

2002-04-22 21:25 RL, revision 15242

buggy cast == buggy scrolling in Life!

2002-04-22 21:18 RD, revision 15241

Added wxImage.GetDataBuffer which returns an in-place edit buffer of the image data. (Patch #546009)

2002-04-22 15:44 VZ, revision 15240

reset g_delayedFocus when the window is deleted to avoid crashes when using it

2002-04-22 15:44 VZ, revision 15239

removed unused OnSetFocus()

2002-04-22 15:22 VZ, revision 15238

fixed warnings about main used as a variable name

2002-04-22 14:33 JS, revision 15237

Added some missing wxTextCtrl features to to-do list in wxX11's readme.txt Made the wxTipDialog fonts all Swiss (TODO: use current GUI setting for the font family) Worked around focus anomaly by suppressing parent's FocusIn event when child's focus is being set by clicking on it (TODO: move some of this to SetFocus() to make it work programmatically)

2002-04-22 14:01 VZ, revision 15236

compilation fix for ms_dllext definition and old compilers

2002-04-22 12:53 JS, revision 15235

Made default theme win32 under wxX11 since I think the default should be 'vanilla'; less exciting but as fast as possible

2002-04-22 12:28 VZ, revision 15234

fixed a fatal bug in DLL loading code: the deleted entries were never removed from the list of the loaded libraries

2002-04-22 11:19 JS, revision 15233

Fixed drawing sample compilo for wxMotif (doesn't have wxRegion::Offset) Put m_ok earlier in SelectBitmap, else get assert after SelectObject(wxNullBitmap) 'Fixed' longlong to long conversion messages by redefinging GetMillisecondsTime

2002-04-22 10:32 JS, revision 15232

Fixed wxMotif compilo

2002-04-22 09:09 JS, revision 15231

wxUniversal fixes: window.cpp's WM_CLOSE now calls Close() for wxUniv, else dialogs/ frames won't get closed using system menu/button. Added missing NULL init for m_artProvider in themes to cure crash Added 2 sample dsp files for wxUniv (not ideal perhaps but it will save these getting lost, and much user frustration)

2002-04-22 04:12 DW, revision 15230

More bitamp and image fixes

2002-04-21 17:36 MBN, revision 15229

Removed the need for wxStream::GetSize in wxHTML. Ascape '&' in text/plain.

2002-04-21 16:43 RR, revision 15228

Bunch of GTK theme changes. Make wxStatusBar use themes. SetStatusText() now uses Refresh() since I don't know why it shouldn't.

2002-04-21 11:45 VS, revision 15227

wxWizardPage(Simple) can do two-phase creation now

2002-04-21 00:33 VZ, revision 15226

use SetFocusFromKbd() instead of SetFocus()

2002-04-21 00:32 VZ, revision 15225

fixed WM_GETDLGCODE processing to include the bits returned by the DefWindowProc() as well; removed unneeded SetFocus()

2002-04-21 00:32 VZ, revision 15224

implement SetFocusFromKbd() to select all text in the controls whose dialog code has DLGC_HASSETSEL

2002-04-21 00:31 VZ, revision 15223

added and documented wxWindow::SetFocusFromKbd

2002-04-20 23:36 VZ, revision 15222

initialize (and delete) the themes art provider - fixes wxUniv app crashes

2002-04-20 23:30 VZ, revision 15221

compilation sample in !WXWIN_COMPATIBILITY_2_2 mode

2002-04-20 21:18 JS, revision 15220

Typo fixed in tsizer.tex; no change to setup0.h

2002-04-20 13:59 VZ, revision 15219

mention that doing SetFocus() results in the focus event being sent

2002-04-20 13:53 VZ, revision 15218

fixed initial focus handling in the dialog and made SetFocus() send the focus events as under wxMSW

2002-04-20 13:51 VZ, revision 15217

added wxGetTopLevelParent()

2002-04-20 12:30 VZ, revision 15216

fixed another return FALSE in a function returning a pointer (patch 545046)

2002-04-20 11:20 VZ, revision 15215

made operator==() and \!=() const (still doesn't make them correct probably)

2002-04-20 11:10 VZ, revision 15214

fixed huge memory leak in wxFileDialog (closes patch 544060)

2002-04-20 10:00 VZ, revision 15213

fixed logic in limiting spin ctrl values (patch from Dimitri)

2002-04-20 09:57 VZ, revision 15212

implemented DoGetSize() for wxSlider (patch from Dimitri)

2002-04-20 09:53 VZ, revision 15211

fixed focus tracking for spin controls (patch from Dimitri)

2002-04-19 22:12 RL, revision 15210

Added knowledge of virtual size to wx(Scrolled)Windows, they can now manage their own scrollbars with the help of a sizer or other user clues (SetVirtualSizeHints) without the need for an ancillary container. Added SetSizerAndFit convenience method. SetSizer now enables/disables AutoLayout automagically. Logic bugfix for scrollsub sample. Syntax bugfix in parser.y. Compiler warning fix in textctrl.cpp. Modified Files: docs/latex/wx/scrolwin.tex docs/latex/wx/sizer.tex docs/latex/wx/window.tex include/wx/scrolwin.h include/wx/sizer.h include/wx/window.h include/wx/generic/scrolwin.h include/wx/gtk/scrolwin.h samples/scrollsub/scrollsub.cpp src/common/parser.y src/common/sizer.cpp src/common/wincmn.cpp src/generic/scrlwing.cpp src/gtk/scrolwin.cpp src/msw/textctrl.cpp

2002-04-19 21:40 DW, revision 15209

More updates for gdi

2002-04-19 21:05 GD, revision 15208

poll is not available under Darwin/Mac OS X and select should be used instead

2002-04-19 20:12 RD, revision 15207

SWIGed changes for wxGTK

2002-04-19 20:12 RD, revision 15206

Demo updates

2002-04-19 18:39 GD, revision 15205

use specific linker flags under Mac OS X when linking executables against the wxWindows dynamic shared library (LDFLAGS_EXE)

2002-04-19 17:39 RR, revision 15204

Updated makefile for mobile sample. Updated changes.txt. Moved contents of ::Update() to ::GtkUpdate() Moved internal idle functions in wxApp to its own function. Tried to fix themed background redraw problem (probably same bug in wxNotebook and in wxStatusBar and others).

2002-04-18 23:32 VZ, revision 15203

select the whole text in the single line text control when its SetFocus() is called (which also happens when the user TABs to it)

2002-04-18 16:41 RR, revision 15202

Moved mobile dir. Made enable-no_rtti etc NO default.

2002-04-18 13:30 DW, revision 15201

back to void for DoFloodFill

2002-04-18 13:15 JS, revision 15200

Only create wxBuffer on wxMSW and wxMac platforms

2002-04-18 05:43 RD, revision 15199

Typo fix

2002-04-18 05:43 RD, revision 15198

Reorganized the tree in the wxPython demo, hooked the MDI demos into the main demo.

2002-04-18 05:42 RD, revision 15197

wxDF_HTML and FloodFill interface updates

2002-04-18 05:37 RD, revision 15196

Some wxGrid related classes now support OOR.

2002-04-18 05:36 RD, revision 15195

Don't do the wx cleanup if wxPython didn't do the initialization.

2002-04-18 05:35 RD, revision 15194

Moved the cleanup code to an EVT_WINDOW_DESTROY handler.

2002-04-18 05:32 RD, revision 15193

Some secondary grid classes now derive from wxClientDataContainer.

2002-04-18 05:12 DW, revision 15192

Bitmap updates

2002-04-17 22:44 RR, revision 15191

Various changes to focus handling when TLW start. Changed wxWindow::Clear() to use m_clearRegion.

2002-04-17 18:03 RD, revision 15190

Added some methods to be consistent with wxWindow

2002-04-17 18:03 RD, revision 15189

A few tweaks and cleanups

2002-04-17 18:00 RD, revision 15188

Removed package from imports since the modules are in the same package.

2002-04-17 14:16 VZ, revision 15187

corrected assert even better

2002-04-17 14:09 JS, revision 15186

Corrected assertion

2002-04-17 11:48 JS, revision 15185

Added wxDF_HTML Added VC++/non-Unicode for setting HTML clipboard data Changed FloodFill to return a bool value

2002-04-17 06:19 GD, revision 15184

corrected thread detection for Darwin / Mac OS X

2002-04-16 23:06 VS, revision 15183

some wxArtProv docs

2002-04-16 23:03 VS, revision 15182

wxArtProvider HOWTO extended: update documentation

2002-04-16 23:03 VS, revision 15181

make wxArtProvider pure virtual (I was not so on a purpose in some early stage but I think that it is relevant no more...)

2002-04-16 23:03 VS, revision 15180

wxHtmlHistoryItem needs not be wxObject

2002-04-16 23:02 VS, revision 15179

wxHtmlBookRecords needs not be wxObject

2002-04-16 23:01 VS, revision 15178

fixed outdated filenames

2002-04-16 21:52 RD, revision 15177

Use the OOR typemap for wxTreeCtrls too.

2002-04-16 21:33 RD, revision 15176

typo fixes

2002-04-16 21:32 RD, revision 15175

A new listctrl mixin class

2002-04-16 21:31 RD, revision 15174

Use the OOR typemap for wxTreeCtrls too.

2002-04-16 21:04 SC, revision 15173

added patch for theme savvy checkbox metrics

2002-04-16 20:05 MBN, revision 15172

Moved text control subclassing code inside MSWOnNotify. Now all edit controls for tree labels are subclassed (previously only the ones created by EditLabel were ). Now GetEditControl() always returns a pointer to a textctrl when editing is in progress. Removed #if-0 code in GetEditControl() to do the above.

2002-04-16 19:56 JS, revision 15171

Pass validator, not wxDefaultValidator!

2002-04-16 19:34 VZ, revision 15170

removed redundant code

2002-04-16 19:29 VZ, revision 15169

added test for wxNO_DEFAULT in wxMessageBox

2002-04-16 18:18 RR, revision 15168

Untested mini-change for wxGTK idle handling. Handle internal idle (i.e. update handing) *after* sending idle events so that if the user calls Refresh() in OnIdle() the regions will be updated afterwards.

2002-04-16 18:00 GT, revision 15167

Fixes for documentation compilation

2002-04-16 17:12 RL, revision 15166

replace zsh'ism(?) with a posix parameter expansion for CFLAGS default.

2002-04-16 14:55 VZ, revision 15165

always let the multiline text control process the Enter key presses

2002-04-16 13:19 VZ, revision 15164

don't include -D_REENTRANT in the linker flags

2002-04-16 13:15 VZ, revision 15163

add -pthread like options to the linker flags as well; also (finally!) fixed -g and -On handling in CFLAGS

2002-04-16 12:34 VZ, revision 15162

typo fixed: should be lpthread, not -lpthread in THREAD_OPTS

2002-04-16 12:32 VZ, revision 15161

thread detection fixed for Solaris

2002-04-16 11:57 VZ, revision 15160

try just -lpthread in the thread detection code too

2002-04-16 11:41 GD, revision 15159

Added -bind_at_load linker option for Darwin/Mac OS X: executables must necessarily fully bind the wxWindows library at program launch otherwise lazy binding breaks RTTI class info

2002-04-16 08:57 VZ, revision 15158

return NULL from the functions returning a pointer, not FALSE (patch 544557)

2002-04-16 08:43 VZ, revision 15157

return NULL from a function returning a pointer, not FALSE

2002-04-16 07:43 VZ, revision 15156

better, more generic and backwards compatible, fix for TRUE/FALSE in C code

2002-04-15 20:38 VZ, revision 15155

use -pthread or equivalent when using threads; many fixes (?) for the threads detection under FreeBSD

2002-04-15 19:46 VZ, revision 15154

fixed remove() return code test to avoid spurious debug error message

2002-04-15 19:45 VZ, revision 15153

fixed a few minor bugs: handle the directory parameter to Create() correctly, better error checking

2002-04-15 19:38 RD, revision 15152

Applied TRUE/FALSE fix here too.

2002-04-15 19:08 VZ, revision 15151

don't try to remove -g flag from CFLAGS, it is not necessary and doesn't work correctly anyhow (patch 543395)

2002-04-15 19:02 VZ, revision 15150

compilation fix after TRUE/FALSE change

2002-04-15 18:49 VZ, revision 15149

corrected const char * to char * conversions (patch 543896)

2002-04-15 18:47 VZ, revision 15148

corrected passing const char * to a function taking char * (part of the patch 543892)

2002-04-15 18:43 GD, revision 15147

corrections for compilation with Apple DevTools applied SourceForge patch #543872

2002-04-15 18:43 VZ, revision 15146

fixes for BCC makefiles from Chris (patch 544015)

2002-04-15 18:27 VZ, revision 15145

redefined TRUE and FALSE to be of type bool

2002-04-15 18:24 VZ, revision 15144

added wx/ipc.h and used/documented it

2002-04-15 18:23 VZ, revision 15143

explain how to choose the theme for wxUniv apps

2002-04-15 18:11 VZ, revision 15142

compilation fix for OSF/1

2002-04-15 17:59 VZ, revision 15141

fixed minor typo in Borland instructions

2002-04-15 17:30 RD, revision 15140

Some updates for 2.3.3

2002-04-15 03:31 DW, revision 15139

Bitmap and menu updates

2002-04-14 20:41 RR, revision 15138

Fixed (minor) problems reported by Ron in scrolled window. The original patch was not unproblematic.

2002-04-14 16:26 VZ, revision 15137

fixed bug in generation of thumb scroll events

2002-04-14 14:42 RR, revision 15136

Three more attempts to get metal look. - Added a few flags for inheriting background. - Added wxWindow param to wxR::DrawBackground() - Added wxR::DrawButtonSurface() - Removed wxR::DrawBackground() from wxR::DrawButtonBorder() - Adde DrawMetal to Metal theme Fixed minor bug in wxGTK scrollbar. Changed code in wxX11 wxTLW so that startup flicker no longer occurs in wxFrame.

2002-04-14 11:05 JS, revision 15135

Applied custom character filter patch for text validator Corrected typo in spinbutt.tex

2002-04-13 19:02 RR, revision 15134

Fix wxListCtrl bakground colour bug Part II. Make wxWindow::Refresh() wake up idle.

2002-04-13 19:01 RR, revision 15133

Fix wxListCtrl background colour bug Part I

2002-04-13 16:41 VZ, revision 15132

include wx/event.h before declarign the types (patch 543270)

2002-04-13 15:16 JS, revision 15131

Fixed GetVirtualSize for wxGTK's wxScrolledWindow

2002-04-13 12:38 VS, revision 15130

fixed make uninstall

2002-04-13 07:24 JS, revision 15129

Added missing CreateManifest() to initialisation

2002-04-13 03:42 RD, revision 15128

SWIGged updates for wxMAC

2002-04-13 02:46 RD, revision 15127

Changed the #if used to turn on UNIX domain sockets to match what is used in sckaddr.h so wxMAC will compile again. If wxMAC/darwin can actually use UNIX domain sockets then this change should probably go the other way...

2002-04-13 01:42 RD, revision 15126

SWIGged updates for wxGTK

2002-04-13 01:42 RD, revision 15125

Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need it twice

2002-04-13 01:37 RD, revision 15124

Added wxMouseCaptureChangedEvent. Added some missing Capture related methods.

2002-04-13 01:36 RD, revision 15123

Typos fixed

2002-04-13 00:54 RD, revision 15122

Fix for Python 2.2 defining NDEBUG and conflicting with __WXDEBUG__

2002-04-13 00:39 RD, revision 15121

Use wxBufferedDC in the doodle sample

2002-04-12 22:29 VZ, revision 15120

don't let IsDialogMessage() have VK_ESCAPE, this fixes closing the tree in place editor with Escape

2002-04-12 22:27 VZ, revision 15119

always handle Enter ourselves while editing tree ctrl labels

2002-04-12 22:00 VZ, revision 15118

fixed the bug which resulted in not showing the grid withotu scrollbars at all

2002-04-12 20:26 JS, revision 15117

Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it the capture before release it. Documented wxMouseCaptureChangedEvent and GetCapture/FindCapture.

2002-04-12 19:05 VZ, revision 15116

test wxExecute() in the sample

2002-04-12 16:31 RD, revision 15115

Added test showing problem with small grids

2002-04-12 15:13 VZ, revision 15114

implemented IPC using Unix domain sockets

2002-04-12 14:18 VZ, revision 15113

fixed bug with not NUL-terminating the string in GAddress_UNIX_SetPath

2002-04-12 13:15 JS, revision 15112

Applied docview patch Removed richedit sample compilation

2002-04-12 10:24 VZ, revision 15111

a preprocessor constant must be 0, not FALSE

2002-04-12 10:23 VZ, revision 15110

bug/typo fixed: function returning a pointer should return NULL, not FALSE

2002-04-12 09:57 VZ, revision 15109

replaced SetName() with SetText()

2002-04-12 09:31 VZ, revision 15108

implemented wxChoice::Delete

2002-04-11 23:13 RD, revision 15107

Better error message, flags --> style in wxHtmlWindow, etc.

2002-04-11 23:12 RD, revision 15106

Fixed GetShapeList and similar methods to use OOR.

2002-04-11 21:56 RR, revision 15105

Made metal theme a little faster.

2002-04-11 19:43 JS, revision 15104

Undo/Redo update handlers now set the text as well as enabling/disabling, making it possible for several different types of control to share the same menu items and set the text differently.

2002-04-11 19:11 VZ, revision 15103

don't use socket function when wxUSE_SOCKETS==0

2002-04-11 19:00 VZ, revision 15102

typo (thanks Nerijus)

2002-04-11 19:00 VZ, revision 15101

updated to mention X11

2002-04-11 18:49 JS, revision 15100

Corrected the sizer code for the navigation tool window -- it was mixing panel and frame. Now the panel is sized, and the resulting fit used to resize the frame.

2002-04-11 18:44 VZ, revision 15099

fixed 2 small typos (reported by Janos Vegh)

2002-04-11 18:43 JS, revision 15098

Sorry, that SetClientSize change was wrong, since sizers are working in whole-window coordinates. Reverted.

2002-04-11 18:41 VZ, revision 15097

fixed 2 bugs which were fixed in GetFullPath() but not GetPath() and which were broken by the last commit

2002-04-11 16:50 JS, revision 15096

Added back the missing Undo/Redo accelerators that unaccountably went missing after 2.3.1

2002-04-11 16:07 SC, revision 15095

RemoveChild added for correct disposal of scrollbar

2002-04-11 15:31 SC, revision 15094

RemoveChild added for correct disposal of scrollbar

2002-04-11 12:21 VZ, revision 15093

added more GetPath() tests

2002-04-11 12:20 VZ, revision 15092

fixed GetPath() trailing separator bug, rewrote GetFullPath() in terms of GetPath()

2002-04-11 11:53 VZ, revision 15091

added missing WINAPI to GET_LONG_PATH_NAME typedef (thanks to Dimitri)

2002-04-11 11:32 VZ, revision 15090

generate the focus events for wxComboBox, also solves the tab navigation bugs

2002-04-11 11:13 VZ, revision 15089

mention wxDIALOG_NO_PARENT

2002-04-11 09:11 JS, revision 15088

wxSizer::Fit calls SetClientSize, not SetSize. This fixes the tool window in the Life demo.

2002-04-10 22:29 DW, revision 15087

Menuing and statusbar updates

2002-04-10 20:38 RR, revision 15086

Added "metal" theme. Added bool param to wxUniv indicating if the controls takes its background from the parent (such as static texts, radio buttons etc).

2002-04-10 20:32 RD, revision 15085

Oops, forgot the braces.

2002-04-10 20:26 RD, revision 15084

Moved check for m_lastKeydownProcessed to WM_CHAR case because I think Vadim was asleep when he moved it out of HandleChar to the end of the WM_KEY_DOWN case. <wink> It would never be true where the check was before...

2002-04-10 19:27 RD, revision 15083

SWIGged updates for wxGTK

2002-04-10 19:06 RD, revision 15082

Ensure the caret flashes properly

2002-04-10 18:42 RD, revision 15081

Refresh of PyCrust

2002-04-10 18:39 RD, revision 15080

Changes to match cvs update

2002-04-10 18:15 JS, revision 15079

wxScrolledWindow::GetVirtualSize now returns client size if scrolling parameters have not been set. This makes Layout() work again for scrolled windows.

2002-04-10 16:17 DW, revision 15078

Fixed LINKAGEMODE use

2002-04-10 16:01 RR, revision 15077

Work on wxEdit sample.

2002-04-10 14:23 JS, revision 15076

Corrected PositionToXY, XYToPosition code Implemented GetSelection, SetInsertionPoint(End)

2002-04-10 13:00 JS, revision 15075

Fixed single-line text control breakage (sorry). Now only skips the refresh when the new and old values are the same.

2002-04-10 09:35 JS, revision 15074

Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently, works for the generic implementation only). Renamed wxDIRCTRL_EDITABLE to wxDIRCTRL_EDIT_LABELS. Removed reported memory leaks from dynload.cpp using wxModule -- this may cause problems if other modules want to use wxPluginLibrary.

2002-04-10 08:22 SC, revision 15073

background setup correctly

2002-04-10 06:07 SC, revision 15072

removed code (not necessary anymore)

2002-04-10 04:38 DW, revision 15071

Lots of updates

2002-04-10 00:23 VZ, revision 15070

no changes

2002-04-10 00:22 VZ, revision 15069

don't send dummy scroll events from wxNotebook when the page is changed using the built-in spin control

2002-04-09 23:56 VZ, revision 15068

wxSizeEvent now carries the total size, not just the client size

2002-04-09 23:55 VZ, revision 15067

added another size to the status bar display

2002-04-09 22:52 VS, revision 15066

hidden root works in wxGenericDirCtrl again

2002-04-09 22:49 VZ, revision 15065

fixed the initial wxCalendarCtrl position and a minor appearance bug (the first closes the bug 539857)

2002-04-09 22:44 VS, revision 15064

fixed incorrect wxCHECK (was a wrong negation before)

2002-04-09 22:43 VS, revision 15063

don't allow expanding/collapsing hidden root node

2002-04-09 22:42 RD, revision 15062

Include wx/object.h to get the global memory operators if defined.

2002-04-09 22:25 VZ, revision 15061

added support for the multiline button labels

2002-04-09 22:14 RD, revision 15060

A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instance object with a class that raises an exception whenever a method call is attempted.

2002-04-09 22:01 RD, revision 15059

A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instanc object with a class that raises an exception whenever a method call is attempted.

2002-04-09 21:57 RD, revision 15058

New PyCrust from Patrick O'Brien

2002-04-09 20:55 RD, revision 15057

Forgot to set OOR info on wxSplashScreen

2002-04-09 19:40 VZ, revision 15056

made one button label multiline for testing

2002-04-09 19:34 MBN, revision 15055

Allow building with wxUSE_CALENDARCTRL=0

2002-04-09 18:32 SC, revision 15054

added possible mach-o compliant version

2002-04-09 14:40 JS, revision 15053

Removed redundant project file Updated release scripts Reduced widgets sample size Put back some conditional compilation for dir ctrl style

2002-04-09 13:51 SC, revision 15052

change in wxFileDataObject::SetData behaviour broke DnD of multiple files

2002-04-09 10:35 VZ, revision 15051

fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest

2002-04-09 10:31 JS, revision 15050

Made widgets sample take up less space

2002-04-09 01:25 RD, revision 15049

Some little additions to how wxBufferedDC is wrapped. SHow how to use the wxBufferedDC in the demo. Other demo tweaks

2002-04-08 22:56 VS, revision 15048

forgot to check-in wxGTK wxDC changes

2002-04-08 22:50 VS, revision 15047

compatibility macro

2002-04-08 21:48 RR, revision 15046

More wxEdit.

2002-04-08 21:48 RR, revision 15045

wxTextCtrl::SetValue() sets m_modified to FALSE. Make scrollbars take MSW's "empty" look on start-up.

2002-04-08 21:46 RR, revision 15044

Buttons need to be small on PDAs.

2002-04-08 21:34 RD, revision 15043

SWIGged updates for wxGTK

2002-04-08 20:56 RD, revision 15042

Updates to match recent CVS changes. Plugged some resource count leaks.

2002-04-08 20:39 JS, revision 15041

Added dependencies to .dsw file

2002-04-08 20:20 JS, revision 15040

Project file update

2002-04-08 20:17 JS, revision 15039

Added define to STC VC++ project file Ming/Cygwin makeprog.env clean target now cleans .exes Edited version in install.txt Copied HTML files from web files

2002-04-08 18:05 RR, revision 15038

A little less flicker when selecting text.

2002-04-08 17:15 JS, revision 15037

More BC++ makefile tweaks

2002-04-08 17:14 JS, revision 15036

Further fixes to references

2002-04-08 16:46 JS, revision 15035

Removed a lot of redundant references to wxWindow::On... functions. Added initial artprov.tex. Sorted out duff references.

2002-04-08 16:31 VZ, revision 15034

fixed format parameter in wxGetVolumeString() (closes patch 541037)

2002-04-08 16:28 VZ, revision 15033

fixed several bugs in Mkdir() and also modified its API to be more user friendly (based on the patch 541033 from Chris Elliott)

2002-04-08 16:15 VZ, revision 15032

added GetPath(flags) version to allow retrieving the volume as well

2002-04-08 16:02 VZ, revision 15031

added the keyboard sample

2002-04-08 15:35 RD, revision 15030

Added missing files

2002-04-08 14:21 JS, revision 15029

Added makefiles to widgets sample

2002-04-08 14:12 JS, revision 15028

BC++ 32-bit makefile now copies setup.h to the correct place Fixed compilo in treetest.cpp Fixed version numbers in make*.env Added dummy keyboard.rc so makefile.vc works

2002-04-08 14:05 VZ, revision 15027

wxMSW doesn't send CHAR events for Caps/Scroll/NumLock neither

2002-04-08 14:00 VZ, revision 15026

added a few debugging messages

2002-04-08 13:35 VZ, revision 15025

report all ASCII keys, not just the US-ASCII ones

2002-04-08 13:35 VZ, revision 15024

fix for non-US keyboards: the ASCII chars must be unsigned

2002-04-08 13:24 VZ, revision 15023

wxGTK keyboard handling now behaves (mostly) like wxMSW

2002-04-08 11:55 JS, revision 15022

Re-enabled dynamic library code in wxFileName so that normalization works again in Win32. I don't know why it had been disabled.

2002-04-08 11:36 VZ, revision 15021

some kbd processing code cleanup, no real changes yet

2002-04-08 11:34 JS, revision 15020

Added further keyboard sample makefiles

2002-04-08 11:15 JS, revision 15019

Added wxDIRCTRL_EDITABLE style so we can choose whether items are editable or not

2002-04-08 10:58 VZ, revision 15018

fixed crash in SetFirstVisible()

2002-04-08 10:55 VZ, revision 15017

Unix makefile for the new sample

2002-04-08 10:50 JS, revision 15016

Canvas: added some DECLARE_CLASS macros to stop it failing in class info initialisation Mmedia: compiles agin Plot: corrected VC++ project settings Simple toolbar: should draw a highlight again now Generic dir control: moved control ids to header for apps that need to get hold of the individual controls Scintilla: unconditionally compile Scintilla_LinkLexers() to correct link error in sample

2002-04-08 10:43 VZ, revision 15015

temporary compilation fix

2002-04-08 09:27 SC, revision 15014

new makefile

2002-04-07 23:14 VS, revision 15013

Don't allow expanding/collapsing hidden root

2002-04-07 23:08 VS, revision 15012

oops, forgot to implement Home button

2002-04-07 23:07 VS, revision 15011

cleaned up the mess caused by FloodFill patch

2002-04-07 23:05 VS, revision 15010

cleaning up the mess created by the FloodFill patch

2002-04-07 22:58 JS, revision 15009

Fixed some bit-rot problems in contribs

2002-04-07 22:47 JS, revision 15008

Changed caret to black and made it go when control isn't focussed

2002-04-07 22:42 VZ, revision 15007

fix for splitting the UNC paths

2002-04-07 22:37 VZ, revision 15006

added ra key methods docs

2002-04-07 22:29 VZ, revision 15005

added wxTextCtrl::EmulateKeyPress

2002-04-07 21:12 JS, revision 15004

Removed leaks from Forty demo Added VC++ project file for artprov sample Updated file lists

2002-04-07 21:06 VZ, revision 15003

added raw key code and flags support (based on patch from Bryce Denney)

2002-04-07 21:02 VZ, revision 15002

added option to show the raw key codes

2002-04-07 20:46 RR, revision 15001

Further work on wxTextCtrl.

2002-04-07 18:28 GD, revision 15000

updated CodeWarrior 5.3 exported xml projects

2002-04-07 18:21 GD, revision 14999

removed unnecessarily overridden wxControl method

2002-04-07 18:08 VZ, revision 14998

added a new sample to show the key events

2002-04-07 17:56 GD, revision 14997

updated CodeWarrior 5.3 exported xml projects

2002-04-07 17:49 GD, revision 14996

removed 68K targets and preferences added new/missing source files

2002-04-07 17:33 VZ, revision 14995

reformatted to fit in the page width

2002-04-07 17:28 VZ, revision 14994

compilation fix for USE_PCH

2002-04-07 17:20 VZ, revision 14993

refresh the dialog children forcefully even if wxCLIP_CHILDREN was specified

2002-04-07 17:20 VZ, revision 14992

removed Robert's test code

2002-04-07 17:09 JS, revision 14991

Version updates, manual date change, no change to dragimmg.cpp

2002-04-07 17:05 , revision 14990
  • A /wxWidgets/tags/LIBPNG_1_0_3
  • D /wxWidgets/tags/LIBPNG_1_0_3/.cvsignore
  • D /wxWidgets/tags/LIBPNG_1_0_3/acinclude.m4
  • D /wxWidgets/tags/LIBPNG_1_0_3/aclocal.m4
  • D /wxWidgets/tags/LIBPNG_1_0_3/art
  • D /wxWidgets/tags/LIBPNG_1_0_3/autogen.sh
  • D /wxWidgets/tags/LIBPNG_1_0_3/BuildCVS.txt
  • D /wxWidgets/tags/LIBPNG_1_0_3/config.guess
  • D /wxWidgets/tags/LIBPNG_1_0_3/config.sub
  • D /wxWidgets/tags/LIBPNG_1_0_3/configure
  • D /wxWidgets/tags/LIBPNG_1_0_3/configure.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/contrib
  • D /wxWidgets/tags/LIBPNG_1_0_3/debian
  • D /wxWidgets/tags/LIBPNG_1_0_3/demos
  • D /wxWidgets/tags/LIBPNG_1_0_3/descrip.mms
  • D /wxWidgets/tags/LIBPNG_1_0_3/difflast.pl
  • D /wxWidgets/tags/LIBPNG_1_0_3/distrib
  • D /wxWidgets/tags/LIBPNG_1_0_3/docs
  • D /wxWidgets/tags/LIBPNG_1_0_3/include
  • D /wxWidgets/tags/LIBPNG_1_0_3/install-sh
  • D /wxWidgets/tags/LIBPNG_1_0_3/lib
  • D /wxWidgets/tags/LIBPNG_1_0_3/locale
  • D /wxWidgets/tags/LIBPNG_1_0_3/Makefile.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/Mingw32-gcc295.patches
  • D /wxWidgets/tags/LIBPNG_1_0_3/make-deb
  • D /wxWidgets/tags/LIBPNG_1_0_3/misc
  • D /wxWidgets/tags/LIBPNG_1_0_3/mkinstalldirs
  • D /wxWidgets/tags/LIBPNG_1_0_3/mobile
  • D /wxWidgets/tags/LIBPNG_1_0_3/regen
  • D /wxWidgets/tags/LIBPNG_1_0_3/samples
  • D /wxWidgets/tags/LIBPNG_1_0_3/setup.h.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/setup.h_vms
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/.cvsignore
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/common
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/cygnus.bat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/files.lst
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/generic
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/gtk
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/gtk1
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/html
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/iodbc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/jpeg
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/mac
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/make.env.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeb32.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makebcc.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makefile.bcc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makefile.dos
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makefile.va
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makefile.vc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeg95.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.b32
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.bcc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.env.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.g95
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.vc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makelib.wat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makemac6.mcp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makemac7.mcp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makemsc.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.b32
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.bcc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.env.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.g95
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.msc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.sl
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.va
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.vc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeprog.wat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makesc.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makesl.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/maketwin.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makeva.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makevc.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/makewat.env
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/mgl
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/microwin
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/mingegcs.bat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/mingw32.bat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/motif
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/msw
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/ntwxwin.mak
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/os2
  • R /wxWidgets/tags/LIBPNG_1_0_3/src/png/ansi2knr.1
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/png/makefile.nt
  • R /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/build.bat
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/LIBPNG_1_0_3/src/png/scripts/makefile.wat
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/regex
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/stc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/tiff
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/univ
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/unix
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/Wxwindll.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxBase.dsp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxBase.dsw
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxJpeg.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxPng.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxTiff.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxUniv.dsp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxUniv.dsw
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxWin.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxWindows.dsp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxWindows.dsw
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxwindowsM5.xml
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxXpm.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/wxZlib.icc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/x11
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/xrc
  • D /wxWidgets/tags/LIBPNG_1_0_3/src/zlib
  • D /wxWidgets/tags/LIBPNG_1_0_3/utils
  • D /wxWidgets/tags/LIBPNG_1_0_3/wx-config.in
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxBase.spec
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxGTK.spec
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxMotif.spec
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxPython
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxWINE.spec
  • D /wxWidgets/tags/LIBPNG_1_0_3/wxwin.m4

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

2002-04-07 17:05 GD, revision 14989

removed 68K targets and preferences and renamed output libraries

2002-04-07 16:05 VS, revision 14988

*DO* use wxTR_EDIT_LABELS, it is neccessary

2002-04-07 16:05 VS, revision 14987

update from gtk/changes.txt to changes.txt (sic...)

2002-04-07 16:05 VS, revision 14986

add artprov sample to the list

2002-04-07 16:05 VS, revision 14985

added wxArtProvider technote

2002-04-07 14:50 RR, revision 14984

Added first test app to "mobile".

2002-04-07 14:47 RR, revision 14983

Make wxFileDialog even smaller under X11.

2002-04-07 14:46 RR, revision 14982

Make text control send text update events. Something else.

2002-04-07 13:29 GD, revision 14981

improved conditional compilation test (added wxUSE_POSTSCRIPT)

2002-04-07 13:26 GD, revision 14980

removed unused enum

2002-04-07 12:05 RR, revision 14979

Test case for MSW display corruption in 2.3.3

2002-04-07 10:18 RR, revision 14978

Further work on wxTextCrl. Makefile fix for wxEmulator.

2002-04-06 22:31 VZ, revision 14977

refresh the dialogs after resize - this is the only way to deal with the display corruption problem

2002-04-06 22:27 VZ, revision 14976

cleaned up the checkbox creation code (~70 lines of code became 3)

2002-04-06 22:23 VZ, revision 14975

no significant changes

2002-04-06 21:12 VZ, revision 14974

reverted Robert's test code

2002-04-06 20:54 VZ, revision 14973

fixed bug with initial path being a root directory on the drive

2002-04-06 20:21 JS, revision 14972

Strange sizing fix in DoResize() to workaround apparent wxChoice returned size inconsistency

2002-04-06 19:07 VS, revision 14971

fixed wxEncodingConverter::Convert docs

2002-04-06 18:11 RR, revision 14970

Added support for variable-width fonts to wxTextCtrl. This excludes syntax highlighting, which is probably OK.

2002-04-06 15:04 VS, revision 14969

added wxFontMapper::Get/Set

2002-04-06 15:01 VS, revision 14968

reverted Julian's unintentional breakage of wxChoice

2002-04-06 15:01 VS, revision 14967

clear wxArtProvider cache when pushing new provider

2002-04-06 15:01 VS, revision 14966

more samples/artprov stuff

2002-04-06 15:00 VS, revision 14965

fixed typo

2002-04-06 14:55 VS, revision 14964

added resources browser to wxArtProvider sample (similar to the one from gtk-demo)

2002-04-05 23:25 DW, revision 14963

New moddef file

2002-04-05 22:18 VS, revision 14962

info about removal of wxhtml.rc

2002-04-05 22:09 DW, revision 14961

Catching up to new common class interfaces.

2002-04-05 21:47 RD, revision 14960

more tweaks for API changes

2002-04-05 20:55 RD, revision 14959

A few little cleanups, etc.

2002-04-05 20:52 JS, revision 14958

Made sure the 'best' size doesn't get set for wxChoice

2002-04-05 20:39 RR, revision 14957

Fixed the background colour bug.

2002-04-05 20:20 VZ, revision 14956

SetPath() is now implemented in dirdlg.cpp

2002-04-05 20:08 DW, revision 14955

need wxUSE_WCHAR_T around wxConvLocal

2002-04-05 19:55 DW, revision 14954

FALSE not false

2002-04-05 18:32 VZ, revision 14953

some updates I forgot to commit before: mention wxCondition and wxIconBundle changes

2002-04-05 18:23 VZ, revision 14952

compilation fix for !WXWIN_COMPATIBILITY_2_2

2002-04-05 18:11 VZ, revision 14951

compilation fix for !WXWIN_COMPATIBILITY_2_2

2002-04-05 17:27 VZ, revision 14950

added a few missing tree events to the docs

2002-04-05 17:24 RR, revision 14949

Add test for display clutter under MSW.

2002-04-05 11:14 VZ, revision 14948

minor fix to wxFileName::MakeRelativeTo(), removed broken and misleading IsWild() method, added IsDir() one

2002-04-05 10:43 VZ, revision 14947

warning fix for cygwin (patch 539654)

2002-04-05 10:11 VZ, revision 14946

more fixes to handling the paths with trailing slashes in wxDirDlg

2002-04-05 07:08 JJ, revision 14945

Committing in . Complile issues for OpenVMS + obvious typo in wxWindows/src/motif/dcclient.cpp Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/motif/dcclient.cpp wxWindows/src/unix/utilsunx.cpp ----------------------------------------------------------------------

2002-04-05 00:28 RD, revision 14944

Added a few new flags, etc.

2002-04-05 00:28 RD, revision 14943

Added wxFileHistory demo

2002-04-04 21:14 JS, revision 14942

No change

2002-04-04 21:05 JS, revision 14941

Don't set a normal cursor for the frame, set the NULL cursor, else text controls (for example) can get the wrong cursor.