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

2008-09-19 23:33 VZ, revision 55746

- Main change is the addition of wxGridSelectRowsOrColumns selection mode (which is still probably buggy, wxGridSelection needs to be reviewed) - Add XYToCell() overloads returning wxGridCellCoords (instead of modifying the argument passed by reference -- where did this come from?) and document them. - Added GoToCell() which does make the new current cell visible unlike SetGridCursor() (which was documented as doing it, but wasn't) - Changed SetCurrentCell() to only not change the cell if wxEVT_GRID_SELECT_CELL it generates is vetoed, not just processed as this seems to make more sense - Split jumbo (~400 lines) ProcessGridCellMouseEvent() function into chunks - Add many more comments to make reading this code seem less like puzzle solving for the next unfortunate soul to do it

2008-09-19 18:41 VZ, revision 55745

make wxKeyEvent and wxMouseEvent derive from the same wxKeyboardState object (indirectly via wxMouseState in the case of the latter) to make Get/HasModifiers() available in wxMouseEvent as well while avoiding code duplication

2008-09-19 17:39 JMS, revision 55744

Removed macros to create enum and flag props with custom, static choice sets. Now use wxPGProperty::SetChoices() instead.

2008-09-19 17:24 JMS, revision 55743

Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS

2008-09-19 17:13 JMS, revision 55742

Eliminated WX_PG_DECLARE_X_METHODS macros

2008-09-19 17:10 JMS, revision 55741

Eliminate a warning

2008-09-19 16:57 JMS, revision 55740

Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty).

2008-09-19 16:43 JMS, revision 55739

Do not insert client data if client data is not used

2008-09-19 10:42 MW, revision 55735

Change <checkout> slightly so that it doesn't display the branch as it makes the column rather wide.

2008-09-19 10:28 FM, revision 55734

improved support for typedefs

2008-09-19 10:18 VZ, revision 55733

add unit test for wxTextEntry methods of wxComboBox

2008-09-19 10:17 VZ, revision 55732

fix bug in SetInsertionPoint(-1) implementation

2008-09-19 10:13 VZ, revision 55731

set selection point to end in wxTextEntryBase::SetValue() as this should be done in all ports and in all controls (fixes a unit test failure for wxComboBox)

2008-09-19 10:08 VZ, revision 55730

implement EnableTextChangedEvents() to make ChangeValue() work as expected, i.e. not generate any events

2008-09-19 09:03 VZ, revision 55729

do enable PCH for the tests, wx/wx.h was not precompiled for them resulting in much slower compilation than expected

2008-09-19 08:55 VZ, revision 55728

extract wxTextEntry unit tests in a reusable base class

2008-09-19 08:18 VZ, revision 55727

