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-03-04 07:52 JS, revision 14440

Removed obsolete -WE flags from WIN32 BC++ makefiles

2002-03-03 23:25 VS, revision 14439

fixed translatable strings handling in XRC

2002-03-03 23:25 VS, revision 14438

removed implicit dependency on wxPNGHandler from wxGTK's wxBitmapDataObject

2002-03-01 19:50 DW, revision 14437

This weeks interface and compile catchup

2002-02-28 22:42 RR, revision 14436

Lots of things to make menus and submenus work. Also added wxPopTransientWindow::CanDismiss() which will be needed for pop-up menus, although that actually still has to be done...

2002-02-28 21:11 VZ, revision 14435

don't allow clicking disabled buttons

2002-02-28 21:09 VZ, revision 14434

fix button double click handling (should be treated the same as single click)

2002-02-28 20:57 VZ, revision 14433

removed unnecessary include

2002-02-28 19:06 RD, revision 14432

fixed typo

2002-02-28 19:01 RD, revision 14431

Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with not item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer. A few other minor changes too.

2002-02-28 18:07 VZ, revision 14430

fixes to toolbar, seems to work

2002-02-28 18:06 VZ, revision 14429

warnings fixed

2002-02-28 18:00 JS, revision 14428

Added a test for lastH.IsOk()

2002-02-28 17:05 RD, revision 14427

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 16:59 RD, revision 14426

Moved declaratrions of wxPyInputStream and etc. into it's own header file. SWIGged updates for wxGTK

2002-02-28 15:57 JS, revision 14425

Corrected points to pixels calculation

2002-02-28 15:53 RD, revision 14424

Moved declaratrions of wxPyInputStream and etc. into it's own header file.

2002-02-28 09:20 RL, revision 14423

Typo fix for GetSizer.

2002-02-27 21:42 VZ, revision 14422

[start of] a wxUniversal implementation of wxToolBar

2002-02-27 21:42 VZ, revision 14421

removed the SetMargins call

2002-02-27 21:39 JS, revision 14420

Added static wxBuffer

2002-02-27 16:10 JS, revision 14419

Nano-X: used drawable-to-wxImage function in wxBitmap::ConvertToImage

2002-02-27 16:01 JS, revision 14418

Nano-X: added function to copy from a drawable to a wxImage

2002-02-27 09:45 JS, revision 14417

Nano-X: bitmap now showing in wxMessageBox, but it'll be a while before masked drawing is possible.

2002-02-26 22:35 RD, revision 14416

Changed the img2py tool to use PNG instead of XPM for embedding image data in Python source code, and the generated code now uses streams to convert the image data to wxImage, wxBitmap, or wxIcon. A few other changes to match recent additions to CVS.

2002-02-26 21:58 JS, revision 14415

Got dialog sizing to work, downsized fonts a bit (though it always returns the same standard font right now)

2002-02-26 18:28 JS, revision 14414

Window management and sizer layout corrections

2002-02-26 15:45 VZ, revision 14413

fixed a few warnings

2002-02-26 14:51 JS, revision 14412

Fixed XGetWindowAttributes so 'mapped' is reported correctly. About box now pops up, but is a mess.

2002-02-26 13:16 JS, revision 14411

Attempt at creating appropriate fonts in Nano-X

2002-02-26 10:06 JS, revision 14410

Nano-X changes: removed spurious -O for Nano-X configuration; got colour working in Nano-X (uses 8 bit RGB values, not 16 bit); now sets font background mode correctly; window management call correction

2002-02-25 22:56 RR, revision 14409

New code for greying out. Implemented wxTB_FLAT.

2002-02-25 20:32 JS, revision 14408

Compilation fixes for Nano-X

2002-02-25 18:45 VZ, revision 14407

fixed linking errors

2002-02-25 15:35 JS, revision 14406

Changed greying out to very crude algorithm, just draining colour from the image.

2002-02-25 15:21 VZ, revision 14405

fixed error in mouse capture test

2002-02-25 11:35 JS, revision 14404

Put tool disabling back in, but we need to debug wxCreateGreyedImage since the scissors icon in the demo gets munged

2002-02-25 11:20 JS, revision 14403

data_image -> mask_image, correcting some crashes in XPutImage

2002-02-25 11:01 JS, revision 14402

Commented out the bitmap-greying code until I have time to debug it

2002-02-25 10:19 JS, revision 14401

Corrected typos

2002-02-25 10:11 JS, revision 14400

Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage and attempt to show disabled buttons in wxUniversal wxToolBar

2002-02-24 23:27 VS, revision 14399

