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

2008-10-03 17:11 JMS, revision 56062

Tweaked wxPGProperty::StringToValue() and IntToValue() docs

2008-10-03 16:29 JMS, revision 56060

Must still delete m_cells items by explicit type (since, after all, it was not yet converted to wxVector from wxArrayPtrVoid)

2008-10-03 15:51 VZ, revision 56059

return false if the file passed to Load() doesn't exist or is an archive without XRC files inside

2008-10-03 15:31 JMS, revision 56058

Minor additional clipper window related code and comment tweak

2008-10-03 15:30 VZ, revision 56057

fix off by one byg in ReserveId() (closes #10020)

2008-10-03 15:29 VZ, revision 56056

don't build memcheck (fails in release) and MFC (fails if MFC is not available) samples by default (#10031)

2008-10-03 15:23 JMS, revision 56055

Remove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER

2008-10-03 15:17 VZ, revision 56054

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process (and now with forgotten configure changes)

2008-10-03 15:16 VZ, revision 56053

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process

2008-10-03 15:13 VZ, revision 56052

corrected samples.h location

2008-10-03 15:10 VZ, revision 56051

update samples page location after switch to Doxygen

2008-10-03 15:08 JMS, revision 56050

Further fix m_children use with wxUSE_STL=1

2008-10-03 12:13 VZ, revision 56049

no changes, just removed commented out code accidentally checked in as part of r37393

2008-10-03 11:42 JJ, revision 56048

adding variable initialization to 0

2008-10-03 07:42 JJ, revision 56047

solving missing definitions in include/wx/x11/cursor.h

2008-10-02 23:47 MW, revision 56038

Update from Laurent.

2008-10-02 23:44 VZ, revision 56037

honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless windows; also always allow moving the windows as we don't have a special style to enable/disable this (#10029)

2008-10-02 16:02 JMS, revision 56035

SetButtonShortcut() merged with action system

2008-10-02 15:47 JMS, revision 56034

Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead)

2008-10-02 15:36 JMS, revision 56033

Moved ClearModifiedStatus() to wxPropertyGridInterface

2008-10-02 14:37 JMS, revision 56032

Added missing propgrid related lines

2008-10-02 00:01 KO, revision 56025

Get MSVC building going with build-wxwidgets.py.

2008-10-01 19:57 VS, revision 56024

wxSpinButton was missing in XRC spec, added

2008-10-01 19:54 VS, revision 56023

get rid of public constants for various XRC defaults, there's no need for them outside of XRC loader

2008-10-01 17:56 JMS, revision 56022

Recognize lack of wxTAB_TRAVERSAL style

2008-10-01 17:43 JMS, revision 56021

Use wxPendingDelete

2008-10-01 17:20 JMS, revision 56020

Added useful comment

2008-10-01 17:11 JMS, revision 56019

Fixed wxPG sourceforge tracker bug #2138858, applied other appropriate uses of GetEditorControl() as well

2008-10-01 17:04 VZ, revision 56018

add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)

2008-10-01 16:24 JMS, revision 56017

Unfocus text editor when enter is pressed

2008-10-01 15:13 JMS, revision 56015

Use m_children as it were std::vector

2008-10-01 14:56 JS, revision 56014

Only ignore Alt down on Mac

2008-10-01 14:55 JS, revision 56013

Only ignore Alt down on Mac

2008-10-01 14:46 JS, revision 56012

wxRTC now accepts keycodes generated using Alt, for example Polish Pro input on Mac

2008-10-01 14:44 JS, revision 56011

Now accepts keys that are generated with Alt

2008-10-01 13:57 VZ, revision 56010