set buffer length after reading the file contents into it successfully (part of #9980)

2008-09-19 08:11 VZ, revision 55726

return 0 (meaning the file is not seekable, as the docs now explain) instead of 4KB for the files in sysfs under Linux (#9965)

2008-09-19 07:50 VZ, revision 55725

fix ownerdrawn button label drawing in ODS_NOACCEL case (#3519)

2008-09-19 07:38 VZ, revision 55720

cancel the current operation if mouse capture is lost (#9979)

2008-09-18 20:49 SC, revision 55712

making sure unknown charsets are not defaulting to a valid system default

2008-09-18 19:05 RR, revision 55711

Move definition of wxListIteratorFunction and ..SortFuntion to defs.h so it can be used from elsewhere

2008-09-18 18:47 FM, revision 55710

fix for gccxml

2008-09-18 18:47 FM, revision 55709

fix default arguments for various functions/ctors

2008-09-18 18:34 FM, revision 55708

few details fixed

2008-09-18 18:14 SC, revision 55707

remove tests, from trunk, until we've sorted out the hangs

2008-09-18 17:47 JMS, revision 55706

Removed unused comment

2008-09-18 17:43 JMS, revision 55705

Document struct wxPGPaintData in function docs of only function that uses it

2008-09-18 17:40 VZ, revision 55704

mention that you need to update samples/samples.dsw manually currently

2008-09-18 17:25 JMS, revision 55703

Added section for propgrid sample

2008-09-18 17:14 JMS, revision 55702

Replaced @link with @ref

2008-09-18 16:56 VZ, revision 55701

use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them

2008-09-18 16:53 JMS, revision 55700

Made section names more globally unique

2008-09-18 16:44 VZ, revision 55699

rebaked after propgrid sample addition

2008-09-18 15:23 JMS, revision 55698

Added 'propgrid'

2008-09-18 12:27 SC, revision 55697

adding new commands for tests

2008-09-18 09:12 SC, revision 55696

fixing deprecated constructors for osx

2008-09-18 08:38 SC, revision 55695

in release builds gcc on osx evaporates these inlines if not WXEXPORTed

2008-09-17 22:20 VZ, revision 55694

ensure that the copies of the bitmap passed to wxMemoryDC ctor are not modified when this bitmap is

2008-09-17 18:15 JMS, revision 55693

Removed wxPGProperty class overview docs from actual header file

2008-09-17 18:11 JMS, revision 55692

Fixed typos

2008-09-17 18:09 JMS, revision 55691

Removed unused commented-out define

2008-09-17 18:08 RR, revision 55690

minor corrections

2008-09-17 18:08 JMS, revision 55689

Removed #ifndef DOXYGEN

2008-09-17 17:34 JMS, revision 55688

Added separate SetFocusOnCanvas() function so that m_editorFocused will be more reliable updated

2008-09-17 15:49 JMS, revision 55687

Removed some old testing code. Added more appropriate minimal content.

2008-09-17 15:36 JMS, revision 55686

Try to improve focus problem situation by using more SetFocusIgnoringChildren() instead of SetFocus()

2008-09-17 15:00 JMS, revision 55685

wxUSE_PROPGRID is now recognized by source and header files

2008-09-17 08:13 SC, revision 55684

next attempt

2008-09-17 07:39 MW, revision 55673

General purpose slave lock.

2008-09-17 07:28 SC, revision 55672

reverting, something in locks wasn't good

2008-09-17 07:25 SC, revision 55671

MW speedups

2008-09-16 20:21 SC, revision 55669

osx_cocoa build

2008-09-16 18:37 JMS, revision 55668

Try to display '...' text on editor buttons more consistently on wxGTK. This is done by having minimum fixed width and by reducing size of used font.

2008-09-16 18:00 SC, revision 55667

fixing redefine warnings

2008-09-16 17:50 SC, revision 55666

next build

2008-09-16 17:39 SC, revision 55665

adding scheduler

2008-09-16 17:00 JMS, revision 55664

Do not incorrectly interprete StringToValue() returning false to mean that it failed

2008-09-16 16:31 VZ, revision 55663

more grid folding: got rid of duplicate version of methods for finding the closest row/column edge, appending/inserting/deleting rows/columns, and moving cursor vertically/horizontally

2008-09-16 16:18 VZ, revision 55662

document wxGridTableBase

2008-09-16 16:00 JMS, revision 55661

Removed some test code left in a long time ago

2008-09-16 15:55 JMS, revision 55660

Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible.

2008-09-16 14:03 MW, revision 55659

Fix -- in comment.

2008-09-16 13:37 SC, revision 55658

rollback just in case it was me. ...

2008-09-16 13:33 SC, revision 55657

different build dirs

2008-09-16 13:21 SC, revision 55656

expanding builds

2008-09-16 12:47 SC, revision 55655

buildbot test

2008-09-16 12:43 RR, revision 55654

Added reverse iterator to wxVector<T>

2008-09-16 10:58 JS, revision 55653

Switched off some buggy optimisation that caused caret positioning/drawn text mismatch. Fixed defragmentation.

2008-09-16 08:32 VZ, revision 55652

start of the great grid folding: introduce wxGridOperations class and use it to avoid duplicating the same code for rows and columns in a couple of methods

2008-09-16 08:03 VZ, revision 55651

disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and doesn't currently compile anyhow

2008-09-15 16:13 VZ, revision 55650

use wxSwap()

2008-09-15 16:12 VZ, revision 55649

document wxDELETE() and wxDELETEA() (now committing the right file, please disregard comment of r55648)

2008-09-15 16:06 VZ, revision 55648

document wxDELETE() and wxDELETEA()

2008-09-15 14:43 JS, revision 55647

Fixed Freeze problem that rendered control invisible

2008-09-15 14:09 VZ, revision 55646

implement CreateGrid() in terms of SetTable() instead of duplicating its code and confusing the issue

2008-09-15 14:06 VZ, revision 55645

more cleanup (removed some TODOs/FIXMEs); use native header drawing for the corner window too if it is enabled at all

2008-09-15 14:05 VZ, revision 55644

add SetUseNativeColLabels() test

2008-09-15 13:36 VZ, revision 55643

remove the now unused GetScroll[XY]

2008-09-15 13:33 VZ, revision 55642

WinCE compilation fix: don't use FNERR_INVALIDFILENAME

2008-09-15 12:18 VZ, revision 55641

take old (wx 2.2? older?) wxGrid compatibility functions inside WXWIN_COMPATIBILITY_2_8; rearrange some declarations order but no real changes

2008-09-15 12:07 VZ, revision 55640

reviewed, updated and corrected wxGrid docs

2008-09-15 08:45 VZ, revision 55639

remove automatic selection of the current row/column in row/column selection mode when the current cell is changed using the mouse, this is inconsitent with both cell selection mode and the keyboard behaviour in row/column selection mode

2008-09-15 08:25 VZ, revision 55638

select current column when Ctrl-Space is pressed; the current row when Shift-Space is and everything on Shift-Ctrl-Space

2008-09-15 08:00 CE, revision 55637

2.8.9 ready

2008-09-15 07:58 CE, revision 55636

2.8.9 ready

2008-09-15 07:49 JJ, revision 55635

Update OpenVMS compile support

2008-09-15 00:33 VZ, revision 55633

improve display of hints during column move (#9884)

2008-09-15 00:28 VZ, revision 55632

don't steal focus back to wxGrid when it hides an editor in the result of losing it (#9844)

2008-09-15 00:19 VZ, revision 55631

fix drawing of the column move hint when the grid is scrolled to the right (#9776)

2008-09-15 00:11 VZ, revision 55630

fix repaining of highlight for merged cells (#9718)

2008-09-14 23:10 VZ, revision 55629

we don't need to round up the best/fitting grid size to a multiple of scroll units any more now that scrollbars behaviour is really correct

2008-09-14 23:06 VZ, revision 55628

need to AdjustScrollbars() after changing the virtual size in CalcDimensions()

2008-09-14 22:44 VZ, revision 55627

move the grid-specific workaround for scrollbar hysteresis to wxScrollHelper itself, the scrollbars now should not only appear but also disappear correctly during resizing

2008-09-14 21:28 VZ, revision 55626

no changes, just removed the unnecessary wxGrid:: qualifiers

2008-09-14 21:09 VZ, revision 55625

don't use SetScrollbars() as this forces the grid virtual size to always be the multiple of scroll line size which is simply wrong, the grid doesn't need to be that big (#3800)

2008-09-14 21:05 VZ, revision 55624

no changes, just clarified a comment

2008-09-14 20:43 VZ, revision 55623

make the simple canvas larger as otherwise the simple frame couldn't be resized to make the horizontal scrollbar appear in it because of the title string width; some small cleanup

2008-09-14 19:56 VZ, revision 55622

only request Enter key for the spin control if it has wxTE_PROCESS_ENTER style [partial backport of r55617 from trunk]

2008-09-14 19:53 VZ, revision 55619

delete the old labels when recreating the spin controls

2008-09-14 19:50 VZ, revision 55617

really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample

2008-09-14 19:15 VZ, revision 55609

use transparent icons and clear the DC before drawing them to fix the background of state icons appearance (part of #9591)

2008-09-14 16:48 JMS, revision 55607

Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases.

2008-09-14 16:20 JMS, revision 55606

Fixed bug: Setting property value string did not update children of composed parent (ported from wxPG SVN trunk)

2008-09-14 14:59 JMS, revision 55605

Removed remnant use of wxCHECK_VERSION

2008-09-14 13:53 JMS, revision 55604

Updated documentation to acknowledge the fact that properties can have identical labels, and that they must have non-empty name that is unique under parent

2008-09-14 13:53 VZ, revision 55603

some wxGrid docs cleanup, it's still a huge mess though

2008-09-14 13:14 JMS, revision 55602

wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk)

2008-09-14 10:07 MW, revision 55601

New dev.

2008-09-14 10:00 JMS, revision 55600

Workaround for VC6 IDE internal compiler error

2008-09-14 09:47 JMS, revision 55599

Adapt to 'premature' events being sent from editor controls (fixes datepicker editor crash)

2008-09-14 09:02 JMS, revision 55598

Fixed ambiguity with bitwise operators

2008-09-14 08:46 JMS, revision 55597

Removed dllimpexp declaration from std::vector typedef

2008-09-14 01:18 VZ, revision 55596

added wxFileName::GetVolumeString() (#9950)

2008-09-14 01:09 VZ, revision 55595

compilation fix after the last commit

2008-09-14 00:46 VZ, revision 55594

don't give spurious error messages if the default browser doesn't provide DDE interface; also use SEE_MASK_FLAG_NO_UI to avoid shell error messages as we give them ourselves (#9948)

2008-09-14 00:26 VZ, revision 55593

build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)

2008-09-14 00:12 VZ, revision 55592

make ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)

2008-09-14 00:04 VZ, revision 55591

check the item index inside Item() itself instead of checking it inside some callers of this function

2008-09-14 00:03 VZ, revision 55590

must include typeinfo before using typeid()

2008-09-13 21:28 VZ, revision 55589

cache the item text size to optimize tree layout/painting (#9956)

2008-09-13 20:55 VZ, revision 55588

no real changes, just some reformatting

2008-09-13 20:34 JMS, revision 55587

wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

2008-09-13 20:14 JMS, revision 55586

wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

2008-09-13 20:02 RR, revision 55585

Fix crash

2008-09-13 19:43 JMS, revision 55584

Cleaned up wxPropertyGrid::SetCurrentCategory()

2008-09-13 19:35 JMS, revision 55583

Needed to convert string variable's type from wxChar* to wxString because result of wxGetTranslation was assigned to it

2008-09-13 19:18 JMS, revision 55582

Fixed warnings caused by docstrings in %pythoncode section

2008-09-13 16:29 RR, revision 55581

include <typeinfo> in all files

2008-09-12 22:14 VZ, revision 55580

must include typeinfo before using typeid()

2008-09-12 21:22 VZ, revision 55578

must include typeinfo before using typeid()

2008-09-12 21:19 VZ, revision 55577

PCH-less compilation fix

2008-09-12 20:57 VZ, revision 55576

added wxPropertyGrid from Jaakko Salli (#9934)

2008-09-12 19:38 SC, revision 55575

implementing changes in toolbartool directly

2008-09-12 18:36 SC, revision 55574

CoreText fixes

2008-09-12 18:35 SC, revision 55573

CoreText fixes

2008-09-12 18:30 SC, revision 55572

missin quote

2008-09-12 15:47 VZ, revision 55571

STL build fix

2008-09-12 14:09 VZ, revision 55570

return true from IsBeingDeleted() if any of the parent windows is marked for destruction too (see #9867)

2008-09-12 13:09 VZ, revision 55569

add grid category and mark all grid-related classes as belonging to it

2008-09-12 12:49 VZ, revision 55568

fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receives wxGridEvent and not wxGridSizeEvent

2008-09-12 09:50 SC, revision 55567

making state changing calls on tool virtual

2008-09-12 08:48 JJ, revision 55566

Update setup for OpenVMS

2008-09-12 01:36 VZ, revision 55565

fix crash under MSW due to constructing a static wxDDEClient instance (this arguably should work but currently doesn't because of use of (yet uninitialized) wxDDEClientObjects in wxDDEClient ctor)

2008-09-12 00:06 VZ, revision 55564

add wxCANCEL_DEFAULT support

2008-09-11 23:41 VZ, revision 55563

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle() (argh, another forgotten file, should have been part of r55561)

2008-09-11 23:40 VZ, revision 55562

test wxCANCEL_DEFAULT flag

2008-09-11 23:37 VZ, revision 55561

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle()

2008-09-11 20:50 JJ, revision 55560

OpenVMS chokes on external templates

2008-09-11 18:55 SC, revision 55559

adding missing y axis flip

2008-09-11 17:02 SC, revision 55558

adding min and max size support for resizing events

2008-09-11 16:32 SC, revision 55557

fixes #9951

2008-09-11 16:26 SC, revision 55556

fix bugs in the last changes to min and max size handling, fixes #9947

2008-09-11 14:14 SC, revision 55555

adding new toolkits for osx

2008-09-11 14:03 VZ, revision 55554

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample (now with the docs)

2008-09-11 14:00 VZ, revision 55553

added braces to suppress g++ 4.3 warnings

2008-09-11 13:58 VZ, revision 55552

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample

2008-09-11 13:52 VZ, revision 55551

added swap() for the other arrays too (and now committing the right files)

2008-09-11 13:51 VZ, revision 55550

added swap() for the other arrays too

2008-09-11 13:35 VZ, revision 55549

added wxArrayString::swap()

2008-09-11 12:30 SC, revision 55548

adding new toolkits for osx

2008-09-11 11:22 VZ, revision 55547

don't use wxStrings in a statically initialized array of structs, VC6 doesn't like it (re-closes #9492)

2008-09-11 11:20 VZ, revision 55546

get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h

2008-09-11 11:16 VZ, revision 55545

partially revert 55488: don't use message box with copy button as it doesn't behave correctly unfortunately (Esc doesn't work, copying the text unexpectedly closes the dialog)

2008-09-11 10:39 VZ, revision 55544

replace the static control in wxMessageDialog with an edit control with a vertical scrollbar if the message box is too big to fit on the screen

2008-09-11 07:40 SC, revision 55543

fixing compilo

2008-09-11 07:09 JJ, revision 55542

update OpenVMS compile support

2008-09-11 06:53 JJ, revision 55541

rename variable which was redefined inside a loop

2008-09-11 06:46 SC, revision 55540

solving osx problems (default inlines-hidden) by explicitely exporting the involved methods

2008-09-11 05:40 KO, revision 55539

DoGetAsBitmap implementation for Cocoa.

2008-09-11 05:35 KO, revision 55538

A few checks for null pointers to avoid problems during app shutdown.

2008-09-11 05:07 KO, revision 55537

Stop crash/asserts caused when Clear() deletes the wxRegionRefData.

2008-09-10 20:40 SC, revision 55536

32/64 bit universal builds support

2008-09-10 20:26 SC, revision 55535

conditionals for carbon only osx code

2008-09-10 20:19 SC, revision 55534

64 bit fixes

2008-09-10 16:09 VS, revision 55533

fixed typo in XRC error message

2008-09-10 14:58 SC, revision 55532

updating fixed config data for xcode builds for gcc 4.0 and 10.4 sdk as minimum environment

2008-09-09 19:36 VS, revision 55531

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 19:34 VS, revision 55530

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 17:25 VZ, revision 55528

add tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)

2008-09-09 12:31 VS, revision 55526

removed superfluous font size scaling in wxGtkPrinterDCImpl::SetFont()

2008-09-08 09:56 BIW, revision 55523

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 09:54 BIW, revision 55522

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 08:00 RR, revision 55521

Test for reentrance into non-recursive wxMutex. If it happens, yield dead lock error, don't hang

2008-09-08 00:49 VZ, revision 55520

added a dialog for wxMessageBox testing

2008-09-07 23:35 KO, revision 55519

Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

2008-09-07 20:36 SC, revision 55518

avoiding crashes on osx during app shutdown

2008-09-07 20:10 SC, revision 55517

10.4 support for osx-cocoa

2008-09-07 20:09 SC, revision 55516

non-precomp fixes

2008-09-07 18:38 VZ, revision 55515

oops, fixed Mac header name incorrectly copied from trunk

2008-09-07 17:09 VZ, revision 55514

added UnsetToolTip() and use it in wxAUI code to fix wxX11 compilation [backport of r55269 from trunk

2008-09-07 17:04 VZ, revision 55513

fix wxUniv compilation by not using obsolete wxMenuItem ctor

2008-09-07 17:01 VZ, revision 55512

added missing wx/dcclient.h header for PCH-less compilation, removed several other unnecessary ones

2008-09-07 16:54 SC, revision 55511

reintroducing former default, reverting Robert's change to make graphiccontext enabled by default, since bots are complaining

2008-09-07 16:35 SC, revision 55510

reintroducing former default,

2008-09-07 15:59 SC, revision 55509

integrating Kevin's work, command line builds for osx variants

2008-09-07 15:35 JS, revision 55508

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 15:35 JS, revision 55507

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 14:44 SC, revision 55506

changes for command line builds of osx-cocoa

2008-09-07 10:22 VS, revision 55505

fixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)

2008-09-07 09:15 VS, revision 55504

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-07 09:15 VS, revision 55503

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-06 22:19 VZ, revision 55502

implement Empty() using clear() instead of Truncate(0)

2008-09-06 22:12 VZ, revision 55501

access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

2008-09-06 16:33 SC, revision 55500

several small fixes

2008-09-06 16:32 SC, revision 55499

RGBColor is part of ApplicationServices also under Cocoa

2008-09-06 16:30 SC, revision 55498

defines reordered, support for non-precomp cocoa

2008-09-06 16:29 SC, revision 55497

adapting to new platform constants

2008-09-06 15:41 VZ, revision 55496

add wxGTK_CONVs to fix STL and ANSI builds

2008-09-06 13:35 VS, revision 55495

added XRC format documentation to the manual (per-class properties docs still missing)

2008-09-06 13:31 VS, revision 55494

don't center tables, it looks ugly

2008-09-05 20:57 VZ, revision 55492

add missing header for PCH-less build

2008-09-05 20:25 SC, revision 55491

adapting to new msgdlg class hierarchy

2008-09-05 19:50 SC, revision 55490

adapting to new msgdlg class hierarchy

2008-09-05 19:41 VZ, revision 55489

no changes, fix typo

2008-09-05 19:32 VZ, revision 55488

allow copying text in the log dialogs

2008-09-05 19:28 VZ, revision 55487

adjust the labels before centering the dialog as doing it can change the dialog size

2008-09-05 19:02 SC, revision 55486

forward define for non precomp build, switching preproc constants for consistency

2008-09-05 18:29 VZ, revision 55485

allow passing literal strings and results of c_str() to SetXXXLabels() methods too

2008-09-05 18:03 SC, revision 55484

forward define for non precomp build

2008-09-05 18:02 VZ, revision 55483

make it possible to use stock ids for custom message box labels

2008-09-05 17:27 VZ, revision 55482

added support for custom labels in wxMessageBox for wxGTK too

2008-09-05 16:59 PC, revision 55481

fix memory leak

2008-09-05 16:56 VZ, revision 55480

use more clear messaage about the custom labels in message box test

2008-09-05 15:33 SC, revision 55479

adding common implementation file for search control

2008-09-05 14:43 SC, revision 55477

making things build under osx-cocoa as well

2008-09-05 14:41 SC, revision 55476

simplify native textcontrol creations, adding search control for cocoa

2008-09-05 14:39 VZ, revision 55475

implement support for custom button labels in wxMessageBox under MSW; refactor the code to reuse the existing setters in Mac ports for MSW as well

2008-09-05 14:10 VZ, revision 55474

extract button size calculation from button label size to a separate function to allow reusing it elsewhere

2008-09-05 13:26 VZ, revision 55472

extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so that it could be reused from elsewhere

2008-09-05 11:15 RR, revision 55471

Fix #9940: wxDataViewCtrl left/right arrow press crash

2008-09-05 10:24 VZ, revision 55470

removed unnceessary gtk_window_set_transient_for() call already done by gtk_message_dialog_new() itself

2008-09-05 08:54 RR, revision 55469

Made wxMSW wxMutex non-recursive by checking reentrance

2008-09-05 08:26 RR, revision 55468

Formating corrections

2008-09-05 08:21 RR, revision 55467

Compilo for wxMac

2008-09-05 08:16 RR, revision 55466

More wxMutex doc updates

2008-09-05 08:06 RR, revision 55465

Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and related docs

2008-09-05 08:03 RR, revision 55464

Enable graphics context by default

2008-09-05 05:57 PC, revision 55463

fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

2008-09-04 23:02 VZ, revision 55462

emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc

2008-09-04 12:47 VZ, revision 55458

show the "Window" menu only when we have any MDI children, it's unnecessary otherwise; some minor formatting/comments changes

2008-09-04 07:57 KO, revision 55457

rebake

2008-09-04 07:44 KO, revision 55456

Update files.bkl to match the changes Stefan made to Makefile.in earlier, to update the OS X Carbon port.

2008-09-04 07:19 KO, revision 55455

Renames to avoid object files with duplicate filenames. (Should we just make everything in this dir _osx for consistency?)

2008-09-04 07:16 KO, revision 55454

Split utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon/utils.cpp for Carbon-specific ones) to ensure proper builds under multi-lib config.

2008-09-04 06:26 SC, revision 55451

gcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose them for wxPython

2008-09-03 20:45 VZ, revision 55449

copy alpha presence flag when copying bitmaps using DIBs (#9883)

2008-09-03 20:36 VZ, revision 55448

fix some typos and other minor problems (#9886)

2008-09-03 20:28 VZ, revision 55447

better documentation of DeviceToLogicalXXX() (#9896)

2008-09-03 20:26 VZ, revision 55446

add wxSP_THIN_SASH for completeness (#9902)