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-09-26 08:35 RR, revision 41456

[ 1553595 ] Doc error: wxView::OnDraw

2006-09-26 08:19 RR, revision 41455

[ 1565385 ] wxImage scaling fix - apply mask when scaling

2006-09-26 08:03 CE, revision 41454

remove wx.pdf correctly

2006-09-26 00:58 VZ, revision 41453

let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't look right and results in some weird events (see bug 1541148), it's easier to generate WM_CONTEXTMENU manually instead

2006-09-26 00:27 RD, revision 41452

Add WXDLLEXPORT to wxRegionWithCombine declaration

2006-09-26 00:26 RD, revision 41451

Add properties

2006-09-25 21:11 RR, revision 41450

Implement most of AppendRow(), PrependRow(), InsertRow(), DeleteRow() for GTK+ version and sorted model. Added tests for these.

2006-09-25 20:26 RD, revision 41449

add tests for EVT_TEXT_ENTER

2006-09-25 20:24 RD, revision 41448

build tweaks, also drop most Python 2.3 builds

2006-09-25 20:22 RD, revision 41447

various changes to get up to date with CVS

2006-09-25 19:08 VS, revision 41446

added assert to check for not-yet-implemented behavior of SetClippingRegion

2006-09-25 18:59 RD, revision 41445

Forward declare wxMacListControl

2006-09-25 18:18 VZ, revision 41444

compilation fixes after recent changes

2006-09-25 18:15 VZ, revision 41443

fix undefined behaviour due to using shift variable twice in the same expression

2006-09-25 17:35 VZ, revision 41442

make wxMacItem::m_colId of type DataBrowserPropertyID instead of short to avoid warnings whenever comparing it with values of type DataBrowserPropertyID

2006-09-25 17:34 VZ, revision 41441

fixed warnings, reformatted braces

2006-09-25 17:30 VZ, revision 41440

compilation fix after last change

2006-09-25 17:22 RD, revision 41439

fix attribute errors when importing wxPython.wx

2006-09-25 16:17 ABX, revision 41438

Corrections after The Great wxRegion Refactoring.

2006-09-25 14:35 VS, revision 41437

compilation fix (missing void)

2006-09-25 13:15 RR, revision 41436

Mention wxODCombo stuff.

2006-09-25 13:09 ABX, revision 41435

Build fix for wxMSWUniv makefile driven builds. univ/setup0.h should be autoregenerated in the future too.

2006-09-25 13:01 RR, revision 41434

Forgot to commit wxBitmapComboBox docs

2006-09-25 12:55 VZ, revision 41433

added wxUSE_VARIANT guards

2006-09-25 12:42 ABX, revision 41432

Warning fixes.

2006-09-25 12:40 VZ, revision 41431

rename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual

2006-09-25 12:27 VZ, revision 41430

use _snprintf() in system_sprintf() for the compilers which have it; really fix warning about unused maxlen in wxPrintfConvSpec::ReplaceAsteriskWith()

2006-09-25 11:47 VZ, revision 41429

The Great wxRegion Refactoring: 1. added wxRegionBase class and derive all wxRegions from it 2. also added wxRegionWithCombine for the ports providing Combine() method (MSW, OS2 and Mac) to reduce code duplication further 3. made sure region comparison works the same way in all ports (except those not implementing it) and added IsEqual() method

2006-09-25 11:46 VZ, revision 41428

add wxTLW::UseNativeDecorations[ByDefault]() to allow the programmer to control whether windows use native or custom decorations

2006-09-25 11:24 VZ, revision 41427

fix TLW borders width in mono theme

2006-09-25 08:01 VS, revision 41426

don't allocate backbuffer for dummy surfaces

2006-09-25 07:55 VS, revision 41425

reduce the number of repaintings by repaiting (rect) union of all invalidated areas instead of iterating over every Refresh() request including duplicate ones

2006-09-25 07:11 JS, revision 41424

Fixed LoadFile typo

2006-09-25 04:58 RD, revision 41423

handle starting out with multiple lines of text.

2006-09-24 15:39 VZ, revision 41422

oops, restored accidentally deleted functions in last commit

2006-09-24 15:31 VZ, revision 41421

get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code, it's never used and just makes the code which is used more difficult to read

2006-09-24 15:24 VZ, revision 41420

make log messages more readable

2006-09-24 13:59 MW, revision 41419

Improve the error messages slightly.

2006-09-24 13:58 VZ, revision 41418

1. fixed many warnings about implicit double to int conversions in newly checked in "advanced" image manipulation stuff (could we please avoid checking in the code with warnings?) 2. tried to simplify the new code a little, but much remains to be done, in particular it seems obvious that BlurVertical/Horizontal() must be refactored to avoid duplicating each other 3. reformatted (avoid jumbo lines, removed unnecessary double casts, declare the variables at the point of use, ...) Hope this didn't break anything but as there are no tests it's really hard to find out how was this supposed to behave.

2006-09-24 13:18 VZ, revision 41417

move wxBitmapComboBox dependency check to wx/chkconf.h where it belongs

2006-09-24 13:12 VZ, revision 41416

Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION to guard wxAutomationObject code which depends on wxVariant

2006-09-24 13:09 VZ, revision 41415

