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

2006-05-29 20:07 RD, revision 39453

hyperlink is in adv, not core

2006-05-29 19:52 RD, revision 39452

Added wxHyperlinkCtrl, wxPowerEvent, and lots of little things to match changes made in wx.

2006-05-29 19:16 RD, revision 39451

rebake for *hyperlink.* files

2006-05-29 17:54 MW, revision 39450

VC++ 5.0 warning fix.

2006-05-29 17:35 MW, revision 39449

Warning fixes for VC++ 5.0 (Igor Korot, patch 1457996)

2006-05-29 17:31 MW, revision 39448

Warning fixes for VC++ 5.0

2006-05-29 17:26 MW, revision 39447

64-bit fix in wxNotebook for Tru64.

2006-05-29 17:24 MW, revision 39446

wxMGL fixes.

2006-05-29 17:20 MW, revision 39445

Add url for linux djgpp cross compiler (Cavit Cahit VURAL)

2006-05-29 16:32 PC, revision 39444

revert removal of gtk1 code from common file

2006-05-29 16:06 ABX, revision 39443

Updated universal setup.

2006-05-29 16:06 VZ, revision 39442

call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS

2006-05-29 16:04 VZ, revision 39441

removed spurious #endif

2006-05-29 14:51 VZ, revision 39440

added missing include after last commit

2006-05-29 14:23 ABX, revision 39439

Build fix.

2006-05-29 13:11 ABX, revision 39438

Keep FindString in sync with wxControlWithItems base class.

2006-05-29 13:07 ABX, revision 39437

Unused variable removal.

2006-05-29 12:12 VZ, revision 39436

override all Detach() overloads in wxStaticBoxSizer to avoid virtual function hiding warnings

2006-05-29 11:56 VZ, revision 39435

use a filename, not URL, when quering its modification time

2006-05-29 11:17 ABX, revision 39434

Fail for assert(0,...).

2006-05-29 11:14 ABX, revision 39433

NO_GCC_PRAGMA removed from hyperlink code. Clipboard markup added.

2006-05-29 10:11 ABX, revision 39432

Warning fix.

2006-05-29 10:10 ABX, revision 39431

Fail for assert(0,...).

2006-05-29 10:09 ABX, revision 39430

Typo fix.

2006-05-29 09:58 VZ, revision 39429

don't include statbox.h from the header, move wxStaticBoxSizer dtor to .cpp file instead

2006-05-29 08:13 ABX, revision 39428

Include wx/checkbox.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-29 07:51 ABX, revision 39427

Let's have new sample distributed.

2006-05-29 07:45 ABX, revision 39426

Let's have new sample distributed.

2006-05-29 07:36 ABX, revision 39425

Use same path in header as user should use in his #include.

2006-05-29 07:33 PC, revision 39424

mention better gtk wxScrollWinEvent generation

2006-05-29 07:31 ABX, revision 39423

Source cleaning for new features.

2006-05-29 07:31 PC, revision 39422

backport better gtk wxScrollWinEvent generation fix a refresh bug when resizing larger and thumb is at maximum

2006-05-29 07:23 ABX, revision 39421

Source cleaning for new features.

2006-05-29 06:53 PC, revision 39420

build fix

2006-05-29 06:52 PC, revision 39419

revert forward declaration of hashmap, it doesn't work with STL

2006-05-29 06:48 ABX, revision 39418

Use complete class for delete of the class.

2006-05-29 06:39 ABX, revision 39417

Build fix.

2006-05-29 04:58 KO, revision 39416

widgets sample no longer has .rc file.

2006-05-29 04:44 KO, revision 39415

Exit on error was too strict.

2006-05-29 03:05 KO, revision 39414

Stop building on a platform as soon as a tarball build error is encountered.

2006-05-29 00:32 VZ, revision 39413

regenerated after the recent changes

2006-05-29 00:24 VZ, revision 39412

use CFLAGS for GTK tests, not CXXFLAGS

2006-05-29 00:03 VZ, revision 39411

miscellaneous wxFont enhancements (patch 1496606): - made SetFaceName() bool and return false if the face name is not available - corrected To/FromUserString() to complement each other

2006-05-29 00:01 VZ, revision 39410

oops, typo in last commit

2006-05-28 23:56 VZ, revision 39409

spelling fixes (patch 1495562)

2006-05-28 23:54 VZ, revision 39408

added CollapsePath() (patch 1494638)

2006-05-28 23:51 VZ, revision 39407

implemented notifications of the child process termination (patch 1494439)

2006-05-28 23:47 VZ, revision 39406

don't offset the position for toplevel windows in wxFindWindowAtPoint() (patch 1491559)

2006-05-28 23:45 VZ, revision 39405

correct painting of the items with custom colours in TVIS_DROPHILITED state (patch 1491478)

2006-05-28 23:38 VZ, revision 39404

don't crash when destroying a not initialized socket (patch 1489095)

2006-05-28 23:34 VZ, revision 39403

readded back wxDD_NEW_DIR_BUTTON removed by last commit

2006-05-28 23:32 VZ, revision 39402

File/dir dialog styles and other changes (patch 1488371): - check invalid combinations of styles in wxFileDialogBase::Create() - use wxFD_XXX naming convention for wxFileDialog styles - replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST - removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code - removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName - renames wxDirDialogGTK to wxDirDialog

2006-05-28 23:31 VZ, revision 39401

more wxFD_XXX renamings (patch 1488371)

2006-05-28 23:15 VZ, revision 39400

don't strip &s from tooltips (patch 1488318)

2006-05-28 23:08 ABX, revision 39399

Build fix.

2006-05-28 23:07 VZ, revision 39398

allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpController (patch 1485669)

2006-05-28 23:01 VZ, revision 39397

fix the bug which prevented the same wxFile/DirDialog object from being used twice (patch 1485127)

2006-05-28 22:56 VZ, revision 39396

use dynamic array for the page breaks positions (patch 1483976)

2006-05-28 22:44 VZ, revision 39395

use GetPath() instead of GetFullPath() in the directory-oriented functions (patch 1482016)

2006-05-28 22:40 VZ, revision 39394

check for ERROR_NO_MORE_FILES error code from FindFirstFile() as it's not really an error (patch 1481895)

2006-05-28 22:37 VZ, revision 39393

added British spellings of the alignment flags (patch 1486478)

2006-05-28 20:08 VZ, revision 39392

added support for CMYK JPEGs loading (patch 1476078)

2006-05-28 20:00 VZ, revision 39391

use wxBitmap objects instead of pointers

2006-05-28 19:35 VZ, revision 39390