don't distribute negative extra space among box sizer items, this isn't useful as it results in overlapping windows (#10008)

2008-10-01 11:29 VS, revision 56008

compilation fix

2008-10-01 10:42 BIW, revision 56007

applied patch from ticket 10015; wxToolBar compatibility

2008-10-01 10:25 VS, revision 56006

finished XRC format specification: added docs for all standard controls

2008-10-01 10:24 VS, revision 56005

keep the old XRC unfinished 'spec' in 2.8, but add a prominent notice with URL of the new spec

2008-10-01 09:38 SC, revision 56004

copying sizes upon construction, HDC doesn't deliver these values reliably for things like memory dcs, fixes #10012

2008-10-01 08:09 SC, revision 56003

fixing release handling of dc

2008-10-01 07:18 JJ, revision 56002

wxMOTIF ?: wxcursor:wxcursor overload fix

2008-09-30 20:55 VS, revision 55992

don't cache tray protocol availability result in wxTaskBarIconAreaBase::IsProtocolSupported(), it may change at runtime

2008-09-30 20:54 VS, revision 55991

added wxTaskBarIcon::IsAvailable

2008-09-30 19:28 SC, revision 55990

supporting NO_BORDER for Cocoa as well

2008-09-30 17:23 JMS, revision 55989

Converted various wxArrayPtrVoids to wxVectors

2008-09-30 16:50 JMS, revision 55986

Fixed Connect() use sample case in CreateControls() docs

2008-09-30 16:46 JMS, revision 55985

Fix Connect() calls in SetupChildEventHandling()

2008-09-30 16:33 JMS, revision 55984

Try to make SetupChildEventHandling() more foolproof

2008-09-30 16:12 MW, revision 55983

Update from Brian.

2008-09-30 15:36 JMS, revision 55982

Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation

2008-09-30 15:04 VS, revision 55981

fixed incorrect separators markup in samples/xrc

2008-09-30 14:37 VS, revision 55979

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 14:36 VS, revision 55978

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 11:59 SC, revision 55977

performance fix by Tim Kosse

2008-09-30 11:51 VS, revision 55976

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:50 VS, revision 55975

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:34 RR, revision 55974

Make wxPGCanvas accept focus even with child windows

2008-09-30 11:25 RR, revision 55973

Add wxPGCanvas RTTI for debugging purpose

2008-09-30 11:12 RR, revision 55972

wxGTK's wxTextCtrl's borders can be removed

2008-09-30 07:15 RR, revision 55971

Move body of SetFocusOnCanvas to .cpp file

2008-09-30 03:49 RD, revision 55966

2.8.9.1

2008-09-29 19:52 VS, revision 55963

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:51 VS, revision 55962

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:21 MW, revision 55961

Apply Brian's own changes.

2008-09-29 19:13 MW, revision 55960

Make the names consistent between the two builds.

2008-09-29 18:47 MW, revision 55959

Enable vc++ 9 quick builds.

2008-09-29 17:57 MW, revision 55958

Add a couple of missing close slashes.

2008-09-29 17:41 MW, revision 55957

Rename to ravnsgaard.xml.

2008-09-29 17:04 JMS, revision 55956

SetPropertyValue(prop, wxChar*) -> (prop, char*) and (prop, wxchar_t*)

2008-09-29 17:01 JMS, revision 55955

Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface

2008-09-29 16:52 JMS, revision 55954

Removed wxPG_EX_LEGACY_VALIDATORS

2008-09-29 16:50 JMS, revision 55953

RegisterAdditionalEditors() to work even if no wxPropertyGrids created, in sample moved editor registration before first CreateGrid() call to prevent crash, removed wxPG_USE_WXMODULE support

2008-09-29 16:36 MW, revision 55952

Switch to release builds.

2008-09-29 16:34 JMS, revision 55951

Added missing wxPGValidationInfo::SetFailureMessage() implementation

2008-09-29 16:31 JMS, revision 55950

Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead)

2008-09-29 16:23 JMS, revision 55949

Make wxPGValidationInfo class instead of struct, re-document it (used at least by derived wxPGProperty::ValidateValue())

2008-09-29 16:11 FM, revision 55948

BIG CHANGE: added parsing of base classes; now CompareClasses() is much smarter since it looks recursively in the parents of the class being checked;

2008-09-29 16:07 JMS, revision 55947

Doc and comment cleanup, fixes, tweaks

2008-09-29 15:49 JMS, revision 55946

Minor clarification

2008-09-29 12:10 VZ, revision 55945

no real changes, just fixed all occurences of 'occurence' typo

2008-09-29 12:08 VZ, revision 55944

fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build and added unit tests for this

2008-09-29 10:53 FM, revision 55943

more logic to avoid false warnings

2008-09-29 10:52 FM, revision 55942

many ifacecheck automatic fixes + some access-specifier manual fix

2008-09-29 10:18 FM, revision 55941

remove deprecation from wxWizard::SetPageSize

2008-09-28 18:02 JS, revision 55936

Fix for deleting first word in the control

2008-09-28 18:01 JS, revision 55935

Fix for deleting first word in the control

2008-09-28 17:37 VZ, revision 55934

extact common GAddress declarations to the common header instead of duplicating them for Windows and Unix

2008-09-28 17:24 VZ, revision 55933