use wxRect::Contains(), not Inside() (fixes compilation for WXWIN_COMPATIBILITY_2_6==0

2006-09-24 12:52 RR, revision 41414

Same problem for blurring functions.

2006-09-24 12:50 RR, revision 41413

Mention the problem with mask colour and blurring.

2006-09-24 12:47 RR, revision 41412

[ 1537065 ] wxImage: Higher quality scaling/sampling

2006-09-24 11:52 MW, revision 41411

Forward port test case that corrupts archives to see if they can crash an input stream.

2006-09-24 11:40 JS, revision 41410

Added DoLoadFile, DoSaveFile to wxTextCtrlBase

2006-09-24 11:34 MW, revision 41409

Unicode compile fix.

2006-09-24 11:13 RR, revision 41408

Added test to reproduce [ 1541148 ] wxTreeCtrol: crash if right mouse click The MSW tree control sends a series of invalid events.

2006-09-24 11:08 VZ, revision 41407

added wxSize::IncBy() and DecBy() methods

2006-09-24 10:54 RR, revision 41406

Fixed [ 1561693 ] wxGIFDecoder creates incorrect wxPalette

2006-09-24 10:27 RR, revision 41405

Updated wxPallete information. Added GetColourCount() implementation to Carbon (I wonder why it doesnt just use the generic implementation).

2006-09-24 10:06 RR, revision 41404

[ 1563875 ] wxTreeCtrl::FindItem asserts when item not found

2006-09-24 07:52 MR, revision 41403

Regenerate Makefile.in with "bakefile_gen -fautoconf wx.bkl" for the old wxrc build fix (fail whole make on failure). Changes to helpview and autoconf_inc.m4 not committed. What insanity are the dnl 4600+ character long line comments in autoconf_inc.m4 that seem to change slightly on regen (and diff being 108 lines of 4600+ characters)? That nonsense wasn't committed as it seemed to be related to helpview.

2006-09-24 04:18 KO, revision 41402

kDataBrowserListViewNoGapForIconInHeaderButton not defined on Panther.

2006-09-24 00:39 RD, revision 41401

remove superfluous assert

2006-09-23 23:26 RD, revision 41400

New names for some ArtProvider methods

2006-09-23 22:54 RD, revision 41399

More bakfile changes needed for bmpcbox. Rebaked.

2006-09-23 20:16 VZ, revision 41398

1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo() 2. wxArtProvider::Remove() now really only removes the provider without deleting it, Delete() does delete it 3. moreover, ~wxArtProvider removes the provider as well so there is almost no need to call Delete() explicitly any more

2006-09-23 18:44 VS, revision 41397

changed the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdirectory on all platforms: the change that made this Unix-only (rev.180) silently broke old applications

2006-09-23 18:39 VS, revision 41396

renamed GetMsgCatalogSubdir to *Subdirs to make it clear it may return more than one path and documented this in its comment

2006-09-23 17:25 VS, revision 41395

added comment clarifying the meaning of DoMoveWindow's x and y arguments

2006-09-23 17:23 VS, revision 41394

fixed client<->window coords translations in DoMoveWindow and DoSetSize

2006-09-23 17:06 VZ, revision 41393

regenrated after removing imaglist.cpp from GTK and Motif sources

2006-09-23 16:57 VZ, revision 41392

added src/xrc/xh_bmpbt.cpp (how comes it was in Makefile but not here?)

2006-09-23 16:44 VZ, revision 41391

remove generic/imaglist.cpp from GTK|MOTIF_SRC now that it is in XWIN_LOWLEVEL_SRC already included in them

2006-09-23 16:17 RR, revision 41390

[ 1564062 ] wxComboCtrl popup height fix

2006-09-23 16:16 RR, revision 41389

[ 1564113 ] wxComboCtrl and wxODComboBox documentation update

2006-09-23 10:01 RR, revision 41388

Typo.

2006-09-23 09:54 RR, revision 41387

Implememt GetColoursCount() in the generic wxPalette.

2006-09-23 09:47 RR, revision 41386

Compilo.

2006-09-23 09:35 RR, revision 41385

[ 1557935 ] wxPalette::GetColoursCount implementation I commited the version which MSDN claims to be available since Windows 95. No idea why MFC doesn't use it.

2006-09-23 09:19 RR, revision 41384

Updated Makefile.in after wxBitmapComboBox addition.

2006-09-23 09:14 RR, revision 41383

[ 1559479 ] wxImageComboBox Actually wxBitmapComboBox. Also commited configure. Not yet updated Makefiles.

2006-09-23 09:04 RR, revision 41382

[ 1560860 ] wxComboCtrl EVT_TEXT filtering.

2006-09-23 09:00 RR, revision 41381

Reset m_oldValue of after ::SetValue().

2006-09-23 04:15 RD, revision 41380

Added wx.lib.expando, a multi-line textctrl that exands as more lines are needed.

2006-09-22 22:55 RD, revision 41379

Fix my last fix. The method is pure virtual in the base class so it can't be fully removed.

2006-09-22 21:55 RD, revision 41378

Remove the wxVariantDataString::Read method since the >> operator it depends on has been removed.

2006-09-22 21:47 RD, revision 41377

Patch from Tim Kosse to allow virtual list ctrl to work when using the generic control

2006-09-22 21:46 RD, revision 41376

add some properties

2006-09-22 21:45 RD, revision 41375

docstring fix

2006-09-22 21:19 RD, revision 41374

Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too

2006-09-22 17:37 KO, revision 41373

Fixing SetColumnWidth and selection handling, attempt at fixing ClearAll(), and initial impl. for EditLabel / EndEditLabel.

2006-09-22 17:20 KH, revision 41372

When autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

2006-09-22 14:46 SC, revision 41371

typo

2006-09-22 14:28 SC, revision 41370

further encapsulation of graphics context, wxdc becoming 'generic'

2006-09-22 14:25 SC, revision 41369

allow access to wxWindow*

2006-09-22 14:19 SC, revision 41368

extending graphics context encapsulation

2006-09-22 14:10 SC, revision 41367

extending graphics context encapsulation

2006-09-22 13:04 JJ, revision 41366

Update OpenVMS make files Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/univ/descrip.mms

2006-09-22 06:55 VS, revision 41365

implemented SetFocus

2006-09-22 00:53 VZ, revision 41364

don't release the DC which we don't own in wxUSE_UXTHEME case (backport from HEAD)

2006-09-22 00:50 VZ, revision 41363

don't release the DC which we don't own in wxUSE_UXTHEME case

2006-09-21 22:51 RD, revision 41362

reSWIGged

2006-09-21 22:45 RD, revision 41361

disown wxPyXmlResourceHandler

2006-09-21 22:44 RD, revision 41360

Use the generic listctrl on Mac by default until it gets up to par

2006-09-21 22:42 RD, revision 41359

s_macSupportPCMenuShortcuts no longer exists

2006-09-21 21:00 VZ, revision 41358

fix unescaped underscores

2006-09-21 20:57 VZ, revision 41357

fix incorrect \param usage

2006-09-21 20:52 VZ, revision 41356

fixed unmatched braces

2006-09-21 20:46 VZ, revision 41355

don't release DC we don't own in MSWOnDraw() (backport of a fix in HEAD)

2006-09-21 19:14 RD, revision 41354

Add support for aborting the worker thread

2006-09-21 17:30 VS, revision 41353

put remaining toolbars-related methods into #if wxUSE_TOOLBAR

2006-09-21 17:01 RD, revision 41352

use the MSVC 7.1 DLLs for python versions >= 2.4, not ==

2006-09-21 17:00 RD, revision 41351

reSWIGged

2006-09-21 16:59 RD, revision 41350

Several methods dropped the const from their signature

2006-09-21 16:59 RD, revision 41349

Use GridNameStr

2006-09-21 16:58 RD, revision 41348

new wxCONTROL constants

2006-09-21 16:57 RD, revision 41347

Add comment about additional forms of Inflate(). Decide what to do about them later.

2006-09-21 16:56 RD, revision 41346

Import numpy.oldnumeric

2006-09-21 16:09 VS, revision 41345

send wxChildFocusEvent

2006-09-21 12:56 VS, revision 41344

fixed DrawText to use text colours instead of pen+brush colours

2006-09-21 10:22 ABX, revision 41343

PCH build fixes.

2006-09-21 10:13 VS, revision 41342

hide the caret before setting m_updateRegion: produces small flicker, but works

2006-09-21 06:27 SC, revision 41341

cleanup

2006-09-21 05:49 ABX, revision 41340

PCH build fix.

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

getting out for 'addded' events early enough

2006-09-20 23:59 VZ, revision 41338

removed operator>>(istream&, wxString&) -- it's better to not have it at all than have an empty function which compiles but doesn't work

2006-09-20 23:33 KO, revision 41337

Remove instances where wxGenericImageList is included directly.

2006-09-20 23:10 VZ, revision 41336

make colours of the selected text inversed

2006-09-20 23:09 VZ, revision 41335

add more virtual border drawing functions used by frame decorations code

2006-09-20 22:55 VZ, revision 41334

centre frame decoration bitmaps in their buttons

2006-09-20 22:52 VZ, revision 41333

removed stubs for frame decorations drawing

2006-09-20 22:49 VZ, revision 41332

move frame decorations drawing to the base class

2006-09-20 22:41 VZ, revision 41331

fix infinite recursion in DrawStatusField() after latest changes

2006-09-20 21:20 VZ, revision 41330

only include generic imaglist.{cpp|h} in the ports which don't have the native version

2006-09-20 17:25 VZ, revision 41329

added stubs for the missing functions, this theme links now

2006-09-20 17:24 VZ, revision 41328

move generic part of AdjustSize() and status bar methods to the base class

2006-09-20 17:20 VZ, revision 41327

add Inflate(wxSize) overload

2006-09-20 17:15 VZ, revision 41326

define wxCONTROL_SIZEGRIP as another possible interpretation of wxCONTROL_SPECIAL bit

2006-09-20 15:57 VZ, revision 41325

first compilable version of the mono theme, replacing the accidentally checked in previous revision

2006-09-20 15:48 SC, revision 41324

preliminary editing support

2006-09-20 15:38 VZ, revision 41323

moved Arrow_ constants to the base class

2006-09-20 15:37 SC, revision 41322

undoing my duplicate efforts to solve the same problem ...

2006-09-20 15:33 SC, revision 41321

adding support for listctrl editable columns

2006-09-20 15:29 SC, revision 41320

adding support for listctrl editable columns

2006-09-20 15:27 SC, revision 41319

type corrections, adding support for listctrl editable columns

2006-09-20 14:51 VZ, revision 41318

refactored common parts of DrawItem() in the base class; implemented GetTextTotal/ClientArea() there as well

2006-09-20 14:18 RR, revision 41317

[ 1505048 ] wxHtml rendering of underlined text by using a Pango hack to make it underline leading space and trailing space. recognized as a Pango bug fixed in recent Pango.

2006-09-20 14:15 RR, revision 41316

Made MSW wxSpinCtrl emit UPDATE event when validating the value in the text field upon kill focus. Documented this behaviour. This is in line with the GTK+ control.

2006-09-20 13:15 VZ, revision 41315

corrected ifdef condition

2006-09-20 12:05 JG, revision 41314

Fix label positioning when text is LTR.

2006-09-20 08:17 JS, revision 41313

Reverted last change

2006-09-20 08:09 VS, revision 41312

last change broke seting the surface in the common case, fixed (and reorganized the code a bit)

2006-09-20 08:08 RR, revision 41311

Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused

2006-09-19 22:09 KO, revision 41310

Improved handling of column widths, removed need for hidden column for sorting, and put in a stub for editing support.

2006-09-19 18:18 RR, revision 41309

Fixed [ 1558015 ] No deselection event from wxGenericTreeCtrl::SelectItem()

2006-09-19 17:58 RR, revision 41308

More tests for circles and arcs.

2006-09-19 17:56 RR, revision 41307

Fixed [ wxwindows-Bugs-1556877 ] Draw arcs are showed like a pie

2006-09-19 17:29 RR, revision 41306

[ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl

2006-09-19 17:16 RR, revision 41305

1552971 ] Add flag for wxODComboBox::OnDrawItem to indicate selection

2006-09-19 17:08 KO, revision 41304

Handle cases where an index larger than GetItemCount() is passed into InsertItem.

2006-09-19 17:06 JS, revision 41303

Better compatibility between wxRichTextCtrl and wxTextCtrlBase

2006-09-19 16:30 ABX, revision 41302

Build fix.

2006-09-19 15:37 ABX, revision 41301

'configtool' removal.

2006-09-19 15:22 VS, revision 41300

fixed shutdown crashes after recent handlers creation changes

2006-09-19 14:14 VS, revision 41299

fixes to wxWindowDC flipping+clipping when painting on hidden windows or windows not being painted at the moment

2006-09-19 13:47 JS, revision 41298

Corrections to take into account that range in the API has an end position that is 1 more than the last affected position

2006-09-19 13:07 VS, revision 41297

fixed TLWs resizing to invalidate the DFB surface used for painting

2006-09-19 11:59 JJ, revision 41296

Include "xrc" support properly for OpenVMS Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/lib/VMS_GTK2.OPT wxWidgets/lib/VMS_X11_UNIV.OPT wxWidgets/lib/vms_gtk.opt wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/xrc/descrip.mms Added Files: wxWidgets/samples/xrc/descrip.mms

2006-09-19 11:40 VZ, revision 41295

add if wxUSE_NOTEBOOK around notebook-only renderer methods

2006-09-19 11:35 MR, revision 41294

Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters for the same function, and some GTypeInfo initializations)

