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

2009-03-06 18:52 RR, revision 59375

Initialise DC only when needed and deinitilise it properly before, fixes #10543: wxGTK wxDataViewCtrl Assert and Crash

2009-03-06 17:32 JMS, revision 59374

Property value images are no longer shrinked horizontally

2009-03-06 16:31 VZ, revision 59372

don't allow setting readonly combobox value to a string which is not one of the valid choices in wxGTK neither and document this behaviour (closes #10549)

2009-03-06 16:26 KO, revision 59371

docs/mac is now docs/osx.

2009-03-06 16:26 VZ, revision 59370

added wxZlibStream::SetDictionary() (closes #10551)

2009-03-06 16:13 VZ, revision 59369

fix duplicate events for selection keys after the last change (see #626)

2009-03-06 10:56 VZ, revision 59367

no changes, just some minor cleanup

2009-03-06 10:54 VZ, revision 59366

only set maximal tooltip width if it's greater than the previously set one to avoid breaking long lines if a shorter tooltip is added afterwards (see #10537)

2009-03-06 10:38 VZ, revision 59365

pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544)

2009-03-06 08:46 CE, revision 59364

for 2.8.10

2009-03-06 08:19 JS, revision 59363

Removed conflicting virtual function

2009-03-06 00:05 FM, revision 59360

Indentation/coding style adjustments. Make the columns resize when dragging the columns in the header control intercepting the EVT_HEADER_RESIZING event

2009-03-06 00:01 FM, revision 59359

fix crash when using wxDataViewListStore::DeleteAllItems

2009-03-05 23:41 VZ, revision 59358

2nd (blind) fix for VC6 build

2009-03-05 22:54 KO, revision 59357

Fill out the left and top fields as well.

2009-03-05 21:54 KO, revision 59356

Make about dialog non-modal on GTK/Mac and don't show the OK button on Mac.

2009-03-05 21:47 FM, revision 59355

do not use HDS_FLAT by default

2009-03-05 21:21 KO, revision 59354

Sheet support for wxDirDialog.

2009-03-05 21:20 KO, revision 59353

Don't use result for both NS and wx button ID values.

2009-03-05 21:20 KO, revision 59352

Sheet support for wxMessageDialog.

2009-03-05 21:19 KO, revision 59351

Fix for sheets based on NSAlert.

2009-03-05 19:22 KO, revision 59349

Fix typo.

2009-03-05 19:21 KO, revision 59348

Make sure we call SetEventObject before firing events.

2009-03-05 19:20 KO, revision 59347

Make wxStaticText for OS X Cocoa properly size multiline strings.

2009-03-05 19:19 KO, revision 59346

Use sheets for native file dialogs if the dialog has its parent set.

2009-03-05 18:20 BP, revision 59345

Updated wxWidgets icons in art to use the new official logo.

2009-03-05 16:32 VZ, revision 59344

don't use WPARAM in the header (build fix after r59336)

2009-03-05 15:54 JS, revision 59343

Don't set a large minimum size for both panes

2009-03-05 15:54 JS, revision 59342

Don't set a large minimum pane size; the splitter should take account of the minimum size anyway. Having a large minimum size (for both panes) can cause problems when both panes are small.

2009-03-05 15:44 JS, revision 59341

Prevent the splitter sash being set smaller than minimum size

2009-03-05 15:44 JS, revision 59340

Prevent splitter sash being set below minimum size when moved (using the same minimum size for both windows is probably a bad design choice)

2009-03-05 14:13 VZ, revision 59336

fix multiple problems with selection in controls with wxTR_MULTIPLE style (closes #626)

2009-03-05 14:09 VZ, revision 59335

fix total breakage of all fonts in wxMSW caused by r57542 which changed the value of wxSystemFont enum elements in spite of the comment saying not to do this right above it

2009-03-05 14:00 VZ, revision 59334

set svn properties correctly for the new files (please use the auto-props!)

2009-03-05 13:58 VZ, revision 59333

(blind) fix for VC6 build

2009-03-05 12:46 VZ, revision 59332

PCH-less build fix

2009-03-05 05:43 KO, revision 59331

Ensure that WriteText moves the selection to the end and scrolls to the end, and implement EVT_TEXT_ENTER for NSTextField.

2009-03-05 05:23 KO, revision 59330

Fix comparison operator for functions keys (fixes #10547).

2009-03-05 00:36 FM, revision 59327

improve look of wxDataViewCtrl and of its renderer on wxMSW when windows XP themeing is not used (wxRendererXP::DrawItemSelectionRect implementation is ok also for wxRendererMSW; share the code). Fix a typo in the drawing code for horizontal rules in wxDataViewCtrl.

2009-03-04 23:34 KO, revision 59326

Ensure we get mouse moved events.

2009-03-04 23:23 FM, revision 59325

build fix

2009-03-04 22:33 FM, revision 59323

all code revisited. Main additions: - now it's possible to change the DVC style dynamically - make models more robust against deleting items, and against other allowed user actions - comment portions of the code to make it more didactive

2009-03-04 21:06 FM, revision 59321

some docs enhancements, in particular to wxDataViewListCtrl.

2009-03-04 19:53 JMS, revision 59320

By default, always refresh editor and redraw properties when property value is changed

2009-03-04 19:12 BP, revision 59319

Merged r59317 from trunk: More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

2009-03-04 19:09 KO, revision 59318

Don't always set the titled mask.

2009-03-04 19:04 BP, revision 59317

More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).

2009-03-04 17:21 FM, revision 59316

reorganize the sample splitting it in two source files and an additional header; most important: don't tile all the controls into the main frame: it becomes too big; rather use a notebook control to properly layout them

2009-03-04 15:53 FM, revision 59315

build fix; document HasFeature() (should be part of r59313)

2009-03-04 15:23 FM, revision 59314

no real change: just reorder the code

2009-03-04 15:19 FM, revision 59313

remove wxSYS_DEFAULT_PALETTE: it's supported only by wxMSW and it never worked there: GetStockObject(DEFAULT_PALETTE) returns a palette and not a font; so the resulting wxFont is wrong. Expand and correct documentation for various system constants. Provide wxSYS_COLOUR_FRAMEBK as a synonym for wxSYS_COLOUR_BTNFACE as it is the colour which must be used to make wxFrame background coherent with the background of the controls they (eventually) contain.

2009-03-04 11:47 FM, revision 59311

add headers to the samples' bakefiles so that they show up in MSVC project files

2009-03-04 11:39 FM, revision 59310

revert addition of the simple listctrl; it doesn't help. Log the version of comctl32.dll under wxMSW; it's useful when reporting bugs or when debugging

2009-03-04 07:42 JJ, revision 59309

inserting missing include for non PCH-build

2009-03-03 23:23 KO, revision 59305

More fixes for clickCount... even sometimes when respondsToSelector returned true we'd get a crash, so only check clickCount for up and down events.

2009-03-03 23:10 FM, revision 59304

clarify the list of bitmap handlers natively supported. Clarify that wxBitmap::AddHandler isn't useful to the final user; wxImage::AddHandler should be used instead.

2009-03-03 21:17 JMS, revision 59302

Remove unneeded workaround for a ScrolledWindow issue that is now fixed

2009-03-03 21:04 JMS, revision 59301

Remove wxEnumProperty::ms_prevIndex

2009-03-03 20:57 FM, revision 59300

update the list of samples

2009-03-03 19:20 VZ, revision 59297

use ldlibs, not ldflags, for wx-config --libs output in gnu format as well as in autoconf one to ensure that the libraries appear at the end of the linker command line

2009-03-03 13:12 JS, revision 59295

Don't crash if no scrollbar Force wxVSCROLL in wxRTC

2009-03-03 10:34 VZ, revision 59294

fix old font size restoration in DoGetTextExtent() [backport of r56791 from trunk]

2009-03-03 09:24 VZ, revision 59293

compilation fix after last commit

2009-03-03 09:21 VZ, revision 59292

fix wxGTK1 compilation after wxTextEntry DoGetValue() change

2009-03-03 09:21 VZ, revision 59291

fix virtual function hiding warnings

2009-03-03 09:20 VZ, revision 59290

fix virtual function hiding warnings

2009-03-03 09:14 VZ, revision 59289

add tests directory too

2009-03-03 06:10 KO, revision 59288

Add demos directory.

2009-03-02 21:14 FM, revision 59286

ProcessPendingEvents() is now in wxApp

2009-03-02 20:49 VZ, revision 59285
  • M /wxWidgets/trunk/build/bakefiles/Bakefiles.bkgen
  • D /wxWidgets/trunk/samples/mfc/Makefile.in
  • D /wxWidgets/trunk/samples/mfc/makefile.bcc
  • D /wxWidgets/trunk/samples/mfc/makefile.gcc
  • D /wxWidgets/trunk/samples/mfc/makefile.unx
  • D /wxWidgets/trunk/samples/mfc/makefile.wat

don't generate non-MSVC makefiles for MSVC-only samples

2009-03-02 20:45 FM, revision 59284

move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)

2009-03-02 20:43 VZ, revision 59283

wxOSX build fix for wxRichTextCtrl after wxTextEntry::GetValue() renaming to DoGetValue()

2009-03-02 20:41 FM, revision 59282

remove references to datetime_constants; they're not needed anymore

2009-03-02 20:11 KO, revision 59281

Land the rest of the changes made by a rebake after r59067.

2009-03-02 20:09 FM, revision 59280

revert r59246; the window parameter was there by purpose (i.e. for consistency with other Get* methods -- even if unused); document what the win parameter does in the various wxRenderer::Get* methods

2009-03-02 20:00 KO, revision 59279

Ensure the archives extract to a root directory bearing the release's name.

2009-03-02 19:28 VZ, revision 59278

another wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()

2009-03-02 19:17 VZ, revision 59277

wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue()

2009-03-02 18:30 KO, revision 59276

Rebake after OS X Cocoa header changes.

2009-03-02 18:23 KO, revision 59275

Commit changes caused by setting configure.in's svn:eol-style to LF. (r58985)

2009-03-02 18:08 KO, revision 59274

Update files.bkl to look in the proper place for moved header files.

2009-03-02 16:23 VZ, revision 59273

build fix: define DoGetValue() and GetEditableWindow()

2009-03-02 16:22 VZ, revision 59272

compilation fix after GetEditableWindow() signature change

2009-03-02 14:54 VZ, revision 59270

fix warning about possibly uninitialized variable in release build

2009-03-02 14:49 VZ, revision 59269

remove SetValue() which is not needed and which definition was removed by the previous change

2009-03-02 14:03 VZ, revision 59268

make GetEditableWindow() protected as it's used by wxGTK wxTextEntry

2009-03-02 13:58 VZ, revision 59267

wxUniv compilation fixes after wxTextEntry::DoGetValue() change

2009-03-02 13:45 VZ, revision 59266

fix overloaded virtual warning

2009-03-02 13:31 VZ, revision 59265

added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text

2009-03-02 12:40 VZ, revision 59264

set correct properties

2009-03-02 12:25 VZ, revision 59263

added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)