document that GetSubItemRect() is new since 2.7.0

2006-05-28 19:23 MW, revision 39389

Take account of the numlock when mapping mgl virtual keycodes to wx ones.

2006-05-28 19:20 RD, revision 39388

Allow for non-ascii text in resources

2006-05-28 19:05 MW, revision 39387

Regenerate to add the new file toucan.png.

2006-05-28 18:58 MW, revision 39386

Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists on DJGPP where S_IFREG is defined as 0.

2006-05-28 18:10 VZ, revision 39385

added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)

2006-05-28 17:41 VZ, revision 39384

added wxHyperlinkCtrl (patch 1476781 from Francesco)

2006-05-28 17:40 MW, revision 39383

Export the event types.

2006-05-28 17:36 MW, revision 39382

Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC isn't in the headers for most compilers (the other PBT_* macros are there).

2006-05-28 17:27 VZ, revision 39381

allow partial read/writes (patch 1476893)

2006-05-28 17:24 VZ, revision 39380

delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)

2006-05-28 17:17 VZ, revision 39379

added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)

2006-05-28 15:20 VZ, revision 39378

fix crashes in the calctl sample under OS/2 (patch 1495898)

2006-05-28 15:18 VZ, revision 39377

wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now

2006-05-28 15:06 VZ, revision 39376

added assertion_traits<> specialization for wxString and convenient CPPUNIT_ASSERT_STR_EQUAL macro

2006-05-28 14:33 VZ, revision 39375

explicitly call base class ctor to silent gcc warning (patch 1492701)

2006-05-28 14:30 VZ, revision 39374

added SetDoubleBuffered() (patch 1491093)

2006-05-28 14:19 VZ, revision 39373

wizards not using sizers for the page layout now work again

2006-05-28 14:17 VZ, revision 39372

no changes (spaces only)

2006-05-28 13:51 VZ, revision 39371

wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)

2006-05-28 13:08 VZ, revision 39370

update from Adrián González

2006-05-28 10:53 MR, revision 39369

The following methods appear to be new since 2.7.0 (from 64-bit stream patch): wxLongLong& operator operator=(wxULongLong_t ll) wxLongLong& operator operator=(long l) wxLongLong& operator operator=(unsigned long l) wxLongLong& operator operator=(const wxULongLong & ll)

2006-05-28 10:19 MR, revision 39368

wxStringTokenizer::GetLastDelimiter is new since 2.7.0

2006-05-28 10:12 MR, revision 39367

GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0

2006-05-28 10:03 MR, revision 39366

Underscore escaping fix from Angel Vidal Veiga

2006-05-28 09:47 MR, revision 39365

\newsince{2.7.0} for GetMouseCursor with a note to GetCursor

2006-05-28 09:41 MR, revision 39364

newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions

2006-05-28 09:29 MR, revision 39363

Add \newsince{2.7.0} to GetAsString and Set(wxString&)

2006-05-28 09:12 MR, revision 39362

Fix underscore escaping again (one obscure one left in wxmsw.tex)

2006-05-28 09:05 MW, revision 39361

Missing header.

2006-05-27 14:29 VZ, revision 39360

moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them

2006-05-27 14:09 VZ, revision 39359

added wxPowerEvent; moved power functions stubs to common/powercmn.cpp

2006-05-27 12:24 VZ, revision 39358

added more directories

2006-05-27 00:03 ABX, revision 39357

More small devices adjustements.

2006-05-26 23:58 ABX, revision 39356

Correct dll usage for wxDatePickerCtrl under WinCE.

2006-05-26 19:02 RD, revision 39355

Fixes for the DLL build

2006-05-26 18:47 ABX, revision 39354

Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-26 18:36 RD, revision 39353

Some tweaks to reflect changes in wxWidgets

2006-05-26 17:27 ABX, revision 39352

Fixed unicode reference file writing under some builds.

2006-05-26 16:44 PC, revision 39351

fix incomplete change in previous commit

2006-05-26 16:43 RD, revision 39350

Another stab (hopefully the last) at how to handle the delayed initialization of the stock objects. Go ahead and create an uninitialized instance using __new__, and then just set the .this attribute when the app is initialized.

2006-05-26 16:35 RD, revision 39349

Use MustHaveApp for wx.RendererNative.Get and others

2006-05-26 16:12 PC, revision 39348

move some data definitions to more appropriate places

2006-05-26 15:09 ABX, revision 39347

Fixed OpenWatcom (strange) scope related crash.

2006-05-26 14:56 ABX, revision 39346

Fixed OpenWatcom (strange) scope related crash.

2006-05-26 14:09 ABX, revision 39345

wxToggleButton for wxUniv already implemented.

2006-05-26 14:07 ABX, revision 39344

Small devices adjustements.

2006-05-26 10:15 ABX, revision 39343

Include wx/control.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-26 02:23 VZ, revision 39342

show help for the page under mouse when the [?] button is used to request help

2006-05-26 02:22 VZ, revision 39341

moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook

2006-05-26 02:21 VZ, revision 39340

added help event origin field: indicates if the help was requested using the mouse or from keyboard

2006-05-26 02:09 VZ, revision 39339

moved wxNotebook::HitTest() to the base book control class; implemented it for wxList/Treebook

2006-05-26 01:12 VZ, revision 39338

mention the addition of the clipboard events

2006-05-25 21:08 ABX, revision 39337

Include wx/cmndata.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-25 19:03 SC, revision 39336

using new method for implementing Maximize

2006-05-25 16:23 SC, revision 39335

this compat must not be set in this file

2006-05-25 15:46 PC, revision 39334

unused declarations

2006-05-25 15:41 RD, revision 39333

wx.lib.mixins.listctrl.TextEditMixin: Fixed the double END_LABEL_EDIT event problem in TextEditMixin by checking if the editor was already hidden before continuing with the CloseEditor method. Also added code to OpenEditor to send the BEGIN_LABEL_EDIT event and to not allow the opening of the editor to continue if the event handler doesn't allow it.

2006-05-25 14:45 ABX, revision 39332

src/mac/carbon/pnghand.cpp removed

2006-05-25 14:03 ABX, revision 39331

Adjustement to wxCheckListBox under WinCE.

2006-05-25 13:59 ABX, revision 39330

Better screen usage on smaller devices.

2006-05-25 13:57 ABX, revision 39329

__WXHANDHELD__ introduction.

2006-05-25 11:39 ABX, revision 39328

[ 1494429 ] Fix for wxOwnerDrawnComboBox::Clear() crash.

2006-05-25 10:03 ABX, revision 39327

Removed some references to unused files.