2006-09-19 10:42 RR, revision 41293

Another RTL fix.

2006-09-19 10:28 RR, revision 41292

Give wxGrid its own string name for easier debugging.

2006-09-19 10:22 RR, revision 41291

Fix scrolling bug where client size was reported wrong when the scrollbar size was not subtracted when using a targetwindow != this.

2006-09-18 23:26 VZ, revision 41290

rebaked after listctrl/imagelist and wxUniv changes

2006-09-18 23:09 VZ, revision 41289

refactor some existing themes methods in a new base wxStdRenderer class (before adding a new theme)

2006-09-18 23:06 VZ, revision 41288

use native wxImageList for wxUniv, it's a low level class and so it doesn't make sense to always usegeneric version (also fixes wxUniv build broken by recent changes)

2006-09-18 21:02 RR, revision 41287

More wxGrid RTL things.

2006-09-18 21:00 RR, revision 41286

Fix compilo under MINGW32

2006-09-18 20:41 RD, revision 41285

Kevin's prefered way to do the last fix

2006-09-18 20:39 RD, revision 41284

Use wxListCtrlNameStr for the generic control too.

2006-09-18 19:44 RD, revision 41283

docstrings and other minor tweaks

2006-09-18 19:15 RD, revision 41282

revert last change

2006-09-18 19:14 RD, revision 41281

Add a couple missing methods

2006-09-18 19:13 RD, revision 41280

Don't unconditionally include the generic headers, fixes build problems on Windows.

2006-09-18 15:26 RD, revision 41279

minor demo tweak

2006-09-18 15:25 RD, revision 41278

Don't turn off the HAS_BUTTONS stle on wxMac

