Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2009-03-21 17:52 KO, revision 59705

Allow us to use this script to create wxPython source releases too.

2009-03-21 17:18 VZ, revision 59704

move __WXFUNCTION__ to wx/cpp.h from wx/debug.h

2009-03-21 16:53 KO, revision 59703

Don't raise, as that stops the interpreter but doesn't shut down the Python process.

2009-03-21 16:34 VZ, revision 59702

made wx/debug.h C++ header again (reverting changes of r24896); simply don't include it from wx/defs.h when compiling C files which have no need for the stuff defined in it anyhow

2009-03-21 16:12 VZ, revision 59701

fix generation of wxEVT_CHAR_HOOK events [backport of r59700 from trunk]

2009-03-21 16:11 VZ, revision 59700

fix generation of wxEVT_CHAR_HOOK events which, incredibly, seems to have never worked because of incorrect parameter being passed to SetWindowsHookEx()

2009-03-21 15:39 VZ, revision 59699

don't build flash and mfc samples with non-MSVC compilers (closes #10622)

2009-03-21 15:07 CE, revision 59698

fix for http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/112581 missinf include files

2009-03-21 14:32 SC, revision 59697

making sure the repositioning within the contentview only happens if the parent really has a superview, and not only a contentRect like notebook, fixes #10615

2009-03-21 14:24 SC, revision 59696

make it crash-proof

2009-03-21 13:49 FM, revision 59695

use /b option with the EXIT command

2009-03-21 12:34 FM, revision 59694

fix for PCH-less builds

2009-03-21 12:28 FM, revision 59693

revert 59680; implement proper fix for wxMSW test failure detection

2009-03-21 12:27 FM, revision 59692

fix unreadable typo

2009-03-21 10:04 JMS, revision 59691

Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code (backported from trunk)

2009-03-21 09:52 JMS, revision 59690

Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl (backported from trunk)

2009-03-21 09:50 JMS, revision 59689

Fixed assertion that could appear under wxGTK if wxComboCtrl drop-down button was clicked too quickly (backported from trunk)

2009-03-21 09:41 VS, revision 59688

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:41 VS, revision 59687

wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)

2009-03-21 09:35 JMS, revision 59686

Fix wxGTK wxBitmapComboBox::SetValue() not working if wxCB_READONLY window style was used

2009-03-21 00:40 FM, revision 59683