2006-05-25 07:07 ABX, revision 39326

Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-25 02:40 PC, revision 39325

don't crash on zero length string in DoDrawRotatedText

2006-05-24 23:24 MR, revision 39324

Typo fix

2006-05-24 23:23 MR, revision 39323

Typo fix (age -> page) and \texttt{NULL} -> \NULL

2006-05-24 22:55 MW, revision 39322

Use wx_static_cast instead of static_cast.

2006-05-24 17:43 PC, revision 39321

derive univ toggle button from button

2006-05-24 17:17 PC, revision 39320

derive univ toggle button from button

2006-05-24 17:03 ABX, revision 39319

Missing app.h include.

2006-05-24 15:13 ABX, revision 39318

wx/debug.h is always unconditionally included by wx/defs.h

2006-05-24 14:56 ABX, revision 39317

wxToggleButton page added to widgets sample.

2006-05-24 14:39 MW, revision 39316

Map between int page ids and page pointers using hashes so that it works when pointers are 64-bits.

2006-05-24 13:41 JS, revision 39315

Don't unselect if setting string that's not found

2006-05-24 09:58 ABX, revision 39314

wxToggleButton for wxUniv already introduced.

2006-05-24 09:44 ABX, revision 39313

[ 1493780 ] wxOwnerDrawnComboBox warnings fixes.

2006-05-24 09:42 ABX, revision 39312

wxToggleButton for wxUniv already introduced.

2006-05-24 09:29 ABX, revision 39311

[ 1493802 ] Allow multiple wxComboCtrl::SetPopupControl calls.

2006-05-24 07:16 ABX, revision 39310

Include wx/settings.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-24 05:03 PC, revision 39309

correct access for virtuals, other minor corrections

2006-05-24 04:49 RD, revision 39308

Make it possible for pywxrc to generate just the gettext _() strings with no other code, and also make it possible to process more than one XRC file at once into a single output module.

2006-05-23 21:15 RD, revision 39307

reSWIGged

2006-05-23 21:08 RD, revision 39306

reSWIGged

2006-05-23 20:36 JS, revision 39305

Documented wxUniv wxToggleButton addition

2006-05-23 20:35 JS, revision 39304

Documented wxUniv wxToggleButton

2006-05-23 20:33 JS, revision 39303

Avoid flags that may clash with alignment flags Don't try to set the string selection if not found

2006-05-23 20:32 JS, revision 39302

Check for null pointers

2006-05-23 20:31 JS, revision 39301

Set font in dialog to avoid error when formatting static controls on dialog

2006-05-23 19:30 ABX, revision 39300

[ 1491948 ] Fix for a minor GUI bug in wxEditableListBox.

2006-05-23 18:13 JS, revision 39299

Makefile change for wxUniversal wxToggleButton

2006-05-23 18:13 ABX, revision 39298

Add images with arrows of the combo sample to build system.

2006-05-23 18:09 JS, revision 39297

wxToggleButton for wxUniversal: configure changes

2006-05-23 18:05 ABX, revision 39296

[ 1493005 ] Fix wxComboCtrl popup positioning.

2006-05-23 17:53 JS, revision 39295

Applied patch 1489656: support for wxToggleButton under wxUniversal

2006-05-23 17:53 , revision 39294
  • A /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/Bakefiles.release.bkgen
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/build-environ.cfg
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/build-linux.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/build-mac.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/build-windows.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/builddemos.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/build_controller.py
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/docs
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/mac/dobuilds
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/mac/macbuild-lipo
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/mac/tardist
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/manifests
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/msw
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/pre-flight.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/setup_environ.sh
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/unix
  • D /wxWidgets/branches/WX_2_6_BRANCH/distrib/scripts/utils.inc
  • A /wxWidgets/branches/WX_2_6_BRANCH/include/wx/univ/tglbtn.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/univ/tglbtn.cpp

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

2006-05-23 17:53 JS, revision 39293

Applied patch 1489656: support for wxToggleButton under wxUniversal

2006-05-23 16:52 ABX, revision 39292

wxScrolBar event sending fix in wxUniv.

2006-05-23 16:12 ABX, revision 39291

[ 1470717 ] wxUniv toolbar separator drawing fix.

2006-05-23 16:05 ABX, revision 39290

[ 1470717 ] wxUniv toolbar separator drawing fix.

2006-05-23 14:11 ABX, revision 39289

Improved wxDCPen/BrushChangers.

2006-05-23 13:58 JS, revision 39288

Guard against comparing invalid iterators, which produces an assertion

2006-05-23 11:24 JS, revision 39287

Applied patch [ 1489741 ] Bugfix for wxScrolledWindow::SetScrollRate in wxUniversal

2006-05-23 11:16 JS, revision 39286

Applied patch [ 1489638 ] Trivial bugfix - missing constructor in wxGenericFontDialog

2006-05-23 11:04 ABX, revision 39285

Include wx/timer.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-23 10:33 JS, revision 39284

Applied patch [ 1487942 ] Fixed bug in generic file selection dialog box

2006-05-23 05:58 PC, revision 39283

fix incomplete change from rev 1.1121

2006-05-23 05:33 PC, revision 39282

replace deprecated gtk_type_new, plus minor cleanup

2006-05-23 02:17 RD, revision 39281

Don't scroll the grid when starting a cell editor if it will already fit in the viewable space. The way it was always jumping around drove me nuts! Also, ensure that keys like HOME or END won't start the cell editor on wxGTK2.

2006-05-23 02:06 RD, revision 39280

Minor fixes for the overzealous renamer

2006-05-23 02:05 RD, revision 39279

a bit of cleanup

2006-05-23 02:05 RD, revision 39278

Add some dtor wrappers for the print dialogs that are not really dialogs

2006-05-23 02:04 RD, revision 39277

I've now seen 2 or 3 themes that need this extra space in a label-less static box, so I'm checking in my GetBordersForSizer change discussed on wx-dev a few weeks ago.

2006-05-23 01:10 RD, revision 39276

Added wrappers and demo for RichTextCtrl

2006-05-22 22:03 VZ, revision 39275

document that wxRenderer methods [are supposed to] preserve wxDC attributes

2006-05-22 21:38 RD, revision 39274

Changes to ensure that the potential drag is totally cleaned up in LeftButtonUp

2006-05-22 20:54 ABX, revision 39273

Include wx/dialog.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-22 17:51 PC, revision 39272

unused win_gtk stuff

2006-05-22 17:51 PC, revision 39271

typo

2006-05-22 14:38 JJ, revision 39270

updating OpenVMS compile support

2006-05-22 14:25 ABX, revision 39269