move check for wxUSE_IPV6 being defined to wx/chkconf.h where it belongs; reformatted/indented socket addresses classes declarations without really changing them (to avoid having unrelated changes in the upcoming commits)

2008-09-28 10:34 VZ, revision 55932

set native eol-style on source and make files

2008-09-28 10:32 VZ, revision 55931

fix (harmless) VC9 unreachable code warning

2008-09-28 10:32 VZ, revision 55930

fix VC9 compilation: interface is #defined as struct in SDK headers, don't use it as variable name

2008-09-28 10:26 VZ, revision 55929

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo [backport of r55906 from trunk]

2008-09-28 09:33 VS, revision 55928

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 09:12 VS, revision 55927

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 01:02 RD, revision 55925

Add changelog for 2.8.9.0

2008-09-27 20:31 MW, revision 55924

Change the locks to allow builds for different branches to run concurrently on Laurent's slave.

2008-09-27 20:26 FM, revision 55923

even more interface fixes

2008-09-27 18:57 FM, revision 55922

added wxMethodAccessSpecifier and the logic to extract both public and protected methods from gccXML and doxygenXML

2008-09-27 16:53 MW, revision 55921

Use shared checkouts with a fresh copy for each build to allow clean builds.

2008-09-27 15:29 JMS, revision 55920

Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests)

2008-09-27 15:29 JMS, revision 55919

wxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names

2008-09-27 15:17 JMS, revision 55918

Use wxPropertyGridEventHandler in commented-out sample connect code

2008-09-27 15:13 JMS, revision 55917

Use wxUSE_LONGLONG_NATIVE more

2008-09-27 15:09 JMS, revision 55916

wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds

2008-09-27 14:03 JMS, revision 55915

Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer using PG specific class macros in its sample), other editors.h interface fixes

2008-09-27 13:13 JMS, revision 55914

Fixed a warning

2008-09-27 12:29 FM, revision 55913

more fixes

2008-09-27 11:21 FM, revision 55912

HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

2008-09-27 10:59 FM, revision 55911

final w*h interface header reviews

2008-09-27 10:58 FM, revision 55910

give a name to wxZlib enums to make it easier to document them

2008-09-27 10:28 FM, revision 55909

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908

2008-09-27 10:27 FM, revision 55908

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod)

2008-09-27 09:54 JS, revision 55907

fix gcc warning

2008-09-27 09:20 VZ, revision 55906

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo

2008-09-26 18:20 JMS, revision 55903

Fixed and clarified editor control event handling

2008-09-26 17:36 VZ, revision 55902

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 17:36 VZ, revision 55901

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 15:27 VZ, revision 55900