2006-09-18 14:29 RR, revision 41277

More RTL work. Now transform m_updateRegion and do nothing special in IsExposed() since some code may use m_updateRegion directly. Keep untransformed version around for use with GTK clipping in the DC.

2006-09-18 13:20 RR, revision 41276

Draw 2-pixel width rectangle ourselves, the X11 code leaves one pixel white (?) and looks differently positioned in RTL.

2006-09-18 12:17 SC, revision 41275

fixing notifications

2006-09-18 11:20 VS, revision 41274

basic blitting implementation

2006-09-18 10:59 JS, revision 41273

Removed rogue continue statement (bug 1560636)

2006-09-18 07:52 SC, revision 41272

fixed crash when no status bar is present, conditionals around optional parts

2006-09-18 04:41 KO, revision 41271

Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl.

2006-09-18 02:39 KO, revision 41270

Fixing compilation on Mac, and attempting to better calculate the bottom position for the toolbar. However, this is not completely fixed and needs more work.

2006-09-17 11:58 RR, revision 41269

[ 1521481 ] wxPathList modernization Applied part II.

2006-09-17 11:51 RR, revision 41268

[ 1550698 ] Bottom aligned toolbar

2006-09-17 11:43 RR, revision 41267

[ 1558691 ] wxPNGHandler: Preserve palette

2006-09-17 11:21 RR, revision 41266

[ 1559550 ] Fix wxVariant wxDateTime conversion from time string

2006-09-17 11:09 RR, revision 41265

Mention that GTK+ and OS X already are double buffered.

2006-09-17 11:03 RR, revision 41264

[ 1557326 ] Remove redundant code from wxComboCtrl

2006-09-17 10:59 RR, revision 41263

Applied [ 1555974 ] small wxURL improvements

2006-09-17 10:49 RR, revision 41262

Commit patch [ 1559950 ] fix mem leaks in wx{Dir|File}Dialog

2006-09-17 10:30 RR, revision 41261

Remove debug code.

2006-09-17 09:07 MW, revision 41260

Fix missing 3rd party builtin libs for static monolithic builds.

2006-09-17 08:06 KO, revision 41259

Commiting re-baked files after wxListCtrl OS X additions.

2006-09-17 01:30 KO, revision 41258

Accidently checked for invalid image index rather than using the mask.

2006-09-17 01:20 KO, revision 41257

Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X.

2006-09-16 23:04 KO, revision 41256

Adding OS X list ctrl implementation file, and listctrlcmn file for shared wxListCtrl code (only events right now).

2006-09-16 21:44 RR, revision 41255

Next round of RTL fixes. This change greatly simplifes the code and makes most #ifdefs redundant.

2006-09-16 19:55 RD, revision 41254

tweaks

2006-09-16 19:50 RD, revision 41253

Tweaks and cleanup

2006-09-16 19:05 RD, revision 41252

new wxRect and wxPlatformInformation methods

2006-09-16 18:12 RD, revision 41251

added more properties

2006-09-16 13:51 VZ, revision 41250

remove unused any more wxArrayHandlers

2006-09-16 13:36 VZ, revision 41249

added wxRect::GetTopRight/BottomLeft() for consistency with the existing GetTopLeft/BottomRight()

2006-09-16 13:15 VZ, revision 41248

build extra wxUniv tags file

2006-09-16 08:09 MW, revision 41247

Minor cleanup: use AC_CHECK_DECLS for the gtk_icon_size_lookup check instead of AC_TRY_COMPILE.

2006-09-16 08:01 MW, revision 41246

Missing header.

2006-09-16 01:37 RD, revision 41245

wx.EvtHandler is OOR capable docstring fixes

2006-09-16 00:43 VZ, revision 41244

fix wxGetFreeMemory() for Linux 2.6 (part of patch 1549176)

2006-09-16 00:38 VZ, revision 41243

added CheckOS/ToolkitVersion()

2006-09-15 21:31 RD, revision 41242

added more properties

2006-09-15 19:46 JS, revision 41241

If we use a background brush, we _must_ set a colour (fixes a bug with static labels not showing on a panel with a black background when system colours are high-contrast)

2006-09-15 16:45 PC, revision 41240

wrap print headers at top level

2006-09-15 10:22 SC, revision 41239

added Bryan's new icons

2006-09-14 21:27 RD, revision 41238

reSWIGged

2006-09-14 21:06 RD, revision 41237

Added wx.lib.delayedresult from Oliver Schoenborn.

2006-09-14 20:39 RD, revision 41236

release the GIL before calling base version

2006-09-14 20:38 RD, revision 41235

GetScrollLines?

2006-09-14 20:28 RD, revision 41234

Inside --> Contains

2006-09-14 20:27 RD, revision 41233

IsVisible --> IsShownOnScreen

2006-09-14 20:27 RD, revision 41232

docstring update

2006-09-14 19:45 RD, revision 41231

Oops, file wasn't saved before last commit

2006-09-14 19:42 RD, revision 41230

As per wx-dev, split the sort arrow options out to a separate parameter.

2006-09-14 19:38 SC, revision 41229

mdi fix

2006-09-14 19:37 SC, revision 41228

cleanup

2006-09-14 19:36 VZ, revision 41227

Many changes for wxInputHandler creation mainly related to: 1. Allow the theme to create only the input handlers it customizes instead of forcing it to always create a handler even if the standard one is used: wxTheme::GetInputHandler() now takes wxInputConsumer to make this possible 2. Prefer delegation to inheritance when creating customized input handlers, almost all (except for wxStdScrollbarInputHandler) standard handler classes are now private, use wxClassName::GetStdInputHandler() to retrieve the standard handler for any class or polymorphic DoGetStdInputHandler()

2006-09-14 19:24 RR, revision 41226

More RTL fixes.

2006-09-14 17:53 PC, revision 41225

add Create to wxDocParentFrame

2006-09-14 17:42 SC, revision 41224

switching colors

2006-09-14 17:36 PC, revision 41223

remove redundant declarations of wxFrameNameStr

2006-09-14 16:53 ABX, revision 41222

Follow native renderer for DrawHeaderButton.

2006-09-14 16:51 ABX, revision 41221

m_displayMode needs complete wxVideoMode.

2006-09-14 16:48 VS, revision 41220

fixed incorrect passing of bitmap dimensions in DoBlit

2006-09-14 16:20 VS, revision 41219

added wxFAIL_MSG to unimplemented SetDepth/Width/Height

2006-09-14 16:16 VS, revision 41218

implemented convertion between wxImage and wxBitmap

2006-09-14 16:06 ABX, revision 41217

Warning fix.

2006-09-14 16:04 ABX, revision 41216

Minor cleanup.

2006-09-14 16:02 ABX, revision 41215

wxHeaderButtonParams needs complete classes.

2006-09-14 14:52 VZ, revision 41214

don't append trailing tab to items which don't have stock accels