Introduced wxDCPenChanger and wxDCBrushChanger.

2006-05-22 12:20 ABX, revision 39268

Drawing fix for generic wxTreeCtrl.

2006-05-22 12:12 ABX, revision 39267

[ 1469227 ] wxUniv patch for toolbar button.

2006-05-22 12:03 ABX, revision 39266

[ 1469227 ] wxUniv patch for toolbar button.

2006-05-22 10:39 ABX, revision 39265

Continuation of 'widgets' sample improvements.

2006-05-22 07:11 ABX, revision 39264

Include wx/cursor.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-22 06:55 ABX, revision 39263

wxID_ANY usage.

2006-05-21 22:36 ABX, revision 39262

Warning fix.

2006-05-21 21:45 ABX, revision 39261

Include wx/icon.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-21 21:12 ABX, revision 39260

[ 1492391 ] Fix wxComboCtrl button rendering problem.

2006-05-21 20:53 ABX, revision 39259

Workaround to broken WinCE directory scanning for all includes (#ifdefed for other ports).

2006-05-21 09:38 SC, revision 39258

hack around a UnicodeEditTextControl which does not deliver a correct selection unless the control has the focus.

2006-05-21 07:44 ABX, revision 39257

wxMSW/watcom is already rebaked by pure bakefile_gen call. wxOS2/wxMGL for watcom needs only wx.bkl baking due to filename conflict for other makefiles.

2006-05-21 07:23 KO, revision 39256

Attempt at fixing the misplaced MSW build files.

2006-05-21 06:41 KO, revision 39255

First attempt at adding the files in the build/os2 and build/mgl dirs.

2006-05-21 06:33 KO, revision 39254

Adding dataview and combo sample files.

2006-05-20 23:39 ABX, revision 39253

Rebaked wxOS2 makefile.

2006-05-20 23:35 ABX, revision 39252

[ 1492040 ] Prevent wxComboCtrl::GetPopupControl from failing.

2006-05-20 23:27 ABX, revision 39251

[ 1492036 ] Fix incorrect wxComboCtrl minimum size.

2006-05-20 22:55 ABX, revision 39250

Rebaked wxMGL makefile.

2006-05-20 22:53 ABX, revision 39249

Non-PCH build fix.

2006-05-20 21:32 ABX, revision 39248

Workaround to broken WinCE directory scanning for all includes (#ifdefed for other ports).

2006-05-20 19:43 ABX, revision 39247

Include wx/palette.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-20 07:32 SC, revision 39246

hacking around a missed-scroll bug in multi-line text fields in Tiger, in case there is no CR in the text.

2006-05-20 06:47 PC, revision 39245

parenthesize macro replacement containing operator

2006-05-20 05:47 PC, revision 39244

remove unneeded includes from mac/carbon/private.h

2006-05-20 05:44 PC, revision 39243

correct wxString forward declaration

2006-05-20 05:43 PC, revision 39242

remove unneeded include of mac/private.h

2006-05-20 05:41 PC, revision 39241

non-pch build fix

2006-05-20 02:41 PC, revision 39240

remove unneeded declarations missed in previous commit

2006-05-20 02:39 PC, revision 39239

avoid float to double conversion

2006-05-20 00:05 MR, revision 39238

[GTK2] Support underlined fonts in wxTextCtrl. Backport of patch #1448089 (rev 1.228 in HEAD) from Ryan Norton.

2006-05-20 00:02 MR, revision 39237

Create 2.6.4 changes title. Move change documentation done after the WX_2_6_3 tag under 2.6.4

2006-05-19 22:58 RD, revision 39236

Demo the page setup dialog instead of the print setup dialog

2006-05-19 19:47 ABX, revision 39235

Include wx/brush.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-19 18:44 ABX, revision 39234

wxUniv setup up to date (sync. before joining family of setups updated by script).

2006-05-19 16:57 PC, revision 39233

gtk slider code simplification and better event determination

2006-05-19 16:57 PC, revision 39232

using defined in a macro has undefined behavior

2006-05-19 15:12 PC, revision 39231

build fix

2006-05-19 10:17 ABX, revision 39230

Tinderbox build fix: preprocessing directive not recognized within macro arg.

2006-05-19 10:13 ABX, revision 39229

Build fix for link error in new combo code.

2006-05-19 09:37 ABX, revision 39228

Include wx/pen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-19 06:57 SC, revision 39227

fixing style and underline information transfer back

2006-05-19 05:21 PC, revision 39226

non-pch universal build fix: combo.h should not include combobox.h

2006-05-19 05:17 PC, revision 39225

universal build fix

2006-05-19 02:39 MR, revision 39224

Backport r1.74 - Fix for bug 1484020 - wxFileDialog does not handle wxOVERWRITE_PROMPT correctly

2006-05-19 02:38 MR, revision 39223

Check if wxOVERWRITE_PROMPT style flag exists in the gtk2.8 native overwrite prompt case as well. Fixes the case where with 2.8+ compile and runtime version of gtk overwrite prompt always happens if the file already exists - even if the style flag is not present. Fixes my introduced oversight and bug #1484020.

2006-05-19 02:02 RD, revision 39222

reSWIGged

2006-05-19 01:57 RD, revision 39221

memory dc must have bitmap selected into it before it can be used for measuring

2006-05-19 01:25 RD, revision 39220

DeprecationWarning for the old wxPython package.

2006-05-19 01:10 RD, revision 39219

generated rename directives are no longer needed

2006-05-18 23:14 RD, revision 39218

wxMessageBox --> wx.MessageBox

2006-05-18 17:04 PC, revision 39217

gtk spinctrl code simplification

2006-05-18 16:15 RD, revision 39216

Don't set a module attribute for the *_swigregister functions, just call the one in the extension module directly.

2006-05-18 15:57 RD, revision 39215

Added SetQuickBestSize and GetQuickBestSize

2006-05-18 15:36 ABX, revision 39214

wxUniv port mentioned instead of native, wxButton ports listed, minor placement fixes.

2006-05-18 15:07 SC, revision 39213

switching to ATS font names instead of ATSUI ones (japanese font names had problems afterwards)

2006-05-18 14:45 RD, revision 39212

Undo part of lst change

2006-05-18 14:43 SC, revision 39211

adding an assert for invalid fonts

2006-05-18 09:53 JS, revision 39210

Selection should be set to -1 if all pages are deleted, or the next insertion will try to set the selection to 1. Fixed lack of initial controller resize when first page is added, though I think the listctrl should probably always have a decent initial height even when empty.

2006-05-18 09:38 JS, revision 39209

Don't use wxSIMPLE_BORDER on Windows since it gives a black border instead of blue on XP

2006-05-18 09:35 JS, revision 39208

Added Set/GetQuickBestSize

2006-05-18 09:33 JS, revision 39207

Fixed tree book controller sizing by invalidating size after first insertion, and also allowing full size calculation.

2006-05-18 08:06 SC, revision 39206

using ATSUI also in textctrl

2006-05-18 07:13 ABX, revision 39205

Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-18 06:45 ABX, revision 39204

Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user.

2006-05-18 03:27 PC, revision 39203

avoid wxColour::Set(long) confusion

2006-05-18 03:08 PC, revision 39202

spinbutton code simplification

2006-05-18 02:42 PC, revision 39201

allow size event for windows without scrollbars

2006-05-18 02:39 PC, revision 39200

avoid GTK "assertion `min < max' failed"

2006-05-18 01:52 RD, revision 39199

Reverted mistaken check-in

2006-05-18 01:22 RD, revision 39198

Use correct DLL import/export specifier for multi-lib builds

2006-05-18 01:05 VZ, revision 39197

buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends on them under Mac

2006-05-18 00:52 VZ, revision 39196

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-18 00:51 VZ, revision 39195

fixed typo in last commit

2006-05-18 00:42 VZ, revision 39194

suppress gcc printf format warning

2006-05-18 00:40 VZ, revision 39193

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-17 23:37 RD, revision 39192

Forgot about dropping the 'wx' for some Python objects

2006-05-17 22:21 ABX, revision 39191

Opening first subpage initially.

2006-05-17 19:49 ABX, revision 39190

Rearranged widgets sample to show more and categorized widgets.

2006-05-17 16:32 JS, revision 39189

Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER, so make sure this is true, even if the layout erroneously wants to create a horizontal scrollbar.

2006-05-17 10:55 ABX, revision 39188

#include order with correct PCH support.

2006-05-17 10:42 JS, revision 39187

Fixes for compile breakage with no PCH

2006-05-17 09:13 VZ, revision 39186

reset fd after closing it

2006-05-17 09:07 ABX, revision 39185

Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-17 08:59 JS, revision 39184

Combobox may not be fully created at this point

2006-05-17 08:52 VS, revision 39183

commented OpenContainer usage

2006-05-17 08:48 ABX, revision 39182

Missing 'int' interface for wxPlatform.

2006-05-17 05:20 RD, revision 39181

I haven't taught SWIG about wxChar, so pretend it's a wxString

2006-05-17 05:15 RD, revision 39180

Clipboard events

2006-05-17 05:13 RD, revision 39179

Use Bind for OnCloseWindow

2006-05-17 04:54 PC, revision 39178

scrollbar handling simplification

2006-05-17 04:20 RD, revision 39177

Use %rename("%(wxpy)s")

2006-05-17 04:15 RD, revision 39176

Set BUILD_RENAMERS default to zero.

2006-05-17 04:14 RD, revision 39175

Added SWIG patch that enables the wx-dropping renames to be done internally instead of needing to be generated in a second pass after processing the XML output.

2006-05-17 03:57 RD, revision 39174

Ported XRCed to the wx namespace, and also enabled the selected, focus, and disabled bitmaps of wxBitmapButton to actually be treated like bitmaps.

2006-05-17 03:51 RD, revision 39173

Allow art provider IDs for the extra bitmaps in a wxBitmapButton. (The param value is empty in this case, but there is still a valid bimap node.)

2006-05-17 00:20 VZ, revision 39172

make sure that IsModified() returns false when it's called from EVT_TEXT handler invoked because of SetValue() call

2006-05-16 23:58 VZ, revision 39171

removed GTK-specific SetModified() as we already have a public MarkDirty() which does the same thing

2006-05-16 23:53 VZ, revision 39170

reset the dirty flag before generating the event from SetValue() in case the text didn't really change

2006-05-16 23:39 VZ, revision 39169

test IsModified() inside OnText()

2006-05-16 23:16 VZ, revision 39168

implemented clipboard events support for wxGTK

2006-05-16 22:57 VZ, revision 39167

renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones

2006-05-16 21:39 VZ, revision 39166

allow adjusting the combo button size (patch 1489452)

2006-05-16 17:19 SC, revision 39165

m_dialogStyle removed

2006-05-16 14:52 VZ, revision 39164

use wxTE_PROCESS_ENTER for the text control part

2006-05-16 13:05 VZ, revision 39163

added documentation of common attributes

2006-05-16 11:53 MR, revision 39162

Fix doc bug #1455621 - wxURI documentation has wrong include files

2006-05-16 06:54 JJ, revision 39161

Update OpenVMS build configuration

2006-05-15 16:00 MR, revision 39160

No cast necessary for g_object_set first arg (it takes a gpointer).

2006-05-15 15:32 RD, revision 39159

wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.

2006-05-15 14:58 RD, revision 39158

Added SetSashPosition

2006-05-15 14:22 MR, revision 39157

Rename *_filedialog_* to *_dirdialog_* to ensure there is no clashing with filedlg.cpp implementation

2006-05-15 14:17 MR, revision 39156

Don't cast with G_OBJECT when passing a GObject to g_object_ref, g_object_unref and g_signal_connect. They take a gpointer, not GObject*, and unnecessary casting not all that speedy with GObject types.

2006-05-15 13:43 MR, revision 39155

Fix compilation

2006-05-14 22:29 ABX, revision 39154

wxTabCtrl off build fix.

2006-05-14 22:21 ABX, revision 39153

Fix for linking error after combo changes: dummy getting key state.

2006-05-14 22:17 ABX, revision 39152

Bakefile specification fixes.

2006-05-14 21:29 ABX, revision 39151

Source cleaning.

2006-05-14 19:49 KH, revision 39150

Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.

2006-05-13 11:48 VZ, revision 39149

check the item id validity in SetItem()

2006-05-12 20:54 VZ, revision 39148

added Galician translation

2006-05-12 20:30 VZ, revision 39147

wxUniv compilation fixes after wxComboControl patch

2006-05-12 20:17 VZ, revision 39146

don't delete the exiting tooltip if SetToolTip() is called with the same one

2006-05-12 20:04 VZ, revision 39145

fix OpenWatcom warning (patch from Jaakko Salli)

2006-05-12 19:31 VZ, revision 39144

correct dll declaration (the classes in the header are part of adv library, not core)

2006-05-12 17:06 PC, revision 39143

remove gtk1 stuff and unused macros

2006-05-12 17:06 PC, revision 39142

unused variables

2006-05-12 15:21 VZ, revision 39141

added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW

2006-05-11 17:15 MR, revision 39140

[wxGTK2] Make the affirmative button the default in native wxDirDialog implementation (instead of no default at all).

2006-05-11 17:08 MR, revision 39139

Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088.

2006-05-11 17:05 MR, revision 39138

[wxGTK2.4] Make affirmative button the default in wxFileDialog GtkFileChooser impl. Alex Bligh, patch #1484088. Closes bugs #1484037 and #1347052.

2006-05-11 16:46 MR, revision 39137

Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good indication of what classes we have undocumented still.

2006-05-10 23:22 RD, revision 39136

Make the app object be global in case it is run multiple times, such as from encode_bitmaps.

2006-05-10 23:12 RD, revision 39135

reSWIGged

2006-05-10 23:09 RD, revision 39134

We no longer use the xml files, (and havn't for some time) so stop generating them.

2006-05-10 17:08 PC, revision 39133

correct access for virtuals

2006-05-10 16:36 PC, revision 39132

allow size event for windows without scrollbars

2006-05-10 13:00 VZ, revision 39131

test that wxUSE_DATAVIEWCTRL is defined

2006-05-10 12:58 VZ, revision 39130

test that wxUSE_OWNERDRAWNCOMBOBOX and wxUSE_COMBOCONTROL are defined

2006-05-10 00:45 VZ, revision 39129

fixed bugs in icons handling introduced in 1.227

2006-05-09 16:55 PC, revision 39128

simplify mouse wheel signal handler

2006-05-09 16:54 PC, revision 39127

unused member variables

2006-05-09 16:18 VZ, revision 39126

fixes and missing files from the first wxComboControl patch (update of patch 1479938)

2006-05-09 14:30 VZ, revision 39125

mbstate_t related fix for CW8.3 compilation (backport from HEAD)

2006-05-09 14:26 VZ, revision 39124

mbstate-t related fix for CW8.3 compilation

2006-05-09 13:55 ABX, revision 39123

Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-09 12:52 CE, revision 39122

change of hardware - modify daily build script

2006-05-09 12:31 CE, revision 39121

add files omitted from script for daily builds at York

2006-05-09 11:11 VZ, revision 39120

removed spurious trailing commas in enums

2006-05-09 00:04 VZ, revision 39119

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:57 VZ, revision 39118

wxUSE_COMBOCONTROL and wxUSE_OWNERDRAWNCOMBOBOX added

2006-05-08 23:55 VZ, revision 39117

just regenerated with autoconf

2006-05-08 23:51 VZ, revision 39116

bakefile-generated makefiles for the sample

2006-05-08 23:47 VZ, revision 39115

mention wxComboControl

2006-05-08 23:46 VZ, revision 39114

added wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX to wx/setup.h files

2006-05-08 23:42 VZ, revision 39113

wxComboControl and wxOwnerDrawnComboBox (patch 1479938)

2006-05-08 23:26 VZ, revision 39112

added conversion ctor to create const_iterator from iterator, otherwise assigning the return value of begin() called on a non-const object to a const_iteator didn't work

2006-05-08 22:34 ABX, revision 39111

Include wx/dcprint.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 21:25 VZ, revision 39110

fixed operator[] in wxUSE_STL build

2006-05-08 11:31 ABX, revision 39109

Build fix.

2006-05-08 10:27 ABX, revision 39108

Build fix.

2006-05-08 10:05 ABX, revision 39107

Build fix.

2006-05-08 07:58 ABX, revision 39106

Include wx/dcmemory.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-08 00:56 VZ, revision 39105

added operator[] for STL builds

2006-05-08 00:51 VZ, revision 39104

removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and is unused anyhow

2006-05-07 14:43 SN, revision 39103

Need to do tests for compiler version (to determine C++ libs needed to successfully link C++ core) in C mode on OS/2.

2006-05-07 01:26 PC, revision 39102

call static functions directly

2006-05-07 01:17 PC, revision 39101

unused variables/declarations

2006-05-07 01:14 PC, revision 39100

correct access for virtuals

2006-05-07 00:39 VZ, revision 39099

use non numpad equivalents for the numpad keys in CHAR events

2006-05-07 00:34 VZ, revision 39098

removed more unneeded code in kbd handling logic

2006-05-07 00:31 VZ, revision 39097

removed code which had no effect in HandleChar()

2006-05-06 22:53 VZ, revision 39096

generate ctors with optional parent parameters in C++ code (patch 1238355)

2006-05-06 22:48 VZ, revision 39095

fix for popup menus (part of patch 1238355)

2006-05-06 22:41 RD, revision 39094

Add wx.TextAttr.Merge

2006-05-06 22:40 VZ, revision 39093

better Wait/Delete() docs (patch 1434085)

2006-05-06 22:35 VZ, revision 39092

use SubclassWin() insteaf of just wxAssociateWinWithHandle() to make sure we generate wxWindowCreateEvents for MDI frames (see patch 1411774)

2006-05-06 22:34 VZ, revision 39091

send wxWindowCreateEvent from SubclassWin(), not WM_CREATE handler as we don't get WM_CREATEs for the windows of standard classes (last version of patch 1411774; closes bug 1349291)

2006-05-06 22:27 VZ, revision 39090

don't generate duplicate event for numpad keys with numlock on (patch 1448853)

2006-05-06 21:59 VZ, revision 39089

use wxGtkString instead of manual g_free()s (also fixed free/g_free mismatch)

2006-05-06 21:57 RD, revision 39088

GetXRCID has a new parameter

2006-05-06 21:56 RD, revision 39087

Added wxDD_CHANGE_DIR

2006-05-06 21:55 RD, revision 39086

minor wx.DirDialog updates

2006-05-06 21:51 ABX, revision 39085

Include wx/dcclient.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-06 21:48 VZ, revision 39084

pango_font_description_get_family() can return NULL

2006-05-06 20:32 VZ, revision 39083

compilation fix for the last check in

2006-05-06 20:23 VZ, revision 39082

clamp the point size of the font to a reaosnable range (second part of patch 1481722)

2006-05-06 20:15 VZ, revision 39081

docs for Get/SetNativeFontInfoUserDesc() (part of patch 1481722)

2006-05-06 20:12 VZ, revision 39080

cache best size in DoGetBestSize()

2006-05-06 20:10 VZ, revision 39079

misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)

2006-05-06 19:17 VZ, revision 39078

simplify the client data/non standard images handling code by unconditionally using wxTreeItemParam struct instead of using indirect data only sometimes; also extend it to contain the id which allows to always sort the items correctly (closes bug 1447419) (patch 1449096 from Ryan)

2006-05-06 19:05 VZ, revision 39077

added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505)

2006-05-06 18:53 VZ, revision 39076

corrected last change to cWC2MB() to also work for encoding with NUL length > 1

2006-05-06 18:49 VZ, revision 39075

don't allocate 0-sized buffer in cWC2MB() even if input size is 0

2006-05-06 18:48 VZ, revision 39074

removed wxIsLoggingEnabled() as it could create the log target as an unwanted side effect and just use wxLog::IsEnabled() instead

2006-05-06 18:45 VZ, revision 39073

typo: PrintfInLogBug() was probably supposed to be called PrintfInLogBuf()

2006-05-06 18:44 VZ, revision 39072

delete the old log target if one had been created somehow even before DoCommonPreInit() was called

2006-05-06 17:47 VZ, revision 39071

added ConversionEmpty() test

2006-05-06 17:29 VZ, revision 39070

mention that Wait() relocks the mutex before returning (patch 1482390)

2006-05-06 17:27 VZ, revision 39069

added wxString::EndsWith() (patch 1483049)

2006-05-06 16:59 VZ, revision 39068

allow to specify the value for unknown ids in GetXRCID() (patch 1448981)

2006-05-06 16:57 PC, revision 39067

call static functions directly

2006-05-06 16:16 VZ, revision 39066

added wxTextAttr::Merge (modified patch 1482719)

2006-05-06 16:07 VZ, revision 39065

don't give an error when editing of the items label is cancelled (patch 1482176)

2006-05-06 15:48 VZ, revision 39064

added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505)

