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-11-09 12:34 VZ, revision 56714

use global operator new to fix compilation errors if type T overloads new (as wxObject does with wxUSE_MEMORY_TRACING)

2008-11-09 11:33 FM, revision 56713

another wxFont OS2 blind build fix

2008-11-08 22:41 VZ, revision 56712

fix race condition which could result in assert failures in debug builds and infinite loops in release (#9094)

2008-11-08 18:03 BP, revision 56711

Fixed typo introduced in r51034 (don't unload Gnome VFS), apparently the fix in 2.8 wasn't tested (see also Gentoo bug #203389).

2008-11-08 15:25 FM, revision 56708

ifacecheck fixes

2008-11-08 15:17 FM, revision 56707

ifacecheck fixes

2008-11-08 15:01 FM, revision 56705

use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)

2008-11-08 14:38 FM, revision 56704

generate the output gcc XML file always in the same folder where 'rungccxml.sh' script is placed

2008-11-08 14:04 FM, revision 56703

do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux

2008-11-08 12:56 FM, revision 56702

blind fix based on buildbot logs

2008-11-08 00:06 VZ, revision 56701

release the mouse in wxGrid dtor to avoid asserts when the grid is destroyed during e.g. a cell selection operation

2008-11-07 22:50 VZ, revision 56698

Finnish translations update from Elias Julkunen

2008-11-07 22:45 VZ, revision 56697

don't undefine BOOL if it's already defined (closes #10167)

2008-11-07 19:07 FM, revision 56696

fix build

2008-11-07 00:47 BP, revision 56695

Prevent activation of the AUI hint window (mini frame) on Mac.

2008-11-06 23:31 VZ, revision 56692

check for NULL pointer in IsExtensionInList()

2008-11-06 18:05 JMS, revision 56690

Removed property editor validation failure assertions when implicitly clearing selection. Added relevant notes into documentation of member functions that previously asserted.

2008-11-06 12:15 MW, revision 56688

Temporarily disable the email notifications as we're getting false ones from the Windows slave.

2008-11-06 08:12 JJ, revision 56687

changing depricated font-family enums into current ones

2008-11-05 15:27 VZ, revision 56684

document wxRESIZE_BORDER side effect under Windows (see #9989)

2008-11-05 12:35 JJ, revision 56683

inserting generic mdi for OpenVMS Motif support

2008-11-05 12:27 JJ, revision 56682

romoving motif-mdi for OpenVMS compile support

2008-11-05 10:08 VZ, revision 56681

add command line options for displaying the test name and time taken by them (closes #10156)

2008-11-05 10:01 VZ, revision 56680
  • D /wxWidgets/trunk/include/wx/motif/mdi.h
  • D /wxWidgets/trunk/src/motif/mdi.cpp

remove Motif MDI files not used any longer

2008-11-04 17:47 VZ, revision 56679

override Do{Open,Save}Document() instead of On{Open,Save}Document() (closes #9892) [backport of r55342 from trunk]

2008-11-04 12:15 VZ, revision 56678

disable the test under Windows as it hangs and prevents buildbot from working

2008-11-04 12:11 VZ, revision 56677

include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate .cpp file just to move the code doing it there seems impractical)

2008-11-04 02:46 VZ, revision 56674

Review/simplify/cleanup MDI classes for all platforms and introduce base classes for wxMDI{Parent,Child}Frame and wxMDIClientWindow. Also use generic MDI implementation for wxMotif as it seems to be more functional and definitely is more maintained (we probably should use the generic version for wxGTK too).

2008-11-04 01:42 VZ, revision 56673

fix wxXPMDataHandler silently broken by long->wxBitmapType change

2008-11-03 22:58 VZ, revision 56672

added wxrc to the makefiles

2008-11-03 21:55 VZ, revision 56671

include richtext library in BUILT_WX_LIBS (in particular so that it appears in 'wx-config --libs all' output) if it's being built

2008-11-03 19:32 FM, revision 56670

build fix (the sample uses an undocumented function of wxFont)

2008-11-03 18:50 FM, revision 56669

build fix

2008-11-03 18:24 FM, revision 56668

build fixes

2008-11-03 18:15 FM, revision 56667

build fixes

2008-11-03 17:24 VZ, revision 56666

don't crash trying to draw buttons with invalid bitmaps (the real fix would be to avoid adding them to the toolbar in the first place, of course...)

2008-11-03 17:10 VZ, revision 56665

fix (harmless) unused variable warning

2008-11-03 17:02 FM, revision 56664

fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values

2008-11-03 17:02 JMS, revision 56663

Moved Get/SetPropertyText/BackgroundColour() member functions from wxPropertyGrid to wxPropertyGridInterface

2008-11-03 14:37 FM, revision 56662

remaining h* interface header revision

2008-11-03 13:36 VZ, revision 56661

define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation

2008-11-03 12:47 VZ, revision 56660

wx/tls.h belongs to base headers, not core (#10148)

2008-11-03 12:44 VZ, revision 56659

define operator<<(wxLongLong_t) for VC6 whether wxUSE_STD_IOSTREAM is 0 or 1 (fixes test compilation in the latter case)

2008-11-03 11:57 FM, revision 56658

fixed doxygen warnings produced by the ifacecheck fixes

2008-11-03 01:11 VZ, revision 56657

blind fix for yet another VC6 compilation error

2008-11-03 00:31 VZ, revision 56656

really fix VC6 compilation of all testsi (without breaking VC9)

2008-11-02 23:21 VZ, revision 56654

oops, fix the test broken by the last compilation fix

2008-11-02 22:50 VZ, revision 56653

ugly VC6 compilation fix (non-ugly doesn't want to work for some reason as VC6 flat out refuses to use our overloaded operator<<)

2008-11-02 22:30 VZ, revision 56652

undo the previous change, it's not needed any more now that we overload assertEquals(int,long) too and it broke VC6 compilation again

2008-11-02 22:16 FM, revision 56651

declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'

2008-11-02 19:13 SC, revision 56650

make sure virtual method isn't inlined away

2008-11-02 02:43 VZ, revision 56645

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:39 VZ, revision 56644

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:34 VZ, revision 56643

add yet another overload of assertEquals to fix another compilation error due to using different types inside CPPUNIT_ASSERT_EQUAL

2008-11-02 02:16 VZ, revision 56642

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 02:16 VZ, revision 56641

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 01:59 VZ, revision 56640

explicitly cast wxUniCharRef to char inside CPPUNIT_ASSERT_EQUAL

2008-11-02 01:58 VZ, revision 56639

added propgrid sources

2008-11-02 01:48 VZ, revision 56638

resolve the DLL linking problems with MSVC due to use of static variables of template types by replacing them by a non-template unique untypedNullDataPtr

2008-11-02 01:43 VZ, revision 56637

fix (justified) warnings about potential use of uninitialized variable in wxTCPEventHandler::Client_OnRequest()

2008-11-02 01:11 VZ, revision 56636

g++ compilation fix after latest changes

2008-11-02 00:52 VZ, revision 56635

add assertEquals(int,unsigned short) overload to resolve the ambiguity resulting in tests comparing unsigned short with literal integer constants now that we have both assertEqals(int,unsigned int) and assertEquals(int, unsigned long) to satisfy VC6

2008-11-01 18:40 JMS, revision 56631

In composed string values, entry for last children was often omitted if it was empty (and possibly unspecified, fixes wxPG sf bug #2197916)

2008-11-01 18:05 VZ, revision 56630

yet another compilation fix, this time for VC9

2008-11-01 17:09 JMS, revision 56629

It was not possible to set value of unspecified child by editing parent's composite string (fixes wxPG sf bug #2186553)

2008-11-01 16:49 JMS, revision 56628

Fix various warnings that only appear for release builds

2008-10-31 23:07 VZ, revision 56623

fix another MSVC /Wp64 warning about size_t to int conversion (closes #10140)

2008-10-31 18:53 JMS, revision 56622

Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours.

2008-10-31 17:14 VZ, revision 56621

fix MSVC /Wp64 warning about size_t to int conversion (closes #10068)

2008-10-31 13:07 VZ, revision 56620

fix compilation without wxUSE_FILESYSTEM (closes #10114)

2008-10-31 10:06 VS, revision 56619

wxTLW: don't assert when setting null icons initially (#10138)

2008-10-31 09:47 VS, revision 56618

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 09:41 VS, revision 56617

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 05:25 PC, revision 56616

make sure update UI handlers are called for accelerators, #10130

2008-10-31 02:06 VZ, revision 56607

grid sample doesn't need neither html nor xml library

2008-10-31 01:22 BP, revision 56606

Reviewed some g* interface headers.

2008-10-30 23:23 VZ, revision 56604

disable a correct test which VC6 just doesn't want to grok (hopefully last buildbot error?)

2008-10-30 23:22 VZ, revision 56603

for some reason having int/size_t assertEquals() overload is not always enough for VC6, so provide both unsigned int/long overloads instead and rely on size_t being one of them

2008-10-30 23:04 VZ, revision 56602

fix linking problems due to MSVC implicitly considering template classes specializations used as base classes DLL-exported even though it doesn't actually export them when building the DLL (with or without explicit declspec(dllexport)); also replace wxCharTypeBuffer::NullData with a static function to allow not DLL-exporting this class

2008-10-30 16:54 VZ, revision 56601

attempting to fix VC6 compilation error from buildbot logs

2008-10-30 15:57 VZ, revision 56600

don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods

2008-10-30 11:22 VS, revision 56599

must close output file before reading back from it

2008-10-30 11:16 FM, revision 56598

set WARN_IF_UNDOCUMENTED to YES; it doesn't introduce new warnings for now but could in future

2008-10-30 11:15 FM, revision 56597

fix typos

2008-10-30 11:14 FM, revision 56596

modernized

2008-10-30 11:11 FM, revision 56595

fixed missing semicolons, as reported by check_syntax.sh

2008-10-30 11:06 FM, revision 56594

added a simple script to detect interface headers with missing semicolons

2008-10-30 10:53 FM, revision 56593

typo fix

2008-10-30 10:39 FM, revision 56592

fixed the error '& may not appear in macro parameter list' reported by running gcc preprocessor

2008-10-30 10:32 FM, revision 56591

fixed the error 'macro parameters must be comma-separated' reported by running gcc preprocessor

2008-10-30 07:25 VS, revision 56590

wxHTML: don't include extra whitespace in table cells

2008-10-30 07:24 VS, revision 56589

wxHTML: don't include extra whitespace in table cells

2008-10-30 00:32 VZ, revision 56588

VC6 compilation fix after last change (thanks buildbot)

2008-10-29 18:58 FM, revision 56587

enable all compat symbols when using gccxml

2008-10-29 18:58 FM, revision 56586

s/FALSE/false

2008-10-29 18:55 FM, revision 56585

moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections

2008-10-29 16:45 VZ, revision 56584

use buffered streams to reduce the number of TCP packets used per IPC command from up to 7 to 1 for reasonably sized payloads, this dramatically (by 150 times for the IPC benchmark on a LAN) increases performance; also centralize all the streams used in a single wxIPCSocketStreams class and allocate only it on the heap instead of doing it for all of the streams

2008-10-29 16:42 VZ, revision 56583

provide ctors allowing to specify the non-default buffer size for buffered streams and wxStreamBuffer itself

2008-10-29 16:30 FM, revision 56582

a few other means to avoid false positives

2008-10-29 16:23 VZ, revision 56581

added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that the "Save" menu item is enabled for new documents, even although they're not modified yet (otherwise the standard Ctrl-S key doesn't work in this case which is pretty annoying)

2008-10-29 16:15 VZ, revision 56580

document wxDocument::GetDocumentSaved()

2008-10-29 16:04 VZ, revision 56579

fix assert when adding an entry to an already full file history (closes #10118)

2008-10-29 16:00 FM, revision 56578

fix typos

2008-10-29 15:34 FM, revision 56577

automated ifacecheck fixes

2008-10-29 12:33 VZ, revision 56575

add WX_CLEAR_ARRAY test

2008-10-29 12:25 VZ, revision 56574

no changes, just use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

2008-10-29 07:53 JJ, revision 56572

Update OpenVMS compile support (problem cairo logical)

2008-10-28 23:24 RD, revision 56557

Bump subrelease number

2008-10-28 15:58 FM, revision 56554

added some 'wxString::' portions to make referenced functions auto-linked by Doxygen

2008-10-28 15:36 FM, revision 56553

automated ifacecheck fixed

2008-10-28 15:34 FM, revision 56552

fixed a missing ampersand

2008-10-28 15:03 FM, revision 56551

move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr

2008-10-28 14:54 FM, revision 56550

make IsKindOf() taking a const wxClassInfo* instead of a wxClassInfo*, just like the homonym method in wxClassInfo

2008-10-28 14:29 FM, revision 56549

ifacecheck fixes

2008-10-28 10:06 VS, revision 56547

fixed interpretation of line breaks in <pre> to conform to the spec (#10120)

2008-10-28 10:04 VS, revision 56546

fixed interpretation of line breaks in <pre> to conform to the spec (#10120)

2008-10-28 00:02 VZ, revision 56538

no real changes, just reformat before starting really modifying

2008-10-27 22:04 VZ, revision 56537

don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps

2008-10-27 21:26 FM, revision 56536

automated ifacecheck fixes

2008-10-27 21:18 FM, revision 56535

other ifacecheck fixes

2008-10-27 21:16 FM, revision 56534

fixed some false positives; fixed method declaration-position detection also for operators

2008-10-27 18:47 VZ, revision 56533

don't save the initial selection if it's invalid in CBN_DROPDOWN (refixes #8474 without breaking #9995)

2008-10-27 18:15 VZ, revision 56532

disable workaround for lack of alpha support in native static bitmap control for WinCE, apparently it breaks the display (#10093)

2008-10-27 18:09 VZ, revision 56531

use fabs() instead of abs() to fix mingw32 compilation [backport of r48782 from trunk]

2008-10-27 17:12 FM, revision 56530

other ifacecheck fixes, resulting in removal of the non-existing functions wxDatagramSocket::ReceiveFrom() and wxCloseEvent::SetForce()

2008-10-27 17:08 FM, revision 56529

no real change; moved wxDataObject and wxDataFormat class declarations after all their derived classes, at the end of the file

2008-10-27 16:50 JMS, revision 56528

Added similar assignment operator as well

2008-10-27 16:47 JMS, revision 56527

Added wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor

2008-10-27 16:46 VZ, revision 56526

fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)

2008-10-27 16:40 VZ, revision 56525

rebaked using bakefile 0.2.5

2008-10-27 16:26 JMS, revision 56524

Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx)

2008-10-27 14:29 RR, revision 56523

Set cursor to <from> in wxTextCtrk::SetSelection

2008-10-27 14:19 RR, revision 56522

Disable focus out events during menu popup

2008-10-27 14:02 RR, revision 56521

Added method to disable focus_out handling temporarily

2008-10-25 23:41 KO, revision 56519

Fix ShowNoActivate so that it always calls wxWindow::Show.

2008-10-25 20:44 FM, revision 56518

other interface revisions of html headers

2008-10-25 18:55 KO, revision 56515

svn merge -r 55251:56500 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-10-25 15:48 VZ, revision 56511

rename ca@valencian description to "Valencian (Southern Catalan)" at translators request

2008-10-25 15:45 VZ, revision 56509

some fixes from Robert Millan

2008-10-24 20:45 VZ, revision 56503

initial Valencian (Southern Catalan) translation from Robert Millan

2008-10-23 14:53 VZ, revision 56501

fix a couple of typos pointed out by a translator

2008-10-23 14:48 MW, revision 56500

Fix wxClassInfo::Register for Solaris.

2008-10-23 14:42 VZ, revision 56499

added Vietnamese translations

2008-10-23 14:33 VZ, revision 56498

added Vietnamese translations

2008-10-23 13:55 FM, revision 56497

first part of revisions of html/h* interface headers

2008-10-23 13:54 FM, revision 56496

remove references to tex2rtf; it's not part of wxWidgets anymore

2008-10-23 13:08 VZ, revision 56495

use hex escapes instead of 8 bit characaters (#10105)

2008-10-23 11:47 VZ, revision 56494

give credit for wxGrid column move hint improvement

2008-10-23 11:19 VZ, revision 56493

fix Normalize() test: can't use temporary wxStrings to initialize wxChar* pointers

2008-10-22 23:14 VZ, revision 56492

compilation fix for operator=() with DMC

2008-10-22 20:48 FM, revision 56491

fixed doxygen warnings; also restyled (partially) the interface headers to conform to wx doc style

2008-10-22 20:03 FM, revision 56490

interface revisions

2008-10-22 20:02 FM, revision 56489

add a new beginEventTable{2} overload for those classes which fires events using more than 1 event class; remove the <br> from beginEventTable{} macros to make the event blocks more compact

2008-10-22 17:01 RR, revision 56488

Ticket #10108 (bitmap from wxImage depth regression)

2008-10-22 16:58 RR, revision 56487

Ticket #10108 (bitmap from wxImage depth regression)

2008-10-22 15:23 JMS, revision 56486

Merged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose) to wxEnumPropertyClass

2008-10-21 19:10 RR, revision 56482

Correct TAB handling for generic wxDataViewCtrl

2008-10-21 18:33 RR, revision 56481

Remove wxLog hack and put all controls in a panel to test TAB traversal

2008-10-21 15:17 JMS, revision 56480

Removed deprecated functions wxPGChoices::HasValue(), HasValues()

2008-10-21 14:35 JMS, revision 56479

Added workaround for wxGTK tab traversal problem

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

User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860)

2008-10-20 16:50 PC, revision 56474

fix for assert failure when first paint event occurs before first idle event, #10085

2008-10-20 14:12 JJ, revision 56473

gtk1.x has less native functions than gtk2.x

2008-10-20 12:04 RR, revision 56470

Better size for screenshot of wxListCtrl

2008-10-20 12:04 RR, revision 56469

Corrcted wxListCtrl image

2008-10-20 11:33 RR, revision 56468

Fix wxListCtrl::Insert() bug reported by Riccardo Cohen

2008-10-20 11:08 VZ, revision 56467

use wxRegKey::QueryDefaultValue() explicitly to fix DMC compilation

2008-10-20 10:52 VZ, revision 56466

a couple of more left over Borland unused variable/code warnings fixes

2008-10-20 10:43 VZ, revision 56465

slightly better error reporting (could still be improved)

2008-10-20 10:31 VZ, revision 56464

2006 version of Borland compiler still doesn't grok operator?: involving wxStrings

2008-10-20 10:30 VZ, revision 56463

fix more Borland release build warnings about unused variable/code without effect

2008-10-20 09:57 VZ, revision 56462

avoid an unnecessary and unused (resulting in release build warning) variable in GetMimeTypeFromExt()

2008-10-20 09:00 VZ, revision 56461

work around Borland compilation errors

2008-10-20 08:59 VZ, revision 56460

fix virtual function hiding warnings introduced to changing wxSockAddress argument of Connect() to be passed by const reference

2008-10-20 08:58 VZ, revision 56459

use renderer for drawing the item background on ports other than GTK2 and Mac too (why not?)

2008-10-20 08:51 VZ, revision 56458

remove unused abits variable from DoLoadDib()

2008-10-20 06:55 SN, revision 56457

Compilation fix for gcc-4 and newer.

2008-10-20 06:55 SN, revision 56456

Compilation fix for gcc-4 and newer.

2008-10-19 20:18 RR, revision 56449

Add more bakefile files to make dist

2008-10-19 19:23 RR, revision 56448

Added src/msw/version.rc to make win-dist

2008-10-19 16:07 FM, revision 56446

doxygen warnings and formatting fixes

2008-10-19 15:30 FM, revision 56445

fixed the anchor names for @section used in interface headers; documented the general rules used for its naming

2008-10-19 15:14 FM, revision 56444

interface revisions

2008-10-19 14:00 VZ, revision 56443

correct some wording of recent changes

2008-10-19 13:13 FM, revision 56442

mentioned the new doc format

2008-10-19 12:57 SN, revision 56441

Compilation fix for gcc-4 and newer.

2008-10-19 12:49 FM, revision 56440

interface revisions

2008-10-19 12:34 SN, revision 56439

Compilation fix for gcc-4 and newer.

2008-10-19 11:48 JMS, revision 56438

Changed argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to wxEvent

2008-10-19 11:29 JMS, revision 56437

In wxPropertyGridManager, alphabetic mode is now sorted even if wxPG_AUTO_SORT flag is absent (fixes wxPG sf bug #2162053)

2008-10-19 11:16 JMS, revision 56436

Fixed wxSystemColourProperty::ValueToString(). It now once again properly formats custom colour selection as (R, G, B) when displayed.

2008-10-19 10:42 SC, revision 56435

fixing link and installname

2008-10-19 10:16 VZ, revision 56434

remove extraneous returns

2008-10-18 20:43 SC, revision 56433

fixing typo

2008-10-18 18:06 KO, revision 56430

Another fix, run install_name_tool on the libraries to fix their location id.

2008-10-18 17:19 KO, revision 56429

Adding symlink to the wx library at the root.

2008-10-18 17:14 KO, revision 56428

Fixing symlinks and other minor issues.

2008-10-18 16:32 JMS, revision 56427

Connect wxEVT_KEY_DOWN for both editor controls

2008-10-18 16:09 JMS, revision 56426

Do not skip key events so eagerly

2008-10-18 16:09 SC, revision 56425

adapting to API change from GetContentAreaInset to GetContentArea, fixes #10071

2008-10-18 15:27 JMS, revision 56424

Forgot event.Skip()

2008-10-18 15:23 JMS, revision 56423

Removed unused data

2008-10-18 15:11 JMS, revision 56422

Simplistic tab support is now default (tab focuses editor if unfocused, otherwise goes out of grid), no longer recognizes wxTAB_TRAVERSAL, unified key handling code

2008-10-18 14:32 RR, revision 56421

Allow create of 24-bit bitmap, use Pixbuf when not a 24-bit visual

2008-10-18 13:50 VZ, revision 56420

remove assert from GetSizeAvailableForScrollTarget

2008-10-17 20:55 FM, revision 56417

interface revisions

2008-10-17 20:27 FM, revision 56411

revision of wxLocale; documented the list of language constants into the wxLanguage enum; modified genlang.py to generate a .h with doxygen comments and removed generation of a .tex script; moved docs for wxXlocale to the right header (xlocale.h)

2008-10-17 19:13 SC, revision 56405

adding alias support for directories

2008-10-17 16:46 JMS, revision 56404

wxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added simple public GenerateComposedValue()

2008-10-17 13:54 VZ, revision 56403

handle error in GetDataSize()

2008-10-17 13:45 VZ, revision 56402

fix another WC2MB off-by-one error

2008-10-17 12:47 JJ, revision 56401

OpenVMS compile support update for wxX11

2008-10-17 12:39 RR, revision 56400

Updates for make dist for OSX_CARBON

2008-10-17 12:25 VZ, revision 56399

significantly optimize wxCSConv::To/FromWChar(NULL) performance by simply using a bigger temporary buffer

2008-10-17 12:24 VZ, revision 56398

add a simple benchmark for wx and iconv converters benchmarking

2008-10-17 12:02 VZ, revision 56396

compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build

2008-10-17 11:58 RR, revision 56395

Use xpms for checked/unchecked states instead of drawing them (yielded junk)

2008-10-17 11:31 VZ, revision 56394

reverted the change of r56246 and keep the old behaviour of MB2WC/WC2MB; document it even more clearly and correct code using these functions incorrectly

2008-10-17 10:50 RR, revision 56393

Sort controls alphabetically

2008-10-17 04:36 PC, revision 56392

pass window parameter to wxSystemSettings::GetMetric() so wxGTK can get the value right more often

2008-10-17 04:36 PC, revision 56391

partial support for border metrics of non-TLW

2008-10-17 04:19 PC, revision 56390

build fix for --enable-universal

2008-10-16 22:37 RD, revision 56381

Assert that a mode style *is* set, not that one isn't set.

2008-10-16 22:23 RR, revision 56380

Crop image a little

2008-10-16 22:18 RR, revision 56379

Enable intercepting ENTER in wxSpinCtrl under wxMac by using wxTE_PROCESS_ENTER

2008-10-16 21:32 RR, revision 56378

Dont't finish any editing if there is no control

2008-10-16 20:20 VS, revision 56377

forgot to commit toplevel.h as part of r56374

2008-10-16 19:20 RR, revision 56376

Remove accidentally commited debug code

2008-10-16 19:19 RR, revision 56375

Make wxMac wxSpinCtrl emit killfocus events

2008-10-16 19:13 VS, revision 56374

assert in wxTopLevelWindowMSW::SetIcon[s]() if none of the provided icons has required size

2008-10-16 19:10 VS, revision 56373

wxArtProvider cleanup: added artmsw.cpp accidentally missing from r56372

2008-10-16 19:07 VS, revision 56372

Cleaned up wxArtProvider: 1. Move platform-specific code for both GetSizeHint() and GetBitmap() into platform-specific files. 2. Introduced GetNativeSizeHint() to make native sizes better accessible, without having to understand weird GetSizeHint() semantics. 3. Fixed GetNativeSizeHint() to return sensible values in non-GTK ports; it returns wxDefaultSize if it can't make a good guess instead of returning arbitrary value. 4. Use 16x16 icons on MSW instead of 16x15: it works and is more 'natural' size.

2008-10-16 18:53 VS, revision 56371

fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON in non-wxGTK ports

2008-10-16 18:27 RR, revision 56370

Write directly to log target wxTextCtrl to avoid crash

2008-10-16 18:17 RR, revision 56369

wxMac actually crashes in any logging

2008-10-16 18:06 RR, revision 56368

wxMac crashes in wxLog() statements with string.GetData()

2008-10-16 18:05 RR, revision 56367

Fudge offset no longer required

2008-10-16 17:36 JMS, revision 56366

Fixed broken wxMultiChoiceProperty::ValueToString()

2008-10-16 17:31 JMS, revision 56365

Add maximum width for sample's frame

2008-10-16 17:24 JMS, revision 56364

Update 'intro' comment in propgrid sample

2008-10-16 17:19 JMS, revision 56363

Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this.

2008-10-16 16:20 VZ, revision 56362

fix PCH in VC8 projects (until the next rebake...)

2008-10-16 12:35 VZ, revision 56360

add very simple (but already exposing many problems) wxIPC benchmark

2008-10-16 12:34 VZ, revision 56359

allow specifying initialization and cleanup functions for benchmarks

2008-10-16 12:33 VZ, revision 56358

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:32 VZ, revision 56357

Dispatch() must dispatch the real events and not only the pending ones accumulated in wxApp

2008-10-16 12:32 VZ, revision 56356

added wxConnection::IsTextFormat()

2008-10-16 12:31 VZ, revision 56355

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:07 VZ, revision 56354

no changes, just removed _T()s and unnecessary wxUnusedVar()s

2008-10-16 10:02 VZ, revision 56353
  • D /wxWidgets/trunk/samples/dialogs/makefile.va
  • D /wxWidgets/trunk/samples/dragimag/makefile.va
  • D /wxWidgets/trunk/samples/erase/makefile.va
  • D /wxWidgets/trunk/samples/image/makefile.va
  • D /wxWidgets/trunk/samples/ipc/client.b32
  • D /wxWidgets/trunk/samples/ipc/client.g95
  • D /wxWidgets/trunk/samples/ipc/client.vc
  • D /wxWidgets/trunk/samples/ipc/client.wat
  • D /wxWidgets/trunk/samples/ipc/server.b32
  • D /wxWidgets/trunk/samples/ipc/server.g95
  • D /wxWidgets/trunk/samples/ipc/server.vc
  • D /wxWidgets/trunk/samples/ipc/server.wat
  • D /wxWidgets/trunk/samples/menu/makefile.va
  • D /wxWidgets/trunk/samples/minimal/makefile.va
  • D /wxWidgets/trunk/samples/notebook/makefile.va
  • D /wxWidgets/trunk/samples/scroll/makefile.va
  • D /wxWidgets/trunk/samples/sockets/client.b32
  • D /wxWidgets/trunk/samples/sockets/client.g95
  • D /wxWidgets/trunk/samples/sockets/client.vc
  • D /wxWidgets/trunk/samples/sockets/client.wat
  • D /wxWidgets/trunk/samples/sockets/server.b32
  • D /wxWidgets/trunk/samples/sockets/server.g95
  • D /wxWidgets/trunk/samples/sockets/server.vc
  • D /wxWidgets/trunk/samples/sockets/server.wat
  • D /wxWidgets/trunk/samples/toolbar/makefile.va

remove obsolete makefiles