fix ParseFormat("%d") to set the date it finds (#10002)

2008-09-26 15:18 VZ, revision 55899

using CLSCTX_ALL fails with Microsoft Office applications, correct the last change to use CLSCTX_SERVER only (see #9868)

2008-09-26 13:46 VZ, revision 55898

tried to make umask comment make more sense

2008-09-26 00:23 VZ, revision 55897

Brian Ravnsgaard Riis slave added

2008-09-26 00:19 MW, revision 55896

Configure a second Windows build and give the slave a new name.

2008-09-26 00:10 VZ, revision 55895

update from Laurent

2008-09-25 21:41 VZ, revision 55893

don't give errors if SetLayeredWindowAttributes() is not available (as is the case under Win95)

2008-09-25 21:31 FM, revision 55892

w*h interface revisions

2008-09-25 20:00 FM, revision 55891

final f*h interface header reviews

2008-09-25 19:15 FM, revision 55890

more f*h interface file revisions

2008-09-25 18:36 FM, revision 55889

fix for non-PCH builds

2008-09-25 18:31 SC, revision 55888

adding auibar, fixes #10006

2008-09-25 18:20 FM, revision 55887

build fix

2008-09-25 18:14 FM, revision 55886

revisions by Utensil Candel

2008-09-25 18:01 BP, revision 55885

Tagged 2.8.9 release from r55637 of WX_2_8_BRANCH.

2008-09-25 17:56 FM, revision 55884

provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)

2008-09-25 17:23 JMS, revision 55883

Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such

2008-09-25 17:19 JMS, revision 55882

AddPage(), InsertPage() now return page ptr instead of index

2008-09-25 17:19 VS, revision 55881

fixed pagebreaks computation in tables (#9935, backport of r55505)

2008-09-25 17:11 JMS, revision 55880

Reduce ambiguity of selection functions in wxPropertyGridManager, make them better match for wxPropertyGrid ones

2008-09-25 17:04 JMS, revision 55879

Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()

2008-09-25 17:02 JMS, revision 55878

Removed redundant wxPGChoices::Set()

2008-09-25 17:00 JMS, revision 55877

Removed redundant wxPGProperty::SetChoices()

2008-09-25 16:50 VZ, revision 55876

don't test for both stream.fail() and stream.bad() as the latter implies the former; also use operator!() instead of fail() to make it more clear what's going on

2008-09-25 16:31 JMS, revision 55875

Slightly better wxStockCursor usage

2008-09-25 16:27 VZ, revision 55873

specify the file name in IO errors messages; also make Do{Open,Save}Document() use the same logic flow

2008-09-25 16:13 JMS, revision 55870

Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute() to fail (wxPG SourceForge bug #2128485)

2008-09-25 16:11 JMS, revision 55869

Fix wxCursor() ctor compilation by casting argument to wxStockCursor

2008-09-25 16:10 RD, revision 55868

Consolidate old and new implementations of Get/SetSelection

2008-09-25 16:08 RD, revision 55867

remove another SWIG #if

2008-09-25 15:59 JMS, revision 55866

Fixed bug: wxPGProperty::OnEvent() was never called if primary editor window was NULL (as could be if limited editing was used)

2008-09-25 15:34 RD, revision 55865

Revert last change

2008-09-25 15:27 VZ, revision 55864

fix parsing of IP literals in URIs, added test for it

2008-09-25 14:08 VZ, revision 55863

introduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros

2008-09-25 14:07 FM, revision 55862

small changes to fix doxygen warnings

2008-09-25 14:03 FM, revision 55861

more revisions of f*h headers

2008-09-25 14:00 VZ, revision 55860

removed hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printing under Win64; a couple of minor style fixes but no real changes otherwise

2008-09-25 13:39 FM, revision 55859

fix many doxygen warnings; added wxMotif section in platdetails (at the very least to fix warnings about missing page_port_wxmotif section) with its logo

2008-09-25 09:56 FM, revision 55857

small build fixes for PCH-less builds

2008-09-25 09:50 SC, revision 55856

optimization by Tim Kosse/Filezilla

2008-09-25 06:37 SC, revision 55852

avoiding crash for pure modifier events

2008-09-25 05:00 RD, revision 55851

More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

2008-09-25 01:53 RD, revision 55850

Install kbdstate.h and mousestate.h

2008-09-25 00:02 KO, revision 55849

Get wxMediaCtrl stub impl. going for OS X Cocoa.

2008-09-25 00:01 KO, revision 55848

Remove some wxCocoa stuff that isn't in OS X Cocoa.

2008-09-24 23:53 KO, revision 55847

#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

2008-09-24 23:46 RD, revision 55846

Fix OpenGL test on OSX

2008-09-24 23:44 RD, revision 55845

Unicode-related compile fixes

2008-09-24 23:43 RD, revision 55844

Ignore the DECLARE_*()'s when swigging

2008-09-24 23:41 RD, revision 55843

Fix wxStockCursor realted compile error

2008-09-24 23:29 FM, revision 55842

ifacecheck fixes to c*.h headers

2008-09-24 22:10 FM, revision 55841

made internal members of wxColourData public again; added a comment warning users to not use them directly

2008-09-24 21:58 FM, revision 55840

make m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod::GetAsString() not to use wxType::GetAsCleanString for return type

2008-09-24 20:51 VZ, revision 55839

still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8

2008-09-24 20:21 FM, revision 55838

fix build errors deriving from making wxColourData members private

2008-09-24 19:40 FM, revision 55837

use wxStockCursor (as documented and as already implemented in wxMotif) instead of a plain 'int'

2008-09-24 18:03 MW, revision 55836

Initial commit for Laurent Humbertclaude's Windows slave.

2008-09-24 17:58 FM, revision 55835

made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue

2008-09-24 17:57 FM, revision 55834

changed wxColourData::GetCustomColour to const; there's no reason for it to be non-const; fixed wxColourData iface header

2008-09-24 13:47 VZ, revision 55833

return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

2008-09-24 13:38 VZ, revision 55832

reverted r55167, see #9854

2008-09-24 13:33 VZ, revision 55831

restore the original selection when the dropdown is cancelled even if it was -1; this fixes the problem of #9995 and the existing code didn't deal correctly with the problem of losing current text in the combobox when the dropdown was cancelled anyhow

2008-09-24 13:16 VZ, revision 55830

document Connect(host, port) overload

2008-09-24 09:18 SC, revision 55828

supporting GetSize, fixes #9969

2008-09-23 17:37 JMS, revision 55822

Document revisioning (including more wx-like formatting and internal function removal)

2008-09-23 15:38 JMS, revision 55821

Remove obsolete references to 'target page' concept

2008-09-23 15:35 JMS, revision 55820

Remove doc references to 'common value' (which is unfinished feature)

2008-09-23 10:00 SC, revision 55818

fixing compiles under certain flags

2008-09-22 22:42 VZ, revision 55817

copied and pasted 2.8.9 change log section (was there anything there that didn't apply to trunk?)

2008-09-22 22:39 FM, revision 55816

fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter

2008-09-22 22:36 FM, revision 55815

fix typo

2008-09-22 21:55 FM, revision 55809

BIG CHANGES: - removed fix from the rungccxml.sh.in; not only it was unnecessary but it's also better to keep all references to specific wxWidgets classes in a single place: the ifacecheck sources; - added g_bLogEnabled and LogNull class; - added an HACK_TO_AUTO_CORRECT_ONLY_VIRTUAL_AND_CONST_ATTRIBUTES mode for fixing virtualness and constness of interface headers in an automated way - added options to wxMethod::GetAsString to provide an easier way to debug ifacecheck comparisons between wxMethods - fixed wxMethod::FixMethod for single-line prototypes and added a boolean return value from it

2008-09-22 19:01 FM, revision 55806

automated virtual/const fixes by ifacecheck

2008-09-22 18:21 FM, revision 55805

ifacecheck fixes

2008-09-22 17:33 VZ, revision 55804

compilation fix for PCH-less build

2008-09-22 16:30 VZ, revision 55803

use wxGetDisplayPPI() instead of redoing it

2008-09-22 16:27 VZ, revision 55802

use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800

2008-09-22 16:26 VZ, revision 55801

use inches2mm instead of literal constant in wxGetDisplayPPI()

2008-09-22 16:20 VZ, revision 55800

fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721

2008-09-22 16:15 VZ, revision 55799

position the insertion point to the start, not end, of the selection for compatibility with MSW

2008-09-22 16:12 VZ, revision 55798

don't crash if the grid is being deleted while a cell editor is still shown (closes #9991)

2008-09-22 16:06 VZ, revision 55797

mention that width/height parameters to wxDisplaySize[MM]() can be NULL

2008-09-22 16:03 VZ, revision 55796

added a simple test for wxGetDisplayXXX() functions

2008-09-22 14:11 VZ, revision 55795

fix the event handling in presence of pushed event handlers broken by r55784 (closes #9992)

2008-09-22 14:00 SC, revision 55794

using new API instead of 2.8 compat, fixes #9990

2008-09-22 13:19 SC, revision 55793

fixing typo, thanks to Angelo Mottola

2008-09-22 12:43 VZ, revision 55792

no changes, just clarified meaning of various conversion functions in a comment

2008-09-22 12:24 SC, revision 55791

fixing override, fixes #9985 (second error)

2008-09-22 00:53 KO, revision 55790

Rebake after taskbar addition (apparently dlist.h commit didn't include rebake, so I'm committing that as well).

2008-09-22 00:51 KO, revision 55789

Adding compiling (but not yet working) taskbar implementation for OS X Cocoa, mostly borrowed from wxCocoa. Also enabled HTML Help support as it seems this compiles fine now.

2008-09-22 00:49 VZ, revision 55788

no changes, just some markup fixes

2008-09-22 00:34 VZ, revision 55787

use ProcessEventHere() instead of ProcessEvent() in TryValidator() to avoid passing the unhandled event to wxApp before it can be processed by this window itself

2008-09-22 00:33 VZ, revision 55786

hook the docview-specific customization of event handling logic at TryValidator() level instead of ProcessEvent(): this ensures that the events are not sent to wxApp before they're passed to all the handlers which might process them (before the events were passed to wxDocument and then immediately to wxApp)

2008-09-22 00:10 VZ, revision 55785

correct and expand (while omitting the irrelevant bits which only distract from the main topic) the explanation of how events are processed

2008-09-22 00:08 VZ, revision 55784

extracted the part of ProcessEvent() which is repeated multiple times during the handling of a single event in the new ProcessEventHere() method; this ensures that wxApp::FilterEvent() is not called multiple times for the same event unnecessarily

2008-09-21 23:48 FM, revision 55783

other ifacecheck fixes

2008-09-21 23:13 FM, revision 55782

various misc ifacecheck fixes (many virtual attributes missing)

2008-09-21 22:35 FM, revision 55781

revised and fixed some typos

2008-09-21 21:11 FM, revision 55780

ignore preprocessor lines which #define a symbol to 'nothing'

2008-09-21 21:09 FM, revision 55779

complete rev55777 with some icon.h modifications which I missed in the first place

2008-09-21 20:04 SC, revision 55778

fixing typo (lead to always floating layering for simple frames)

2008-09-21 20:03 FM, revision 55777

introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default argument values; matched the wxBitmap and wxIcon interfaces to their real implementations; revised icon.h interface header

2008-09-21 19:58 JMS, revision 55776

Fixed non-precompiled headers compilation

2008-09-21 19:04 SC, revision 55775

fixes #9982

2008-09-21 18:54 VS, revision 55774

Removed too strict check from wx-config that prevented wxwin.m4 from wx-2.8 from working with trunk version of wx (the "Extra unknown input parameters : $input_parameters" error).

2008-09-21 18:52 SC, revision 55773

fixing focus, fixes #9985

2008-09-21 17:06 JMS, revision 55772

Revised #ifndef WX_PRECOMP headers, added missing #include wx/wxcrtvararg.h

2008-09-21 16:54 JMS, revision 55771

'wx(U)LongLong << variant' type safety improved (now works even if variant has plain long value). Added << operator and WXVARIANT template specialization for wx(U)LongLong_t as well. Changed WX_PG_DECLARE/IMPLEMENT_VARIANT_DATA so that classname << variant can be customized.

2008-09-21 16:50 FM, revision 55770

fix default argument values

2008-09-21 15:58 JMS, revision 55769

Remove redundant GetValueRef() from wxVariantData impl macro

2008-09-21 15:48 JMS, revision 55768

Removed #include <typeinfo> (since C++ RTTI is no longer used)

2008-09-21 15:42 JMS, revision 55767

Moved SetPropertyAttributeAll() to wxPropertyGridInterface

2008-09-21 14:13 JMS, revision 55766

A lot of documentation revision. Updated doctest code in propgrid sample to reflect sample code on overview page.

2008-09-21 13:05 VZ, revision 55765

don't waste time sending out update UI events for separators, they can't be updated anyhow

2008-09-21 11:38 VS, revision 55764

Get rid of gs_cairo; if wxGtkPrint* classes are used, Cairo is guaranteed to be available.

2008-09-21 10:27 VZ, revision 55763

no changes, just reformat/reindent, remove wxT()s

2008-09-21 09:42 VS, revision 55762

route all Cairo calls in GTK printing code through gs_cairo (is this still needed?)

2008-09-21 09:35 VS, revision 55761

added wxGetDisplayPPI() convenience function and wxPrintout::SetPPI*() overloads accepting single wxSize argument

2008-09-21 08:50 VS, revision 55760

progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title

2008-09-21 08:49 VS, revision 55759

progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title

2008-09-21 08:44 RR, revision 55758

Added wxDList<T>. not yet used anywhere

2008-09-21 00:53 KO, revision 55756

Rebake after changes.

2008-09-21 00:51 KO, revision 55755

Stubbed wxToolTip implementation to get code that uses it building.

2008-09-20 23:59 KO, revision 55754

Rebake after bakefile changes.

2008-09-20 23:56 KO, revision 55753

Copy headers and get MDI and glcanvas fully building for OS X Cocoa port.

2008-09-20 23:46 KO, revision 55752

Fix bakefiles. Precomp variable is used undefined when building samples (it was only defined inside the test bakefiles).

2008-09-20 23:06 KO, revision 55751

Source changes needed to get MDI support compiling on OS X Cocoa, and a explicit cast to CGImageRef so the compiler doesn't complain.

2008-09-20 22:03 VZ, revision 55750

add const synonyms for wxGridTableBase::GetNumberRows/Cols(), using const_cast<> all the time is painful

2008-09-20 21:58 VZ, revision 55749

fix g++ warning about order of objects in the initializer list

2008-09-20 00:09 VZ, revision 55748

use a single wxKeyboardEvent parameter instead of 4 bools in tons of places

2008-09-19 23:59 VZ, revision 55747

allow specifying the initial modifier keys values in the ctor