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.