2006-09-14 14:39 VS, revision 41213

added check for supported depth and 'not implemented' wxFAIL_MSG

2006-09-14 14:36 VS, revision 41212

implemented wxBitmap::GetSubBitmap()

2006-09-14 13:17 JS, revision 41211

Fixes bug whereby directory control foreground colour is always black on Windows

2006-09-14 12:22 VS, revision 41210

renamed wxWindow::IsVisible() to IsShownOnScreen() to fix name conflicts with other classes

2006-09-14 10:53 VZ, revision 41209

fix warnings about unused parameters and functions in wxUniv build; also clean up wxGetPrinterDC() somewhat (a lot is left to do...)

2006-09-14 00:30 VZ, revision 41208

define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while it does have the standard declaration its implementation is broken

2006-09-13 23:45 VZ, revision 41207

added wxWindow::IsFrozen() (only existed in wxMSW and wxDFB before)

2006-09-13 22:20 RR, revision 41206

More RTL work.

2006-09-13 22:18 RR, revision 41205

Add GetScrollHelper() to wxWindow. Let wxScrollHelper set the underlying field itself.

2006-09-13 20:47 RD, revision 41204

Changes for TreeListCtrl to take advantage of the new native HeaderButton abilities

2006-09-13 20:44 RD, revision 41203

Dashes and Stipple accessors are not available on all platforms

2006-09-13 20:34 RD, revision 41202

More support for drawing native column headers, adds more states (selected, mouse-over) and also optionally drawing the contents of the header (label and/or bitmap, sort arrow) in a consistent way. Also added a method to determine the default height of the column header. This is based on work done for OSAF.

2006-09-13 20:28 RD, revision 41201

More support for drawing native column headers, adds more states (selected, mouse-over) and also optionally drawing the contents of the header (label and/or bitmap, sort arrow) in a consistent way. Also added a method to determine the default height of the column header. This is based on work done for OSAF.

2006-09-13 19:10 ABX, revision 41200

it needs wxUSE_* guard to not break smartphone build.

2006-09-13 19:01 RD, revision 41199

wxStatusBarGeneric is used directly so the header needs to be included too

2006-09-13 17:12 VS, revision 41198

renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

2006-09-13 17:06 VS, revision 41197

renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing

2006-09-13 16:31 PC, revision 41196

minimize code duplication

2006-09-13 16:27 JS, revision 41195

Added public keyword

2006-09-13 16:16 ABX, revision 41194

Build fix.

2006-09-13 16:14 ABX, revision 41193

[ 1556353 ] [wxOS2] Change derivation to add wxGauge::Pulse

2006-09-13 16:06 ABX, revision 41192

Build fix.

2006-09-13 15:50 PC, revision 41191

don't include generic/statusbr.h directly

2006-09-13 14:23 BIW, revision 41190

got rid of some extra borders

2006-09-13 11:59 VZ, revision 41189

fix wxVsnprintf_ declaration for VC8

2006-09-13 11:44 VZ, revision 41188

document wxChildFocusEvent

2006-09-13 11:01 VS, revision 41187

wxTLW::DoRefreshRect must check the rect, too

2006-09-13 10:01 RR, revision 41186

Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0 if scrollbars disappear (instead of 1) as per wxMSW. Expose m_x/yScrollLines in public getters. Correct window origin for scrolled window in RTL.

2006-09-13 09:50 VS, revision 41185

corrected painting implementation for wxDFB

2006-09-13 01:31 RD, revision 41184

compile fix for Mac

2006-09-12 22:20 VZ, revision 41183

remove unneeded m_inputHandler initialization (already done in the base class ctor)

2006-09-12 21:06 RD, revision 41182

rephrase

2006-09-12 21:05 RD, revision 41181

Updated the C++ code for wx.gizmos.TreeListCtrl from the wxCode project.

2006-09-12 18:45 RD, revision 41180

DisplayAvailable renamed

2006-09-12 17:18 PC, revision 41179

gtk_pizza_set_external is redundant

2006-09-12 17:09 PC, revision 41178

calling GtkPizza base class method on non-GtkPizza widget doesn't seem like such a good idea

2006-09-12 12:02 JS, revision 41177

Increased size slightly

2006-09-12 11:57 JS, revision 41176

Sometimes, m_x and m_y don't reflect the true position of the window, for example after using wxToolBar::AddControl. This change gets the actual position if necessary; it fixes a popup window positioning problem for combo controls on a toolbar.

2006-09-12 11:38 JS, revision 41175

Added pango_context_get_language to speed up pango_context_get_metrics

2006-09-12 10:19 JS, revision 41174

Style listbox now shows current style Added combo control for selecting styles Updated the sample to show the combo control

2006-09-12 09:57 RR, revision 41173

Reverse Left and Right meaning of keys.

2006-09-12 09:48 RR, revision 41172

More RTL fixes.

2006-09-12 09:26 VS, revision 41171

limit clipping to surface area

2006-09-12 09:12 RR, revision 41170

Add const to GetTargetSize()

2006-09-12 08:42 JS, revision 41169

Setting the current style from the UI is a mode that is cancelled when moving away from the current caret position. This must be done to avoid confusing default attributes and attributes at the current caret position, in normal use. Style feedback now correct when caret is at the start of a paragraph (don't use previous paragraph's style), and out-by-one style feedback bug fixed (start/end of styled content). Added ApplyStyle for applying a character or paragraph style. Some coding style cleanup.

2006-09-12 07:39 RR, revision 41168

RD forgot to add "Do"

2006-09-12 07:18 JS, revision 41167

Fixed flag setting omission that showed up as list problems in sample

2006-09-12 03:20 RD, revision 41166

more properties

2006-09-11 21:00 VS, revision 41165

fixed two typos: XLOG2DEV was used instead of YLOG2DEV

2006-09-11 17:50 RD, revision 41164

Use DoIsExposed for the virtual version of the method, so the wxPoint and wxRect versions don't get hidden in derived classes.

2006-09-11 16:54 RD, revision 41163

sync with CVS updates

2006-09-11 14:20 RR, revision 41162

Further RTL fixes.

2006-09-11 14:11 VZ, revision 41161

removed GTK header include

2006-09-11 14:07 VZ, revision 41160

compilation fix

2006-09-11 11:26 VS, revision 41159

implemented DrawPoint in terms of DrawLine (for now)

2006-09-11 11:13 VS, revision 41158

removed tabs and trailing whitespace

2006-09-11 11:08 VS, revision 41157