2009-03-02 12:10 VZ, revision 59262

add ugly macros to abstract the difference between Bind() and Connect() -- this is still less ugly than having #ifs everywhere

2009-03-02 11:51 VZ, revision 59261

update to Dutch translations from Gideon van Melle

2009-03-02 10:43 VS, revision 59260

fixed compiler warning about struct/class mismatch (fixes #10534)

2009-03-01 21:01 FM, revision 59255

document that wxDialog::ShowModal() creates its own event loop

2009-03-01 21:00 FM, revision 59254

document internal wxDateTime enums the way they're meant to be documented in Doxygen

2009-03-01 20:35 FM, revision 59253

do not duplicate large blocks of docs; use @overload instead; provide link to the standard strftime() docs

2009-03-01 20:24 KO, revision 59252

Switch to a name + postfix naming scheme so that the postfix doesn't end up in the middle of the filename, improve zip compression, ensure MSW project files have the right line endings in all formats, and finally, point to the (pre-existing) way for displaying program options. :)

2009-03-01 18:51 KO, revision 59251

Use a different name for OS X Cocoa framework, and fix an accidental tab char.

2009-03-01 17:21 FM, revision 59249

fix rendering of wxGrid on wxMSW when a dialog is over the grid. To test the bug: open the "grid" sample and popup the about box, then move it over the grid; without this fix portions of wxGrid were painted as gray (disabled colour) even if the wxGrid itself was not disabled.

2009-03-01 16:53 FM, revision 59247

use wxRenderer::GetCheckBoxSize() instead of doing wrong calculations in wxGridCellBoolRenderer::GetBestSize; this fixes checkbox rendering under wxMSW (tested on wxMSW,wxGTK)

2009-03-01 16:46 FM, revision 59246

deprecated GetCheckBoxSize(wxWindow *) in favour of GetCheckBoxSize() const (the window parameter was unused and not documented)

2009-03-01 16:09 FM, revision 59245

move wxGridCellRenderer::Draw before other derived classes implementations (no real change)

2009-03-01 15:53 FM, revision 59244

force use of generic about dialog as to test unfocused-repainting of wxGrid

2009-03-01 15:47 FM, revision 59243

name the enum with wxDir flags to make it easier to find it from the docs.

2009-03-01 15:23 FM, revision 59242

give better usage description (needs a more readable way to output options); tell the user he needs to use an absolute destination path; few more comments; add svn:executable property

2009-03-01 15:03 CE, revision 59241

avoid error of menu with zero ID

2009-03-01 15:02 FM, revision 59240
  • M /wxWidgets/trunk/docs/tech/index.txt
  • D /wxWidgets/trunk/docs/tech/tn0004.htm
  • D /wxWidgets/trunk/docs/tech/tn0007.txt
  • D /wxWidgets/trunk/docs/tech/tn0008.htm
  • D /wxWidgets/trunk/docs/tech/tn0010.htm

remove old and outdated tech notes

2009-03-01 14:31 FM, revision 59239

better document the possible arguments accepted by wxLaunchDefaultBrowser; in particular mention the 'mailto:' scheme

2009-03-01 13:15 CE, revision 59238

fix as per thread from http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/111645

2009-03-01 12:27 VZ, revision 59237

recognize schemes other than http and ftp in wxLaunchDefaultBrowser()

2009-03-01 12:23 VZ, revision 59236

document wxTextEntry

2009-03-01 11:59 VZ, revision 59235

added const_cast<> to silence gcc warnings (see #10520)

2009-02-28 19:34 VZ, revision 59208

don't use mbstowcs(NULL) with Cygwin (closes #10526)

2009-02-28 17:30 RR, revision 59203

Never show tree lines when there are tree buttons under OS X and GTK+

2009-02-28 17:22 RR, revision 59202

Use gdk_window_invalidate instead of gtk_widget_queue_draw as the latter doesn't e.g. invalidate a wxTreeCtrl correctly when place somewhere different from 0,0

2009-02-28 17:08 BP, revision 59201

wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.

2009-02-28 15:54 VZ, revision 59199

compilation fixes for ANSI mode build (closes #10518)

2009-02-28 15:49 VZ, revision 59198

reset the tooltip text before changing it, this apparently prevents a spurious redraw of the control below it (see #10520)

2009-02-28 15:44 VZ, revision 59197

mark alpha as being static if data is static too (closes #10525) [backport of r57528 from trunk]

2009-02-28 00:19 KO, revision 59195

Cast needed to fix compilation on 10.4 --This line, and those below, will be ignored-- M src/osx/cocoa/printdlg.mm

2009-02-27 20:25 VZ, revision 59193

add missing WXDLLIMPEXP_CORE (which surprisingly is only needed in debug build for some reason)

2009-02-27 18:11 VZ, revision 59192

Turkish translation updated [backport of r59191 from trunk]

2009-02-27 18:09 VZ, revision 59191

Turkish translation update from Hakkı Doğusan

2009-02-27 17:15 JS, revision 59190

Compile fix under wxGTK

2009-02-27 14:49 FM, revision 59189

add references to OnEventLoopEnter/Exit callbacks

2009-02-27 14:48 FM, revision 59188

fix doxygen warnings

2009-02-27 14:41 FM, revision 59187

mention that some event logic now requires a running event loop (see ticket #10320)

2009-02-27 13:12 VZ, revision 59186

VC6 compilation fix after last change: WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE is not needed for template classes used as base classes apparently; do suppress some DLL export-related warnings

2009-02-27 12:24 VZ, revision 59185

refactor wxDocChildFrame and wxDocMDIChildFrame to use wxDocChildFrameAny intead of duplicating its code (with subtle differences, as usual); also added wxDocChildFrameAnyBase and store a pointer to it in wxView to reset the frame view if the view is being deleted because its creation fails to avoid crashes in this case

2009-02-27 11:36 VZ, revision 59184

added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2

2009-02-27 10:54 JS, revision 59183

Fixed wxRichTextCtrl base class

2009-02-27 10:21 VZ, revision 59182

move functions using deprecated methods out of line to avoid deprecation warnings from MSVC when building any code including wx/event.h

2009-02-27 09:00 JS, revision 59181

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 08:56 JS, revision 59180

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 05:27 SC, revision 59179

applying patch, fixes #10523

2009-02-27 05:23 SC, revision 59178

applying patch, fixes #10524

2009-02-26 19:35 JMS, revision 59169

No longer overestimate virtual height given to the vertical scroll bar

2009-02-26 19:04 KO, revision 59168

Fix ordering.

2009-02-26 19:00 JMS, revision 59167

wxPropertyGrid::IsEditorFocused() is now public

2009-02-26 18:59 VZ, revision 59166

fix Remove() argument in the example (closes #10521)

2009-02-26 17:55 KO, revision 59165

Adding new symbols needed for wxGraphicsBitmap support.

2009-02-26 16:16 VZ, revision 59164

deprecate the old TryValidator/Parent() and replace them with the new and documented TryBefore/After()

2009-02-26 16:10 VZ, revision 59163

added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE

2009-02-26 15:24 VZ, revision 59162

override TryValidator() in wxMDIParentFrame to implement forwarding of menu/toolbar events to the active child at wx level instead of forwarding the WM_COMMAND itself: this is better as it prevents the same event from being passed twice to wxApp fall back if a handler exists in the child frame but skips the event and also because the code is portable now and can be moved down to the base class; also call the base class TryValidator() from wxDocMDI classes

2009-02-26 14:15 VZ, revision 59161

another missing WXDLLIMPEXP to fix DLL build

2009-02-26 11:46 CE, revision 59160

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 10:59 VZ, revision 59159

added wxAboutDialog::GetCopyrightToDisplay()

2009-02-26 10:56 VZ, revision 59158

rebake after WX_AGE change in build/bakefiles/version.bkl

2009-02-26 10:51 VZ, revision 59157

correct WX_AGE after last change

2009-02-26 09:32 CE, revision 59156

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 09:29 CE, revision 59155

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 08:02 JS, revision 59154

Fixed symbol

2009-02-26 07:24 JJ, revision 59153

Updating OpenVMS compile configuration

2009-02-26 00:17 VS, revision 59150

added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in Load()

2009-02-26 00:13 VS, revision 59149

fixed wxXmlResource::Load's detection of filenames to be done as early as possible

2009-02-25 23:41 VZ, revision 59144

added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowing to save/restore all grid rows/columns sizes at once

2009-02-25 23:40 KO, revision 59143

Make sure that a framework build always uses lipo to build, and make sure functions which return a command's result always use a return code even when the command isn't run.

2009-02-25 23:27 VZ, revision 59142

compilation fix after last commit

2009-02-25 23:02 VZ, revision 59141

don't use template assign() with VC6, even though it can compile it it doesn't handle it correctly when using DLL

2009-02-25 21:12 VZ, revision 59139

compilation fix after the previous commit

2009-02-25 21:04 VZ, revision 59138

fix for DLL build: wxEvtHandlerArray should be in wxBase as it's used by wxEventLoopBase, not in wxCore

2009-02-25 21:01 VZ, revision 59137

undo the change of r57522, it's not needed any more after r59136

2009-02-25 21:01 VZ, revision 59136

postpone the check for the validity of growable rows/columns indices until we know the total number of items in the sizer (closes #10294)

2009-02-25 17:55 KO, revision 59135

Remove duplicate code that was landed when forward porting.

2009-02-25 17:43 VZ, revision 59134

replace templae Connect() overloads with separate Bind() method to improve compatibility (see #10000, closes #10477)

2009-02-25 13:23 FM, revision 59132

add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks; add wxEventLoopBase::IsMain() and wxAppConsoleBase::GetMainLoop() helpers

2009-02-25 13:12 FM, revision 59131

document wxPolygonFillMode

2009-02-25 13:10 FM, revision 59130

no real change: just group functions in a logic manner

2009-02-25 13:07 VZ, revision 59128

don't call Refresh(empty-rect) unnecessarily

2009-02-25 12:08 FM, revision 59127

try to clear the device/logical unit fog; remove unused and unsupported (an assertion fails if they are used) wxMM_ constants; better docs for the supported wxMM_ constants; use MM_ANISOTROPIC in old win16 metafile code instead of wxMM_ANISOTROPIC since it's not supported by wx code

2009-02-25 11:54 FM, revision 59126

revise all code; do not use many global objects; use wxLog to give errors/messages; put drawing code in a wxApp member; get rid of old code; fix indentation

2009-02-25 07:59 JJ, revision 59125

Update compile configuration for OpenVMS

2009-02-25 02:11 KO, revision 59122

Remove no longer necessary re-entrancy check, fix function prototype definition for insertText, and add support for handling almost all the missing keys. (Function keys and the numpad Enter are still not handled properly.)

2009-02-25 00:09 VZ, revision 59121

fix handling of long lines in wxGridCellAutoWrapStringRenderer

2009-02-24 22:19 KO, revision 59120

Fix for deprecated constructor issues, setting a function without a body as inline doesn't work for Mac whether debug is set or not. Since it's a workaround for old versions of gcc, limit its use to those cases to avoid future problems.

2009-02-24 19:34 BIW, revision 59117

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:37 BIW, revision 59116

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:10 VZ, revision 59115

render <TH> contents in bold, as all the browsers do

2009-02-24 05:51 KO, revision 59114

Turn off the annoying beep when a key down is passed all the way up the handler chain.

2009-02-23 21:24 VZ, revision 59110

remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and shouldn't be installed)

2009-02-23 21:20 VZ, revision 59109

add wx/persist/*.h files

2009-02-23 21:15 VZ, revision 59108

fix (harmless) warnings in release mingw32 build

2009-02-23 18:28 BP, revision 59107

Blind fix for crash when undocking AUI toolbars (#10371 and #10516).

2009-02-23 11:51 VZ, revision 59105

fix some buffer overflows (closes #10500)

2009-02-22 23:54 VZ, revision 59101

correct the coordinates used for DIBs in StretchBlt() (closes #10501)

2009-02-22 23:49 VZ, revision 59100

avoid integer overflow when computing the radius in DoDrawArc() (see #10494)

2009-02-22 23:38 VZ, revision 59099

no changes, just update the copyright in the header

2009-02-22 23:38 VZ, revision 59098

add accessors for sockaddr to wxSockAddress (closes #10511)

2009-02-22 22:20 KO, revision 59097

Quick fix to prevent a crash when running on 10.4.

2009-02-22 21:52 VZ, revision 59096

add public wxXmlResource::GetResourceNode() which can be used directly instead of deriving from wxXmlResource and using FindResource()

2009-02-22 21:30 KO, revision 59095

Missed one symbol used in the compatibility path.

2009-02-22 21:22 KO, revision 59094

Fix for building under 10.4, where the BlendMode constants are not defined.

2009-02-22 19:09 SN, revision 59091

Various compilation fixes.

2009-02-22 18:25 KO, revision 59090

Landing basic EVT_CHAR support, along with the rest of EVT_TEXT support fix.

2009-02-22 18:13 KO, revision 59089

Add support for EVT_TEXT in OS X Cocoa.

2009-02-22 17:38 VZ, revision 59088

put something in the content field type in the tables to avoid ugly appearance of empty table cells in Doxygen-generated HTML

2009-02-22 17:10 SN, revision 59087

Cleanup of functions not taking any parameter. Compilation fix for wxMappingMode.

2009-02-22 16:07 CE, revision 59086

fix as per http://article.gmane.org/gmane.comp.lib.wxwindows.general/64255

2009-02-22 15:13 JMS, revision 59085

Added wxComboPopup::GetComboCtrl()

2009-02-22 14:42 FM, revision 59084

remove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class

2009-02-22 08:52 JMS, revision 59083

Fixed documentation of wxComboPopup::m_combo

2009-02-22 08:51 JMS, revision 59082

Fixed documentation of wxComboPopup::m_combo

2009-02-22 00:46 VZ, revision 59080

add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes

2009-02-21 20:56 PC, revision 59077

fix the restore of the fix of r58979

2009-02-21 20:37 VZ, revision 59076

restore changes of r58979 accidentally overwritten by r59023

2009-02-21 20:30 PC, revision 59075

fix event table base for wxListMainWindow

2009-02-21 18:08 PC, revision 59074

check for self-assignment in operator=

2009-02-21 18:08 PC, revision 59073

non-pch build fixes, some cleanup

2009-02-21 17:13 PC, revision 59072

fix for missing sighandler_t

2009-02-21 16:43 VS, revision 59071

added asserts to check correct order of wxHtmlDCRenderer methods calls

2009-02-21 15:40 FM, revision 59070

fix a few typos

2009-02-21 13:53 SN, revision 59069

Added wxSingleInstanceChecker for OS/2 (patch #10491).

2009-02-21 13:52 SN, revision 59068

Added wxSingleInstanceChecker for OS/2 (patch #10491).

2009-02-21 13:40 VZ, revision 59067

only update stc.h when USE_STC==1

2009-02-20 16:38 FM, revision 59060

fix a couple of drawing defects

2009-02-20 16:07 FM, revision 59059

show wxMutexGuiEnter/Leave by drawing into a bitmap from a secondary thread; show the result while it's being created by a MyImageDialog dialog; small cleanup

2009-02-20 13:51 FM, revision 59058

remove MyExecThread: wxExecute can't be called from secondary threads since a long time; give the user the possibility to change the command to run from the main thread and provide sensible defaults for wxMSW and non-wxMSW platforms

2009-02-20 12:47 CE, revision 59057

use correct form of rtf for making PDF

2009-02-20 12:45 FM, revision 59056

minor cleaning: use %p instead of 0x%lx; clear in the menu name which is the thread which is stopped/paused/resumed

2009-02-20 12:40 FM, revision 59055

use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax)

2009-02-20 12:26 CE, revision 59054

use correct form of rtf for making PDF

2009-02-20 12:02 FM, revision 59053

implement wxThreadEvent safe copy ctor

2009-02-20 11:56 FM, revision 59052

no real change; just reorder the sample putting all declarations together and all implementations together; move frame construction code in MyFrame ctor; add some comment about TEST_YIELD_RACE_CONDITIONsymbol

2009-02-20 11:34 FM, revision 59051

recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups

2009-02-20 10:37 CE, revision 59050

add missing macro

2009-02-20 10:23 CE, revision 59049

missing backticks

2009-02-20 09:27 CE, revision 59048

moved bakefile_gen.exe

2009-02-20 08:58 CE, revision 59047

rc2

2009-02-20 08:56 CE, revision 59046

rc2

2009-02-20 06:48 PC, revision 59045

fix for HP aCC

2009-02-19 23:45 FM, revision 59040

wxCHECK that there is an active event loop before using wxEventLoopBase::GetActive() pointer

2009-02-19 22:48 FM, revision 59039

mention wxThreadEvent in wxEVT_CATEGORY_THREAD and in wxEvtHandler::QueueEvent

2009-02-19 21:30 VZ, revision 59038

fix Windows compilation after last change

2009-02-19 20:57 FM, revision 59037

don't leak events in wxEvtHandler::QueueEvent when there's no event loop

2009-02-19 20:26 RR, revision 59036

Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList

2009-02-19 20:18 RR, revision 59035

If a selected item is about to be deleted, try to select the next one first, otherwise the parent, like the wxMSW does

2009-02-19 17:45 PC, revision 59034

add braces around if-body

2009-02-19 17:45 PC, revision 59033

remove old hacks for gtk blit problem which was probably fixed long ago

2009-02-19 17:44 PC, revision 59032

remove unnecessary cast, that type should match

2009-02-19 17:28 PC, revision 59031

better fix for aCC and rawbmp.h

2009-02-19 14:17 VZ, revision 59024

compilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE (such as AIX and old HP-UX): disable SIGPIPE manually in this case

2009-02-19 14:01 VZ, revision 59023

another AIX compilation fix: getservbyname_r() returns int, not servent* there

2009-02-19 07:37 PC, revision 59022

avoid setting negative size

2009-02-19 07:37 PC, revision 59021

unused variable

2009-02-19 07:37 PC, revision 59020

remove unused gtk includes

2009-02-19 07:36 PC, revision 59019

check for self-assignment in operator=

2009-02-19 07:35 PC, revision 59018

remove extra semicolons

2009-02-19 05:34 PC, revision 59017

fix for HP aCC, it can't compile rawbmp.h

2009-02-19 05:34 PC, revision 59016

fix for IBM xlC 8, it can't parse the template syntax

2009-02-19 05:34 PC, revision 59015

fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined

2009-02-19 05:33 PC, revision 59014

fix for IBM and HP compilers, which don't allow ->* operator with undefined class

2009-02-19 04:54 KO, revision 59013

Error codes can go beyond the value acceptable to use with exit, so just return 1 explicitly.

2009-02-19 03:43 KO, revision 59009

svn merge -r 57959:59008 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2009-02-19 01:03 VZ, revision 59008

AIX compilation fix

2009-02-18 21:21 RR, revision 59006

Uncomment code accidentally left commented

2009-02-18 21:20 RR, revision 59005

Don't use default size of control has a sizer (as per other ports)

2009-02-18 19:32 FM, revision 59002

name wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update the sample code to use new event macros; minor other changes

2009-02-18 18:02 PC, revision 59001

use bool expression rather than implicit conversion

2009-02-18 17:58 FM, revision 59000

make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp

2009-02-18 17:15 PC, revision 58999

remove unused wxKeyEvent member m_scanCode

2009-02-18 16:16 JMS, revision 58998

Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPopupWindow() has been called. Do this because, of all popup window types, only wxPopupTransientWindow is able to have focused child controls when the popup is shown in wxGTK modal dialog.

2009-02-18 15:59 JS, revision 58996

Added licensing information

2009-02-18 15:58 JS, revision 58995

Added licensing information

2009-02-18 15:49 FM, revision 58994

always NUL-terminate the m_szFlags buffer; add test for %*s case

2009-02-18 15:33 FM, revision 58993

remove comment erroneously committed in r58654

2009-02-18 15:14 FM, revision 58992

fix typo: the leave/enter order for the m_handlersWithPendingEventsLocker critical section was flipped

2009-02-18 14:57 FM, revision 58989

make the testcase more readable; add a few checks to Asterisk() test; make unicode part of S() test compile with MSVC

2009-02-18 11:30 FM, revision 58986

fix typo

2009-02-18 11:05 FM, revision 58985

test if CXXFLAGS/CFLAGS contains the -g or the -O options before adding our -g and -O2 flags: this avoids duplicates in the GCC command line which just generate confusion

2009-02-18 10:42 FM, revision 58984

do not exceed the 80 column limit when printing the list of available libraries

2009-02-18 10:32 FM, revision 58983

fix wxGTK1 build

2009-02-18 04:06 PC, revision 58979

build fixes for wxUSE_THREADS==0

2009-02-18 00:19 BP, revision 58978

Fix manual references to the events overview after it's page ID was changed in r58712 (VZ).

2009-02-17 22:06 BP, revision 58977

Fixed the logo image output in the manual after (obviously untested) image filename changes.

2009-02-17 20:52 JMS, revision 58976

Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code

2009-02-17 20:19 JMS, revision 58975

Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl

2009-02-17 18:46 RR, revision 58974

Corrected meaning of parameter col as the position not ID in wxLisrCtrl::InsertColumn() under OSX/Carbon

2009-02-17 18:36 JMS, revision 58973

Improved documentation for GetProperty(), GetPropertyByName()

2009-02-17 18:07 JMS, revision 58972

Test for m_pPropGrid in wxPropertyGridPageState::DoClear()

2009-02-17 18:01 JMS, revision 58971

Clear grid selection more consistently prior clear operations; improved Clear() tests (fixes #10497)

2009-02-17 17:47 BP, revision 58970

Updated version numbers tech note with new doxygen manual locations to update, and updated the main page of the manual.

2009-02-17 16:43 VZ, revision 58969

don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes which happen if the control receiving this event gets deleted from it

2009-02-17 13:31 SC, revision 58967

adding bitmap button version for colour picker, used by setting wxCLRBTN_USES_BMP_BUTTON to 1, off by default also on Mac for binary compat reasons.

2009-02-17 13:07 JJ, revision 58966

add wx/log.h for non-PCH build

2009-02-17 12:01 VZ, revision 58965

suppress unused parameter warning

2009-02-17 11:30 RR, revision 58964

Blind implementation of YieldFor() for OSX/Cocoa, copied from OSX/Carbon

2009-02-17 11:24 RR, revision 58963

Blind implementation of GetSubItemRect() for wxListCtrl under carbon

2009-02-17 11:11 FM, revision 58962

fixed test failures under wxMSW when using our wxVsnprintf implementation (remains 1 bug introduced by the wx29 string changes)

2009-02-17 10:42 FM, revision 58961

revert debugging modifications and build into test.exe all non-GUI tests

2009-02-17 10:26 FM, revision 58960

give credit to the author of the patch for adding wxImage options for PNG saving

2009-02-17 09:57 VZ, revision 58959

add missing stdcall to fix crash when using state image lists after r58572

2009-02-17 09:53 VZ, revision 58958

add event.Skip() in EVT_CONTEXT_MENU handler

2009-02-17 05:35 SC, revision 58957

fixing typo

2009-02-17 03:32 PC, revision 58956

fix deferred show when SetSize() is called after SetClientSize()

2009-02-16 21:14 FM, revision 58954

don't consider EOF an unrecoverable error

2009-02-16 17:22 PC, revision 58952

non-pch build fix

2009-02-16 17:19 PC, revision 58951

fix evtloop.h header dependency implementation headers go first to catch this kind of problem, don't move them to fix a build error

2009-02-16 10:59 SC, revision 58947

fixing retain semantics

2009-02-16 10:55 SC, revision 58946

adding new defines for OSX

2009-02-16 10:36 SC, revision 58945

make OSX defines to be 1, not only defined, for backwards compatibility reasons

2009-02-16 10:29 SC, revision 58944

fixing typo

2009-02-16 10:11 CE, revision 58943

as 58942 .svn not CVS files should be skipped

2009-02-16 10:09 CE, revision 58942

.svn not CVS files should be skipped

2009-02-16 09:16 SC, revision 58941

fixing missed refreshes under 10.5

2009-02-16 08:56 RR, revision 58940

Compilo

2009-02-16 08:24 VS, revision 58939

fully reverted Francesco's removal of copying information (r58913,r58922)

2009-02-16 08:20 JJ, revision 58938

motif/cursor.cpp: adding include wx/log.h to define wxLogError

2009-02-16 08:09 RR, revision 58937

Compilo

2009-02-16 00:27 FM, revision 58928

put frame creation code all inside MyFrame ctor

2009-02-15 23:18 FM, revision 58923

wxApp::DoYield => wxGUIEventLoop::YieldFor (part of r58911)

2009-02-15 23:06 FM, revision 58922

revert previous commit - but don't include unneeded email headers

2009-02-15 21:22 SC, revision 58921

formatting fixes

2009-02-15 20:08 SC, revision 58920

documenting new compositing, layering and antialiasing calls

2009-02-15 19:34 FM, revision 58919

PCH-less build fix by Tim S

2009-02-15 17:44 VZ, revision 58918

suppress the warning about deleting flags which hadn't been added with bakefile 0.2.5 [backport from trunk]

2009-02-15 16:52 SC, revision 58917

switching to compositing operators (fixes #9881), adding layers

2009-02-15 15:42 FM, revision 58916

use YieldFor() in wxTopLevelWindowGTK::RequestUserAttention; comment on the use of YieldFor() in wxProgressDialog; add some TODOs near wxYieldIfNeeded()/wxSafeYield() calls in wxListCtrl, wxDataViewCtrl, wxTreeCtrl (closes #10320)

2009-02-15 15:31 VZ, revision 58915

backport bakefile M4 files from the trunk (they correspond to 0.2.5) and regenerated configure to use them

2009-02-15 15:26 VZ, revision 58914

don't use AC_CANONICAL_TARGET in libtiff configure: this is unnecessary as it's not a cross-compiler and also doesn't work when running it as sub-configure when caching is enabled (because the host and the build aliases are cached by the top level configure but the target one is not and autoconf-generated code doesn't deal with this situation correctly)

2009-02-15 15:16 FM, revision 58913

remove GTK_CHECK_VERSION checks for GTK versions < 2.4

2009-02-15 14:54 FM, revision 58912

build fix

2009-02-15 14:25 FM, revision 58911

second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker

2009-02-15 14:25 VZ, revision 58910

fix (harmless)m ingw32 warning; use anonymous namespace instead of a bunch of static functions

2009-02-15 12:48 FM, revision 58909

do not export compare functions in the wx ABI

2009-02-15 12:19 FM, revision 58908

even more user-friendly message (as suggested by John Roberts)

2009-02-15 12:15 FM, revision 58907

add changelogs for my (relatively) recent commits

2009-02-14 17:07 KO, revision 58901

Fix typo (sorry, thought I compiled before committing.)

2009-02-14 16:42 JMS, revision 58900

Fixed assertion that could appear under wxGTK if wxComboCtrl drop-down button was clicked too quickly

2009-02-14 12:09 CE, revision 58899

reduce tarballs as discussed on wx-dev

2009-02-14 08:48 JMS, revision 58898

Fixed wxPropertyGrid::HitTest() documentation

2009-02-14 08:06 KO, revision 58897

Start on implementation for wxTE_MULTILINE / wxTE_RICH* support using NSTextView/NSScrollView.

2009-02-14 08:01 KO, revision 58896

Remove the "double border" around the search ctrl.

2009-02-14 08:00 KO, revision 58895

Add a tracking rect on resize so that the view will receive mouse entered and exited events.

2009-02-13 23:23 VZ, revision 58893

use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE to avoid mingw32 warnings

2009-02-13 20:23 CE, revision 58892

fix tex2rtf processing (it could not access the same file twice)

2009-02-13 20:23 CE, revision 58891

fix tex2rtf processing (it could not access the same file twice)

2009-02-13 20:16 KO, revision 58890

clickCount is not available for mouse entered/exited events also, just use respondsToSelector to make sure we catch this always, and add some stubs for mouse entered / exited events.

2009-02-13 20:15 KO, revision 58889

Implement NSPanel support to get wxFRAME_TOOL_WINDOW and wxMiniFrame working.

2009-02-13 19:47 SC, revision 58888

direct wxFrame events support (paint was not delivered directly)

2009-02-13 19:23 SC, revision 58887

different contentview-offset code, otherwise 'wx' synthetic borders are also taken into account, and round-trips woulnd't be correct anymore

2009-02-13 19:21 SC, revision 58886

paint event was missing the id, Connect not working for this otherwise

2009-02-13 17:38 SC, revision 58885

paint event was missing the id, Connect not working for this otherwise

2009-02-13 16:15 JMS, revision 58884

Clarified wxPropertyGrid::HitTest() docs

2009-02-13 16:06 SC, revision 58883

porting back support for GetSelection(from,to)

2009-02-13 16:05 SC, revision 58882

support for collate

2009-02-13 14:13 SC, revision 58879

adding missing ABI guard (SN)

2009-02-13 10:52 CE, revision 58878

update for 2.8.10-rc1 with bakefile 0.2.5

2009-02-13 10:25 RR, revision 58877

More GTK prefixing for internal methods

2009-02-13 10:10 RR, revision 58876

GTK prefix for internal tooltip methods

2009-02-13 10:00 RR, revision 58875

Removed unneeded FixUpMouse() method, some more GTK prefixing

2009-02-13 09:34 RR, revision 58874

Reorder code so that you can actually set the size of a picker control at startup

2009-02-13 09:33 RR, revision 58873

Forgot to commit file for giving a GTK specific methid the prefix GTK

2009-02-13 09:18 CE, revision 58872

update for 2.8.10-rc1

2009-02-13 07:35 BP, revision 58871

GTK compilo: looks like a header missed the r58850 commit.

2009-02-12 23:29 VZ, revision 58856

added a period at the end of a sentence (test commit, really)

2009-02-12 23:18 VZ, revision 58855

return radio box own help text when origin is Origin_Unknown to make sure GetHelpText() returns the same value as was passed to SetHelpText()

2009-02-12 22:47 BIW, revision 58854

fix typo

2009-02-12 22:46 BIW, revision 58853

maximize pane should ignore floating windows (#4066)

2009-02-12 22:42 BIW, revision 58852

maximize pane should ignore floating windows (#4066)

2009-02-12 21:11 RR, revision 58850

Don't use native file/dir picker buttons when using an associated text control

2009-02-12 21:09 RR, revision 58849

wxFilePickerCtrl's button should know if it has an associated text control

2009-02-12 19:38 VS, revision 58846

compilation fix for wxABI_VERSION < 20808 (fixes #10493)

2009-02-12 17:55 CE, revision 58845

fix as in http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/109677/match=2.8+branch+bug+mac

2009-02-12 16:55 JMS, revision 58844

Fixed old font-related code that caused problems on wxMAC, also replaced all accesses to m_font with GetFont()

2009-02-12 12:09 VZ, revision 58843

made wxArrayString::assign(iterator, iterator) a template function; also fixed a bad bug in it: it didn't call clear(); mention existence of std::vector-like methods in the docs

2009-02-12 10:17 JS, revision 58842

Fixed wxRichTextRange != operator

2009-02-12 10:16 JS, revision 58841

Fix for wxRichTextRange::!=

2009-02-12 07:17 SC, revision 58840

renaming clickedAction callbacks to more generic controlAction, textctrl updates

2009-02-12 07:16 SC, revision 58839

CGContextFlush is already called in SetNativeContext

2009-02-12 02:04 KO, revision 58835

Add the interface dir.

2009-02-12 01:06 KO, revision 58825

Restore DrawRadioButton to the main wxRenderer API, create a method overload for the wxUniv API so that it can coexist with the wxUniv method of the same name.

2009-02-12 01:02 KO, revision 58824

Fix assertion when passing nil to setKeyEquivalent.

2009-02-10 07:00 SC, revision 58823

supporting graphics context on invisible views, icon refs are available under 64 bit cocoa as well, turn drawing on again, fixes #10490

2009-02-10 03:43 PC, revision 58822

corrected build fix, new code does work with GTK+ < 2.10

2009-02-10 00:38 BP, revision 58821

Fixed section identifiers (the added section needed a unique id) in topic overviews page in the manual.

2009-02-10 00:15 FM, revision 58820

fix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)

2009-02-09 21:17 VZ, revision 58819

compilation fix for GTK+ < 2.10

2009-02-09 18:48 KO, revision 58817

We'll get an unhandled exception if the view is hidden, fortunately, lockFocusIfCanDraw does the right thing here, or at least the best we can hope for.

2009-02-09 18:03 SC, revision 58816

paint event handling fixes and wxClientDC implementation for osx-cocoa

2009-02-09 17:59 SC, revision 58815

make sure no delegates/impl ptrs are still set during destruction

2009-02-09 17:53 SC, revision 58814

flipped accessor conforming to plain c++ impl

2009-02-09 16:43 JMS, revision 58813

Fixed (hopefully) wx_dll.dsw regarding propgrid and stc (closes #10463)

2009-02-09 13:41 VZ, revision 58812

don't use invalid item indices in wxLC_HRULES-drawing code (closes #10484)

2009-02-09 13:16 VZ, revision 58811

fix MSVC warnings about possibly uninitialized variables; some reindentation

2009-02-09 13:12 VZ, revision 58810

compilation fix for wxUSE_STL build after latest changes

2009-02-09 10:19 RR, revision 58809

Mention wxTaskBarIcon reimplementation, other details

2009-02-09 09:54 RR, revision 58808

Compile fix

2009-02-09 09:54 SC, revision 58807

drawing code now in common file

2009-02-09 09:53 SC, revision 58806

GetRegion is not needed anymore

2009-02-09 09:41 SC, revision 58805

replacing RgnHandle with HIShapeRef usage

2009-02-09 09:01 SC, revision 58804

common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation

2009-02-09 08:48 RR, revision 58803

Fixes #10454, Applied patch for wxDataViewCtrl should not change the selection when clicking the expander. Thanks.

2009-02-09 05:22 KO, revision 58802

Remove delegates before releasing the native object, so that we don't have delegate methods getting called during destruction.

2009-02-09 02:21 KO, revision 58797

Do a sanity check to make sure GetWindow() has a valid window, and assert if it doesn't. On OS X Cocoa, try to continue on in release mode.

2009-02-09 02:20 KO, revision 58796

Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa.

2009-02-09 00:53 FM, revision 58788

fix memory leak; allocate the DC before SetFont() is called on the status bar

2009-02-09 00:46 KO, revision 58787

Update OS X Cocoa build files after recent changes and rebake.

2009-02-09 00:33 FM, revision 58786

save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes.

2009-02-08 23:46 KO, revision 58785

Initial commit of script to generate releases which doesn't rely on any manifests or other file lists.

2009-02-08 23:24 KO, revision 58784

Enable wxDVC on OS X Cocoa using the generic control.

2009-02-08 23:21 KO, revision 58783

Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa.

2009-02-08 23:08 KO, revision 58782

Crash fix for when a wxNullBitmap is passed in as the bitmap to use.

2009-02-08 23:05 KO, revision 58781

Header fix for OS X Cocoa build.

2009-02-08 22:33 FM, revision 58779

revert changes erroneously committed (sorry)

2009-02-08 22:25 FM, revision 58778

2009-02-08 22:21 PC, revision 58777

new wxTaskBarIcon implementation for GTK2

2009-02-08 22:11 FM, revision 58776

allow the user to set the status bar font

2009-02-08 21:34 FM, revision 58775

use a single update UI handler for all menu commands which act only on the default status bar

2009-02-08 20:54 PC, revision 58774

non-pch build fix

2009-02-08 20:51 PC, revision 58773

do only what is necessary in SetScrollbars(), let the base class do the rest

2009-02-08 20:38 VS, revision 58772

fixed creation of tests/benchmarks VC++ project files - name them correctly

2009-02-08 19:21 FM, revision 58771

do not deselect the item the user has just selected: it just modifies the normal behaviour of the control in an unexpected way (no highlight rectangle, etc) and seems to block any item-specific operation when instead you can double click an item to get more info on it

2009-02-08 19:17 FM, revision 58770

optimize rendering code by calling GetClientSize(), GetTextExtent() and CalculateAbsWidth() only when strictly needed; update cache from an OnSize() event handler; fix RTL code: wxDC::DrawText() is RTL-aware itself and doesn't need special calculations

2009-02-08 19:14 FM, revision 58769

revert insert=>append change; only for wxELLIPSIZE_END append() is valid

2009-02-08 19:11 FM, revision 58768

remove mobile samples from samples.bkl (last part of r58765)

2009-02-08 18:24 SC, revision 58767

turning on icons for osx-cocoa

2009-02-08 15:59 VZ, revision 58766

remove remaining traces of samples/mobile (continuation of r58765)

2009-02-08 15:38 FM, revision 58765

remove 'mobile' samples as they're not useful from a didactive POV nor they show specific features

2009-02-08 15:33 FM, revision 58764

update italian translation; add a Q+A for updating an existing internat translation

2009-02-08 15:31 FM, revision 58763

put MyFrame creation code in its ctor, not in MyApp; create a status bar to show its RTL features; add some help strings to menu items

2009-02-08 15:20 VZ, revision 58762

don't react to wxEVT_DESTROY events from child windows

2009-02-08 14:55 VZ, revision 58761

add _T() to fix compilation after the last change

2009-02-08 13:30 FM, revision 58760

use Ellipsize() in wxStatusBarGeneric so that the text is correctly ellipsized when exceeding field width; avoid that text overlaps the size grip

2009-02-08 12:56 FM, revision 58759

split wxControl::Ellipsize() in two functions for better readability of the code; add support for ellipsization flags which allow to disable special processing of TAB/mnemonics characters

2009-02-08 11:49 SC, revision 58758

menu fixes, also fixes #10479

2009-02-08 11:45 VZ, revision 58757

add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros

2009-02-08 11:35 SC, revision 58756

adding scroll wheel support

2009-02-08 10:32 VZ, revision 58755

don't reuse the double click handled in activation event handler for toggling the item [backport of r57025 from trunk] (closes #9761)

2009-02-08 10:29 VZ, revision 58754

don't generate EVT_LISTBOX_DCLICK events with incorrect indices [backport of r58405 from trunk] (closes #10429)

2009-02-08 10:23 VZ, revision 58753

fix repaining of highlight for merged cells [backport of r55630 from trunk] (closes #9718)

2009-02-08 10:17 VZ, revision 58752

change not only the focus but also last remembered TLW focus in SetValue() to avoid focus being reset to the wrong radio button when TLW regains activation [backport of r54453 and r54454 from trunk] (closes #9676)

2009-02-08 10:05 VZ, revision 58751

do case normalization after long path one, this fixes the problem with incorrect paths case under Vista [backport of r53732 from trunk] (closes #9162)

2009-02-08 10:01 VZ, revision 58750

don't load comctl32.dll, just get the handle of the already loaded instance of it instead [backport of r56863 and r57405 from trunk] (closes #10203)

2009-02-08 09:47 VZ, revision 58749

only do (c) and (C) translation in Unicode build

2009-02-08 09:46 VZ, revision 58748

translate (c) and (C) to \u00a9 in wxAboutDialog [backport of r57245, r57514 and r57840 from trunk] (closes #4216)

2009-02-08 09:28 VZ, revision 58747

make dtor public to fix VC6 build

2009-02-08 09:16 VZ, revision 58746

use bitmap mask if any in splash screen (closes #10470)

2009-02-08 01:20 FM, revision 58745

some more SetIcon() calls added; cleanup indentation of some samples

2009-02-08 01:01 FM, revision 58744

always call SetIcon() on the main frame of the sample; some small cleanup

2009-02-08 00:47 FM, revision 58743

merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features)

2009-02-07 23:46 VZ, revision 58742

fix other insert() overloads to work when inserting at the end of the list, continuation of r56299 (see #10103)

2009-02-07 23:37 VZ, revision 58741

fix insert(end()) [backport of r56299]

2009-02-07 23:23 VZ, revision 58740

removed wrong check from splice(it, list, first)

2009-02-07 23:23 KO, revision 58739

Implement GetDashCount() for Carbon/Cocoa.

2009-02-07 23:20 KO, revision 58738

Add (currently unimplemented) missing wxRegion constructors for wxRegionGeneric.

2009-02-07 23:19 KO, revision 58737

Assert if these methods are triggered to alert the user they are not implemented.

2009-02-07 23:19 FM, revision 58736

build wrapsizer sample when wxUSE_GUI==1

2009-02-07 23:17 KO, revision 58735

The GL library needs access to this.

2009-02-07 23:10 VZ, revision 58734

fix wxList::erase(it, end()) in non-STL build (see #10103)

2009-02-07 23:03 VZ, revision 58733

fix (harmless for now) g++ warning about non-virtual dtor

2009-02-07 22:51 VZ, revision 58732

use DECLARE_LOCAL_EVENT_TYPE for our custom event, we don't need to export it

2009-02-07 22:30 FM, revision 58730

fix repaint problems when resizing the frame

2009-02-07 22:09 VZ, revision 58729

fix Insert(iterator, T) in STL build [backport of r57290 from trunk]

2009-02-07 22:03 VZ, revision 58728

don't access 0th element of an empty string, this throws an exception in wxUSE_STL build

2009-02-07 21:46 VZ, revision 58727

yet another wxUSE_DRAG_AND_DROP==0 compilation fix

2009-02-07 21:44 VZ, revision 58726

another attempt to run tests with verbose logging in STL trunk build

2009-02-07 21:04 VZ, revision 58725

add semicolons after wxDEFINE_EVENT()

2009-02-07 19:36 VS, revision 58722

wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)

2009-02-07 19:32 VS, revision 58721

wxrc: fix incorrectly generated code with --extra-cpp-code (fixes #9631)

2009-02-07 18:59 VZ, revision 58718

require semicolon after wxDECLARE/DEFINE_EVENT() (closes #10456)

2009-02-07 17:40 FM, revision 58716

allow the user to set the contents of the status fields

2009-02-07 16:07 VZ, revision 58715

update custom event definition documentation; document wxDEFINE/DECLARE_EVENT()

2009-02-07 15:29 VZ, revision 58714

fix typo in last commit

2009-02-07 15:29 VZ, revision 58713

rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT

2009-02-07 15:22 VZ, revision 58712

update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them

2009-02-07 15:09 FM, revision 58711

do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers

2009-02-07 14:51 VZ, revision 58710

extract the important overviews in their own section and order them by importance

2009-02-07 14:47 SC, revision 58709

OSX currently doesn't expose an OnPaint anymore

2009-02-07 14:42 FM, revision 58708

document the wxWindow::Get/SetLayoutDirection functions

2009-02-07 14:11 FM, revision 58707

no real change: put event handlers together at the end of the file

2009-02-07 13:38 JMS, revision 58706

Eliminated two unneeded arguments from wxPropertyGrid::DoDrawItems()

2009-02-07 13:35 JMS, revision 58705

Fixed and refactored wxPropertyGridManager decsription text box painting

2009-02-07 13:25 SC, revision 58704

reworking event handling to redirect to c++ virtual functions

2009-02-07 13:16 JMS, revision 58703

Added workaround for a bug that causes splitters not be drawn correctly if GetUpdateRegion().GetBox() in paint event does not cover the entire grid width

2009-02-07 13:07 SC, revision 58702

correct shortcuts on mac, fixes #10464

2009-02-06 21:55 VZ, revision 58695

remove incorrect cast of wxString to char* (unnecessary and breaks wxUSE_STL build)

2009-02-06 21:54 VZ, revision 58694

compilation fix for wxEVENTS_COMPATIBILITY_2_8 case

2009-02-06 21:43 FM, revision 58693

fix some typos (return types)

2009-02-06 18:43 FM, revision 58692

remove typo

2009-02-06 18:42 FM, revision 58691

fix title of the previously-modified section

2009-02-06 18:33 VZ, revision 58690

allow handling events in a function taking the base class of the event class corresponding to the event type and not exactly the event class itself: this is more flexible (while still being safe) and incidentally fixes compatibility issues with existing code using explicit casts to wxObjectEventFunction (see #10477)

2009-02-06 17:03 FM, revision 58689

more user-friendly error message

2009-02-06 17:00 FM, revision 58688

mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECURSIVELY ) in the validator overview; cosmetic changes in the rest of the validator

2009-02-05 18:54 FM, revision 58685

fix LoadPanel() docs (closes #10467)

2009-02-05 18:50 FM, revision 58684

document the protected functions of wxTextValidator; it helps user to eventually derive classes from wxTextValidator (closes #10474)

2009-02-05 18:24 FM, revision 58683

remove mention of wxMutexGuiEnter/leave from the multithreading topic overview; document that wxMutexGuiEnter only works for wxMSW as the code seems to confirm this (see #10366)

2009-02-05 18:02 FM, revision 58681

fix the size of the generated controls using wxDefaultSize instead of manually-specified sizes; use wxDefaultPosition instead of manually-specified sizes: they were disregarded anyhow since we use sizers; fix a tooltip message

2009-02-05 17:54 FM, revision 58680

add code for debugging sizers/window sizes; it may be very useful for other purposes as well

2009-02-05 17:46 FM, revision 58679

always use wxSTAY_ON_TOP (closes #10447)

2009-02-05 17:43 FM, revision 58678

fix warning about function hiding by using the 'On' prefix for event handlers

2009-02-05 17:42 FM, revision 58677

fix warning

2009-02-05 17:40 FM, revision 58676

add many references to the overview_windowsizing topic in wxWindow's size functions; add maximum size and virtual size to the topic overview

2009-02-05 05:45 PC, revision 58675

use the right GdkWindow and origin for non-pizza widget with wxClientDC

2009-02-05 01:03 BP, revision 58672

Documented wxAuiManagerEvent and it's related event macros.

2009-02-04 23:06 VZ, revision 58671

fix MSVC warning about implicit int to bool conversion

2009-02-04 22:50 BP, revision 58670

Properly distribute docs on string comparison operators, and remove from named groups.

2009-02-04 21:52 VZ, revision 58669

PCH-less compilation fix

2009-02-04 21:28 RR, revision 58667

Use gtk_range_set_value() to set scrollbar and do that after SetVirtualSize() since the latter can shrink the legal range and gtk_range_set_value() checks for that. It also sends out a value_changed signal which will scroll the window

2009-02-04 21:27 VZ, revision 58666

use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE in friend declaration