minimal list of wx CRT wrappers (so doxygen highlights occurrences of wxFunc() if Func() is a std CRT function

2009-03-21 00:37 FM, revision 59682

fixes for Italian locale: ignore a final 'CET' string and don't test '%p' for it

2009-03-21 00:19 FM, revision 59681

handle locales where AM/PM strings are empty

2009-03-21 00:16 FM, revision 59680

try to use 0/1 instead of the cstdlib' EXIT_SUCCESS/FAILURE constants to see if buildbot makes red the currently-green boxes relative to wxMSW test runs

2009-03-21 00:06 FM, revision 59679

allow to give the testcase name without the final 'TestCase' postfix

2009-03-20 22:07 FM, revision 59677

share a few helpers between datetime.cpp and datetimefmt.cpp

2009-03-20 21:42 FM, revision 59676

build fix (part of r59673, r59656)

2009-03-20 21:00 FM, revision 59673

build fix for systems where HAVE_STRPTIME is defined

2009-03-20 20:45 FM, revision 59667

make GetNumOfDaysInMonth static again; in datetimefmt.cpp use GetNumberOfDays instead. Attempt to fix wxDateTime::ParseFormat(date, "%c") by using strptime() before our own heuristic checks.

2009-03-20 20:23 SC, revision 59661

make sure we always have a CGFontRef

2009-03-20 19:25 FM, revision 59658

move parsing helpers, too (part of r59656)

2009-03-20 19:23 SC, revision 59657

introducing temporary variables for atsu with cocoa

2009-03-20 19:16 FM, revision 59656

no real changes: split the huge datetime.cpp in two parts: one dedicated to code for formatting/parsing, the other for everything else

2009-03-20 18:25 RD, revision 59648

Use native EOL

2009-03-20 15:20 FM, revision 59647

run tests on the wxMSW port again

2009-03-20 15:07 SC, revision 59646

reworked font handling for osx (was missing because of conflicts)

2009-03-20 14:50 FM, revision 59645

add the ToCLong, ToCULong and ToCDouble functions, with docs and test units

2009-03-20 13:56 SC, revision 59644

reworked font handling for osx

2009-03-20 12:17 FM, revision 59643

add group file for locale functions (was part of r59627)

2009-03-20 11:57 FM, revision 59642

in case the user mask doesn't contain wxEVT_CATEGORY_UI, don't block forever on the never-ending WM_PAINTs messages sent by the system; but don't even break out of the loop immediately after getting the first WM_PAINT: this break repainting. (closes #10590)

2009-03-20 11:53 VZ, revision 59641

include wx/button.h to get wxBU_EXACTFIT declaration

2009-03-20 09:31 VZ, revision 59640

copied 2.8.10 changelog

2009-03-20 09:29 VZ, revision 59639

add wxBU_EXACTFIT support to wxToggleButton XRC handler (closes #10228)

2009-03-20 07:32 SC, revision 59638

adding more native definitions

2009-03-20 01:27 FM, revision 59637

implement wxStrtoX_l() variants even when wxHAS_XLOCALE_SUPPORT is not defined

2009-03-20 01:20 FM, revision 59636

remove unneeded wxCHECK_MSG: GetNextMessage() can get the msg even if the event loop is not running; the check breaks the: while ( loop->Pending() ) loop->Dispatch(); snippet in console apps since wxConsoleEventLoop::Dispatch calls GetNextMessage() (see also the TimerEventTestCase cppunit).

2009-03-20 01:03 FM, revision 59635

comment-out tests provoking a low-level assert from debug CRT libs in MSVC 2008 (2005 probably affected too)

2009-03-20 00:52 FM, revision 59634

update date for 2.9.0 release; set the title to "Reference manual"

2009-03-19 23:43 VZ, revision 59633

fix compilation for wxUSE_INTL==0 (closes #10614)

2009-03-19 20:30 FM, revision 59630

fix constant value for 32bit machines

2009-03-19 20:11 SC, revision 59629

avoid double framing on carbon as well

2009-03-19 19:39 FM, revision 59628

blind build fix for STL builds

2009-03-19 18:05 FM, revision 59627

extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed

2009-03-19 15:08 FM, revision 59625

document wxLocale::GetInfo

2009-03-19 15:08 FM, revision 59624

fix typos (closes #10611)

2009-03-19 14:51 FM, revision 59623

revised wxString docs: don't use old style grouping of functions at the beginning of the file; rather use doxygen-style member groups; to be able to reference member groups, introduce the new @member_group_name and @ref_member_group ALIASES; fix some typos in the process

2009-03-19 14:17 FM, revision 59622

remove implementations from interface headers

2009-03-19 01:37 FM, revision 59619

commit temporary fix for the sample for 2.9.0 release

2009-03-18 23:12 KO, revision 59618

Fix toggle button style.

2009-03-18 21:58 VZ, revision 59616

fix (harmless) MSVC 64 bit compilation warning (closes #10140)

2009-03-18 21:51 FM, revision 59615

simplify a bit the convoluted implementation of wxFontRefData::Alloc; add some comment, regarding the auto-allocation feature of GetHFONT(); use const_cast<>() instead of wxConstCast(); protect wxFont::IsFixedWidth with a proper wxCHECK_MSG.

2009-03-18 21:11 FM, revision 59614

no change: just move a misplaced comment

2009-03-18 15:32 FM, revision 59610

add a wxFont test unit (currently GetFamily and the Get/SetEncoding() bits are disabled because they fail on wxGTK -- need more investigation)

2009-03-18 15:30 FM, revision 59609

use doxygen autolinking feature; use @ref command for the overview

2009-03-18 15:12 FM, revision 59608

fix leftover of previous commits about pixelSize ctor

2009-03-18 13:53 BIW, revision 59607

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:52 BIW, revision 59606

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:29 BIW, revision 59605

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 13:28 BIW, revision 59604

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 10:42 VZ, revision 59603

add combobox drop down/close up events (closes #10587)

2009-03-18 10:07 VZ, revision 59602

add wxUSE_IMAGE checks around ctors using Union() overload only defined when wxUSE_IMAGE==1 (closes #10561)

2009-03-18 10:04 VZ, revision 59601

correct typo in SetAltExtensions() method (re-closes #10570)

2009-03-18 10:01 VZ, revision 59600

more bug fixes to multiple selection mode (see #626, comment 47)

2009-03-18 09:30 VZ, revision 59599

no changes, just correct some comments and variable names (see #10594)

2009-03-18 09:29 VZ, revision 59598

set native eol-style for the overview files

2009-03-18 00:40 FM, revision 59597

add support to wxBitmapToggleButton also in TransferFromWindow (closes #10600 - thanks gmeeker)

2009-03-18 00:30 FM, revision 59596

some note about DOT_PATH, specially for Windows

2009-03-17 23:32 FM, revision 59595

wxStatusBarPane is not a window

2009-03-17 23:29 FM, revision 59594

re-add GetFieldsCount() erraneously removed in r59566

2009-03-17 22:53 KO, revision 59593

Leave anti-aliasing on by default on Mac as well

2009-03-17 22:02 VZ, revision 59592

allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)

2009-03-17 21:55 VZ, revision 59591

added the files with separate tags itself (should have been part of r59590)

2009-03-17 21:54 VZ, revision 59590

extract the list of macros to ignore in a separate file and completed it with FWD versions; turned off generation of tags for forward class declarations

2009-03-17 21:09 FM, revision 59589

the GOption hack is valid for Glib 2.20 too (it looks like it will be valid forever...)

2009-03-17 21:04 KO, revision 59588

Handle the remaining selectors which otherwise lead to beeping on key press.

2009-03-17 20:56 FM, revision 59587

guard with compile-time checks the new GDK_* event type symbols; explain why runtime checks are not necessary (closes #10603)

2009-03-17 13:54 JJ, revision 59586

correct typo in my previous commit

2009-03-17 11:41 CE, revision 59585

tag revision 2.8.10

2009-03-17 11:05 JJ, revision 59584

correcting #ifdef syntax error

2009-03-16 17:53 FM, revision 59581

fix bug when warning string contains percent signs

2009-03-16 17:52 FM, revision 59580

be x86_64-friendly

2009-03-16 17:52 FM, revision 59579

include the path to the real setup.h

2009-03-16 17:51 FM, revision 59578

do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy

2009-03-16 15:47 FM, revision 59577

don't fail on machines without french support installed

2009-03-16 15:18 FM, revision 59576

fix compilation with gcc 4.3.3 (and libcppunit 1.12.1); the compiler is confused by the many assertEqual() overloads

2009-03-16 14:49 FM, revision 59575

return updated wxFONT*_* values

2009-03-16 14:46 FM, revision 59574

allow testing wxSystemSettings::GetFont() return value

2009-03-16 14:46 FM, revision 59573

no real change; just reformatting and better comments

2009-03-16 13:33 VS, revision 59572

detect and report errors in XRC specification of grid sizers

2009-03-16 13:18 VS, revision 59571

fixed wxXRC compilation with --disable-filesystem (bug #10580)

2009-03-16 11:49 VZ, revision 59570

add a menu item to test setting focus (see #626 comment:42)

2009-03-15 19:45 FM, revision 59568

leftovers from r59566

2009-03-15 19:03 KO, revision 59567

On OS X, the button for wxID_HELP should never accept a label, also, tweak sizing for help button in OS X Cocoa case. (fixes #10595)

2009-03-15 17:54 FM, revision 59566

make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574)

2009-03-15 16:42 FM, revision 59565

wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it

2009-03-15 16:28 FM, revision 59564

add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes

2009-03-15 16:14 KO, revision 59562

Rebake after last change.

2009-03-15 16:07 KO, revision 59561

On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed.

2009-03-15 14:12 SC, revision 59560

changing layout to better adhere to HIG, fixing truncation on cocoa, fixes #10584

2009-03-15 11:33 FM, revision 59559

warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals

2009-03-15 11:05 VS, revision 59558

fixed docs of rows/cols XRC property

2009-03-15 10:58 SC, revision 59557

fixing obj-c warnings

2009-03-15 10:29 VS, revision 59556

better XRC errors reporting: report location of the error and use unified formatting

2009-03-15 10:20 SC, revision 59555

making sure peer->Move refreshes properly, bringing in synch with carbon, applying patch, fixes #10403

2009-03-15 09:58 SC, revision 59554

changes for embedded, applying patch, fixes #10359

2009-03-15 01:19 KO, revision 59545

Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.

2009-03-15 01:03 FM, revision 59544

more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData()

2009-03-14 23:59 FM, revision 59541

implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)

2009-03-14 23:31 VZ, revision 59540

fix warning about needless comparison of unsigned with 0

2009-03-14 23:29 VZ, revision 59539

remove stray debugging printf

2009-03-14 23:26 VZ, revision 59538

compilation fix for Watcom (see #10576)

2009-03-14 19:39 KO, revision 59537

implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.

2009-03-14 19:20 FM, revision 59536

include all events categories in wxEVT_CATEGORY_ALL

2009-03-14 18:41 SN, revision 59535

Sorry, needed to fix typo in previous commit.

2009-03-14 18:36 SN, revision 59534

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 18:34 SN, revision 59533

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 14:26 FM, revision 59528

more links to native docs for wxGTK; some typo fix

2009-03-14 14:02 FM, revision 59527

more specs for wxDC::DrawRotatedText

2009-03-14 13:57 FM, revision 59526

add wxSize overloads to wxBitmap ctors and to wxBitmap::Create

2009-03-14 13:28 FM, revision 59525

add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions

2009-03-14 01:24 FM, revision 59523

fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples

2009-03-14 01:01 FM, revision 59522

revise the sample, simplifying and cleaning it where possible

2009-03-14 00:49 FM, revision 59521

do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created

2009-03-13 23:07 FM, revision 59520

avoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early

2009-03-13 21:02 KO, revision 59518

Only MSW supports loading sounds from data.

2009-03-13 20:54 KO, revision 59517

Another place we need an autorelease pool.

2009-03-13 18:43 SC, revision 59515

solving inversion problem, because SetShape is redefined on toplevel.h level

2009-03-13 18:23 SC, revision 59514

making sure toplevel default width/sizes are used

2009-03-13 17:53 SC, revision 59513

supporting AA font flags on wxGCDC, fixes #10579

2009-03-13 17:22 KO, revision 59512

Mac -> OSX header change.

2009-03-13 15:42 JMS, revision 59511

Allow disabled properties to be expanded/collapsed via keyboard events (they could anyway be expanded/collapsed via the expander button)

2009-03-13 15:04 VS, revision 59510

return URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file: protocol

2009-03-13 13:26 VS, revision 59509

added wxXmlResource::LoadAllFiles()

2009-03-13 09:22 JS, revision 59508

Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code

2009-03-13 05:27 KO, revision 59507

Rebake after Mac bundle change.

2009-03-13 05:23 KO, revision 59506

Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.

2009-03-12 19:37 KO, revision 59502
  • D /wxWidgets/trunk/samples/access/accesstestM5.xml
  • D /wxWidgets/trunk/samples/artprov/artprovM5.xml
  • D /wxWidgets/trunk/samples/calendar/calendarM5.xml
  • D /wxWidgets/trunk/samples/caret/caretM5.xml
  • D /wxWidgets/trunk/samples/config/configM5.xml
  • D /wxWidgets/trunk/samples/controls/controlsM5.xml
  • D /wxWidgets/trunk/samples/dialogs/dialogsM5.xml
  • D /wxWidgets/trunk/samples/dnd/dndM5.xml
  • D /wxWidgets/trunk/samples/docview/docviewM5.xml
  • D /wxWidgets/trunk/samples/dragimag/dragimagM5.xml
  • D /wxWidgets/trunk/samples/drawing/drawingM5.xml
  • D /wxWidgets/trunk/samples/erase/eraseM5.xml
  • D /wxWidgets/trunk/samples/event/eventM5.xml
  • D /wxWidgets/trunk/samples/exec/execM5.xml
  • D /wxWidgets/trunk/samples/font/fontM5.xml
  • D /wxWidgets/trunk/samples/grid/griddemoM5.xml
  • D /wxWidgets/trunk/samples/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/about/aboutM5.xml
  • D /wxWidgets/trunk/samples/html/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/helpview/helpviewM5.xml
  • D /wxWidgets/trunk/samples/html/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/html/test/testM5.xml
  • D /wxWidgets/trunk/samples/html/virtual/virtualM5.xml
  • D /wxWidgets/trunk/samples/html/widget/widgetM5.xml
  • D /wxWidgets/trunk/samples/html/zip/zipM5.xml
  • D /wxWidgets/trunk/samples/image/imageM5.xml
  • D /wxWidgets/trunk/samples/internat/internatM5.xml
  • D /wxWidgets/trunk/samples/joytest/joytestM5.xml
  • D /wxWidgets/trunk/samples/keyboard/keyboardM5.xml
  • D /wxWidgets/trunk/samples/layout/layoutM5.xml
  • D /wxWidgets/trunk/samples/listctrl/listctrlM5.xml
  • D /wxWidgets/trunk/samples/mdi/mdiM5.xml
  • D /wxWidgets/trunk/samples/menu/menuM5.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalClassicM8.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalM8.xml
  • D /wxWidgets/trunk/samples/notebook/notebookM5.xml
  • D /wxWidgets/trunk/samples/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/regtest/regtestM5.xml
  • D /wxWidgets/trunk/samples/sashtest/sashtestM5.xml
  • D /wxWidgets/trunk/samples/scroll/scrollM5.xml
  • D /wxWidgets/trunk/samples/shaped/shapedM5.xml
  • D /wxWidgets/trunk/samples/splitter/splitterM5.xml
  • D /wxWidgets/trunk/samples/statbar/statbarM5.xml
  • D /wxWidgets/trunk/samples/taskbar/taskbarM5.xml
  • D /wxWidgets/trunk/samples/text/textM5.xml
  • D /wxWidgets/trunk/samples/thread/threadM5.xml
  • D /wxWidgets/trunk/samples/toolbar/toolbarM5.xml
  • D /wxWidgets/trunk/samples/treectrl/treetestM5.xml
  • D /wxWidgets/trunk/samples/typetest/typetestM5.xml
  • D /wxWidgets/trunk/samples/validate/validateM5.xml
  • D /wxWidgets/trunk/samples/widgets/widgetsM5.xml
  • D /wxWidgets/trunk/samples/wizard/wizardM5.xml

Removing more CodeWarrior samples.

2009-03-12 19:32 KO, revision 59501
  • D /wxWidgets/trunk/demos/bombs/bombsM5.xml
  • D /wxWidgets/trunk/demos/forty/fortyM5.xml
  • D /wxWidgets/trunk/demos/fractal/fractalM5.xml
  • D /wxWidgets/trunk/demos/life/lifeM5.xml
  • D /wxWidgets/trunk/demos/poem/poemM5.xml

Removing more CodeWarrior project files.

2009-03-12 19:30 KO, revision 59500
  • D /wxWidgets/trunk/docs/metrowerks

Remove docs for the removed CodeWarrior projects.

2009-03-12 19:29 KO, revision 59499

Remove instructions for Mac OS Classic.

2009-03-12 19:14 KO, revision 59498

Removing Classic MacOS / CodeWarrior instructions as neither are supported any longer.

2009-03-12 18:17 JMS, revision 59497

Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.

2009-03-12 17:26 KO, revision 59496
  • D /wxWidgets/trunk/include/wxshlba_cw.pch
  • D /wxWidgets/trunk/include/wxshlba_cw.pch++
  • D /wxWidgets/trunk/include/wxshlba_cwc.pch
  • D /wxWidgets/trunk/include/wxshlba_cwc.pch++
  • D /wxWidgets/trunk/include/wxshlba_cwc_d.pch
  • D /wxWidgets/trunk/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/trunk/include/wxshlba_cw_d.pch
  • D /wxWidgets/trunk/include/wxshlba_cw_d.pch++
  • D /wxWidgets/trunk/include/wxshlb_cw.pch
  • D /wxWidgets/trunk/include/wxshlb_cw.pch++
  • D /wxWidgets/trunk/include/wxshlb_cwc.pch
  • D /wxWidgets/trunk/include/wxshlb_cwc.pch++
  • D /wxWidgets/trunk/include/wxshlb_cwc_d.pch
  • D /wxWidgets/trunk/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/trunk/include/wxshlb_cw_d.pch
  • D /wxWidgets/trunk/include/wxshlb_cw_d.pch++
  • D /wxWidgets/trunk/include/wx_cw.pch
  • D /wxWidgets/trunk/include/wx_cw.pch++
  • D /wxWidgets/trunk/include/wx_cwc.pch
  • D /wxWidgets/trunk/include/wx_cwc.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa.pch
  • D /wxWidgets/trunk/include/wx_cwcocoa.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa.pchmm
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pch
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/trunk/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/trunk/include/wx_cwc_d.pch
  • D /wxWidgets/trunk/include/wx_cwc_d.pch++
  • D /wxWidgets/trunk/include/wx_cwu_d.pch
  • D /wxWidgets/trunk/include/wx_cwu_d.pch++
  • D /wxWidgets/trunk/include/wx_cw_d.pch
  • D /wxWidgets/trunk/include/wx_cw_d.pch++
  • D /wxWidgets/trunk/include/wx_pb.h

Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.

2009-03-12 17:06 KO, revision 59495

Fix reference ids and update Mac requirements in the introduction page.

2009-03-12 16:24 KO, revision 59494

Remove CodeWarrior portion of the Mac installation instructions.

2009-03-12 16:23 KO, revision 59493
  • D /wxWidgets/trunk/docs/osx/ansi.diff
  • D /wxWidgets/trunk/docs/osx/M5build.applescript
  • D /wxWidgets/trunk/docs/osx/M5converteol.sh
  • D /wxWidgets/trunk/docs/osx/M5mcp2xml.applescript
  • D /wxWidgets/trunk/docs/osx/M5replace.sh
  • D /wxWidgets/trunk/docs/osx/M5xml2mcp.applescript
  • D /wxWidgets/trunk/docs/osx/M8mcp2xml.applescript
  • D /wxWidgets/trunk/docs/osx/M8xml2mcp.applescript
  • D /wxWidgets/trunk/docs/osx/SetXMLCreator.applescript
  • D /wxWidgets/trunk/src/wxWindowsClassicM8.xml
  • D /wxWidgets/trunk/src/wxWindowsM8.xml
  • D /wxWidgets/trunk/src/wxWindowsW7.xml

CodeWarrior has been discontinued on Mac for years, and none of the (manually maintained) project files have been updated in at least 3 years, so remove CodeWarrior support from the tree.

2009-03-12 12:14 VZ, revision 59492

compilation fix for ANSI build

2009-03-12 11:11 JJ, revision 59491

update OpenVMS makefiles

2009-03-12 10:30 VZ, revision 59490

corrections to Dutch translation from Gideon van Melle

2009-03-12 01:31 KO, revision 59486

Update wxMac docs to reflect new wxOSX/Carbon and wxOSX/Cocoa split, keep a note about the original Cocoa port.

2009-03-12 01:21 KO, revision 59485

Add a note about the flag for compiling OSX/Cocoa.

2009-03-11 16:11 VZ, revision 59484

reset the associated view frame pointer when the frame is deleted directly instead of being closed gracefully

2009-03-11 14:33 RR, revision 59483

Commit third algorithm for sorting and preserving old positions

2009-03-11 13:57 VZ, revision 59482

work around some (harmless) g++ warnings about possibly uninitalized variables

2009-03-11 13:16 VZ, revision 59481

remove MSVC warnings about DLL-exported class inheriting from non DLL-exported one by not exporting private classes at all

2009-03-11 13:15 VZ, revision 59480

disable IPC test completely as it prevents the test program from running to completion when it hangs (for still unknown reason)

2009-03-11 07:51 VS, revision 59479

renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to avoid naming conflicts (e.g. with latest libxml2)

2009-03-11 04:53 KO, revision 59478

Add HTML docs generation and packaging to release process.

2009-03-11 04:50 KO, revision 59477

Get SetLabel working again for wxStaticText by overriding SetLabel so that we can respect alignment. Also add a couple more sizing tweaks.

2009-03-10 21:27 SC, revision 59476

adding pure CoreText Impl

2009-03-10 18:41 RR, revision 59475

Mention wxQsort()

2009-03-10 18:31 RR, revision 59474

Make a single for loop out of two

2009-03-10 15:45 VZ, revision 59473

also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see #10565)

2009-03-10 15:36 VZ, revision 59472

honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don't handle the arrows unless it's specified (closes #10565)

2009-03-10 14:06 RR, revision 59471

Change Compare() method to being const

2009-03-10 13:38 RR, revision 59470

Use sorting algo using wxQsort that includes the old position for reporting that to GtkTreeView

2009-03-10 13:37 RR, revision 59469

Make wxDataViewModel::Compare() const

2009-03-10 06:00 KO, revision 59468

Forgot to commit the header change too.

2009-03-10 05:07 KO, revision 59467

Focus handling fixes - make sure new windows activate on show, ensure focus events call SetWindow with the previous / next focus window respectively, and go back to native behavior for now with acceptsFirstResponder until we can figure out how to pass the results of AcceptsFocus() to it without getting in a loop as the wx API calls native and vice versa.

2009-03-10 04:56 KO, revision 59466

Border styles create a double-border on native search ctrl, just use the one Apple draws.

2009-03-09 23:13 VZ, revision 59461

add support for multiple extensions to wxImage handlers (closes #10570)

2009-03-09 23:08 VZ, revision 59460

no changes, just correct the file name in the header (part of #10570)

2009-03-09 23:05 VZ, revision 59459

no real changes, just correct a comment (closes #10563)

2009-03-09 22:41 VZ, revision 59458

define HOST_SUFFIX as empty string when not cross-compiling as it's also used in this case (fixes breakage in library names introduced by r59381)

2009-03-09 20:49 RR, revision 59457

Implement vetoing editing in wxDataViewTextRenderer under GTK+ and test it in the sample (see also #10495)

2009-03-09 20:48 RR, revision 59456

Add wxDataViewEvent for vetoing label editing (see also #10495)

2009-03-09 19:53 VZ, revision 59455

close the associated frame if the view is deleted directly to avoid leaving zombie frames floating around

2009-03-09 19:40 VZ, revision 59454

don't use wxScopedPtr<> in wxDocTemplate::CreateDocument() as the document is implicitly deleted by InitDocument() if its initialization fails; try to explain the (complex and inconsistent) rules for deleting the document in the manual

2009-03-09 19:29 VZ, revision 59453

PCH-less build fix after r59452

2009-03-09 18:45 VZ, revision 59452

don't leak memory if exceptions are thrown during a new wxDocument creation

2009-03-09 18:33 JMS, revision 59451

Minor wxPGMultiButton refacotring

2009-03-09 18:32 JMS, revision 59450

Allow wxPGMultiButton to work even if primary editor control was not created in wxPGEditor::CreateControls(); Clarified related samples and documentation.

2009-03-09 18:13 VZ, revision 59449

don't call neither OnSaveModified() nor Modify(false) from On{New,Open}Document(): these methods are only ever called for the new wxDocument object which should never be saved, even if they're marked as modified by the user-defined document creation code

2009-03-09 17:09 JMS, revision 59448

Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)

2009-03-09 13:05 VZ, revision 59446

restore passing WM_COMMAND messages for SC_XXX commands to DefFrameProc() in wxMDIParentFrame::MSWWindowProc() accidentally removed in previous changes; removed doing this for WM_SYSCOMMAND in wxMDIChildFrame as this does seem to be unnecessary

2009-03-09 04:29 KO, revision 59444

Fix for accessing m_peer during initialization.

2009-03-08 21:41 RR, revision 59438

Commit most parts of #10495 wxDataViewCtrl needs a way to start the label editor programmatically

2009-03-08 21:23 RR, revision 59437

Fixes #10556: wxDataViewCtrl keyboard navigation broken in r59379, some internal renaming

2009-03-08 15:59 VZ, revision 59435

take into account the width of the static box label in wxStaticBoxSizer minimal size computation

2009-03-08 15:54 VZ, revision 59434

no changes, just removed unnecessary GetStaticBoxBorders() function

2009-03-08 12:58 FM, revision 59433

add wxAppConsoleBase::DeletePendingEvents and wxEvtHandler::DeletePendingEvents. Fix wxAppConsoleBase::Suspend/ResumeProcessingOfPendingEvents: locking the mutex does not prevent wxAppConsoleBase::ProcessPendingEvents from running if the mutex was locked from the main thread!

2009-03-08 12:56 FM, revision 59432

document that locking a wxMutex or a wxCriticalSection twice from the same thread doesn't result in a deadlock

2009-03-08 12:08 FM, revision 59431

document wxProgressDialog::Update(maximumValue) behaviour and warn the user that it may generate unwanted re-entrancies because of wxDialog::ShowModal()

2009-03-08 12:05 FM, revision 59430

fix typo; distribute docs between Open() overloads for better rendering/better function descriptions

2009-03-08 11:34 JMS, revision 59429

Added support for 'AutoComplete' attribute, automatically used by any wxTextCtrl-based property editor

2009-03-08 11:04 JMS, revision 59428

Always reduce size of the last (instead of widest) wxPropertyGrid column when control's client size changes

2009-03-08 10:02 SC, revision 59427

letting the peer declare whether it wants to draw its borders itself (eg the search control has a round border on mac)

2009-03-08 06:42 KO, revision 59426

Fix double-click support for wxListBox (#10548)

2009-03-08 06:35 KO, revision 59425

Mac inherits the window variant setting on control creation, and thus on Mac this always asserts, so remove the assert to fix #10559.

2009-03-08 04:15 KO, revision 59424

Fixes needed to get transient popup windows working, also implement SetFont for OS X Cocoa for classes that support it.

2009-03-08 03:32 KO, revision 59423

Make sure the user can't select the text.

2009-03-07 23:37 VZ, revision 59422

detect adding too many items to a grid sizer sooner and don't crash if this happens

2009-03-07 19:36 VZ, revision 59421

support %l in wxDateTime::ParseFormat()

2009-03-07 16:07 VZ, revision 59420

optimize Replace() to use a linear algorithm (closes #9135)

2009-03-07 15:49 VZ, revision 59419

add wxUSE_CONFIG checks (see #10560)

2009-03-07 15:49 VZ, revision 59418

no changes, just remove an extra space (see #10560)

2009-03-07 15:39 VZ, revision 59417

replace wxGetMultipleChoices() with wxGetSelectedChoices() which allows to distinguish between cancelling the dialog and not selecting any items in it (closes #10057)

2009-03-07 15:28 VZ, revision 59416

correct size of extra controls in pixels to dialogs units correctly (see #9679)

2009-03-07 15:16 VZ, revision 59415

don't add the sash size to the best size if the window is not actually split (see #10533)

2009-03-07 15:10 VZ, revision 59414

also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404

2009-03-07 15:08 VZ, revision 59413

compilation fix: add missing header after r59404

2009-03-07 14:54 RR, revision 59412

wxMac requires UTF-8 for wxTextDataoObject

2009-03-07 14:37 VZ, revision 59411

store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes of r59410 actually work, see #10557)

2009-03-07 14:27 VZ, revision 59410

support wxSP_WRAP in generic implementation (closes #10557)

2009-03-07 14:25 VZ, revision 59409

use wxLog::Log() instead of ugly cast

2009-03-07 14:23 VZ, revision 59408

suppress wxLog::DoLog() and DoLogString() hiding warnings

2009-03-07 14:09 RR, revision 59407

wxDATAVIEW_CELL_ACTIVATABLE translates Editable under OS X. Maybe we should remove the distinction.

2009-03-07 14:07 VZ, revision 59406

fix generation of key events with Alt pressed broken by r59369 (see #626)

2009-03-07 14:03 VZ, revision 59405

add wxUSE_CONFIG guard

2009-03-07 13:58 VZ, revision 59404

added wxProtocolLog class for logging network requests/responses (closes #7464)

2009-03-07 13:46 RR, revision 59403

Report first selected item in selection change event

2009-03-07 13:33 RR, revision 59402

Make wxDataViewCtrl::GetBestSize() return a height of 80 on OSX as per the other platforms

2009-03-07 12:11 RR, revision 59401

Correct define

2009-03-07 04:20 KO, revision 59400

For search ctrl, the bordered and bezeled styles destroy the control's rounded border and white background for some reason. This gives us "double borders", but for the moment it's better than the old look.

2009-03-07 04:19 KO, revision 59399

Add alignment support, and more tweaks for label size issues, though I hope to find the core cause and solution soon.

2009-03-06 23:42 FM, revision 59395

fix wxDataObjectComposite::GetFormatCount and add some comments to explain the reason of recents modifications to wxDataObjectComposite (closes #10430)

2009-03-06 23:30 RR, revision 59394

wxBusyInfo now uses wxGenericStaticText under GTK+, more Refresh/Update updates

2009-03-06 22:57 FM, revision 59393

wxDataViewColumn derives from wxSettableHeaderColumn, not from wxHeaderColumn

2009-03-06 22:56 FM, revision 59392

don't return hardcoded constants for empty renderers, introduce wxDVC_DEFAULT_RENDERER_SIZE. Some code styling review (indentation, long line wrapping, etc)

2009-03-06 22:45 FM, revision 59391

fix wxTextDataObject::GetDataHere and SetData functions (under wxMSW) so that they work with strings with embedded NULLs and can cope with non-NULL terminated arrays.

2009-03-06 22:36 FM, revision 59390

move wxDataFormat and wxDataObject docs at the beginning of the file, before the derived classes' docs. Many small improvements. Document wxTextDataObject::GetFormatCount, GetAllFormats(), GetFormat() functions as the wxDataObjectSimple docs for those functions result misleading for wxTextDataObject (closes #10431)

2009-03-06 20:45 FM, revision 59385

fix typo (part of r59384)

2009-03-06 20:45 FM, revision 59384

remove wxT() and _() macros to make the sample more readable; add File->Clear log menuitem; re-add m_container flag in MyMusicTreeModelNode and describe in a TODO/FIXME item why it's needed; warn when selecting the ninth symphony is not possible

2009-03-06 20:40 FM, revision 59383

some more const-ification of HasEditorCtrl

2009-03-06 20:39 FM, revision 59382

comment out wxPrintf/wxLogDebug calls; fix some indentations; comment out the (debug) code explicitly crashing the application; protect with wxASSERTs the FindNode() return values, before they are dereferenced

2009-03-06 20:06 VZ, revision 59381

use install_name_tool when cross-compiling too: it's not very useful if the build machine can't execute host binaries but it might be possible to do this (e.g. using an emulator) and it doesn't hurt anyhow

2009-03-06 19:32 RR, revision 59379

Correct minor bishaviours in Expand() and Collapse()

2009-03-06 19:20 RR, revision 59378

added test for wxDataViewCtrl::Expand() and ::Collapse()

2009-03-06 19:13 RR, revision 59377

Add new line at the end of the file

2009-03-06 19:07 RR, revision 59376

Make all instances of HasEditorCtrl() const, not just a few