wxXML load/save improvements: added ability to not ignore whitespace and specify indentation level (patch #1541888)

2006-09-11 10:32 RR, revision 41156

Implement dc mirroring for RTL.

2006-09-11 09:54 RR, revision 41155

Make IsExposed virtual.

2006-09-11 09:08 VS, revision 41154

move misc surface helpers to wxIDirectFBSurface class

2006-09-10 23:57 VZ, revision 41153

added hyperlink alignment flags (patch 1537043)

2006-09-10 23:50 VZ, revision 41152

compilation fixes for wxUSE_STL==1 (patch 1555754)

2006-09-10 23:49 VZ, revision 41151

minor corrections and note about Unicode (patch 1555691)

2006-09-10 23:47 VZ, revision 41150

use RTL paragraphs in rich edit control in RTL mode (patch 1553298)

2006-09-10 23:42 VZ, revision 41149

return correct coordinates for child windows from DoGetPosition() in RTL mode (patch 1552664)

2006-09-10 23:39 VZ, revision 41148

fix static box label drawing in RTL locale (patch 1552545)

2006-09-10 23:28 VZ, revision 41147

added wxLocale::IsAvailable() (extended patch 1547191)

2006-09-10 23:19 VZ, revision 41146

use wxID_OPEN instead of INTERNAT_OPEN

2006-09-10 23:09 VZ, revision 41145

compilation fix for Unicode build (patch 1546975)

2006-09-10 23:08 VZ, revision 41144

allow wxRB_GROUP to be changed after creation (patch 1544686)

2006-09-10 23:07 VZ, revision 41143

fix constructing wxRegKey from string names (replaces patch 1542052, backport from HEAD)

2006-09-10 23:04 VZ, revision 41142

fix constructing wxRegKey from string names (replaces patch 1542052)

2006-09-10 22:45 VZ, revision 41141

clear values of type SQL_C_DATE/TIME too (patch 1541829)

2006-09-10 22:43 VZ, revision 41140

don't call ::GetSystemMetrics() unnecessarily in wxGetHiconSize()

2006-09-10 20:50 PC, revision 41139

avoid null pointer dereference in DoGetClientSize

2006-09-10 19:40 RR, revision 41138

The usual missing commit.

2006-09-10 19:39 RR, revision 41137

Implemented window coord mirroring for RTL. This is only implemented for *setting* the coordinates which is enough for wxSizers and 99% or other dialogs to work. Also reversed the meaning of wxStaticText alignment in RTL mode. It is possible that later versions of GTK actually do that themselves. (?)

2006-09-10 18:18 VZ, revision 41136

ensure that -2 font size is readable, it could be too small after last change

2006-09-10 17:07 VZ, revision 41135

small sample cleanup (formatting, use stock menu items)

2006-09-10 16:52 VZ, revision 41134

ensure that IsDialogMessage() is not called in the situations when it may hang not only from the immediate parent of the control which has focus but also from its grandparents

2006-09-10 16:11 VS, revision 41133

compilation fix

2006-09-10 16:02 VS, revision 41132

fixed subcontrols refreshing in wxWindow::Refresh

2006-09-10 15:51 VS, revision 41131

make it possible to create wxWindowDC for a hidden window

2006-09-10 15:38 VS, revision 41130

added wxWindow::IsVisible() method

2006-09-10 14:59 RR, revision 41129

Also set GTK text direction to m_wxwindow.

2006-09-10 14:52 RR, revision 41128

Remove direct access to GtlPizza's offset variable. That way, we can change the underlying meaning for RTL windowing mirroring without wxWindow knowing it.

2006-09-10 12:25 VZ, revision 41127

blind compilation fix for daily builds error

2006-09-10 12:23 VZ, revision 41126

compilation fix for !WX_PRECOMP (missing wx/app.h)

2006-09-10 12:20 VZ, revision 41125

compilation fix after last commit (forgot to remove WXUNUSED)

2006-09-10 04:23 MR, revision 41124

Restore ability to have a much lower runtime GTK version than build time - down to 2.4 (2.0 is still broken from gtk_combo_box_entry_new)

2006-09-10 02:00 VZ, revision 41123

removed overloaded virtual InitWith() methods, keep just a single InitRGBA()

2006-09-10 01:58 VZ, revision 41122

compilation fix after wxGUIAppTraits::GetToolkitVersion() introduction

2006-09-10 01:20 VZ, revision 41121

removed unused variable

2006-09-09 23:20 VZ, revision 41120

compilation fixes after recent stock menu items changes

2006-09-09 23:10 RD, revision 41119

reSWIGged

2006-09-09 22:57 RD, revision 41118

more properties

2006-09-09 19:58 RD, revision 41117

mention Pulse mode on Guage, and native toolbar on Mac

2006-09-09 19:57 RD, revision 41116

Path fix

2006-09-09 19:57 RD, revision 41115

reSWIGged

2006-09-09 19:55 RD, revision 41114

reSWIGtged

2006-09-09 19:42 RD, revision 41113

It's not in use yet, but add Kevin's docparser code so it doesn't get lost...

2006-09-09 19:41 RD, revision 41112

Build the contents and index files for HtmlHelp

2006-09-09 19:38 RD, revision 41111

DetachRoot

2006-09-09 19:37 RD, revision 41110

Add AddStretchSpacer and friends

2006-09-09 19:36 RD, revision 41109

Pulse mode in gauge

2006-09-09 19:18 RD, revision 41108

Show Pulse mode

2006-09-09 19:07 RD, revision 41107

Compilo fix

2006-09-09 18:37 PC, revision 41106

remove unused GtkPizza members scroll_[xy]

2006-09-09 18:14 RD, revision 41105

Don't show AlphaDrawing for now...

2006-09-09 18:12 RD, revision 41104

Simplify use of MacIsWindowScrollbar

2006-09-09 18:11 KO, revision 41103

Mac(Carbon) impl of wxGauge::Pulse, also added sample code for Pulse to the widgets sample.

2006-09-09 18:00 PC, revision 41102

include fix

2006-09-09 17:41 VZ, revision 41101

check encoding in EnumerateFacenames(); implemented EnumerateEncodings() for wxUSE_PANGO case

2006-09-09 17:34 VZ, revision 41100

only return matching modes from GetModes()

2006-09-09 17:29 PC, revision 41099

some app.h cleanup: minimize includes, use static cast

2006-09-09 16:25 VZ, revision 41098

implement wxComboBox::SetEditable() (backport from HEAD)

2006-09-09 16:24 VZ, revision 41097

implement wxComboBox::SetEditable()

2006-09-09 15:52 VS, revision 41096

added unary wxPoint::operator-

2006-09-09 14:41 RR, revision 41095

The patch was missing a header.

2006-09-09 14:13 RR, revision 41094

incomplete commit

2006-09-09 14:11 RR, revision 41093

Apply patch [ 1548750 ] wxVsnprintf() various fixes Part II. c

2006-09-09 14:02 RR, revision 41092

Typo.

2006-09-09 13:46 RR, revision 41091

Applied doc patch.

2006-09-09 13:45 VZ, revision 41090

define debugging log functions as (empty inline) wxLogNop() instead of nothing in the release builds, this ensures that we have the same code structure in debug/release builds and so there are no bugs when these functions are used inside if/else while also ensuring that even dumbest compilers do remove them completely in release builds

2006-09-09 13:36 RR, revision 41089

Applied wxGauge:Pulse() patch. [ 1551409 ] Support for indeterminate mode gauges

2006-09-09 13:25 VZ, revision 41088

undid last 2 commits, there are many more cases like this so it's better to fix this problem in a different way in wx/log.h

2006-09-09 13:10 VZ, revision 41087

more warning fixes about empty if statement in helper classes in release build

2006-09-09 12:55 VZ, revision 41086

fix warning about empty if statement in HDCClipper ctor in release build

2006-09-09 11:35 RR, revision 41085

Apply patch [ 1554736 ] wxXmlDocument::DetachRoot

2006-09-09 11:32 RR, revision 41084

Apply patch [ 1554746 ] wxXmlNode::InsertChild fix

2006-09-09 06:34 RD, revision 41083

Don't let the built-in scrollbars confuse things when setting focus to a wxScrolledWindow

2006-09-09 04:53 PC, revision 41082

add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup

2006-09-09 02:43 PC, revision 41081

remove unneeded DoGetClientSize

2006-09-09 02:42 PC, revision 41080

don't set negative window size

2006-09-09 02:41 PC, revision 41079

keep AdjustScrollbars from causing an infinite series of size events

2006-09-09 00:38 RD, revision 41078

Remove some testing code

2006-09-08 20:09 RD, revision 41077

Use GetKeyCode() instead of KeyCode()

2006-09-08 20:08 RD, revision 41076

Show status of wxMac CoreGraphics build option

2006-09-08 20:05 RD, revision 41075

Add items to wx.PlatformInfo for mac core graphics and native toolbar build status

2006-09-08 20:04 RD, revision 41074

It is not "Invalid" to have a menu item without an accelerator, so don't be noisy about it.

2006-09-08 18:16 RD, revision 41073

Added sample showing Alpha drawing for Mac with CoreGraphics

2006-09-08 17:39 VS, revision 41072

don't try to paint hidden windows

2006-09-08 15:29 VS, revision 41071

fixed wxDC to correctly handle SetFoo(wxNullFoo) calls

2006-09-08 15:15 RD, revision 41070

deTABified

2006-09-08 14:38 VS, revision 41069

added newline to the end of the file to prevent gcc warning

2006-09-08 11:52 VS, revision 41068

don't try to paint hidden windows

2006-09-08 10:32 VZ, revision 41067

define WS_EX_LAYOUTRTL for older compilers/SDK

2006-09-08 09:45 RR, revision 41066

Sadly, direct access to SetUpDC is required for the native custom rendering of wxDataViewCells

2006-09-08 08:46 SC, revision 41065

fixing ownership and positioning of embedded controls in native toolbars

2006-09-08 08:27 SC, revision 41064

make sure we catch invalid control refs better

2006-09-08 07:49 CE, revision 41063

fix for SF bug 1543862 - add missing Makefile.in

2006-09-08 03:38 RD, revision 41062

reSWIGged

2006-09-08 03:31 RD, revision 41061

reSWIGged

2006-09-08 02:56 RD, revision 41060

another parameter type fix

2006-09-08 02:47 RD, revision 41059

wxMac's glcanvas doesn't have the new API changes yet...

2006-09-08 01:50 KO, revision 41058

2.6 backport of revision 1.40 fix for rounded rectangle drawing.

2006-09-08 01:08 RD, revision 41057

More properties

2006-09-08 01:05 RD, revision 41056

adapt to wxGLCanvas changes

2006-09-07 22:03 VZ, revision 41055

define wx_cv_func_snprintf_pos_params when cross-compiling too

2006-09-07 19:01 ABX, revision 41054

Include wx/msw/wrap*.h according to pch support (with other minor cleaning).

2006-09-07 17:19 RD, revision 41053

Comment why we don't call PyErr_Print after calling OnInit

2006-09-07 17:14 RD, revision 41052

Update from Frank with fixes for running on wxMSW 2.7

2006-09-07 17:06 PC, revision 41051

don't use negative windows sizes

2006-09-07 16:53 VZ, revision 41050

fix wxSTOCK_WITH_MNEMONIC handling (was reversed after recent changes)

2006-09-07 16:40 PC, revision 41049

remove a few unnecessary queue_resize/queue_draw calls

2006-09-07 16:11 VS, revision 41048

use GetCharHeight in GetHeight() instead of creating temporary wxClientDC

2006-09-07 16:09 VS, revision 41047

make sure wxWindow has valid (albeit bogus) size from the beginning

2006-09-07 16:08 VS, revision 41046

don't create a subsurface in wxClientDC unless necessary

2006-09-07 16:06 PC, revision 41045

GtkOnSize parameters aren't useful

2006-09-07 14:49 CE, revision 41044

fix path of pdf zip file

2006-09-07 13:24 RR, revision 41043

Applied FRM's patch [ 1553958 ] Fix for invalid cast from GtkFileChooserButton to GtkButton

2006-09-07 12:46 CE, revision 41042

fix directory creation

2006-09-07 12:44 CE, revision 41041

fix broken bz2

2006-09-07 11:14 VS, revision 41040

verify that we're not painting on hidden window (which is not implemented)

2006-09-07 10:43 VS, revision 41039

don't treat DFB_TIMEOUT as error in WaitForEventWithTimeout

2006-09-06 23:22 RD, revision 41038

Fixed compile error

2006-09-06 21:43 MW, revision 41037

Fixed ReadLine missing last character from text files with no final newline.

2006-09-06 17:37 PC, revision 41036

include fixes

2006-09-06 17:36 PC, revision 41035

Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. Remove undocumented generic status bar ctor/Create. Bring status bar ctor/Create into sync with docs.

2006-09-06 13:57 RR, revision 41034

Applied patch which allows you to detach a stream from a wxFSFile. Patch 1190378

2006-09-06 13:49 RR, revision 41033

Applied 1215477, fixing a crash by properly removing a file system handler in a module.

2006-09-06 13:32 RR, revision 41032

Mention wxGLCanvas change.

2006-09-06 13:31 RR, revision 41031

Commit Carsten Fuchs' patch for separating wxGLCanvas and wxGLContext on GTK and MSW.

2006-09-06 09:51 VZ, revision 41030

enable support for printf positional parameters by default

2006-09-06 09:40 VS, revision 41029

use C++ wrappers around DirectFB API for easier use

2006-09-06 04:20 RD, revision 41028

add more properties

2006-09-06 04:18 RD, revision 41027

Added wx.lib.dragscroller from Riaan Booysen.

2006-09-06 03:01 PC, revision 41026

don't return negative size from GetPageRect

2006-09-06 03:01 PC, revision 41025

don't set negative size in wxSizerItem::SetDimension

2006-09-05 21:30 VZ, revision 41024

document GetStrings() (patch 1552225)

2006-09-05 21:14 VZ, revision 41023

wx printf() implementation bug fixes ('%' handling, thread safety, ...) and optimisations (patch 1548750)

2006-09-05 21:02 VZ, revision 41022

pickers code cleanup (patch 1552220)

2006-09-05 21:00 VZ, revision 41021

fixes to menu stock items support (patch 1547639)

2006-09-05 20:47 VZ, revision 41020

mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves

2006-09-05 20:41 VZ, revision 41019

added a couple of base classes

2006-09-05 19:23 ABX, revision 41018

WinCE build fixes.

2006-09-05 18:07 ABX, revision 41017

Tinderbox/PCH build fix.

2006-09-05 17:48 VZ, revision 41016

work around drag and drop freeze (bug 1080588)

2006-09-05 14:21 VS, revision 41015

use macros to completely remove wxLogTrace, wxLogDebug etc. in release build

2006-09-05 01:05 RD, revision 41014

Some properties for things with lists of items.

2006-09-04 23:56 VZ, revision 41013

use (new) wxAcceleratorEntry::Create() instead of recently deprecated wxGetAccelFromString()

2006-09-04 23:52 RD, revision 41012

Changes needed for new RTL methods, and also various other updates to wx CVS.

2006-09-04 20:34 MW, revision 41011

Typo.

2006-09-04 20:13 MW, revision 41010

Add HAVE_BOOLEAN and NEED_PBT_H.

2006-09-04 19:57 JS, revision 41009

Prevents crashes caused by negative line count being passed to wrapping functions, e.g. in intermediate sizing states.

2006-09-04 19:22 ABX, revision 41008

Build fix.

2006-09-04 19:07 MW, revision 41007

Document __WINE__.

2006-09-04 18:48 ABX, revision 41006

Warning fix.

2006-09-04 18:33 MW, revision 41005

A better compile fix for Wine (which lacks pbt.h).

2006-09-04 17:57 MW, revision 41004

Define HAVE_BOOLEAN when the Windows headers declare 'boolean' to avoid a conflict with the jpeg headers which will otherwise also declare it.

2006-09-04 16:57 MW, revision 41003

Revert the last commit since it doesn't work.

2006-09-04 16:49 MW, revision 41002

Compile fix for Wine.

2006-09-04 16:40 MW, revision 41001

Missing headers.

2006-09-04 16:36 MW, revision 41000

Hacks for wine.

2006-09-04 15:23 VS, revision 40999

removed unneeded header

2006-09-04 15:22 VS, revision 40998

better comment in wxSystemSettingsNative::GetColour

2006-09-04 15:17 VS, revision 40997

fixed wxRegion::operator==

2006-09-04 15:16 VS, revision 40996

cosmetic fixes

2006-09-04 14:37 JS, revision 40995

Fixed ISO-8859-11 mapping to code page under Windows

2006-09-04 13:35 VZ, revision 40994

merge of RTL changes (with many modifications) from SOC2006_RTL branch

2006-09-04 12:12 VZ, revision 40993

small cleanup, removed unused headers

2006-09-04 12:05 VZ, revision 40992

added wxSizer::Get/SetContainingWindow()

2006-09-04 11:14 VS, revision 40991

added alpha support to generic wxColour

2006-09-04 11:12 VS, revision 40990

reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit standard terminal; use wxALPHA_OPAQUE instead of 255

2006-09-04 10:56 VS, revision 40989

removed obsolete and incorrect comment

2006-09-04 08:52 RR, revision 40988

I forgot to commit this one.

2006-09-04 06:59 JJ, revision 40987

OpenVMS compile support update Modified Files: wxWidgets/src/aui/descrip.mms

2006-09-03 20:12 RR, revision 40986

Compilo.

2006-09-03 17:18 SN, revision 40985

Backported fixes from 1.25 (patch #1523304) and 1.26.

2006-09-03 17:12 SN, revision 40984

Backported fixes according to patch #1523304.

2006-09-03 16:57 SN, revision 40983

Backported drawing fixed according to patch #1523304.

2006-09-03 16:43 SN, revision 40982

Disable CLIP_SIBLINGS style (backported patch #1523304).

2006-09-03 16:40 SN, revision 40981

Backported changes from v. 1.40 (patch #1523304).

2006-09-03 13:21 RR, revision 40980

Commit wxComboCtrl clipping patch from J. Salli

2006-09-03 13:16 RR, revision 40979

Added tests for run-time switch of venetian blind effect (Patch from Bryan P).

2006-09-03 12:23 RR, revision 40978

Commited FRM's stockitem patch (empty stock items).

2006-09-03 11:48 RR, revision 40977

Commited patch for wxSizer::Replace()

2006-09-03 09:56 VZ, revision 40976

call TIFF callbacks wxTIFFFooProc instead of _tiffFooProc to avoid potential conflicts; also there is no need to use reserved identifiers here

2006-09-03 09:51 VZ, revision 40975

close output stream when TIFFClose() is called

2006-09-03 01:05 KO, revision 40974

Backporting fix for SetPageSource.

2006-09-02 23:36 VZ, revision 40973

don't convert title to current encoding if input encoding is wxFONTENCODING_DEFAULT (this shouldn't be necessary and provokes an assert from wxCSConv ctor)

2006-09-02 22:29 RD, revision 40972

reSWIGged

2006-09-02 22:21 RD, revision 40971

reSWIGged

2006-09-02 22:21 RR, revision 40970

Don't use wxWindows::DoGetClientSize() from wxTopLevelWindow as border with should not be taken into account here.

2006-09-02 22:11 RD, revision 40969

properties fixes for Mac

2006-09-02 22:00 KO, revision 40968

Adding TaskRunnerThread class, for threaded operations, along with errorOccurred and elapsedTime methods for getting information about a process.

2006-09-02 21:53 RD, revision 40967

compile fixes for Python 2.5

2006-09-02 20:04 RD, revision 40966

reSWIGged

2006-09-02 19:55 RD, revision 40965

reSWIGged

2006-09-02 19:46 RD, revision 40964

Start adding some properties for getter/setter methods

2006-09-02 19:45 RD, revision 40963

bump subrel number

2006-09-02 17:43 RD, revision 40962

Move the language catalogs install directory on MSW from 'locale' to 'i18n' to avoid conflict (and an import warning) with the standard locale.py module.

2006-09-02 17:38 KO, revision 40961

Make archive top level dirs match that of the archive name.

2006-09-02 12:54 RR, revision 40960

Map iso8859-11 to codepage 874.

2006-09-02 12:39 VZ, revision 40959

don't report UTF-8 encoding as ISO-8859-1 in GTK2 builds (backport of 1.190 from HEAD)

2006-09-02 12:37 RR, revision 40958

Forgot to commit.

2006-09-02 11:50 RR, revision 40957

Added native GTK+ sash drawing to wxAUI.