2006-05-06 15:33 VZ, revision 39063

blank lines were ignored in multiline cell labels (replaces patch 1476165)

2006-05-06 15:28 VZ, revision 39062

code cleanup in DrawTextRectangle()

2006-05-06 15:26 VZ, revision 39061

signed/unsigned warning fix

2006-05-06 15:17 VZ, revision 39060

re-reversed SB_TOP/BOTTOM undoing rev 1.21 change (still no idea why was it done)

2006-05-06 14:57 VZ, revision 39059

added more headers from HEAD to fix Mac (and potentially MSW without PCH) compilation after last backport

2006-05-06 04:34 SC, revision 39058

must be AnyState , not NoState to get all elements (error in apple's doc, reported)

2006-05-06 04:33 PC, revision 39057

don't include scrollbar area in client size

2006-05-06 00:04 VZ, revision 39056

removed TTN_NEEDTEXT handlers, we don't use tooltips on demand

2006-05-05 23:58 VZ, revision 39055

corrected wording of application shutdown logic description

2006-05-05 22:58 ABX, revision 39054

Include wx/dc.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-05 19:37 VZ, revision 39053

mention that timestamp is in ms

2006-05-05 19:09 RD, revision 39052

fix a typo causing the wrong method to be called.

2006-05-05 17:38 ABX, revision 39051

CSS colour compatibility after #1473731.

2006-05-05 17:28 ABX, revision 39050

Helper for clipping to range.

2006-05-05 17:24 ABX, revision 39049

[ 1482626 ] Fix widgets sample build on unicode

2006-05-05 17:04 PC, revision 39048

correct access for virtuals

2006-05-05 12:23 ABX, revision 39047

Tinderbox build fix for wxUnivGTK build.

2006-05-05 09:42 ABX, revision 39046

!wxUSE_TOOLTIPS build fix.

2006-05-05 08:10 ABX, revision 39045

Include wx/frame.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-05 07:10 ABX, revision 39044

Misplaced #ifdef ... #endif fix.

2006-05-04 23:50 RD, revision 39043

Acquire the GIL in __EnumerationHelper

2006-05-04 23:40 VZ, revision 39042

implemented SetItemToolTip()

2006-05-04 23:34 VZ, revision 39041

added static Apply(GtkWidget, tip) method

2006-05-04 23:31 VZ, revision 39040

mention that SetItemToolTip() is for wxMSW and wxGTK2 only

2006-05-04 23:05 VZ, revision 39039

renamed ss_tooltips to gs_tooltips to follow the standard naming convention (and it could have been a typo in the first place)

2006-05-04 23:00 VZ, revision 39038

renamed m_boxes to m_buttons because, well, it contains the radio buttons and not boxes

2006-05-04 22:55 VZ, revision 39037

renamed local variable named m_radio as the m_ prefix was very confusing

2006-05-04 22:54 VZ, revision 39036

added support for radiobox items tooltips in XRC

2006-05-04 19:42 RD, revision 39035

Added Get/SetItemToolTip

2006-05-04 18:10 ABX, revision 39034

Include wx/panel.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-04 16:19 VZ, revision 39033

made GetRowCount() return size_t to avoid signed/unsigned warnings

2006-05-04 16:17 VZ, revision 39032

added brief wxRadioBox description

2006-05-04 16:12 VZ, revision 39031

only take into account visible children in DoLayout()

2006-05-04 16:08 VZ, revision 39030

added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items

2006-05-04 16:07 VZ, revision 39029

relay mouse move events to the tooltips even when the window itself doesn't have a tooltip -- but its subwindow does

2006-05-04 15:58 VZ, revision 39028

made RelayEvent() static

2006-05-04 15:51 VZ, revision 39027

added Remove(HWND); removed unused wParam parameter from SendTooltipMessage

2006-05-04 15:50 VZ, revision 39026

allow entering multiline tooltips directly; allow removing tooltip by entering empty string

2006-05-04 15:01 VZ, revision 39025

implemented declared but never defined resize() method

2006-05-04 12:12 VZ, revision 39024

fixed python-related files names after they had been apparently renamed in the cvs 4 months ago; fixed broken sed command syntax

2006-05-04 12:02 JJ, revision 39023

Committing in . improvement of the previous commit fixes OpenVMS support for wxGTK1 Modified Files: wxWidgets/include/wx/dirdlg.h wxWidgets/src/gtk1/descrip.mms Removed Files: wxWidgets/src/gtk1/dirdlg.cpp ----------------------------------------------------------------------

2006-05-04 09:20 JJ, revision 39022

Committing in . Update of OpenVMS compile support. -I had to add dirdlg.cpp to src/gtk1 to get the dialog sample linking Note that it is just a copy of the verion in the src/gtk directory. Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/gtk1/descrip.mms Added Files: wxWidgets/src/gtk1/dirdlg.cpp ----------------------------------------------------------------------

2006-05-04 07:57 ABX, revision 39021

Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-04 04:47 KO, revision 39020

docopydocs is not needed for this script.

2006-05-04 02:18 RD, revision 39019

Ensure the button still exists after the Notify before doing anything with it.

2006-05-04 02:16 RD, revision 39018

Handle object ownership of wxTreeListColumnInfo and wxPyTreeItemData properly

2006-05-04 02:15 RD, revision 39017

wx.ProgressDialog.Update now returns two values.

2006-05-04 02:09 RD, revision 39016

Font size adjustment

2006-05-04 02:08 RD, revision 39015

Use SetBackgroundStyle for wxGTK

2006-05-04 02:08 RD, revision 39014

Add test for a stock button

2006-05-04 02:07 RD, revision 39013

Add GetAsString

2006-05-04 02:07 RD, revision 39012

Amazingly GetInt returns an integer

2006-05-04 02:06 RD, revision 39011

IsAlwaysMaximized

2006-05-04 02:05 RD, revision 39010

Expose UpdateScrollbar and RemoveScrollbar

2006-05-04 02:04 RD, revision 39009

Docstring updates

2006-05-04 02:03 RD, revision 39008

Redo (again) how the stock objects are initialized in wxPython. Factor out the wxPyTwoIntItem_helper template function so it can be used in other extension modules.

2006-05-04 02:02 RD, revision 39007

Ignore Destroy calls on wx.BusyInfo

2006-05-04 02:01 RD, revision 39006

3 parameter wx.ImageList.Replace is now available everywhere

2006-05-04 02:00 RD, revision 39005

Main now takes a list of args

2006-05-04 02:00 RD, revision 39004

DrawCheckButton -- > DrawCheckBox

2006-05-03 22:22 VZ, revision 39003

moved wx/msw/helpbest.h to HTML_HDR from MSW_DESKTOP_HDR

2006-05-03 22:19 VZ, revision 39002

compilation fix when not using PCH

2006-05-03 21:50 ABX, revision 39001

Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-03 17:10 VZ, revision 39000

remove non existing AM_OPTIONS_WXRC: it results in an error with aclocal 1.4, even though it's inside a comment

2006-05-03 16:18 VZ, revision 38999

fixed printf format warning on 64 bit platforms

2006-05-03 13:12 VZ, revision 38998

documented GetPathWithSep()

2006-05-03 13:11 VZ, revision 38997

include volume in path returned by GetPathWithSep()

2006-05-03 04:36 KO, revision 38996

Initial implementation of wxWidgets build scripts for Mac and Unix. To run tests, just run dobuilds in mac and unix dirs.

2006-05-03 04:30 KO, revision 38995

Include and use the shared docopydocs function.

2006-05-03 04:28 KO, revision 38994

Make sure to include the current values for INCLUDE, LIB, PATH.

2006-05-03 04:25 KO, revision 38993

Move the copying of docs that are included in several tarballs into its own function.

2006-05-03 04:12 PC, revision 38992

wxASSERT(false) --> wxFAIL

2006-05-03 03:20 RD, revision 38991

CHANGES updates

2006-05-03 03:19 RD, revision 38990

Ignore Destroy calls on wx.BusyInfo

2006-05-03 03:19 RD, revision 38989

Docstring fix

2006-05-03 03:18 RD, revision 38988

Fix bug that prevents the generation of an XRS file. Workaround for core dump when multiple resources are loaded into the memory FS.

2006-05-03 03:17 RD, revision 38987

Count children correctly, avoiding an exception for non-window children

2006-05-03 03:15 RD, revision 38986

Apparent typo fix

2006-05-03 03:15 RD, revision 38985

Ensure the button still exists after the Notify before doing anything with it.

2006-05-03 02:44 vell, revision 38984

minor cleanup - reformatting

2006-05-03 02:29 RD, revision 38983

Bump subrelease number

2006-05-03 01:47 RD, revision 38982

Patch from Eli Golovinsky. Adds generation of _() code for gettext and other tweaks.

2006-05-03 00:43 VZ, revision 38981

update the sizes of all pages when the control size changes

2006-05-03 00:42 VZ, revision 38980

don't invalidate the tree size when pages are added/removed, we don't want the tree size to jump on its own ad the programmer should call FitTree() explicitely if this is desired

2006-05-03 00:36 VZ, revision 38979

fixed setting selection when there are NULL pages in the tree

2006-05-03 00:17 VZ, revision 38978

many fixes for wxLaunchDefaultBrowser() (backport of 1.147 and 1.155)

2006-05-02 23:55 VZ, revision 38977

moved WinStruct outside of #if wxUSE_GUI (backport of 1.148 from HEAD)

2006-05-02 23:43 VZ, revision 38976

mention that FindToolForPosition() is not implemented under wxGTK; general cleanup (\arg instead of \it, \NULL instead of NULL)

2006-05-02 17:23 PC, revision 38975

correct access specifier for virtuals

2006-05-02 17:21 PC, revision 38974

remove definitions which are already in wx/app.h

2006-05-02 16:28 ABX, revision 38973

DMC warning fix.

2006-05-02 10:39 ABX, revision 38972

Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-01 17:39 PC, revision 38971

& operator should be && virtual OnDismiss() access should match base extraneous semicolon

2006-05-01 14:40 SC, revision 38970

use cleaner OSX version (10.3 upwards)

2006-04-30 23:54 ABX, revision 38969

Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal port.

2006-04-30 21:20 ABX, revision 38968

eVC3 (older WinCE) build fix.

2006-04-30 21:16 ABX, revision 38967

Be nice to eVC++ build process and don't include not existing files.

2006-04-30 12:32 ABX, revision 38966

Warning fixes.

2006-04-30 11:58 RR, revision 38965

Applied patch to add n bitmaps at once to an image list of the bitmap is n times as wide as the image width of the image list. This was the case in the MSW image list before.

2006-04-30 11:44 RR, revision 38964

Patch 1476076 about negative wxImage size when copying (or something).

2006-04-30 11:40 RR, revision 38963

wxListBox default cstr doc patch.

2006-04-30 11:37 RR, revision 38962

Commit XML doc patch.

2006-04-30 10:38 RR, revision 38961

Blindly added wxImageList::replace( int, bitmap, mask )

2006-04-30 10:10 RR, revision 38960

Added gtk dirdlg

2006-04-30 09:59 RR, revision 38959

int -> unsigned int in wxListBox docs.

2006-04-30 09:52 RR, revision 38958

Committed bakefile correction.

2006-04-30 09:50 RR, revision 38957

Fix mem leak.

2006-04-30 09:44 RR, revision 38956

Trying to commit wxDirDialog patch.

2006-04-30 05:18 RD, revision 38955

some tweaks

2006-04-30 00:20 ABX, revision 38954

No more avoiding wxSizer::Fit in wxWinCE builds.