reverted wxMGL-specific code (didn't mean to commit this...)

2002-02-24 23:22 VZ, revision 14398

added a note that wxStringList is obsolete

2002-02-24 23:18 JS, revision 14397

Reverted to my own solution; I think it's better because it distinguishes between Universal and non-Universal solutions where menubars are built in and don't affect client origin

2002-02-24 23:04 JS, revision 14396

Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation and allowed for vertical toolbar

2002-02-24 20:42 RR, revision 14395

Corrections to position and size for toolbar.

2002-02-24 19:49 RR, revision 14394

Added simplistic wxToolBar to wxUniversal. It still corrupts the non-client area.

2002-02-24 19:32 GD, revision 14393

take title of radiobox into account to calculate best size (SF #509963)

2002-02-24 19:11 GD, revision 14392
  • D /wxWidgets/trunk/demos/forty/make_cw.mcp

removed obsolete CodeWarrior project file

2002-02-24 18:02 GD, revision 14391

added Mac OS X application bundle (framework) building

2002-02-24 17:58 GD, revision 14390

changes needed for compilation with Project Builder

2002-02-24 16:23 RR, revision 14389

Added expose event compression. Made wxUniv scrollbars not accept any focus if they are owned by the window (in contrast to stand alone scrollbars). Further corrections to ScrollWindow()

2002-02-24 13:59 RR, revision 14388

Done some work on wxFocusEvent::SetWindow(). Enough at least solve the menu problem that dismissed menus when the parent menu (correctly) lost the focus.

2002-02-24 13:51 VZ, revision 14387

only call GSocket_Init() when needed and do call it before using GAddress_XXX functions (fixes bug 510722)

2002-02-24 11:06 RR, revision 14386

More tests in erase sample. Added wxControlStr to data.cpp. Fixed scrolling for window with a border. The area which was copied was off by the border width sometimes. Added two more AddTool() variants to wxToolBar when used with universal. It compiles now, but doesn't work...

2002-02-24 04:18 RD, revision 14385

more wxMac specific updates

2002-02-24 00:21 VZ, revision 14384

correction to wxUSE_FSVOLUME handling, don't give #error if it is not set

2002-02-24 00:19 VZ, revision 14383

added wxUSE_FSVOLUME

2002-02-24 00:17 VS, revision 14382

made AdjustForParentClientOrigin const

2002-02-24 00:15 VS, revision 14381

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:14 VS, revision 14380

made generic wxListCtrl work with well-behaved ports (wxGTK hack still in place)

2002-02-24 00:08 VS, revision 14379

removed AdjustForParentClientOrigin from wxMotif and all its forks

2002-02-24 00:06 VS, revision 14378

1. changed doubleclick events sequence to 'down,up,double,up' (turned out to be MGL's native one) 2. wxWindow::GetPosition() returns value relative to parent's client area origin now

2002-02-24 00:06 VS, revision 14377

compilation fix

2002-02-23 23:16 VZ, revision 14376

added EVT_MENU_OPEN and EVT_MENU_CLOSE events

2002-02-23 21:56 VZ, revision 14375

no changes

2002-02-23 21:55 VZ, revision 14374

changed wxColourToRGB() to use RGB() instead of PALETTERGB() to fix the bug #503022

2002-02-23 21:54 VZ, revision 14373

part of the fix to the initial colour selection in the font picker dialog (the real fix was the change to wxColourToRGB() in msw/private.h)

2002-02-23 21:32 VZ, revision 14372

implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)

2002-02-23 21:29 VZ, revision 14371

temp linking quick fix

2002-02-23 21:26 RR, revision 14370

Implemented a simple modality under X11. Filled wxDataFormat and wxDataObject etc. Added skeleton for X11 clipboard.

2002-02-23 21:05 VZ, revision 14369

undef LoadMenu() (patch #521743)

2002-02-23 21:02 RD, revision 14368

SIGged updates for wxMac

2002-02-23 20:47 RD, revision 14367

SWIGged updates for wxGTK

2002-02-23 19:59 RD, revision 14366

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:50 RD, revision 14365

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:16 RD, revision 14364

Changes for wxOGL since wxFatalError has been deprecated.

2002-02-23 18:59 RR, revision 14363

Some work on GTK focus handling and events. Removed some code #ifdeffed for GTK from wxListCtrl.

2002-02-23 18:58 RR, revision 14362

Applied wxList::Prepend() patch.

2002-02-23 18:57 RR, revision 14361

applied doc patch for wxPostEvent().

2002-02-23 18:57 RR, revision 14360

Added new stream tests to typetest.

2002-02-23 17:45 JS, revision 14359

Added some notes on the Nano-X port.

2002-02-23 17:36 JS, revision 14358

wxUSE_CONSTRAINTS now refers to constraints only, since sizers are now crucial to wxWindows. Further Nano-X fixes; now compiles and links in Nano-X mode.

2002-02-23 16:06 RR, revision 14357

Minor fixes to buffered stream in connection with ungetch. See comments in the code.

2002-02-23 13:22 VS, revision 14356

fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build

2002-02-23 13:21 VS, revision 14355
  • D /wxWidgets/trunk/src/xpm

removed libxpm

2002-02-22 23:30 DW, revision 14354

Style updates

2002-02-22 21:42 GD, revision 14353

Darwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER

2002-02-22 18:48 VZ, revision 14352

fix for a nasty bug with colouor copying

2002-02-22 18:18 VZ, revision 14351

1. made wxDebugMsg, wxError and wxFatalError deprecated (still available with WXWIN_COMPATIBILITY_2_2) 2. moved wxInternalErrorStr and wxFatalErrorStr to a common file CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: include/wx/app.h include/wx/chkconf.h include/wx/utils.h CVS: src/common/appcmn.cpp src/common/fontmap.cpp CVS: src/common/utilscmn.cpp src/gtk/data.cpp src/mac/data.cpp CVS: src/mac/utils.cpp src/msw/data.cpp src/msw/utils.cpp CVS: src/os2/DATA.CPP src/os2/UTILS.CPP src/unix/utilsunx.cpp CVS: ----------------------------------------------------------------------

2002-02-22 18:18 VZ, revision 14350

ensure that the compatibility defines are not set for wxBase which doesn't need them

2002-02-22 18:13 VZ, revision 14349

wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box

2002-02-22 15:09 VZ, revision 14348

added a menu item to toggle live splitter update

2002-02-22 15:08 VZ, revision 14347

fixed dead update splitters

2002-02-22 13:19 JJ, revision 14346

Committing in . OPENVMS MAKEFILE UPDATE Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-02-22 00:48 VZ, revision 14345

misc fixes for (absense of) the borders

2002-02-22 00:48 VZ, revision 14344

fixes to handling of 0 and negative splitter position when splitting it initially

2002-02-22 00:09 RD, revision 14343

Updated PyCrust from Patrick O'Brien

2002-02-21 16:19 VZ, revision 14342

applied a fix for the patch 446325

2002-02-21 16:17 VZ, revision 14341

don't crash if editing of the cell wasn't started for whatever reason (patch 502692)

2002-02-21 15:22 VZ, revision 14340

wxCursor(wxImage) added (Chris Elliott, patch 517439)

2002-02-21 15:19 VZ, revision 14339

fixes for big endiand machines (Chris Elliott, patch 520879)

2002-02-21 15:09 VZ, revision 14338

applied patch for calculating the tree items size with non default font (patch 520965)

2002-02-21 14:52 JS, revision 14337

Some more NanoX compile fixes

2002-02-21 14:46 JS, revision 14336

Removed bizarre test code of which I have no recollection...

2002-02-21 00:54 RD, revision 14335

Better wrapper for wxListCtrl.GetColumn, and some other cleanup

2002-02-21 00:51 RD, revision 14334

Better doc

2002-02-21 00:50 RD, revision 14333

A few tweaks and some cleanup for the wxPython demo

2002-02-21 00:01 RD, revision 14332

Fix so the Host: header in wxHTTP really works. With virtual hosts it is vital that the original host name given in the URL is used in the Host: header so the sever will use the right vhost config. Previously it was using the value returned from gethostbyaddr which will often not be the same as the hostname in the URL.

2002-02-20 23:19 JS, revision 14331

NanoX modificati NanoX modifications

2002-02-20 21:50 RR, revision 14330

Always send an erase event to satisfy some users...

2002-02-20 17:42 VZ, revision 14329

fixed SetForegroundColour() for the generic tree ctrl

2002-02-20 17:41 VZ, revision 14328

added tests for setting fg/bg colour

2002-02-20 16:41 VZ, revision 14327

added commands to rename the menus and menu items for testing various characters in the menu labels

2002-02-20 14:38 VZ, revision 14326

fix setting the font for a single-line text control (bug 508169)

2002-02-20 13:52 VZ, revision 14325

compilation fix

2002-02-20 13:27 VZ, revision 14324

reverted the previous fix, it's no longer needed now after the change to the default base in wxString::ToULong

2002-02-20 13:24 VZ, revision 14323

use base 10 by default in wxString::To[U]Long

2002-02-20 07:22 GD, revision 14322

corrected typo in Darwin specific code

2002-02-20 01:53 RD, revision 14321

Fix so the value given to wxTextEntryDialog::SetValue will actually be used in the entry field.

2002-02-20 01:51 RD, revision 14320

Fix so OGL can build without wxBuffer

2002-02-20 01:39 VZ, revision 14319

*do* generate the LEAVE events even when the mouse is captured

2002-02-20 01:37 VZ, revision 14318

fixed mouse input handling in wxUniv: the static boxes ust be transparent or the windows inside them don't get any mouse events at all

2002-02-20 00:52 VZ, revision 14317

don't use border styles for windows in wxUniversal

2002-02-20 00:25 VZ, revision 14316

use WS_CLIPSIBLINGS for wxStaticLine as well

2002-02-20 00:22 VZ, revision 14315

removed unused test code (no real changes)

2002-02-20 00:21 VZ, revision 14314

don't inherit the controls colours from the parent - at least for the background colour this is not the right thing to do

2002-02-20 00:02 VZ, revision 14313

1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them from overwriting each other when the main window is resized 2. more tweaks to MSWGetStyle() and related code, added a new, easier to use, version of MSWCreateControl()

2002-02-19 23:58 VS, revision 14312

added an image to wxHTML printing sample

2002-02-19 21:48 RR, revision 14311

Added test for default action (button normally) to combo box when hittinh return. In a normal Find&Replace dialog, hitting enter in one of the two fields will usually mean "OK". Corrected the same test in wxTextCtrl. Removed some debug code.

2002-02-19 18:00 VZ, revision 14310

show the resize cursor when the mouse is above the grip and not only when it's just on it

2002-02-19 17:50 VZ, revision 14309

added GetButton(), some cleanups

2002-02-19 16:41 VZ, revision 14308

added an error message to wxCopyFile

2002-02-19 15:21 VZ, revision 14307

fixed Unicode-mode only bug in Validate()

2002-02-19 15:06 VZ, revision 14306

added a note about parsing numbers with leading zeroes in ToLong/ToULong

2002-02-19 15:03 VZ, revision 14305

fixed bug in ParseDateFormat() with numbers with leading zeroes

2002-02-19 14:21 VZ, revision 14304

don't crash in SetFocus()

2002-02-19 13:41 VZ, revision 14303

typo in style definition fixed

2002-02-19 10:45 SC, revision 14302

respects wxFRAME_TOOL_WINDOW for floaters, too

2002-02-19 10:44 SC, revision 14301

added default style wxFRAME_TOOL_WINDOW to creation

2002-02-18 23:31 VS, revision 14300

fixed a typo (_ instead of wxT)

2002-02-18 23:30 VS, revision 14299

better approach to centering windows (in absence of somebody else's solution...)

2002-02-18 22:17 GD, revision 14298

corrections to dynamic loading for Darwin

2002-02-18 22:13 RR, revision 14297

Added more wxRegion tests to erase sample. Implemented "clear now, paint later". Corrected colour-by-name lookup. Corrected DrawRectangle code which produced redraw garbage under wxX11.

2002-02-18 20:38 VS, revision 14296

checked in forgottern parts of MSLU changes

2002-02-18 04:32 DW, revision 14295

wxOS2 no longer relies on xpmlib

2002-02-18 04:30 DW, revision 14294

Use xpmdecod instead of xpmhand.h

2002-02-17 23:35 VS, revision 14293

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:34 VS, revision 14292

Unicode fixes and warnings cleanup

2002-02-17 23:30 VS, revision 14291

compilation fix

2002-02-17 23:29 VS, revision 14290

more MSLU fixes and moved MSLU stuff into separate file

2002-02-17 23:28 VS, revision 14289

cache return value of wxGetOsVersion

2002-02-17 22:59 VZ, revision 14288

set WXWIN_COMPATIBILITY_2_2 to 1 by default

2002-02-17 22:53 VZ, revision 14287

compilation fixes after the last commit

2002-02-17 22:45 VZ, revision 14286

added SetString(), deprecated SetLabel()

2002-02-17 22:44 VZ, revision 14285

compilation warnings fixed

2002-02-17 22:44 VZ, revision 14284

fixes for MSWGetCreateWindowFlags signature change

2002-02-17 22:43 VZ, revision 14283

better handling for the style changing during run-time

2002-02-17 22:19 RR, revision 14282

Removed accidentally left in debug code.

2002-02-17 21:09 RR, revision 14281

wxX11: Corrected TLW positiong. Added experimental code for synthesizing focus events. Minor clean-ups. Added for-now unused code for default/focus widget.

2002-02-17 20:49 JS, revision 14280

Added some Xlib replacement functions and structures for Nano-X

2002-02-17 19:14 VZ, revision 14279

added SetString(), deprecated SetLabel()

2002-02-17 19:14 VZ, revision 14278

enable WXWIN_COMPATIBILITY_2_2 by default

2002-02-17 16:07 MBN, revision 14277

Blind fix for Win32 daily builds

2002-02-17 14:57 VS, revision 14276

use generic timer in wxMGL and wxX11

2002-02-17 14:55 VS, revision 14275

move wxMGL's wxTimer to src/generic

2002-02-17 14:53 VS, revision 14274

cleaned a bit of mess in wxX11

2002-02-17 14:53 VS, revision 14273

corrected wxApp::GetStdIcon in wxX11

2002-02-17 14:53 VS, revision 14272

synthetize 'button up' event before doubleclick, too

2002-02-17 14:53 VS, revision 14271

synced configure with configure.in

2002-02-17 14:52 VS, revision 14270

tell wxHTML users to initialize wxImage

2002-02-17 14:52 VS, revision 14269

added info about xpm.lib to changes.txt

2002-02-17 14:51 VS, revision 14268

fix for focus handling in generic wxListCtrl

2002-02-17 01:04 SN, revision 14267

Fixed OS/2 compilation problems.

2002-02-17 00:25 SN, revision 14266

Fix typo from version 1.528.

2002-02-17 00:20 SN, revision 14265

Fixed typo in my last commit (it did break socket detection code :-( ).

2002-02-17 00:03 VS, revision 14264

don't treat changing focus to popup's child as loosing it

2002-02-16 21:53 VZ, revision 14263

various splitter fixes: 1. generate the events from the event handlers, thus it is now possible to process the splitter events in the parent window 2. when double clicking the splitter which can't be unsplit it doesn't jump by a couple of pixels 3. misc code cleanup

2002-02-16 21:03 SN, revision 14262

Changes to make wxBase configure on OS/2 correctly. Added needed post-link operation for wxPM on OS/2 using LIBWXMACRESCOMP. Add -lstdcpp to LIB for OS/2. Avoid duplication of "-lsocket" on OS/2 (for a purely cosmetic result).

2002-02-16 20:24 MBN, revision 14261

Enable wxDynamicLoader

2002-02-16 20:20 MBN, revision 14260

Fix Cygwin and MinGW compilation

2002-02-16 20:19 MBN, revision 14259

Fixed toolbar crash for MinGW/Cygwin

2002-02-16 19:56 RR, revision 14258

The last commit was too hasty.

2002-02-16 19:23 RR, revision 14257

Forgot to move update and clear regions when scrolling.

2002-02-16 17:54 RR, revision 14256

Put a wxRegion test into the erase sample.

2002-02-16 15:32 VZ, revision 14255

refresh the item whose image depends on the expanded/collapsed state after expanding it to ensure that it is shown correctly

2002-02-16 13:37 SC, revision 14254

new bitmap creation code for mac

2002-02-16 13:36 SC, revision 14253

new bitmap code

2002-02-16 11:37 VS, revision 14252

previous change to wxImage was wrong, it didn't account for saving same image twice

2002-02-16 11:17 SC, revision 14251

fixed inheritance info

2002-02-16 11:16 SC, revision 14250

bracketed include def for CW nothrow flag for MAKINGDLL only

2002-02-16 10:59 RR, revision 14249

wxX11: Made timer compile and maybe work. Fixed display bug in wxListCtrl.

2002-02-16 01:51 VS, revision 14248

more fixes to wxSplitterWindow's initial sash position

2002-02-16 01:45 VS, revision 14247

A couple of changes to wxImage: 1. changed wxBMP_foo, wxCUR_foo to wxIMAGE_OPTION_{BMP,CUR}_foo (with backward compatiblity macros, of course) 2. applied Chris' patch to update hotspot when scaling an image 3. applied Chris' patch to write a filename in XPM and generalized it to pass wxIMAGE_OPTION_FILENAME to all saving handlers

2002-02-16 01:44 VS, revision 14246

oops, commiting too fast, forgot to fix a small typo

2002-02-15 22:18 RR, revision 14245

wxX11: Reorganized SetSize() code so that composite controls work. Removed call to XSync() in the same code.

2002-02-15 22:15 DW, revision 14244

New def file

2002-02-15 22:08 MBN, revision 14243

spaces -> TAB

2002-02-15 21:50 MBN, revision 14242

Updated docs for wxProcessEvent wxPerl docs updates some minor fixes

2002-02-15 20:25 RR, revision 14241

wxX11: Added new scrolling code.

2002-02-15 19:42 VS, revision 14240

fix visual artifact in wxMSW (why does it happen?)

2002-02-15 19:42 VS, revision 14239

more MSLU fixes

2002-02-15 19:41 VS, revision 14238

don't translate accelerators in XRC menus

2002-02-15 19:41 VS, revision 14237

added Alt-PrintScreen handling (SciTech won't be happy till we do everything Windows do...)

2002-02-15 19:40 VS, revision 14236

don't show size grip when maximized

2002-02-15 18:11 MBN, revision 14235

Updated MinGW build instructions

2002-02-15 16:36 VZ, revision 14234

made wxDateTimeDefault an object and not a reference to avoid (well, minimize) initialization order problems

2002-02-15 15:11 VZ, revision 14233

AIX compilation fixes from Paul Thiessen

2002-02-15 15:06 VZ, revision 14232

fixed <strings.h> include and also removed the obsolete WXSTRING_IS_WXOBJECT setting

2002-02-15 15:03 JS, revision 14231

#ifdefs for wxMotif which doesn't have a wxTopLevelWindow implementation

2002-02-15 14:50 JS, revision 14230

Fixed usage of wxXmString

2002-02-15 14:07 VZ, revision 14229

dirty fix for the initial splitter position waiting for Vaclav's better one

2002-02-15 12:49 VS, revision 14228

leave in only Julian's version of CaptureMouse code

2002-02-15 12:32 JS, revision 14227

Include XPM under wxX11 for some samples; added comment about non-working images in dragimag sample

2002-02-15 11:25 JS, revision 14226

Fixed typos

2002-02-15 11:15 JS, revision 14225

Added compatibility file

2002-02-15 11:14 JS, revision 14224

Started some NanoX work (blind to begin with)

2002-02-15 01:07 VS, revision 14223

copyright update

2002-02-15 00:55 VS, revision 14222

corrected double click events: wxMGL will now synthetize second single click, so that events sequence is single-single-double as wxWindows expects rather than single-double as MGL generates

2002-02-14 23:34 RD, revision 14221

As per the wx-dev discussion in early Jan, replaced wxWindow::m_parentSizer with m_containingSizer which is used to track which sizer this window is a member of. Windows will now remove themselves from a sizer when destroyed. Also added accessors so window classes can find out if they are in a sizer and do things like reset their min size, etc.

2002-02-14 22:05 VZ, revision 14220

undid my fix for loading 16x16 icons which results in ugly results when loaing 32x32 ones because LoadImage() scales them badly

2002-02-14 21:58 RR, revision 14219

wxX11: Added code for ScrollWindow(). This can easily be modified to scroll only a given rect. Made dialogs grey. :-)

2002-02-14 21:51 VZ, revision 14218

cache various bitmaps

2002-02-14 21:29 VZ, revision 14217

no changes (de-TABified, undid some horrors with which someone replaced my ?: operators

2002-02-14 21:08 RR, revision 14216

Updated the erase/paint event logic.

2002-02-14 21:00 VZ, revision 14215

fixes to sash adjusting code to avoid setting it to 0 initially

2002-02-14 20:58 VZ, revision 14214

wxFrame base class is xTLW, not wxWindow

2002-02-14 20:30 VS, revision 14213

fill wxFocusEvent::m_win properly

2002-02-14 20:30 VS, revision 14212

copyright update

2002-02-14 20:29 VS, revision 14211

create wxSpinCtrl with default pos+size first, so that the subsequent call to DoSetSize is not a no-op

2002-02-14 19:55 RR, revision 14210

Fixed bug with disappearing menus. They were drawn under all other windows all but the first time.

2002-02-14 18:26 JS, revision 14209

Stopped width = 0 fouling up window size change

2002-02-14 18:06 JS, revision 14208

Added some XSyncs to help size calculations, but positioning dialog remains a mystery

2002-02-14 17:11 VS, revision 14207

implemented cursors cache, so that cursors are not loaded from file again and again

2002-02-14 17:11 VS, revision 14206

take const reference (thanks to Alberto Barbati)

2002-02-14 15:47 JS, revision 14205

Restored previous mouse release/capture behaviour for some ports

2002-02-14 14:23 VZ, revision 14204

use the native wxImageList under Win32 as otherwise xUniv doesn't link currently

2002-02-14 13:50 VZ, revision 14203

compilation fix for wxUSE_PALETTE == 0

2002-02-14 13:47 VZ, revision 14202

#if wxUSE_PALETTE, not #ifdef

2002-02-14 13:13 RR, revision 14201

Some clean-ups which don't really solve any problem yet.

2002-02-14 12:07 JS, revision 14200

Added border for top level windows with captions, though this does seem to make it resizable also. Sizing of about dialog wrong at present.

2002-02-14 11:55 JS, revision 14199

Added SetSize to toplevel window

2002-02-14 11:37 JS, revision 14198

Commented out XSetInputFocus for now

2002-02-14 11:07 JS, revision 14197

Removed wxBuffer from several ports; added function to get XEvent name; started on commandline parsing for wxX11

2002-02-14 09:02 SC, revision 14196

added .inited comparison as suggested by John McPherson to avoid comparison wxBlack to wxNullBitmap being true

2002-02-14 00:45 RR, revision 14195

wxX11: Don't add popup windows to wxTopLevelWindows, espially not if you don't delete them later. Corrected ReleaseMouse().

2002-02-14 00:40 MBN, revision 14194

Update italian translation

2002-02-14 00:38 VS, revision 14193

handle accelerators for buttons, too

2002-02-14 00:37 VS, revision 14192

1. added wxUpdateUIEvent handling to wxMGL 2. added Alt-F4 and PrintScreen handling 3. removed accelerators handling (done by wxUniv)

2002-02-14 00:36 VS, revision 14191

added wxUpdateUIEvent handling to wxMGL

2002-02-13 23:34 VZ, revision 14190

delete the command if we failed to execute it (bug 515687)

2002-02-13 22:17 RD, revision 14189

SWIGged updates for wxGTK for recent changes A few other little cleanups

2002-02-13 22:01 RD, revision 14188

A little different fix for how to delay the call to __wxCleanup

2002-02-13 22:00 RD, revision 14187

A fix for incorrect wrapping of wxPallet.GetRGB

2002-02-13 21:04 VZ, revision 14186

return NULL from FindById() if the tool wasn't found (bug 508399)

2002-02-13 21:01 VZ, revision 14185

added wxFSVolume patch from George Policello (untested, unreferenced from the project files yet)

2002-02-13 20:36 VZ, revision 14184

wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364)

2002-02-13 20:31 VZ, revision 14183

don't use -q option with egrep, Solaris doesn't have it (bug 517145)

2002-02-13 19:03 RD, revision 14182

Fix for the splashscreen bitmap not showing up in wxGTK. NOTE: This is just a band-aid fix. Someone (Robert?) should really check why the wxEraseEvent was not sent to this window at all!

2002-02-13 18:01 JS, revision 14181

Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder

2002-02-13 17:23 JS, revision 14180

Fixes

2002-02-13 17:17 JS, revision 14179

Include src/x11/utils.cpp

2002-02-13 17:16 JS, revision 14178

Fixed typos

2002-02-13 16:47 VZ, revision 14177

disable wxSocket for wxX11, doesn't link anyhow

2002-02-13 16:43 RR, revision 14176

wxX11: INtroduced OnInternalIdle as per wxGTK so that users cannot as easily lill the internals. Fixed pop-up transient window. Removed some #if 0 here and there. Made refresh code work in idle instead of directly.

2002-02-13 16:41 VZ, revision 14175

warning fix

2002-02-13 16:33 VZ, revision 14174

do NOT hard code univ sources in x11 port

2002-02-13 16:24 JS, revision 14173

Added list of wxX11 files

2002-02-13 16:17 JS, revision 14172

Added shared private declarations header privx.h, utils.cpp now shared between wxMotif and wxX11; added some TODOs to toplevel.cpp, popupwin.cpp

2002-02-13 16:12 VZ, revision 14171

clean ups to wxX11+wxUniv handling

2002-02-13 08:38 RR, revision 14170

wxX11: Lots of wxBitmap et al work. Adapted wxIcon, wxCursor to this. Split wxApp init things up so that the X11 display is available sooner. Changed initial display code accordingly. Corrected wxDC::DrawBitmap.

2002-02-13 00:36 VS, revision 14169

safety check

2002-02-13 00:35 VS, revision 14168

use wxLogTrace, not wxLogDebug

2002-02-13 00:31 VZ, revision 14167

fixed loading the icons with non default size

2002-02-12 23:25 VS, revision 14166

don't allow dragging a window if it is maximized

2002-02-12 22:50 SN, revision 14165

Some additional checks for building wxPM (OS/2) which doesn't support wxTipWindow and wxPopupWindow yet. Additionally check in libsocket for inet_addr (for all OS/2 builds).

2002-02-12 22:42 VZ, revision 14164

added IsEditable

2002-02-12 21:28 RD, revision 14163

A fix for Python 2.2 which can sometimes call __wxCleanup before all the other wxPython objects have been deleted. Other various things to match recent CVS changes in wx.

2002-02-12 18:27 JS, revision 14162

Added XSync before mapping but this doesn't seem enough to get the popup window to show before the capture (which fails if not mapped)

2002-02-12 18:15 JS, revision 14161

Removed some debug code from window headers; added some debug code to try to figure out capture problems

2002-02-12 17:43 JS, revision 14160

Correction for 'protected' compiler error

2002-02-12 17:31 JS, revision 14159

Modified CaptureMouse to call DoReleaseMouse if necessary before doing another DoCaptureMouse, because otherwise we have a nested Capture which is not possible in some systems (the point of these wrappers). Also ReleaseMouse now calls DoCaptureMouse, not CaptureMouse, if necessary.

2002-02-12 16:51 VZ, revision 14158

fixed a bug/typo in configure introduced by the previous commit

2002-02-12 15:39 JS, revision 14157

Pass correct length to XTextExtents

2002-02-12 14:56 JS, revision 14156

Background set correctly

2002-02-12 14:56 JS, revision 14155

Positioned text correctly

2002-02-12 14:16 JS, revision 14154

Status bar positioned correctly, but no sign of the menubar as yet.

2002-02-12 12:59 JS, revision 14153

Attempts to get client origin working. Work in progress.

2002-02-12 11:35 JS, revision 14152

Simplified default wxTheme code and made sure a default is available without having to set the WXTHEME variable. The 'default default' is WIN32. So flame me :-)

2002-02-12 10:37 VS, revision 14151

safeguards against crashes

2002-02-12 10:37 VS, revision 14150

fixed menubar attaching: create it first, THEN set pointer to it

2002-02-12 10:37 VS, revision 14149

wxMGL compilation fix

2002-02-12 06:00 DW, revision 14148

Display child panels, and make unneeded scrollbars disappear and reappear when needed.

2002-02-12 01:54 RD, revision 14147

Fixed a bug that prevented editors and renderers to be purly data type dirven (IOW, if no other cell attributes have been set but the cell has a non-string type.)

2002-02-11 23:48 VS, revision 14146

wxGenericDirCtrl now correctly updates itself when you click on 'show hidden'

2002-02-11 23:48 VS, revision 14145

wxSplitterWindow now: 1. respects minimal size even when set programatically 2. respects minimal size of child windows if set

2002-02-11 23:47 VS, revision 14144

rewrote wxHtmlHelpFrame using sizers

2002-02-11 23:47 VS, revision 14143

use wxHashMap, not wxHashTable in wxXPMDecoder

2002-02-11 23:46 VS, revision 14142

a note just in case I misread wxHTML code again...

2002-02-11 23:46 VS, revision 14141

fix for deallocating memory twice in wxHTML (why does it happen?)

2002-02-11 23:11 RD, revision 14140

bugfix for SetString in a wxCheckListBox

2002-02-11 22:46 RR, revision 14139

wxX11: Added handler for ConfigureNotify (i.e. size events). The status bar gets drawn right now, the rest is still black art although paint events are correctly sent.

2002-02-11 22:14 RR, revision 14138

Found the X11 error in wxDC.

2002-02-11 21:27 VZ, revision 14137

added SetString docs

2002-02-11 20:41 RR, revision 14136

wxX11: Updated wxColour for handling Colormaps and ref couting. Updated wxClientDC et al. for conforming to wxGTK. Many tricky parts, particularly the bitmap drawing and blitting is still missing. Any sample crashes now for some reason with an X error.

2002-02-11 20:26 VZ, revision 14135

fixed make install and make base for wxBase

2002-02-11 18:20 DW, revision 14134

New def file

2002-02-11 18:11 JS, revision 14133

Added MICROWIN include dir

2002-02-11 18:03 JS, revision 14132

Attempted to add configury for NanoX compatibility

2002-02-11 14:51 JS, revision 14131

Removed -lXext -lXt from libraries for wxX11

2002-02-11 13:49 VS, revision 14130

fix for deallocating memory twice in wxHTML (why does it happen?)

2002-02-11 13:27 JS, revision 14129

Made sure events for defunct windows are no longer handled.

2002-02-11 13:11 JS, revision 14128

Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number, widths) to avoid assert (a refresh is done in SetFieldsCount which access the m_statusText array before the size is set). XQueryTree usage improved.

2002-02-11 12:40 RR, revision 14127

Last link error in wxX11 killed.

2002-02-11 12:15 JS, revision 14126

Merge correction

2002-02-11 12:13 JS, revision 14125

Linking now

2002-02-11 12:04 RR, revision 14124

Various compile fixes.

2002-02-11 11:42 JS, revision 14123

Typos and other fixes

2002-02-11 11:06 JS, revision 14122

Small changes to wxX11

2002-02-11 04:33 DW, revision 14121

Updates for Y positioning

2002-02-10 23:45 VS, revision 14120

disable shared libs for DJGPP (who broke this?)

2002-02-10 23:43 VS, revision 14119

fixes to HTML tables alignment

2002-02-10 23:32 JS, revision 14118

Implemented CopyFromBitmap, CopyFromIcon

2002-02-10 23:31 RR, revision 14117

wxX11: link errors down to 1.

2002-02-10 23:21 JS, revision 14116

Added wxPopupWindow skeleton (no implementation yet)

2002-02-10 21:54 RR, revision 14115

More make install tweaks.

2002-02-10 19:49 RR, revision 14114

wxX11: make install blind implementation for wxTopLevelWindow

2002-02-10 19:08 VS, revision 14113

respect minimal wxTLW size in wxUniv

2002-02-10 19:08 VS, revision 14112

honour min/max size in wxMGL's wxWindow::DoSetSize

2002-02-10 19:07 VS, revision 14111

use sunken border for wxHtmlHelpController's font preview

2002-02-10 19:07 VS, revision 14110

added default ctor to wxStaticText

2002-02-10 19:07 VS, revision 14109

more wxMGL-aware samples

2002-02-10 19:04 VS, revision 14108

don't use wxGenericDirDialog in MSW

2002-02-10 18:04 RR, revision 14107

Killed various wxMotif things in wxX11.

2002-02-10 17:24 RR, revision 14106

wxX11: Updated wxPen and wxBrush.

2002-02-10 16:42 RR, revision 14105

wxX11: Rewrote wxRegion. Killed backing store Pixmap. Killed wxRectList. Adapted wxWindow to the above.

2002-02-10 16:09 VZ, revision 14104

fix for wxUniv/GTK scrolling

2002-02-10 14:31 RR, revision 14103

wxX11 compiles and links now. I wonder why there is no wxToolBar class in /src/univ, though.

2002-02-10 13:54 RR, revision 14102

wxX11 might compile now.

2002-02-10 11:20 RR, revision 14101

More configure/compile things for X11.

2002-02-10 10:53 RR, revision 14100

Removed menu.cpp and toolbar.cpp from X11. Compile fixes.

2002-02-10 04:34 DW, revision 14099

New positioning code, eliminating a lot of extra, unnecessary methods

2002-02-10 04:33 DW, revision 14098

Removing OS/2 specific positioning methods, no longer needed

2002-02-10 01:03 JS, revision 14097

More X11 code

2002-02-09 23:29 VS, revision 14096

compilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)

2002-02-09 23:29 VS, revision 14095

fixes to wxTLW::Maximize in wxMGL

2002-02-09 23:29 VS, revision 14094

implemented titlebar doubleclick in win32 theme

2002-02-09 23:29 VS, revision 14093

use AllocExclusive for reference counting

2002-02-09 23:28 VS, revision 14092

use WXUNUSED(foo), not (void)foo

2002-02-09 23:28 VS, revision 14091

1. make paint events debugging runtime switch instead of compile time 2. fixed incorrect rendering of wxListCtrl (newly created controls didn't account for parent's client origin)

2002-02-09 23:27 VS, revision 14090

fix for scrollbar's thumb update bug in wxUniv

2002-02-09 23:27 VS, revision 14089

temporary hack to make wxMGL and SciTech happy...

2002-02-09 23:27 VS, revision 14088

wxDC::DoDrawRectangle hack is no longer needed

2002-02-09 23:17 RR, revision 14087

Commiting remaining files of configure change for X11.

2002-02-09 19:39 RR, revision 14086

X11 make stuff.

2002-02-09 19:38 RR, revision 14085

More make stuff for X11.

2002-02-09 18:47 RR, revision 14084

tmake update.

2002-02-09 18:44 RR, revision 14083

tmake update for x11.

2002-02-09 18:43 RR, revision 14082

Updates to tmake for X11. Damn lock in CVS.

2002-02-09 15:58 VS, revision 14081

fix for broken color parsing in wxXPMDecoder (thanks to H.H.Chou)

2002-02-09 15:06 GT, revision 14080

Patch #514838 - FL wxFrameLayout::SetBarState() patch - Tested by Hans

2002-02-09 15:03 GT, revision 14079

Patch #514836 - Tested by Hans

2002-02-09 00:41 RD, revision 14078

New PyCrust source from Patrick's CVS

2002-02-09 00:40 RD, revision 14077

The calltip window and autocomplete window in wxSTC will now use a wxPopupWindow if available so they can extend beyond the client area of the STC if needed.

2002-02-08 23:43 RR, revision 14076

More refreshes are deferred to idle time. Corrected redraw areas of native widgets if underlying wxWindows have been exposed.

2002-02-08 23:38 VS, revision 14075

reverted revision 1.6 -- Mattia obviously knows better than I do...

2002-02-08 23:25 VS, revision 14074

compilation fix -- a better way

2002-02-08 22:23 RD, revision 14073

Added notes for what to do if VC has an internal compiler error.

2002-02-08 22:14 DW, revision 14072

new module definition file for OS/2 Dll build.

2002-02-08 21:03 MBN, revision 14071

Blind fix for Watcom ( and VisualAge? )

2002-02-08 19:15 VZ, revision 14070

wxBase readme file location changed

2002-02-08 19:13 VZ, revision 14069

moved wxBase readme to its own directory

2002-02-08 17:44 JS, revision 14068

Now compiling

2002-02-08 13:36 GT, revision 14067

Patch #514729 applied - adds missing RTTIs to wxToolLayoutItem

2002-02-08 12:56 JS, revision 14066

Added evtloop.cpp to file list, added X11 to makeall

2002-02-08 12:15 JS, revision 14065

Added X11 readme & install docs, updates to Motif ones

2002-02-08 12:00 JS, revision 14064

Added X11 wxEventLoop implementation; rearranged event processing

2002-02-08 00:18 VZ, revision 14063

cleanups after SciTech commit :-(

2002-02-08 00:17 VS, revision 14062

make more wxImage methods const

2002-02-08 00:16 VS, revision 14061

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-08 00:16 VS, revision 14060

fixed wxPageSetupDialogData::SetPaperId() to take value, not reference

2002-02-07 23:24 VZ, revision 14059

added another overloaded DrawCircle() version for completeness and documented it

2002-02-07 23:15 RD, revision 14058

Patch from Neil H.

2002-02-07 18:46 KLB, revision 14057

Merges from Scitech Branch (George Davison): Added wxDisplayChangedEvent and triggering in MSW, when display mode changes this event gets triggered. I don't know what should happen with other OS's since I am not familiar with how they handle mode changes. Watcome Version 11 now compiles with wide character support. Fixed watcom warnings in html/htmlwin.h imagbmp.h listctrl.h imagbmp.cpp quantize.cpp strconv.cpp variant.cpp dirctrlg.cpp treectlg.cpp m_style.cpp fontenum.cpp listctrl.cpp ole\dataobj.cpp textctrl.cpp window.cpp xml.cpp msw/setup.h with watcom version 11 it now compiles with wide character support. xrc/xml.cpp fixed memory leak and compile warnings

2002-02-07 18:11 VS, revision 14056

changed wxImage::ComputeHistogram to use wxHashMap

2002-02-07 16:11 JS, revision 14055

Put ~/.mailcap to head of search list so local settings override global ones.

2002-02-07 15:40 JS, revision 14054

Various fixes for X11 compilation

2002-02-07 14:51 JS, revision 14053

Fixes for X11 builds

2002-02-07 14:44 GT, revision 14052

Applied patch #514037 from Paul Gammans to remove unneeded code in wxDbGridTableBase::CanSetValueAs()

2002-02-07 14:41 JJ, revision 14051

Committing in . Various patches to get the current CVS compile on OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/app.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-02-07 14:22 VZ, revision 14050

wxMSW compilation fix

2002-02-07 13:45 JS, revision 14049

Added X11 support

2002-02-07 13:45 JS, revision 14048

Added x11.t, changes to other config files

2002-02-07 13:24 GD, revision 14047

removed trailing comma for SunSoft compiler

2002-02-07 12:53 VZ, revision 14046

documented wxCOMPILE_TIME_ASSERT2

2002-02-07 12:33 VZ, revision 14045

added wxCOMPILE_TIME_ASSERT2() macro allowing to give the unique name to the struct used by wxCOMPILE_TIME_ASSERT() and use it in dynarray.h

2002-02-07 12:24 VZ, revision 14044

a hack to fix the MSW build for now, pending better solution

2002-02-07 12:08 VZ, revision 14043

fixed passing empty macro argument for VC++

2002-02-07 12:06 JS, revision 14042

Stripped out miscellaneous Motif/Xt-specific code

2002-02-07 01:44 RD, revision 14041

Check for existing colour names when adding to wxTheColourDatabase

2002-02-07 01:04 RD, revision 14040

added sample (currently commented out) of how to veto column size events

2002-02-07 01:04 RD, revision 14039

Moved utils.i back into the core since it imports it anyway.

2002-02-06 21:03 RD, revision 14038

Updated the build docs a bit, added wxMetafileDataObject, and some cleanup and fixes here and there.

2002-02-06 20:14 VZ, revision 14037

oops, have to commit this after accidentally committing intl.cpp to not break compilation (contains unfinished code)

2002-02-06 20:12 VZ, revision 14036

cleaned up the arrays declaration macros and added a new SORTED_ARRAY_CMP family; added tests for them to the console sample

2002-02-06 20:11 VZ, revision 14035

use wxCOMPILE_TIME_ASSERT instead of the run-time checks

2002-02-06 20:07 VZ, revision 14034

added and documented wxCOMPILE_TIME_ASSERT and wxASSERT_MIN_BITSIZE

2002-02-06 19:19 RD, revision 14033

Corrections for loss of XLOG2DEV and etc. macros in MSW. I assume that switching to LogicalToDevicwX and etc. is correct??

2002-02-06 14:40 VZ, revision 14032

fixes for METHODDEF definition

2002-02-06 14:25 VZ, revision 14031

fixed 2 minor warnings

2002-02-06 14:24 VZ, revision 14030

added the missing (newly added) colours to the switch

2002-02-06 14:10 VZ, revision 14029

typo in IMPLEMENT_DYNAMIC_CLASS fixed

2002-02-06 14:04 VZ, revision 14028

compilation fix for BC++ (hopefully)

2002-02-06 13:41 VZ, revision 14027

compilation fix after m_lDlgCode removal

2002-02-06 06:36 SC, revision 14026

m_style.cpp added

2002-02-06 01:42 VZ, revision 14025

IMPLEMENT_DYNAMIC_CLASS fixes

2002-02-06 01:38 VZ, revision 14024

assert when a base class of a class in wxRTTI system is not found

2002-02-06 01:38 VZ, revision 14023

added wxRTTI macros to wxList and wxStringList

2002-02-06 00:58 VZ, revision 14022

got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows, even the native controls

2002-02-05 21:35 MBN, revision 14021

* SPACE -> TAB in filelist.txt * Added wxBase support to makefile.g95 makeg95.env * Added FINAL=0|1 flag to makefile.g95 ( defaults to FINAL=0 )

2002-02-05 20:38 RD, revision 14020

Derive wxGridWindow from wxWindow instead of wxPanel so thw SetFocus in HideCellEditControl() will actually set the focus to the grid window instead of back to the cell editor which was just hidden.

2002-02-05 19:07 GT, revision 14019

Added WXDLLEXPORT_DATA() around several data elements

2002-02-05 19:05 VZ, revision 14018

make the log dialog slightly taller when it is expanded to account for a possible horz scrollbar

2002-02-05 18:13 JS, revision 14017

First stabs at stripping out Xt/Motif code

2002-02-05 16:44 JS, revision 14016

Fixed a couple of typos

2002-02-05 16:34 JS, revision 14015

Reformatted Motif headers; added __WXX11__ symbol support to common headers; added place-holding src/x11 and include/wx/x11 files.

2002-02-05 14:34 VZ, revision 14014

Unicode compilation fix

2002-02-05 14:15 DW, revision 14013

no message

2002-02-05 12:18 JS, revision 14012

Applied Hans Van Leemputten's FL separator patch

2002-02-05 00:16 VZ, revision 14011

compilation fix for wxUniv

2002-02-05 00:14 VZ, revision 14010

don't compile this file under wxMSW

2002-02-05 00:14 VZ, revision 14009

defined wxUSE_IFF

2002-02-05 00:14 VZ, revision 14008

fixed compilation without wxUSE_STREAMS

2002-02-05 00:01 VZ, revision 14007

fixed VC++ compilation warnings in optimized build

2002-02-04 23:32 DW, revision 14006

const fix.

2002-02-04 22:33 VZ, revision 14005

fixed for compilation without wxUSE_WCHAR_T and minor cleanups associated with this

2002-02-04 21:52 VZ, revision 14004

no changes, just the file I forgot to commit...

2002-02-04 20:56 GD, revision 14003

added missing system colours (exact colours to be defined)

2002-02-04 19:37 VZ, revision 14002

fixed crash when return is pressed in a spinctrl inside a parent which is not a GtkWindow

2002-02-04 19:24 VZ, revision 14001

backported the fix for the log window details dropdown size from 2.3

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

fixed size of the log dialog details drop down

2002-02-04 18:01 RR, revision 13999

Added missing test in wxObject::Ref() for already equal objects (same m_refData). Implemented new ref counting for wxBrush, wxPen and wxColour (in addition to wxRegion). Also inlined some more functions and implemented real comparisons. Corrected refresh code to update GTK's window-less widgets if overdrawn after a wxWindow::Refresh().

2002-02-04 16:34 VZ, revision 13998

added GAUGE standard colour and use it in DrawProgressBar() if the colour hadn't bee nset explicitly

2002-02-04 16:33 VZ, revision 13997

minor fix to the constraints of the cancel button to improve its sizing under wxUniv

2002-02-04 15:40 VZ, revision 13996

don't skip first/last node when pressing down/up arrow after opening the menu with the mouse

2002-02-04 14:09 DW, revision 13995

non const to const change

2002-02-04 14:05 RR, revision 13994

Now updating and clearing are done in a delayed fashion. The m_updateRegion gets updated and the (often much smaller) m_clearRegion gets cleared. This removes the flicker introduced by having delayed updates and immediate clearings.

2002-02-04 12:38 RR, revision 13993

Applied thread wakeup patch.

2002-02-04 12:21 VZ, revision 13992

base class of wxTreeItemData corrected

2002-02-04 12:17 VZ, revision 13991

fixed coords in HandleDropFiles()

2002-02-04 12:04 RR, revision 13990

Big wxRegion clean up.

2002-02-04 10:42 RR, revision 13989

Ref counting fixes and compile fixes.

2002-02-04 04:19 DW, revision 13988

OS/2 scrolling support

2002-02-04 01:35 VZ, revision 13987

total wxBrush cleanup: made private stuff private, fixed data (un)sharing, create HBRUSH on demand only, added asserts/checks

2002-02-04 01:34 VZ, revision 13986

changed CloneRefData() to take a const pointer

2002-02-04 01:32 VZ, revision 13985

ScrollWindow() should use the rect it scrolls as the clipping rect as well

2002-02-03 23:54 VS, revision 13984

Unicode compilation fixes

2002-02-03 23:53 VS, revision 13983

wxXmlInitXmlModule no longer needed

2002-02-03 13:15 VZ, revision 13982

compilation fix

2002-02-03 12:31 VZ, revision 13981

oops, Clone/CreateRefData() were not overridden in wxRegion as intended

2002-02-03 12:30 VZ, revision 13980

added asserts to Clone/CreateRefData()

2002-02-03 12:25 GT, revision 13979

Added isql.h and isqlext.h to the "Base" target

2002-02-03 11:49 VZ, revision 13978

fixed wxRegion::Offset() to not modify the shared regions

2002-02-02 23:17 VS, revision 13977

wxXRC cleanup: removed .xmlbin format

2002-02-02 23:16 VS, revision 13976

added cur and ico formats to the sample

2002-02-02 23:15 VS, revision 13975

generated makefiles no longer contain information about when they were generated (you can still get this information from CVS/Entries and there will be fewer bogus revisions)

2002-02-02 23:14 VS, revision 13974

changed wxFileName::Normalize signature to allow or-combination of flags and reverted Julian's hack-fix to wxTextFile

2002-02-02 16:08 VZ, revision 13973

added more commands for moving the logical origin

2002-02-02 16:08 VZ, revision 13972

1. fixed bug in wxDC::SetMapMode() which broke the scrolling 2. some cleanups in wxDC code 3. SetAxisOrientation() still doesn't work...

2002-02-02 13:34 GD, revision 13971

correction for compilation with ProjectBuilder

2002-02-02 13:21 GD, revision 13970

wxCommand is in cmdproc.h (SourceForge patch #511506)

2002-02-02 01:10 RD, revision 13969

A little cleanup for this demo

2002-02-02 01:09 RD, revision 13968

Shouldn't call SetFont(wxNullFont) any more

2002-02-02 00:40 VZ, revision 13967

wxDC::SetClippingRegion() in wxMSW works like in wxGTK, i.e. combines the given region with the old one (also documented this behaviour as the correct one)

2002-02-02 00:19 RD, revision 13966

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:16 RD, revision 13965

wxPyEmptyStr --> wxEmptyString

2002-02-01 23:14 RD, revision 13964

Updated contrib from Lorne White

2002-02-01 23:13 RD, revision 13963

better log messages for this demo

2002-02-01 23:01 VS, revision 13962

wxDialog::Show has default argument value in wxUniv now

2002-02-01 20:22 VS, revision 13961

wxRootWindow::AcceptsFocus must be const; added wxRTTI for wxRootWindow

2002-02-01 20:22 VS, revision 13960

compilation fix

2002-02-01 19:30 VZ, revision 13959

removed GetString(), it doesn't belong here

2002-02-01 17:34 JS, revision 13958

Added missing '!' to HasCapture() in window.cpp

2002-02-01 15:50 DW, revision 13957

Makefile and mod def updates. Compile bug in Choice fixed.

2002-02-01 15:43 VZ, revision 13956

made wxCondition::Signal() queue the signals generated while there were no waiters and documented this behaviour

2002-02-01 15:30 VZ, revision 13955

some really ancient tips updated, mention make problems and flex version minimal requirments

2002-02-01 14:58 VZ, revision 13954

various minor fixes to wxHashMap: compilation warnings suppressed, use calloc() instead of new[]

2002-02-01 14:11 DW, revision 13953

Got rid of the bad EOLs.

2002-02-01 12:24 VZ, revision 13952

fixed Show() doc, added Hide()

2002-02-01 12:21 VZ, revision 13951

added default value for Show() argument

2002-02-01 03:28 DW, revision 13950

no message

2002-02-01 02:48 RD, revision 13949

Fix for bug #511057

2002-02-01 02:08 RD, revision 13948

added wx type info macros for wxFSFile

2002-02-01 01:18 RD, revision 13947

fixed compile bug for when threads are turned off

2002-02-01 00:25 VZ, revision 13946

test wxRegion::Offset()

2002-01-31 23:13 JS, revision 13945

Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).

2002-01-31 22:48 DW, revision 13944

Lots of fixes for scrolling

2002-01-31 22:45 JS, revision 13943

Applied status bar sample patch to toggle status bar

2002-01-31 22:11 JS, revision 13942

Applied wxImage -> wxCursor patch, tool window event table fix

2002-01-31 21:58 JS, revision 13941

Applied wxPoem, wxSystemSettings, sizing, install doc patches